Skip to content

Commit 78fff4c

Browse files
authored
Merge pull request #75563 from watfordsuzy/patch-2
Update azure-diagnostic-monitoring.md
2 parents 270fbf6 + c4c532b commit 78fff4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/attestation/azure-diagnostic-monitoring.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ The Trusted Platform Module (TPM) endpoint service is enabled in the diagnostic
2222
2323
Connect-AzAccount
2424
25-
Set-AzContext -Subscription <Subscription id>
25+
Set-AzContext -Subscription "<Subscription id>"
2626
27-
$attestationProviderName=<Name of the attestation provider>
27+
$attestationProviderName="<Name of the attestation provider>"
2828
29-
$attestationResourceGroup=<Name of the resource Group>
29+
$attestationResourceGroup="<Name of the resource Group>"
3030
3131
$attestationProvider=Get-AzAttestation -Name $attestationProviderName -ResourceGroupName $attestationResourceGroup
3232
33-
$storageAccount=New-AzStorageAccount -ResourceGroupName $attestationProvider.ResourceGroupName -Name <Storage Account Name> -SkuName Standard_LRS -Location <Location>
33+
$storageAccount=New-AzStorageAccount -ResourceGroupName $attestationProvider.ResourceGroupName -Name "<Storage Account Name>" -SkuName Standard_LRS -Location "<Location>"
3434
3535
Set-AzDiagnosticSetting -ResourceId $attestationProvider.Id -StorageAccountId $storageAccount.Id -Enabled $true
3636

0 commit comments

Comments
 (0)