Skip to content

Commit 8ac5ed6

Browse files
committed
changed date and fixed numbering
1 parent 62d1f64 commit 8ac5ed6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/private-link/private-endpoint-static-ip-powershell.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: asudbring
66
ms.author: allensu
77
ms.service: private-link
88
ms.topic: how-to
9-
ms.date: 05/12/2022
9+
ms.date: 05/13/2022
1010
ms.custom:
1111
---
1212

@@ -267,7 +267,7 @@ Use the VM you created in the previous step to connect to the webapp across the
267267

268268
6. After you've connected, open PowerShell on the server.
269269

270-
8. Enter `nslookup mywebapp1979.azurewebsites.net`. Replace **mywebapp1979** with the name of the web app that you created earlier. You'll receive a message that's similar to the following:
270+
7. Enter `nslookup mywebapp1979.azurewebsites.net`. Replace **mywebapp1979** with the name of the web app that you created earlier. You'll receive a message that's similar to the following:
271271

272272
```powershell
273273
Server: UnKnown
@@ -281,15 +281,15 @@ Use the VM you created in the previous step to connect to the webapp across the
281281
282282
A static private IP address of *10.0.0.10* is returned for the web app name.
283283
284-
9. In the bastion connection to **myVM**, open the web browser.
284+
8. In the bastion connection to **myVM**, open the web browser.
285285
286-
10. Enter the URL of your web app, **https://mywebapp1979.azurewebsites.net**.
286+
9. Enter the URL of your web app, **https://mywebapp1979.azurewebsites.net**.
287287
288288
If your web app hasn't been deployed, you'll get the following default web app page:
289289
290290
:::image type="content" source="./media/private-endpoint-static-ip-powershell/web-app-default-page.png" alt-text="Screenshot of the default web app page on a browser." border="true":::
291291
292-
11. Close the connection to **myVM**.
292+
10. Close the connection to **myVM**.
293293
294294
## Next steps
295295

0 commit comments

Comments
 (0)