Skip to content

Commit 310e922

Browse files
authored
Merge pull request #103311 from bjahagir-OpenShift/bjahagir-OCPBUGS-46357
For OCPBUGS-46357: Added value at yaml sample in Enabling Azure Boot …
2 parents 6a872ee + 9cd7fff commit 310e922

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

modules/machineset-azure-boot-diagnostics.adoc

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,31 @@ cluster.
2929
[source,yaml]
3030
----
3131
providerSpec:
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
----
4344
providerSpec:
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
====

0 commit comments

Comments
 (0)