Skip to content

Commit 75660ee

Browse files
authored
Merge pull request #242739 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 0fed50f + 153267e commit 75660ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/aks/azure-cni-overlay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ resourceGroup="myResourceGroup"
132132
location="westcentralus"
133133
134134
az aks update --name $clusterName \
135-
--group $resourceGroup \
135+
--resource-group $resourceGroup \
136136
--network-plugin-mode overlay \
137137
--pod-cidr 192.168.0.0/16
138138
```

articles/aks/use-kms-etcd-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For more information on using the KMS plugin, see [Encrypting Secret Data at Res
2424

2525
> [!WARNING]
2626
> KMS supports Konnectivity or [API Server Vnet Integration][api-server-vnet-integration].
27-
> You can use `kubectl get po -n kube-system` to verify the results show that a konnectivity-agent-xxx pod is running. If there is, it means the AKS cluster is using Konnectivity. When using VNet integration, you can run the command `az aks cluster show -g -n` to verify the setting `enableVnetIntegration` is set to **true**.
27+
> You can use `kubectl get po -n kube-system` to verify the results show that a konnectivity-agent-xxx pod is running. If there is, it means the AKS cluster is using Konnectivity. When using VNet integration, you can run the command `az aks show -g -n` to verify the setting `enableVnetIntegration` is set to **true**.
2828
2929
## Limitations
3030

articles/azure-resource-manager/bicep/deploy-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Create secrets for your Azure credentials, resource group, and subscriptions.
111111
112112
1. In [GitHub](https://github.com/), navigate to your repository.
113113
114-
1. Select **Security > Secrets and variables > Actions > New repository secret**.
114+
1. Select **Settings > Secrets and variables > Actions > New repository secret**.
115115
116116
1. Paste the entire JSON output from the Azure CLI command into the secret's value field. Name the secret `AZURE_CREDENTIALS`.
117117

0 commit comments

Comments
 (0)