Skip to content

Instantly share code, notes, and snippets.

@pmatthews05
Last active September 8, 2020 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmatthews05/6b8aea9c38cf351b25c386cd2077708e to your computer and use it in GitHub Desktop.
Save pmatthews05/6b8aea9c38cf351b25c386cd2077708e to your computer and use it in GitHub Desktop.
az login
$tenantName = "contso"
# Defaults to UK South
.\Install-AzureEnvironment.ps1 -Environment $tenantName -Name "SharePointMSAL"
# If wish to change location
#.\Install-AzureEnvironment.ps1 -Environment $tenantName -Name "SharePointMSAL" -Location:'<Location>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment