Skip to content

Commit b7814b3

Browse files
authored
Merge pull request #9414 from Azure/Hebo-Y-Fix-Code
Update Set-AzApplicationInsightsContinuousExport.md
2 parents 203d6c4 + 6fb60a5 commit b7814b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ApplicationInsights/ApplicationInsights/help/Set-AzApplicationInsightsContinuousExport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Update a continuous export configuration in an applciation insights resource
4444
PS C:\> $sastoken = New-AzStorageContainerSASToken -Name testcontainer -Context $context -ExpiryTime (Get-Date).AddYears(50) -Permission w
4545
PS C:\> $sasuri = "https://teststorageaccount.blob.core.windows.net/testcontainer" + $sastoken
4646
PS C:\> Set-AzApplicationInsightsContinuousExport -ResourceGroupName "testgroup" -Name "test"
47-
-DocumentTypes "Request","Trace" -ExportId "jlTFEiBg1rkDXOCIeJQ2mB2TxZg=" -DestinationStorageAccountId "/subscriptions/50359d91-7b9d-4823-85af-eb298a61ba96/resourceGroups/testgroup/providers/Microsoft.Storage/storageAccounts/teststorageaccount" -DestinationStorageLocationId sourcecentralus
48-
-DestinationStorageSASUri $sasuri
47+
-DocumentTypes "Request","Trace" -ExportId "jlTFEiBg1rkDXOCIeJQ2mB2TxZg=" -StorageAccountId "/subscriptions/50359d91-7b9d-4823-85af-eb298a61ba96/resourceGroups/testgroup/providers/Microsoft.Storage/storageAccounts/teststorageaccount" -StorageLocation sourcecentralus
48+
-StorageSASUri $sasuri
4949
5050
ExportId : jlTFEiBg1rkDXOCIeJQ2mB2TxZg=
5151
StorageName : teststorageaccount

0 commit comments

Comments
 (0)