Skip to content

Commit 6da2d1e

Browse files
authored
Updating for new Parameters
Updating to cover the new Parameters ApplicationId, CertificateThumbprint, TenantId
1 parent f0b08d6 commit 6da2d1e

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

docs/setup.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ The following are required to setup the environment. You should gather these var
4444
1. Access the privileged endpoint
4545
2. Run Get-AzureStackStampInformation
4646
3. 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>"
5248
1. 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
6056
1. 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>"
6258
1. 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
6571
1. Open an elevated PowerShell ISE session

0 commit comments

Comments
 (0)