Author name: wbosland

About The Azure Container Registry

The Azure Container Registry is based on the open-source Docker Registry 2.0 and is used to store container images and related artifacts. In addition to Docker-compatible container images, Azure Container Registry also supports Helm charts and Open Container Initiative (OCI) image formats. The Azure Container Registry can be used for different scenarios. For example, developers …

About The Azure Container Registry Read More »

Integrate SMS And TOTP In Azure AD B2C Custom Policy

Azure AD B2C custom policies are XML files that identity developers can use for programming identity tasks. For example, authenticating a user using standard protocols such as OpenID Connect, OAuth or SAML. Custom policies also support REST API calls, which can be useful if you need an extra step to retrieve user claims using the …

Integrate SMS And TOTP In Azure AD B2C Custom Policy Read More »

Create & Deploy Azure Container App ARM Template

Creating and configuring Azure Container Apps can be done using the Azure Portal. However, I sometimes find this cumbersome because you need to navigate through several web pages. These are also manual actions, so if you find yourself repeatedly doing this, you might be interested in ARM templates. In this article, I will show you …

Create & Deploy Azure Container App ARM Template Read More »

Conditional Access Authentication Strength

The Conditional Access Authentication Strength feature in Azure is an additional control in your conditional access policies toolset. Organizations can now choose the right authentication method requirements for specific scenarios. For example, administrators can define a minimum level of authentication strength required for access, based on factors such as the user’s sign-in risk level or …

Conditional Access Authentication Strength Read More »

Build & Deploy Web API To IIS Using Multi-Stage Pipeline

Azure pipelines are used to automatically build, test and deliver your code to any destination. The process of automatically building and testing your code is called Continuous Integration (CI), which helps to catch bugs early in the development cycle. When the pipeline also delivers code to a destination after manual approval by a user, it …

Build & Deploy Web API To IIS Using Multi-Stage Pipeline Read More »

Scroll to Top