Skip to content

Commit 68df556

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into securityhub
2 parents 75dffbd + 414ad48 commit 68df556

File tree

67 files changed

+365
-109
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+365
-109
lines changed

articles/active-directory/devices/howto-vm-sign-in-azure-ad-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ az group create --name AzureADLinuxVM --location southcentralus
158158
az vm create \
159159
--resource-group AzureADLinuxVM \
160160
--name myVM \
161-
--image UbuntuLTS \
161+
--image Ubuntu2204 \
162162
--assign-identity \
163163
--admin-username azureuser \
164164
--generate-ssh-keys

articles/active-directory/managed-identities-azure-resources/tutorial-vm-managed-identities-cosmos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Create a Linux virtual machine with a user assigned managed identity specified.
152152
```powershell
153153
New-AzVm `
154154
-Name "<Linux VM name>" `
155-
-image CentOS
155+
-image CentOS85Gen2
156156
-ResourceGroupName "<Your resource group>" `
157157
-Location "East US" `
158158
-VirtualNetworkName "myVnet" `

articles/application-gateway/quick-create-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ for i in `seq 1 2`; do
130130
--resource-group myResourceGroupAG \
131131
--name myVM$i \
132132
--nics myNic$i \
133-
--image UbuntuLTS \
133+
--image Ubuntu2204 \
134134
--admin-username azureuser \
135135
--generate-ssh-keys \
136136
--custom-data cloud-init.txt

articles/application-gateway/redirect-http-to-https-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ In this example, you create a Virtual Machine Scale Set named *myvmss* that prov
174174
az vmss create \
175175
--name myvmss \
176176
--resource-group myResourceGroupAG \
177-
--image UbuntuLTS \
177+
--image Ubuntu2204 \
178178
--admin-username azureuser \
179179
--admin-password Azure123456! \
180180
--instance-count 2 \

articles/application-gateway/redirect-internal-site-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ In this example, you create a virtual machine scale set that supports the backen
163163
az vmss create \
164164
--name myvmss \
165165
--resource-group myResourceGroupAG \
166-
--image UbuntuLTS \
166+
--image Ubuntu2204 \
167167
--admin-username azureuser \
168168
--admin-password Azure123456! \
169169
--instance-count 2 \

articles/application-gateway/tutorial-manage-web-traffic-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ In this example, you create a Virtual Machine Scale Set that provides servers fo
101101
az vmss create \
102102
--name myvmss \
103103
--resource-group myResourceGroupAG \
104-
--image UbuntuLTS \
104+
--image Ubuntu2204 \
105105
--admin-username azureuser \
106106
--admin-password Azure123456! \
107107
--instance-count 2 \

articles/application-gateway/tutorial-multiple-sites-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ for i in `seq 1 2`; do
215215
az vmss create \
216216
--name myvmss$i \
217217
--resource-group myResourceGroupAG \
218-
--image UbuntuLTS \
218+
--image Ubuntu2204 \
219219
--admin-username azureuser \
220220
--admin-password Azure123456! \
221221
--instance-count 2 \

articles/application-gateway/tutorial-ssl-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ In this example, you create a Virtual Machine Scale Set that provides servers fo
125125
az vmss create \
126126
--name myvmss \
127127
--resource-group myResourceGroupAG \
128-
--image UbuntuLTS \
128+
--image Ubuntu2204 \
129129
--admin-username azureuser \
130130
--admin-password Azure123456! \
131131
--instance-count 2 \

articles/application-gateway/tutorial-url-redirect-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ for i in `seq 1 3`; do
255255
az vmss create \
256256
--name myvmss$i \
257257
--resource-group myResourceGroupAG \
258-
--image UbuntuLTS \
258+
--image Ubuntu2204 \
259259
--admin-username <azure-user> \
260260
--admin-password <password> \
261261
--instance-count 2 \

articles/application-gateway/tutorial-url-route-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ for i in `seq 1 3`; do
205205
az vmss create \
206206
--name myvmss$i \
207207
--resource-group myResourceGroupAG \
208-
--image UbuntuLTS \
208+
--image Ubuntu2204 \
209209
--admin-username azureuser \
210210
--admin-password Azure123456! \
211211
--instance-count 2 \

0 commit comments

Comments
 (0)