Update mcc-ent-create-resource-and-cache.md

This commit is contained in:
Nidhi Doshi 2024-11-07 14:36:17 -08:00 committed by GitHub
parent be8c4b57d5
commit be51221566
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -303,16 +303,14 @@ Navigate to the Connected Cache resource to delete, then select the **Delete** o
# [Azure CLI](#tab/cli) # [Azure CLI](#tab/cli)
Use the following command to delete the Connected Cache resource. Use the following command to delete the cache node under the resource.
Replace the following placeholders with your own information: Replace the following placeholders with your own information:
* *\<resource-group>*: Name of the resource group in your subscription. * *\<resource-group>*: Name of the resource group in your subscription.
* *\<mcc-resource-name>*: Name of your Microsoft Connected Cache for Enterprise resource. * *\<mcc-resource-name>*: Name of your Microsoft Connected Cache for Enterprise resource.
* *\<cache-node-name>*: The name for your Microsoft Connected Cache node.
```azurecli-interactive ```azurecli-interactive
az mcc ent node delete --cache-node-name <mycachenode> --mcc-resource-name <mymccresource> --resource-group <myrg> az mcc ent resource delete --mcc-resource-name <mymccresource> --resource-group <myrg>
``` ```
--- ---
@ -323,16 +321,19 @@ On the left pane, select **Cache Nodes** under **Cache Node Management** to see
# [Azure CLI](#tab/cli) # [Azure CLI](#tab/cli)
Use the following command to delete the cache node under the resource. Use the following command to delete the Connected Cache node.
Replace the following placeholders with your own information: Replace the following placeholders with your own information:
* *\<resource-group>*: Name of the resource group in your subscription. * *\<resource-group>*: Name of the resource group in your subscription.
* *\<mcc-resource-name>*: Name of your Microsoft Connected Cache for Enterprise resource. * *\<mcc-resource-name>*: Name of your Microsoft Connected Cache for Enterprise resource.
* *\<cache-node-name>*: The name for your Microsoft Connected Cache node.
```azurecli-interactive ```azurecli-interactive
az mcc ent node delete --mcc-resource-name <mymccresource> --resource-group <myrg> az mcc ent node delete --cache-node-name <mycachenode> --mcc-resource-name <mymccresource> --resource-group <myrg>
``` ```
--- ---
<br> <br>
@ -345,4 +346,4 @@ az mcc ent node delete --mcc-resource-name <mymccresource> --resource-group <myr
|Not provisioned| Cache node is ready to be provisioned on host machine| |Not provisioned| Cache node is ready to be provisioned on host machine|
|Healthy| Cache node phoning home| |Healthy| Cache node phoning home|
|Unhealthy| Cache node has stopped phoning home| |Unhealthy| Cache node has stopped phoning home|
|Never phoned home| Cache node has provisioned but has never phoned home| |Never phoned home| Cache node has provisioned but has never phoned home|