@@ -44,10 +44,6 @@ The following are required to setup the environment. You should gather these var
44441 . Access the privileged endpoint
45452 . Run Get-AzureStackStampInformation
46463 . Find and copy the deploymentguid from the output
47- #### azureStackAdminUsername ="<e.g. Serviceadmin@myazurestackinstance.onmicrosoft.com >"
48- 1 . Update with the Azure Stack Service Admin account email
49- #### azureStackAdminPassword = "<e.g. MyAzureStackPassword206!>"
50- 1 . Update with the Azure Stack Service Admin account password
5147#### CloudName ="<e.g. Orlando MTC>"
52481 . Update location with the name of your Cloud, this is how most data will pivot in the views
5349#### Region = "<e.g. Orlando>"
@@ -60,6 +56,16 @@ The following are required to setup the environment. You should gather these var
60561 . Update with the OMS/Log Analytics Workspace Primary Key found in the Advanced Settings pane of your Log Analytics workspace
6157#### OEM = "<replace with your hardware vendor name >"
62581 . Update with the name of your hardware vendor. Allows for reports in log analytics utilizing the OEM name.
59+ #### TenantId = "<replace with your TenantID >"
60+ 1 . Update with the TenantID, this is an optional parameter unless using SPN
61+ #### CertificateThumbprint = "<replace with thumbprint of cert setup for SPN >"
62+ 1 . If using a cert for SPN, update with the certs thumbprint. Optional parameter in place if AzureStackAdmin
63+ #### ApplicationId = "<Application ID for SPN >"
64+ 1 . If using cert for SPN, update with the ApplicationID that was setup for the SPN. Optional parameter in place if AzureStackAdmin
65+ #### azureStackAdminUsername ="<e.g. Serviceadmin@myazurestackinstance.onmicrosoft.com >"
66+ 1 . Update with the Azure Stack Service Admin account email
67+ #### azureStackAdminPassword = "<e.g. MyAzureStackPassword206!>"
68+ 1 . Update with the Azure Stack Service Admin account password
6369
6470### Step 4 – Update variables
65711. Open an elevated PowerShell ISE session
0 commit comments