Skip to content

Commit

Permalink
Merge pull request #186 from baba9991/SF_BRS_MI_changes_image_update
Browse files Browse the repository at this point in the history
Update backup container name for SF BRS policy
  • Loading branch information
prmerger-automator[bot] authored Sep 20, 2024
2 parents 5ca898c + 361cf0a commit ae73e16
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 ae73e16

Please sign in to comment.