Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
×
Oct 12, 2023 · Role assignments enable you to grant a principal (such as a user, a group, or a service principal) access to a specific Azure resource. To ...
May 7, 2024 · This module allows you to create a user-assigned managed identity and a role assignment scoped to the resource group. Create an API Management ...
Aug 9, 2022 · I've created a bicep module that creates a user managed identity and assigns it contributor role at the sub level. I want to assign that ...
May 23, 2023 · The noteworthy part here is that you'll first need to find the ID for the in-built role you want to assign to the Web App. These ids can be ...
Jun 21, 2022 · // Assume we have an app service with a System Assigned managed service identity var principalId = appService. ... assignment by using the role ...
Jan 3, 2023 · This post will cover how to set up your Azure Container Apps to pull images from Azure Container Registry with User or System Assigned ...
Bicep code to create User Managed Identity with conditions - miztiik/azure-identity-rbac-with-bicep.
Feb 2, 2023 · I wanted to have a Bicep module to perform role assignments on resource group level, similar like Jos described in his blog post. It had to ...
May 23, 2024 · // Define the App Roles to assign to the Managed Identity ... This simple scenario shows how we now can use Bicep also for managing application ...