You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated the script to use Az PS module instead of AzureRM,
Step #2 - There is a change on how Azure handles credential for Get-AzADApplication which requires a PSADPasswordCredential object, created on line #34
Step #4 - There is a portal UI change on step #4 to create SP secret, updated the steps
Step #5 - updated with Get-AzSubscription which show both SubId and TenantId to use on step #6
This will launch a web dialog to log into your Azure tenant. Ensure you connect with an account with the relevant administrative credentials in the portal.
22
24
23
25
Pop your password and MFA requirements in as required when prompted.
24
26
25
-
Note: I found that this wouldn’t authenticate via the ageing proxy server on one site, with the rather esoteric error as below:
26
-
27
-
```
28
-
Connect-AzureRmAccount : An error occurred while sending the request.
0 commit comments