Skip to content

Commit

Permalink
update backup container name
Browse files Browse the repository at this point in the history
  • Loading branch information
baba9991 committed Sep 20, 2024
1 parent 83ff041 commit 361cf0a
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 361cf0a

Please sign in to comment.