Skip to content

Commit 86c2f5a

Browse files
author
Andrew
committed
Changing the table format.
1 parent 6c7d728 commit 86c2f5a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,3 +501,30 @@ This table is a reference for the deprecated resource fields and their replaceme
501501
| Storage Account | N/A | `command-output-settings`: <br> &nbsp; &nbsp; `container-url` <br> &nbsp; &nbsp; `identity-type` <br> &nbsp; &nbsp; `identity-resource-id` | Deprecated Fields is N/A because the Cluster Manager storage account gets created automatically today and doesn't require user input. |
502502
| Key Vault | `cluster-secret-archive`: <br> &nbsp; &nbsp; `use-key-vault` <br> &nbsp; &nbsp; `key-vault-id` <br> Cluster Manager managed identity | `secret-archive-settings`: <br> &nbsp; &nbsp; `valut-uri` <br> &nbsp; &nbsp; `identity-type` <br> &nbsp; &nbsp; `identity-resource-id` | `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`. |
503503
| Log Analytics Workspace | `analytics-workspace-id` | `analytics-output-settings`: <br> &nbsp; &nbsp; `analytics-workspace-id` <br> &nbsp; &nbsp; `identity-type` <br> &nbsp; &nbsp; `identity-resource-id` | 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. |
504+
505+
<table>
506+
  <tr>
507+
    <th style="width: 50px;">Resource</th>
508+
    <th style="width: 210px;">Deprecated Fields</th>
509+
    <th style="width: 210px;">Replacing Fields</th>
510+
    <th style="width: 150px;">Notes</th>
511+
</tr>
512+
<tr>
513+
    <td>Storage Account</td>
514+
    <td>N/A</td>
515+
<td>`command-output-settings`: <br> &nbsp; &nbsp; `container-url` <br> &nbsp; &nbsp; `identity-type` <br> &nbsp; &nbsp; `identity-resource-id`</td>
516+
<td>Deprecated Fields is N/A because the Cluster Manager storage account gets created automatically today and doesn't require user input.</td>
517+
  </tr>
518+
  <tr>
519+
    <td>Key Vault</td>
520+
    <td>`cluster-secret-archive`: <br> &nbsp; &nbsp; `use-key-vault` <br> &nbsp; &nbsp; `key-vault-id` <br> Cluster Manager managed identity</td>
521+
<td>`secret-archive-settings`: <br> &nbsp; &nbsp; `valut-uri` <br> &nbsp; &nbsp; `identity-type` <br> &nbsp; &nbsp; `identity-resource-id`</td>
522+
<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>
523+
  </tr>
524+
  <tr>
525+
    <td>Log Analytics Workspace</td>
526+
    <td>`analytics-workspace-id`</td>
527+
<td>`analytics-output-settings`: <br> &nbsp; &nbsp; `analytics-workspace-id` <br> &nbsp; &nbsp; `identity-type` <br> &nbsp; &nbsp; `identity-resource-id`</td>
528+
<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>
529+
  </tr>
530+
</table>

0 commit comments

Comments
 (0)