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/mysql/flexible-server/tutorial-deploy-wordpress-on-aks.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,6 @@ az group create \
69
69
```
70
70
71
71
Results:
72
-
73
72
<!-- expected_similarity=0.3 -->
74
73
```json
75
74
{
@@ -103,7 +102,6 @@ az network vnet create \
103
102
```
104
103
105
104
Results:
106
-
107
105
<!-- expected_similarity=0.3 -->
108
106
```json
109
107
{
@@ -169,7 +167,6 @@ az mysql flexible-server create \
169
167
```
170
168
171
169
Results:
172
-
173
170
<!-- expected_similarity=0.3 -->
174
171
```json
175
172
{
@@ -193,7 +190,7 @@ The server created has the following attributes:
193
190
- The default connectivity method is Private access (virtual network integration) with a linked virtual network and an auto generated subnet.
194
191
195
192
> [!NOTE]
196
-
> The connectivity method cannot be changed after creating the server. For example, if you selected `Private access (VNet Integration)` during creation, then you cannot change to `Public access (allowed IP addresses)` after creation. We highly recommend creating a server with Private access to securely access your server using VNet Integration. Learn more about Private access in the [concepts article](./concepts-networking-vnet).
193
+
> The connectivity method cannot be changed after creating the server. For example, if you selected `Private access (VNet Integration)` during creation, then you cannot change to `Public access (allowed IP addresses)` after creation. We highly recommend creating a server with Private access to securely access your server using VNet Integration. Learn more about Private access in the [concepts article](./concepts-networking-vnet.md).
197
194
198
195
If you'd like to change any defaults, refer to the Azure CLI [reference documentation](/cli/azure//mysql/flexible-server) for the complete list of configurable CLI parameters.
199
196
@@ -223,7 +220,6 @@ az mysql flexible-server parameter set \
223
220
```
224
221
225
222
Results:
226
-
227
223
<!-- expected_similarity=0.3 -->
228
224
```json
229
225
{
@@ -278,6 +274,7 @@ az aks create \
278
274
## Connect to the cluster
279
275
280
276
To manage a Kubernetes cluster, use [kubectl](https://kubernetes.io/docs/reference/kubectl/overview/), the Kubernetes command-line client. If you use Azure Cloud Shell, `kubectl` is already installed. The following example installs `kubectl` locally using the [az aks install-cli](/cli/azure/aks#az-aks-install-cli) command.
277
+
281
278
```bash
282
279
if! [ -x"$(command -v kubectl)" ];then az aks install-cli;fi
283
280
```
@@ -425,7 +422,6 @@ For this tutorial, we're using an existing Helm chart for WordPress built by Bit
425
422
```
426
423
427
424
Results:
428
-
429
425
<!-- expected_similarity=0.3 -->
430
426
```text
431
427
Release "wordpress" does not exist. Installing it now.
0 commit comments