Showing category results for Azure

Mar 24, 2020
Post comments count0
Post likes count0

Evolutionary Change to Cloud Computing

Developer Support

As the cloud visionary, your job is to keep your band of pioneers dogmatically cloud native. You will be able to back off the dogma after a while, but one of the best ways to get out of an old groove and in to a new one is to use a well-defined methodology.

AzureCloud
Mar 13, 2020
Post comments count1
Post likes count0

How do I get data from SQL CE to Azure DB?

Developer Support

In this post, Premier Consultant Tim Omta explains how to migrate from SQL CE to SQL Azure.

PremierAzure SQL
Mar 9, 2020
Post comments count0
Post likes count0

Updating Cosmos DB Documents with Azure Logic Apps

Developer Support

When creating workflows with Azure Logic Apps, developers are often amazed at the amount of functionality at their fingertips. With a few simple clicks, you can create extremely capable automation, with integrations into multiple systems.

AzureLogic AppsPremier
Mar 2, 2020
Post comments count0
Post likes count0

Developing SaaS Solutions for Government Customers

Developer Support

Are you already developing for, or want to extend your SaaS solutions to, the Microsoft Azure Government cloud? Read this article to learn more about considerations for your planning process.

TeamAzureDevOps
Feb 21, 2020
Post comments count0
Post likes count0

Azure Key Vault and Transparent Data Encryption

Developer Support

Azure Key Vault is a tool for securely storing and accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, or certificates. A vault is a logical group of secrets.

TeamAzure Key Vaultencryption
Feb 17, 2020
Post comments count0
Post likes count0

Using B2C to support multi-tenant SaaS apps

Developer Support

AAD multi-tenancy is ideal for medium-to-large enterprises who own and manage their own identity infrastructure. This sample is for small enterprises, usually without their own identity infrastructure. It provides support for an application that needs to group it's users into discrete groups, each representing an application tenant.

TeamAzureAzure AD
Feb 12, 2020
Post comments count0
Post likes count0

Unseen secrets – using KeyVault to protect OAuth2 token requests

Developer Support

This sample implements an Azure Function App, which uses Azure KeyVault to sign OAuth2 client assertions used to obtain JWT tokens from Azure AD. The private key used to sign the client assertion and thus authenticate the function to Azure AD is generated in the KeyVault and never leaves that service (it is not exportable).

TeamMarius RochonAzure Functions
Feb 12, 2020
Post comments count0
Post likes count0

PowerShell to upload IEF policies to multiple B2C tenants

Developer Support

Premier Dev Consultant Marius Rochon shares an example of a PowerShell script to upload a set of B2C IEF policies to one or more B2C tenants.

TeamAzureMarius Rochon