File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ The Trusted Platform Module (TPM) endpoint service is enabled in the diagnostic
22
22
23
23
Connect-AzAccount
24
24
25
- Set-AzContext -Subscription <Subscription id>
25
+ Set-AzContext -Subscription " <Subscription id>"
26
26
27
- $attestationProviderName=<Name of the attestation provider>
27
+ $attestationProviderName=" <Name of the attestation provider>"
28
28
29
- $attestationResourceGroup=<Name of the resource Group>
29
+ $attestationResourceGroup=" <Name of the resource Group>"
30
30
31
31
$attestationProvider=Get-AzAttestation -Name $attestationProviderName -ResourceGroupName $attestationResourceGroup
32
32
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>"
34
34
35
35
Set-AzDiagnosticSetting -ResourceId $attestationProvider.Id -StorageAccountId $storageAccount.Id -Enabled $true
36
36
You can’t perform that action at this time.
0 commit comments