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
|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|
92
92
|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|
93
93
94
94
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.
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.
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.
50
51
52
+
> [!div class="mx-imgBorder"]
53
+
> :::image type="content" source="./media/video-indexer-get-started/uploaded.png" alt-text="Uploaded the upload":::
54
+
51
55
## See also
52
56
53
57
See [Upload and index videos](upload-index-videos.md) for more details.
54
58
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.
Copy file name to clipboardExpand all lines: articles/virtual-machines/extensions/network-watcher-update.md
+29-5Lines changed: 29 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,20 +49,25 @@ You can check your extension version by using the Azure portal, the Azure CLI, o
49
49
Run the following command from an Azure CLI prompt:
50
50
51
51
```azurecli
52
-
az vm extension list --resource-group <ResourceGroupName> --vm-name <VMName>
52
+
az vm get-instance-view --resource-group "SampleRG" --name "Sample-VM"
53
53
```
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.
54
56
55
-
Locate the AzureNetworkWatcher extension in the output. Identify the version number in the "TypeHandlerVersion" field in the output.
@@ -119,4 +143,4 @@ If you have auto-upgrade set to true for the Network Watcher extension, reboot y
119
143
120
144
## Support
121
145
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