Skip to content

Commit 21e7a37

Browse files
authored
Merge pull request #46841 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/Microsoft/azure-docs (branch master)
2 parents ca1b0f6 + 4f3c93a commit 21e7a37

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

articles/active-directory/develop/active-directory-acs-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To use these components, you must create one or more Access Control namespaces.
5454
https://<mynamespace>.accesscontrol.windows.net
5555
```
5656

57-
All communication with the STS and management operations are done at this URL. You use different paths for different purposes. To determine whether your applications or services use Access Control, monitor for any traffic to https://<namespace>.accesscontrol.windows.net. Any traffic to this URL is handled by Access Control, and needs to be discontinued.
57+
All communication with the STS and management operations are done at this URL. You use different paths for different purposes. To determine whether your applications or services use Access Control, monitor for any traffic to https://&lt;namespace&gt;.accesscontrol.windows.net. Any traffic to this URL is handled by Access Control, and needs to be discontinued.
5858

5959
The exception to this is any traffic to `https://accounts.accesscontrol.windows.net`. Traffic to this URL is already handled by a different service and **is not** affected by the Access Control deprecation.
6060

articles/cognitive-services/QnAMaker/How-To/metadata-generateanswer-usage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ You call GenerateAnswer with an HTTP POST request. For sample code that shows ho
7777
- **answers** - A list of answers for the user query, sorted in decreasing order of ranking score.
7878
- **score**: A ranking score between 0 and 100.
7979
- **questions**: The questions provided by the user.
80+
- **answer**: The answer to the question.
8081
- **source**: The name of the source from which the answer was extracted or saved in the knowledge base.
8182
- **metadata**: The metadata associated with the answer.
8283
- name: Metadata name. (string, max Length: 100, required)

articles/iot-edge/deploy-modbus-gateway.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This article assumes that you're using Modbus TCP protocol. For more information
3030
If you want to test the Modbus gateway functionality, Microsoft has a sample module that you can use. To use the sample module, go to the [Run the solution](#run-the-solution) section and enter the following as the Image URI:
3131

3232
```URL
33-
microsoft/azureiotedge-modbus-tcp:1.0-preview
33+
microsoft/azureiotedge-modbus-tcp:GA-preview-amd64
3434
```
3535

3636
If you want to create your own module and customize it for your environment, there is an open source [Azure IoT Edge Modbus module](https://github.com/Azure/iot-edge-modbus) project on Github. Follow the guidance in that project to create your own container image. If you create your own container image, refer to [Develop and deploy a C# IoT Edge module](tutorial-csharp-module.md) for instructions on publishing container images to a registry, and deploying a custom module to your device.
@@ -43,7 +43,7 @@ If you want to create your own module and customize it for your environment, the
4343
4. Add the Modbus module:
4444
1. Click **Add** and select **IoT Edge module**.
4545
2. In the **Name** field, enter "modbus".
46-
3. In the **Image** field, enter the image URI of the sample container: `microsoft/azureiotedge-modbus-tcp:1.0-preview`.
46+
3. In the **Image** field, enter the image URI of the sample container: `microsoft/azureiotedge-modbus-tcp:GA-preview-amd64`.
4747
4. Check the **Enable** box to update the module twin's desired properties.
4848
5. Copy the following JSON into the text box. Change the value of **SlaveConnection** to the IPv4 address of your Modbus device.
4949

articles/monitoring/monitoring-solutions-inventory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Explanations of the columns are as follows:
4848
| [Automation Hybrid Worker](../automation/automation-hybrid-runbook-worker.md) | Windows | &#8226; | &#8226; | | | | n/a |
4949
| [Azure Application Gateway Analytics](../log-analytics/log-analytics-azure-networking-analytics.md) | Azure | | | | | | on notification |
5050
| **Management solution** | **Platform** | **Microsoft monitoring agent** | **Operations Manager agent** | **Azure storage** | **Operations Manager required?** | **Operations Manager agent data sent via management group** | **Collection frequency** |
51-
| [Azure Network Security Group Analytics](../log-analytics/log-analytics-azure-networking-analytics.md) | Azure | | | | | | on notification |
51+
| [Azure Network Security Group Analytics (Deprecated)](../log-analytics/log-analytics-azure-networking-analytics.md) | Azure | | | | | | on notification |
5252
| [Azure SQL Analytics (Preview)](../log-analytics/log-analytics-azure-sql.md) | Windows | | | | | | 1 minute |
5353
| [Backup](https://azure.microsoft.com/resources/templates/101-backup-oms-monitoring/) | Azure | | | | | | on notification |
5454
| [Capacity and Performance (Preview)](../log-analytics/log-analytics-capacity.md) |Windows |&#8226; |&#8226; | | |&#8226; |on arrival |
@@ -67,7 +67,7 @@ Explanations of the columns are as follows:
6767
| [System Center Operations Manager Assessment (Preview)](../log-analytics/log-analytics-scom-assessment.md) | Windows | &#8226; | &#8226; | | | &#8226; | seven days |
6868
| [Update Management](../operations-management-suite/oms-solution-update-management.md) | Windows |&#8226; |&#8226; | | |&#8226; |at least 2 times per day and 15 minutes after installing an update |
6969
| [Upgrade Readiness](https://docs.microsoft.com/windows/deployment/upgrade/upgrade-readiness-get-started) | Windows | &#8226; | | | | | 2 days |
70-
| [VMware Monitoring (Preview)](../log-analytics/log-analytics-vmware.md) | Linux | &#8226; | | | | | 3 minutes |
70+
| [VMware Monitoring (Deprecated)](../log-analytics/log-analytics-vmware.md) | Linux | &#8226; | | | | | 3 minutes |
7171
| [Wire Data 2.0 (Preview)](../log-analytics/log-analytics-wire-data.md) |Windows (2012 R2 / 8.1 or later) |&#8226; |&#8226; | | | | 1 minute |
7272

7373

articles/service-fabric-mesh/service-fabric-mesh-tutorial-deploy-service-fabric-mesh-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ In this part of the tutorial, you learned:
175175
176176
Now that you have completed publishing a Service Fabric Mesh application to Azure, try the following:
177177

178-
* Explore the [Voting app sample](https://github.com/Azure/service-fabric-mesh-preview-pr/tree/master/samples/src/votingapp) to see another example of service-to-service communication.
178+
* Explore the [Voting app sample](https://github.com/Azure-Samples/service-fabric-mesh/tree/master/src/votingapp) to see another example of service-to-service communication.
179179
* Read [Service Fabric resources](service-fabric-mesh-service-fabric-resources.md)
180180
* Read about the [Cloud Shell](https://docs.microsoft.com/azure/cloud-shell/overview)
181181

182182

183-
[azure-cli-install]: https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest
183+
[azure-cli-install]: https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest

0 commit comments

Comments
 (0)