File tree Expand file tree Collapse file tree
Commands/network/application-gateway
L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXM=
L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30= Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,3 +43,7 @@ Create the specified application gateway.
4343### [ 2025-05-01] ( /Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2025-05-01.xml ) ** Stable**
4444
4545<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2025-05-01 -->
46+
47+ ### [ 2025-07-01] ( /Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2025-07-01.xml ) ** Stable**
48+
49+ <!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2025-07-01 -->
Original file line number Diff line number Diff line change @@ -106,3 +106,14 @@ Delete an application gateway.
106106 ` ` ` bash
107107 network application-gateway delete -g MyResourceGroup -n MyAppGateway
108108 ` ` `
109+
110+ # ## [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2025-07-01.xml) **Stable**
111+
112+ < ! -- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2025-07-01 -->
113+
114+ # ### examples
115+
116+ - Delete an application gateway.
117+ ` ` ` bash
118+ network application-gateway delete -g MyResourceGroup -n MyAppGateway
119+ ` ` `
Original file line number Diff line number Diff line change @@ -99,3 +99,14 @@ List application gateways.
9999 ` ` ` bash
100100 network application-gateway list -g MyResourceGroup
101101 ` ` `
102+
103+ # ## [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXM=/2025-07-01.xml) **Stable**
104+
105+ < ! -- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways 2025-07-01 -->
106+
107+ # ### examples
108+
109+ - List application gateways.
110+ ` ` ` bash
111+ network application-gateway list -g MyResourceGroup
112+ ` ` `
Original file line number Diff line number Diff line change @@ -106,3 +106,14 @@ Get the details of an application gateway.
106106 ` ` ` bash
107107 network application-gateway show -g MyResourceGroup -n MyAppGateway
108108 ` ` `
109+
110+ # ## [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2025-07-01.xml) **Stable**
111+
112+ < ! -- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2025-07-01 -->
113+
114+ # ### examples
115+
116+ - Get the details of an application gateway.
117+ ` ` ` bash
118+ network application-gateway show -g MyResourceGroup -n MyAppGateway
119+ ` ` `
Original file line number Diff line number Diff line change @@ -151,3 +151,19 @@ Update an application gateway.
151151 ` ` ` bash
152152 network application-gateway update -n MyApplicationGateway --ssl-profiles [0].client-auth-configuration.verify-client-revocation=OCSP
153153 ` ` `
154+
155+ # ## [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2025-07-01.xml) **Stable**
156+
157+ < ! -- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2025-07-01 -->
158+
159+ # ### examples
160+
161+ - Update an application gateway.
162+ ` ` ` bash
163+ network application-gateway update --name MyApplicationGateway --resource-group MyResourceGroup --set sku.tier=WAF_v2
164+ ` ` `
165+
166+ - Enable client cert revocation via OCSP.
167+ ` ` ` bash
168+ network application-gateway update -n MyApplicationGateway --ssl-profiles [0].client-auth-configuration.verify-client-revocation=OCSP
169+ ` ` `
Original file line number Diff line number Diff line change @@ -109,3 +109,20 @@ Upload an SSL certificate.
109109 keyvault certificate create --vault-name MyKeyVault --name MyCertificate --policy " $( az keyvault certificate get-default-policy) "
110110 network application-gateway ssl-cert create --resource-group MyResourceGroup --gateway-name MyAppGateway -n MySSLCert --key-vault-secret-id MyCertificateSecretID
111111 ` ` `
112+
113+ # ## [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2025-07-01.xml) **Stable**
114+
115+ < ! -- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2025-07-01 properties.sslCertificates[] -->
116+
117+ # ### examples
118+
119+ - Upload an SSL certificate via --cert-file and --cert-password.
120+ ` ` ` bash
121+ network application-gateway ssl-cert create -g MyResourceGroup --gateway-name MyAppGateway -n MySSLCert --cert-file FilePath --cert-password Abc123
122+ ` ` `
123+
124+ - Upload an SSL certificate via --key-vault-secret-id of a KeyVault Certificate.
125+ ` ` ` bash
126+ keyvault certificate create --vault-name MyKeyVault --name MyCertificate --policy " $( az keyvault certificate get-default-policy) "
127+ network application-gateway ssl-cert create --resource-group MyResourceGroup --gateway-name MyAppGateway -n MySSLCert --key-vault-secret-id MyCertificateSecretID
128+ ` ` `
Original file line number Diff line number Diff line change @@ -73,3 +73,14 @@ Delete an SSL certificate.
7373 ` ` ` bash
7474 network application-gateway ssl-cert delete -g MyResourceGroup --gateway-name MyAppGateway -n MySslCert
7575 ` ` `
76+
77+ # ## [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2025-07-01.xml) **Stable**
78+
79+ < ! -- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2025-07-01 properties.sslCertificates[] -->
80+
81+ # ### examples
82+
83+ - Delete an SSL certificate.
84+ ` ` ` bash
85+ network application-gateway ssl-cert delete -g MyResourceGroup --gateway-name MyAppGateway -n MySslCert
86+ ` ` `
Original file line number Diff line number Diff line change @@ -73,3 +73,14 @@ List SSL certificates.
7373 ` ` ` bash
7474 network application-gateway ssl-cert list -g MyResourceGroup --gateway-name MyAppGateway
7575 ` ` `
76+
77+ # ## [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2025-07-01.xml) **Stable**
78+
79+ < ! -- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2025-07-01 properties.sslCertificates -->
80+
81+ # ### examples
82+
83+ - List SSL certificates.
84+ ` ` ` bash
85+ network application-gateway ssl-cert list -g MyResourceGroup --gateway-name MyAppGateway
86+ ` ` `
Original file line number Diff line number Diff line change @@ -73,3 +73,14 @@ Get the details of an SSL certificate.
7373 ` ` ` bash
7474 network application-gateway ssl-cert show -g MyResourceGroup --gateway-name MyAppGateway -n MySslCert
7575 ` ` `
76+
77+ # ## [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2025-07-01.xml) **Stable**
78+
79+ < ! -- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2025-07-01 properties.sslCertificates[] -->
80+
81+ # ### examples
82+
83+ - Get the details of an SSL certificate.
84+ ` ` ` bash
85+ network application-gateway ssl-cert show -g MyResourceGroup --gateway-name MyAppGateway -n MySslCert
86+ ` ` `
Original file line number Diff line number Diff line change @@ -73,3 +73,14 @@ Update an SSL certificate.
7373 ` ` ` bash
7474 network application-gateway ssl-cert update -g MyResourceGroup --gateway-name MyAppGateway -n MySslCert --cert-file FilePath --cert-password Abc123Abc123
7575 ` ` `
76+
77+ # ## [2025-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2025-07-01.xml) **Stable**
78+
79+ < ! -- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2025-07-01 properties.sslCertificates[] -->
80+
81+ # ### examples
82+
83+ - Change a gateway SSL certificate and password.
84+ ` ` ` bash
85+ network application-gateway ssl-cert update -g MyResourceGroup --gateway-name MyAppGateway -n MySslCert --cert-file FilePath --cert-password Abc123Abc123
86+ ` ` `
You can’t perform that action at this time.
0 commit comments