Skip to content

Commit

Permalink
Merge pull request #189 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
9/20/2024 PM Publish
  • Loading branch information
Taojunshen authored Sep 20, 2024
2 parents 3f781e4 + ae73e16 commit 8e8775d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ A backup policy consists of the following configurations:
"StorageKind": "ManagedIdentityAzureBlobStore",
"FriendlyName": "AzureMI_storagesample",
"BlobServiceUri": "https://<account-name>.blob.core.windows.net",
"ContainerName": "BackupContainer",
"ContainerName": "backup-container",
"ManagedIdentityType": "VMSS",
"ManagedIdentityClientId": "<Client-Id of User-Assigned MI>"
}
Expand All @@ -111,7 +111,7 @@ A backup policy consists of the following configurations:
"StorageKind": "AzureBlobStore",
"FriendlyName": "Azure_storagesample",
"ConnectionString": "<Put your Azure blob store connection string here>",
"ContainerName": "BackupContainer"
"ContainerName": "backup-container"
}
```

Expand Down

0 comments on commit 8e8775d

Please sign in to comment.