Skip to content

Commit a8eb66a

Browse files
committed
Merge branch 'master' of https://github.com/microsoftdocs/azure-docs-pr into asc-melvyn-test
2 parents 3fc7ac0 + b1c32ac commit a8eb66a

File tree

10 files changed

+50
-22
lines changed

10 files changed

+50
-22
lines changed

articles/app-service/networking/private-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ For example, the name resolution will be:
8888

8989
|Name |Type |Value |Remark |
9090
|-----|-----|------|-------|
91-
|mywebapp.azurewebsites.net|CNAME|mywebapp.privatelink.azurewebsites.net|
91+
|mywebapp.azurewebsites.net|CNAME|mywebapp.privatelink.azurewebsites.net|<--Azure creates this entry in Azure Public DNS to point the app service to the privatelink and this is managed by us|
9292
|mywebapp.privatelink.azurewebsites.net|A|10.10.10.8|<--You manage this entry in your DNS system to point to your Private Endpoint IP address|
9393

9494
After this DNS configuration you can reach your Web App privately with the default name mywebappname.azurewebsites.net. You must use this name, because the default certificate is issued for *.azurewebsites.net.
23.3 KB
Loading
30.7 KB
Loading
18.6 KB
Loading

articles/media-services/video-indexer/upload-index-videos.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ See the [input container/file formats](../latest/media-encoder-standard-formats.
6868
> A name of the video must be no greater than 80 characters.
6969
7070
1. Sign in on the [Video Indexer](https://www.videoindexer.ai/) website.
71-
2. To upload a video, press the **Upload** button or link.
71+
1. To upload a video, press the **Upload** button or link.
7272

73-
![Upload](./media/video-indexer-get-started/video-indexer-upload.png)
73+
> [!div class="mx-imgBorder"]
74+
> :::image type="content" source="./media/video-indexer-get-started/video-indexer-upload.png" alt-text="Upload":::
75+
1. Once your video has been uploaded, Video Indexer starts indexing and analyzing the video.
7476

75-
Once your video has been uploaded, Video Indexer starts indexing and analyzing the video.
76-
77-
![Uploaded](./media/video-indexer-get-started/video-indexer-uploaded.png)
78-
79-
Once Video Indexer is done analyzing, you will get a notification with a link to your video and a short description of what was found in your video. For example: people, topics, OCRs.
77+
> [!div class="mx-imgBorder"]
78+
> :::image type="content" source="./media/video-indexer-get-started/progress.png" alt-text="Progress of the upload":::
79+
1. Once Video Indexer is done analyzing, you will get an email with a link to your video and a short description of what was found in your video. For example: people, topics, OCRs.
8080

8181
## <a name="apis"></a>Upload and index with API
8282

articles/media-services/video-indexer/video-indexer-get-started.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: femila
99
ms.service: media-services
1010
ms.subservice: video-indexer
1111
ms.topic: quickstart
12-
ms.date: 03/17/2020
12+
ms.date: 10/19/2020
1313
ms.author: juliako
1414
---
1515

@@ -35,24 +35,28 @@ See the [input container/file formats](../latest/media-encoder-standard-formats.
3535
### Upload a video
3636

3737
1. Sign in on the [Video Indexer](https://www.videoindexer.ai/) website.
38-
2. To upload a video, press the **Upload** button or link.
38+
1. To upload a video, press the **Upload** button or link.
3939

4040
> [!NOTE]
4141
> The name of the video must be no greater than 80 characters.
4242
43-
![Upload](./media/video-indexer-get-started/video-indexer-upload.png)
43+
> [!div class="mx-imgBorder"]
44+
> :::image type="content" source="./media/video-indexer-get-started/video-indexer-upload.png" alt-text="Upload":::
45+
1. Once your video has been uploaded, Video Indexer starts indexing and analyzing the video. You see the progress.
4446

45-
Once your video has been uploaded, Video Indexer starts indexing and analyzing the video.
46-
47-
![Uploaded](./media/video-indexer-get-started/video-indexer-uploaded.png)
48-
49-
Once Video Indexer is done analyzing, you will get a notification with a link to your video and a short description of what was found in your video. For example: people, topics, OCRs.
47+
> [!div class="mx-imgBorder"]
48+
> :::image type="content" source="./media/video-indexer-get-started/progress.png" alt-text="Progress of the upload":::
49+
1. Once Video Indexer is done analyzing, you will get an email with a link to your video and a short description of what was found in your video. For example: people, spoken and written words, topics, and named entities.
50+
1. You can later find your video in the library list and perform different operations. For example: search, re-index, edit.
5051

52+
> [!div class="mx-imgBorder"]
53+
> :::image type="content" source="./media/video-indexer-get-started/uploaded.png" alt-text="Uploaded the upload":::
54+
5155
## See also
5256

5357
See [Upload and index videos](upload-index-videos.md) for more details.
5458

55-
After you upload and index a video, you can start using [Video Indexer](video-indexer-view-edit.md) website or [Video Indexer Developer Portal](video-indexer-use-apis.md) to see the insights of the video.
59+
After you upload and index a video, you can start using [Video Indexer website](video-indexer-view-edit.md) or [Video Indexer Developer Portal](video-indexer-use-apis.md) to see the insights of the video.
5660

5761
[Start using APIs](video-indexer-use-apis.md)
5862

42.1 KB
Loading
31.9 KB
Loading

articles/virtual-machines/extensions/network-watcher-update.md

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,25 @@ You can check your extension version by using the Azure portal, the Azure CLI, o
4949
Run the following command from an Azure CLI prompt:
5050

5151
```azurecli
52-
az vm extension list --resource-group  <ResourceGroupName> --vm-name <VMName>
52+
az vm get-instance-view --resource-group "SampleRG" --name "Sample-VM"
5353
```
54+
Locate **"AzureNetworkWatcherExtension"** in the output and identify the version number from the *“TypeHandlerVersion”* field in the output. 
55+
Please note: Information about the extension appears multiple times in the JSON output. Please look under the "extensions" block and you should see the full version number of the extension.
5456

55-
Locate the AzureNetworkWatcher extension in the output. Identify the version number in the "TypeHandlerVersion" field in the output. 
57+
You should see something like the below:
58+
![Azure CLI Screenshot](./media/network-watcher/azure-cli-screenshot.png)
5659

5760
#### Use PowerShell
5861

5962
Run the following commands from a PowerShell prompt:
6063

6164
```powershell
62-
Get-AzVMExtension -ResourceGroupName <ResourceGroupName> -VMName <VMName> 
65+
Get-AzVM -ResourceGroupName "SampleRG" -Name "Sample-VM" -Status
6366
```
67+
Locate the Azure Network Watcher extension in the output and identify the version number from the *“TypeHandlerVersion”* field in the output.  
6468

65-
Locate the AzureNetworkWatcher extension in the output. Identify the version number in the "TypeHandlerVersion" field in the output.
69+
You should see something like the below:
70+
![PowerShell Screenshot](./media/network-watcher/powershell-screenshot.png)
6671

6772
### Update your extension
6873

@@ -80,6 +85,25 @@ Set-AzVMExtension ` -ResourceGroupName "myResourceGroup1" ` -Location "WestUS"
8085
Set-AzVMExtension ` -ResourceGroupName "myResourceGroup1" ` -Location "WestUS" ` -VMName "myVM1" ` -Name "AzureNetworkWatcherExtension" ` -Publisher "Microsoft.Azure.NetworkWatcher" -Type "NetworkWatcherAgentWindows"
8186
```
8287

88+
If that doesn't work. Remove and install the extension again, using the steps below. This will automatically add the latest version.
89+
90+
Removing the extension
91+
92+
```powershell
93+
#Same command for Linux and Windows
94+
Remove-AzVMExtension -ResourceGroupName "SampleRG" -VMName "Sample-VM" -Name "AzureNetworkWatcherExtension"
95+
```
96+
97+
Installing the extension again
98+
99+
```powershell
100+
#Linux command
101+
Set-AzVMExtension -ResourceGroupName "SampleRG" -Location "centralus" -VMName "Sample-VM" -Name "AzureNetworkWatcherExtension" -Publisher "Microsoft.Azure.NetworkWatcher" -Type "NetworkWatcherAgentLinux" -typeHandlerVersion "1.4"
102+
103+
#Windows command
104+
Set-AzVMExtension -ResourceGroupName "SampleRG" -Location "centralus" -VMName "Sample-VM" -Name "AzureNetworkWatcherExtension" -Publisher "Microsoft.Azure.NetworkWatcher" -Type "NetworkWatcherAgentWindows" -typeHandlerVersion "1.4"
105+
```
106+
83107
#### Option 2: Use the Azure CLI
84108

85109
Force an upgrade.
@@ -119,4 +143,4 @@ If you have auto-upgrade set to true for the Network Watcher extension, reboot y
119143

120144
## Support
121145

122-
If you need more help at any point in this article, see the Network Watcher extension documentation for [Linux](./network-watcher-linux.md) or [Windows](./network-watcher-windows.md). You can also contact the Azure experts on the [MSDN Azure and Stack Overflow forums](https://azure.microsoft.com/support/forums/). Alternatively, file an Azure support incident. Go to the [Azure support site](https://azure.microsoft.com/support/options/), and select **Get support**. For information about using Azure Support, read the [Microsoft Azure support FAQ](https://azure.microsoft.com/support/faq/).
146+
If you need more help at any point in this article, see the Network Watcher extension documentation for [Linux](./network-watcher-linux.md) or [Windows](./network-watcher-windows.md). You can also contact the Azure experts on the [MSDN Azure and Stack Overflow forums](https://azure.microsoft.com/support/forums/). Alternatively, file an Azure support incident. Go to the [Azure support site](https://azure.microsoft.com/support/options/), and select **Get support**. For information about using Azure Support, read the [Microsoft Azure support FAQ](https://azure.microsoft.com/support/faq/).

0 commit comments

Comments
 (0)