...
/Setting Permissions for Managed Identity (MSI)
Setting Permissions for Managed Identity (MSI)
Learn how to set up the automation pipeline to configure the Managed Service Identity (MSI).
We'll cover the following...
PowerShell task to get MSI object id
To run the PowerShell script that gets an object id (or Azure CLI scripts), we will use the pipeline task AzureCLI@1
. This task (and script) does the following:
- Gets the object id from Azure Active Directory by app service display name.
- Prints the variable app service name
$(appServiceName)
and object id ($objectId