Skip to content

Commit d13aded

Browse files
author
Andrew
committed
Moving away from table format.
1 parent 4c01485 commit d13aded

File tree

1 file changed

+53
-27
lines changed

1 file changed

+53
-27
lines changed

articles/operator-nexus/howto-cluster-managed-identity-user-provided-resources.md

Lines changed: 53 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -492,33 +492,59 @@ Note, `<APIVersion>` is the API version 2024-07-01 or newer.
492492

493493
## Field deprecations and replacements
494494

495-
This table is a reference for the deprecated resource fields and their replacements. All fields are found on the Cluster resource except for the Cluster Manager managed identity used for the deprecated key vault method. This list also assumes that an associated managed identity is defined on the Cluster that corresponds with the resource managed identity.
495+
This section is a reference for the deprecated resource fields and their replacements. All fields are found on the Cluster resource except for the Cluster Manager managed identity used for the deprecated key vault method. This list also assumes that an associated managed identity is defined on the Cluster that corresponds with the managed identity for the resource.
496496

497497
`identity-resource-id` is only required when using a UAMI. It shouldn't be specified if using a SAMI for the resource.
498498

499-
<table>
500-
  <tr>
501-
    <th style="width: 50px;">Resource</th>
502-
    <th style="width: 210px;">Deprecated Fields</th>
503-
    <th style="width: 210px;">Replacing Fields</th>
504-
    <th style="width: 150px;">Notes</th>
505-
</tr>
506-
<tr>
507-
    <td>Storage Account</td>
508-
    <td>N/A</td>
509-
<td>`command-output-settings`: <br> &nbsp; &nbsp; `container-url` <br> &nbsp; &nbsp; `identity-type` <br> &nbsp; &nbsp; `identity-resource-id`</td>
510-
<td>Deprecated Fields is N/A because the Cluster Manager storage account gets created automatically today and doesn't require user input.</td>
511-
  </tr>
512-
  <tr>
513-
    <td>Key Vault</td>
514-
    <td>`cluster-secret-archive`: <br> &nbsp; &nbsp; `use-key-vault` <br> &nbsp; &nbsp; `key-vault-id` <br> Cluster Manager managed identity</td>
515-
<td>`secret-archive-settings`: <br> &nbsp; &nbsp; `valut-uri` <br> &nbsp; &nbsp; `identity-type` <br> &nbsp; &nbsp; `identity-resource-id`</td>
516-
<td>`vault-uri` in `secret-archive-settings` is the URI for the Key Vault being specified versus the ARM resource ID that is specified for `key-vault-id`.</td>
517-
  </tr>
518-
  <tr>
519-
    <td>Log Analytics Workspace</td>
520-
    <td>`analytics-workspace-id`</td>
521-
<td>`analytics-output-settings`: <br> &nbsp; &nbsp; `analytics-workspace-id` <br> &nbsp; &nbsp; `identity-type` <br> &nbsp; &nbsp; `identity-resource-id`</td>
522-
<td>The input (LAW ARM resource ID) is the same between the deprecated `analytics-workspace-id` field and the `analytics-workspace-id` within the `analytics-output-settings` construct.</td>
523-
  </tr>
524-
</table>
499+
### Storage Account
500+
501+
_**Deprecated Fields:**_ N/A
502+
503+
_**Replacing Fields:**_
504+
505+
```azurecli
506+
command-output-settings:
507+
container-url
508+
identity-type
509+
identity-resource-id
510+
```
511+
512+
_**Notes:**_ Deprecated Fields is N/A because the Cluster Manager storage account gets created automatically today and doesn't require user input.
513+
514+
### Key Vault
515+
516+
_**Deprecated Fields:**_
517+
518+
```azurecli
519+
cluster-secret-archive:
520+
use-key-vault
521+
key-vault-id
522+
```
523+
524+
Cluster Manager managed identity
525+
526+
_**Replacing Fields:**_
527+
528+
```azurecli
529+
secret-archive-settings:
530+
vault-uri
531+
identity-type
532+
identity-resource-id
533+
```
534+
535+
_**Notes:**_ `vault-uri` in `secret-archive-settings` is the URI for the Key Vault being specified versus the ARM resource ID that is specified for `key-vault-id`. The same managed identity that was specified for the Cluster Manager can be used on the Cluster.
536+
537+
### Log Analytics Workspace
538+
539+
_**Deprecated Fields:**_ `analytics-workspace-id`
540+
541+
_**Replacing Fields:**_
542+
543+
```azurecli
544+
analytics-output-settings:
545+
analytics-workspace-id
546+
identity-type
547+
identity-resource-id
548+
```
549+
550+
_**Notes:**_ The input format (LAW ARM resource ID) is the same between the deprecated `analytics-workspace-id` field and the `analytics-workspace-id` within `analytics-output-settings`.

0 commit comments

Comments
 (0)