Skip to content

Commit

Permalink
updated a doc
Browse files Browse the repository at this point in the history
  • Loading branch information
naman-msft committed Jan 30, 2025
1 parent 36076e2 commit bcf1388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scenarios/DeployPremiumSSDV2/deploy-premium-ssd-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ Use the [az disk update](/cli/azure/disk#az-disk-update) command to change the p
The following command adjusts the performance of your disk. Update the values in the command, and then run it:

```azurecli
az disk update --subscription $subscription --resource-group $rgname --name $MY_DISK_NAME --disk-iops-read-write=5000 --disk-mbps-read-write=200
export SUBSCRIPTION_ID=$(az account show --query id --output tsv)
az disk update --subscription $SUBSCRIPTION_ID --resource-group $MY_RESOURCE_GROUP_NAME --name $MY_DISK_NAME --disk-iops-read-write=5000 --disk-mbps-read-write=200
```

# [PowerShell](#tab/azure-powershell)
Expand Down
2 changes: 1 addition & 1 deletion scenarios/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
}
},
{
"status": "active",
"status": "inactive",
"key": "azure-aks-docs/articles/aks/postgresql-ha-overview.md",
"title": "Overview of deploying a highly available PostgreSQL database on AKS with Azure CLI",
"description": "Learn how to deploy a highly available PostgreSQL database on AKS using the CloudNativePG operator.",
Expand Down

0 comments on commit bcf1388

Please sign in to comment.