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
• AzureRm cmdlets and AzureStack cmdlets behave differently where one uses the logged on context versus other logs on for every cmdlet
• Within AzureStack portal/Ux asks one time login and then perform as many CRUD actions on resource as you want. AzureStackAdmin cmdlets tend to login to perform each action.
Note: AzureRm cmdlets don’t login again or ask for EnvironmentName, TenantId, Credentials Get-AzureRmVMImage
Get-AzureRMResourceGroup
New-AzSTenantOfferAndQuotas -tenantID $aadTenant -EnvironmentName "AzureStackAdmin" -AzureStackCredential $credential
Get-AzSAlert -TenantID $AadTenant -EnvironmentName "AzureStackAdmin" -AzureStackCredential $credential
Note: AzureRm cmdlets don’t need to login again for each cmdlet so why do AzureStack cmdlets need it?
The text was updated successfully, but these errors were encountered:
• AzureRm cmdlets and AzureStack cmdlets behave differently where one uses the logged on context versus other logs on for every cmdlet
• Within AzureStack portal/Ux asks one time login and then perform as many CRUD actions on resource as you want. AzureStackAdmin cmdlets tend to login to perform each action.
Note: AzureRm cmdlets don’t login again or ask for EnvironmentName, TenantId, Credentials
Get-AzureRmVMImage
Get-AzureRMResourceGroup
New-AzSTenantOfferAndQuotas -tenantID $aadTenant -EnvironmentName "AzureStackAdmin" -AzureStackCredential $credential
Get-AzSAlert -TenantID $AadTenant -EnvironmentName "AzureStackAdmin" -AzureStackCredential $credential
Note: AzureRm cmdlets don’t need to login again for each cmdlet so why do AzureStack cmdlets need it?
The text was updated successfully, but these errors were encountered: