You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/api-server-authorized-ip-ranges.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: API server authorized IP ranges in Azure Kubernetes Service (AKS)
3
3
description: Learn how to secure your cluster using an IP address range for access to the API server in Azure Kubernetes Service (AKS)
4
4
services: container-service
5
5
ms.topic: article
6
-
ms.date: 06/20/2022
6
+
ms.date: 07/20/2022
7
7
8
8
9
9
#Customer intent: As a cluster operator, I want to increase the security of my cluster by limiting access to the API server to only the IP addresses that I specify.
@@ -129,6 +129,12 @@ az aks update \
129
129
--api-server-authorized-ip-ranges ""
130
130
```
131
131
132
+
> [!IMPORTANT]
133
+
> When running this command using the PowerShell in Azure Cloud Shell or from your local computer,
134
+
> the double-quote string value for the *--api-server-authorized-ip-rangers* argument needs to be [enclosed
135
+
> in single quotes](/powershell/module/microsoft.powershell.core/about/about_quoting_rules#including-quote-characters-in-a-string).
136
+
> Otherwise, an error message is returned indicating an expected argument is missing.
137
+
132
138
## Find existing authorized IP ranges
133
139
134
140
To find IP ranges that have been authorized, use [az aks show][az-aks-show] and specify the cluster's name and resource group. For example:
0 commit comments