File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed
Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -29,27 +29,31 @@ cluster.
2929[source,yaml]
3030----
3131providerSpec:
32- diagnostics:
33- boot:
34- storageAccountType: AzureManaged <1>
32+ value:
33+ diagnostics:
34+ boot:
35+ storageAccountType: <azure _managed >
3536----
3637+
37- <1> Specifies an Azure Managed storage account.
38+ Where `<azure_managed>` specifies an Azure Managed storage account.
3839
3940** For an Azure Unmanaged storage account:
4041+
4142[source,yaml]
4243----
4344providerSpec:
44- diagnostics:
45- boot:
46- storageAccountType: CustomerManaged <1>
47- customerManaged:
48- storageAccountURI: https://<storage-account >.blob.core.windows.net <2>
45+ value:
46+ diagnostics:
47+ boot:
48+ storageAccountType: <customer _managed >
49+ customerManaged:
50+ storageAccountURI: <https: //<storage-account >.blob.core.windows.net>
4951----
5052+
51- <1> Specifies an Azure Unmanaged storage account.
52- <2> Replace `<storage-account>` with the name of your storage account.
53+ Where:
54+ +
55+ `<customer_managed>` :: Specifies an Azure Unmanaged storage account.
56+ `\https://<storage-account>.blob.core.windows.net` :: Specifies storage account URL. Replace `<storage-account>` with the name of your storage account.
5357+
5458[NOTE]
5559====
You can’t perform that action at this time.
0 commit comments