Showing category results for Azure

Nov 12, 2020
Post comments count0
Post likes count0

Generate a Service Bus SAS Token and Manage Token renewal using Azure Runbooks

Developer Support

This article covers the process of generating a service bus token using PowerShell, using an azure runbook to cover token generation and renewal, and the how process can be automated and managed with a CI/CD pipeline.

Azure DevOpsAzure Key VaultServiceBus
Sep 30, 2020
Post comments count0
Post likes count0

Collect and Automate Diagnostic Actions with Azure App Services

Developer Support

Troubleshooting production systems is often a balance between restoring services quickly and trying to collect enough information to isolate what caused the issue. For complex application issues, it’s almost always helpful to capture a memory dump.

TeamAzureApp Services
Aug 11, 2020
Post comments count1
Post likes count0

Taste of Premier: Azure Security Center

Developer Support

Security is foundational for Azure. Take advantage of multi-layered security provided across physical data centers, infrastructure, and operations.

AzureSecurityAzure Security Center
Jul 23, 2020
Post comments count0
Post likes count1

Using OAuth2 OBO with Azure AD B2C

Developer Support

This sample uses a custom web service (B2BOBOWeb) to provide a token endpoint, which handles the Extension Grant requests and communicates with B2C to respond with a valid response (access token). It uses a specific B2C tenant configured with custom journeys to handle this communication.

Azure ADOAuth2B2C
Jun 26, 2020
Post comments count0
Post likes count0

How Microsoft helps customers adopt Azure through developer education

Developer Support

In this post, we review how Microsoft is helping our customers achieve tech intensity by providing a wide array of Azure learning opportunities to constantly build, maintain and strengthen the cloud capabilities of their developers and IT staff.

TeamAzureTraining
Jun 10, 2020
Post comments count0
Post likes count0

Maintain projects with different SharePoint Framework versions using Azure Container Registry

Developer Support

Azure Container Registry (ACR) is a managed Docker registry service based on the open source Docker Registry 2.0. ACR is the ideal choice if you want to have standard images for all of our developers, shared images with our continuous integration (CI) processes, and manage everything from a single platform and provider.

DockerSharePointAzure Container Registry
Jun 3, 2020
Post comments count0
Post likes count0

Manage Service Bus Queue messages with Python

Developer Support

In this post, Big Data Consultant Rakhi Guha shows how to get started with Python scripting to manage Service Bus Queue messages.

PythonAzure Service Bus
Jun 2, 2020
Post comments count0
Post likes count0

App Registration of .NET Application in Azure AD

Developer Support

Now that we have validated that we are able to query the presence for the particular user, we proceed to building a tool to further validate the Presence API query and handling the various output. In preparation for our Windows .Net Forms application, we must Register our application in our Azure Active Directory admin center.

TeamGraphAPIAAD