Created
April 8, 2022 09:31
-
-
Save ukcoderj/b18c9e5d3511c5271cac4b66f393096b to your computer and use it in GitHub Desktop.
Get Service Principle ObjectID from Azure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$webAppObjectId = (Get-AzADServicePrincipal -DisplayName $webAppName).Id |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment