Skip to content

Commit 596b3fe

Browse files
authored
Merge pull request #113658 from craigcaseyMSFT/vcraic0430
fix broken links from OPS report
2 parents 9bd9db3 + 65ea4ee commit 596b3fe

File tree

10 files changed

+23
-23
lines changed

10 files changed

+23
-23
lines changed

articles/cognitive-services/Custom-Vision-Service/iot-visual-alerts-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The following files handle the main functionality of the app.
5858
| [MainPage.xaml.cs](https://github.com/Azure-Samples/Cognitive-Services-Vision-Solution-Templates/blob/master/IoTVisualAlerts/MainPage.xaml.cs) | This code controls the behavior of the XAML UI. It contains the state machine processing code.|
5959
| [CustomVision\CustomVisionServiceWrapper.cs](https://github.com/Azure-Samples/Cognitive-Services-Vision-Solution-Templates/blob/master/IoTVisualAlerts/CustomVision/CustomVisionServiceWrapper.cs) | This class is a wrapper that handles integration with the Custom Vision Service.|
6060
| [CustomVision\CustomVisionONNXModel.cs](https://github.com/Azure-Samples/Cognitive-Services-Vision-Solution-Templates/blob/master/IoTVisualAlerts/CustomVision/CustomVisionONNXModel.cs) | This class is a wrapper that handles integration with Windows ML for loading the ONNX model and scoring images against it.|
61-
| [IoTHub\IotHubWrapper.cs](https://github.com/Azure-Samples/Cognitive-Services-Vision-Solution-Templates/blob/master/IoTVisualAlerts/IoTHub/IotHubWrapper.cs) | This class is a wrapper that handles integration with IoT Hub for uploading scoring results to Azure.|
61+
| [IoTHub\IotHubWrapper.cs](https://github.com/Azure-Samples/Cognitive-Services-Vision-Solution-Templates/blob/master/IoTVisualAlerts/IoTHub/IoTHubWrapper.cs) | This class is a wrapper that handles integration with IoT Hub for uploading scoring results to Azure.|
6262

6363
## Set up the Visual Alerts app
6464

@@ -86,7 +86,7 @@ When you run the app for the first time, it won't have any knowledge of visual s
8686

8787
To set up a model, you need to put the app in the **Capturing Training Images** state. Take one of the following steps:
8888
* If you're running the app on PC, use the button on the top-right corner of the UI.
89-
* If you're running the app on an IoT device, call the `EnterLearningMode` method on the device through the IoT Hub. You can call it through the device entry in the IoT Hub menu on the Azure portal, or with a tool such as [IoT Hub Device Explorer](https://github.com/Azure/azure-iot-sdk-csharp/tree/master/tools/DeviceExplorer).
89+
* If you're running the app on an IoT device, call the `EnterLearningMode` method on the device through the IoT Hub. You can call it through the device entry in the IoT Hub menu on the Azure portal, or with a tool such as [IoT Hub Device Explorer](https://github.com/Azure/azure-iot-sdk-csharp).
9090

9191
When the app enters the **Capturing Training Images** state, it will capture about two images every second until it has reached the target number of images. By default, the target is 30 images, but you can set this parameter by passing the desired number as an argument to the `EnterLearningMode` IoT Hub method.
9292

articles/cognitive-services/Speech-Service/how-to-use-conversation-transcription.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ The Speech SDK's **ConversationTranscriber** API allows you to transcribe meetin
2727

2828
The Speech Device SDK provides sample code in Java for real-time audio capture using 8 channels.
2929

30-
- [ROOBO device sample code](https://github.com/Azure-Samples/Cognitive-Services-Speech-Devices-SDK/blob/master/Samples/Android/Speech%20Devices%20SDK%20Starter%20App/example/app/src/main/java/com/microsoft/cognitiveservices/speech/samples/sdsdkstarterapp/ConversationTranscription.java)
31-
- [Azure Kinect Dev Kit sample code](https://github.com/Azure-Samples/Cognitive-Services-Speech-Devices-SDK/blob/master/Samples/Windows_Linux/SampleDemo/src/com/microsoft/cognitiveservices/speech/samples/Cts.java)
30+
- [ROOBO device sample code](https://github.com/Azure-Samples/Cognitive-Services-Speech-Devices-SDK/blob/master/Samples/Java/Android/Speech%20Devices%20SDK%20Starter%20App/example/app/src/main/java/com/microsoft/cognitiveservices/speech/samples/sdsdkstarterapp/ConversationTranscription.java)
31+
- [Azure Kinect Dev Kit sample code](https://github.com/Azure-Samples/Cognitive-Services-Speech-Devices-SDK/blob/master/Samples/Java/Windows_Linux/SampleDemo/src/com/microsoft/cognitiveservices/speech/samples/Cts.java)
3232

3333
## Prerequisites
3434

articles/cognitive-services/Speech-Service/tutorial-voice-enable-your-bot-speech-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ The [Bot Framework Emulator](https://github.com/microsoft/botframework-emulator)
174174
The next step is to deploy the Echo Bot to Azure. There are a few ways to deploy a bot, but in this tutorial we'll focus on publishing directly from Visual Studio.
175175

176176
> [!NOTE]
177-
> Alternatively, you can deploy a bot using the [Azure CLI](https://docs.microsoft.com/azure/bot-service/bot-builder-deploy-az-cli) and [deployment templates](https://github.com/microsoft/BotBuilder-Samples/tree/master/experimental/directline-speech/csharp_dotnetcore/02.echo-bot/DeploymentTemplates).
177+
> Alternatively, you can deploy a bot using the [Azure CLI](https://docs.microsoft.com/azure/bot-service/bot-builder-deploy-az-cli) and [deployment templates](https://github.com/microsoft/BotBuilder-Samples/tree/master/experimental/adaptive-dialog/csharp_dotnetcore/04.core-bot/deploymentTemplates).
178178
179179
1. From Visual Studio, open the Echo Bot that's been configured for use with Direct Line Speech channel:
180180

articles/cognitive-services/Translator/ctf-reporting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ The result set contains array of the **UserTranslationCount**. Each UserTranslat
111111
> The quota will adjust to ensure fairness among all users of the service.
112112
113113
**View code examples on GitHib**
114-
* [C#](https://github.com/MicrosoftTranslator/Documentation-Code-TextAPI/blob/master/ctf/ctf-getusertranslationcounts-example-csharp.md)
115-
* [PHP](https://github.com/MicrosoftTranslator/Documentation-Code-TextAPI/blob/master/ctf/ctf-getusertranslationcounts-example-php.md)
114+
* [C#](https://github.com/MicrosoftTranslator/CustomTranslator-API-CSharp)
115+
* [PHP](https://github.com/MicrosoftTranslator/Text-Translation-API-V3-PHP)
116116
117117
## GetUserTranslations method
118118
@@ -184,5 +184,5 @@ The result set contains array of the **UserTranslation**. Each UserTranslation h
184184
> The quota will adjust to ensure fairness among all users of the service.
185185
186186
**View code examples on GitHib**
187-
* [C#](https://github.com/MicrosoftTranslator/Documentation-Code-TextAPI/blob/master/ctf/ctf-getusertranslations-example-csharp.md)
188-
* [PHP](https://github.com/MicrosoftTranslator/Documentation-Code-TextAPI/blob/master/ctf/ctf-getusertranslations-example-php.md)
187+
* [C#](https://github.com/MicrosoftTranslator/CustomTranslator-API-CSharp)
188+
* [PHP](https://github.com/MicrosoftTranslator/Text-Translation-API-V3-PHP)

articles/cognitive-services/immersive-reader/tutorial-ios-picture-immersive-reader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The [Immersive Reader](https://www.onenote.com/learningtools) is an inclusively
1919

2020
The [Computer Vision Cognitive Services Read API](https://docs.microsoft.com/azure/cognitive-services/computer-vision/concept-recognizing-text) detects text content in an image using Microsoft's latest recognition models and converts the identified text into a machine-readable character stream.
2121

22-
In this tutorial, you will build an iOS app from scratch and integrate the Read API, and the Immersive Reader by using the Immersive Reader SDK. A full working sample of this tutorial is available [here](https://github.com/microsoft/immersive-reader-sdk/tree/master/iOS/samples/picture-to-immersive-reader-swift).
22+
In this tutorial, you will build an iOS app from scratch and integrate the Read API, and the Immersive Reader by using the Immersive Reader SDK. A full working sample of this tutorial is available [here](https://github.com/microsoft/immersive-reader-sdk/tree/master/js/samples/ios).
2323

2424
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2525

articles/container-registry/container-registry-faq.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -489,10 +489,10 @@ We currently do not support GitLab for Source triggers.
489489

490490
| Git service | Source context | Manual build | Auto build through commit trigger |
491491
|---|---|---|---|
492-
| GitHub | https://github.com/user/myapp-repo.git#mybranch:myfolder | Yes | Yes |
493-
| Azure Repos | https://dev.azure.com/user/myproject/_git/myapp-repo#mybranch:myfolder | Yes | Yes |
494-
| GitLab | https://gitlab.com/user/myapp-repo.git#mybranch:myfolder | Yes | No |
495-
| BitBucket | https://[email protected]/user/mayapp-repo.git#mybranch:myfolder | Yes | No |
492+
| GitHub | `https://github.com/user/myapp-repo.git#mybranch:myfolder` | Yes | Yes |
493+
| Azure Repos | `https://dev.azure.com/user/myproject/_git/myapp-repo#mybranch:myfolder` | Yes | Yes |
494+
| GitLab | `https://gitlab.com/user/myapp-repo.git#mybranch:myfolder` | Yes | No |
495+
| BitBucket | `https://[email protected]/user/mayapp-repo.git#mybranch:myfolder` | Yes | No |
496496

497497
## Run Error Message Troubleshooting
498498

articles/container-service/dcos-swarm/container-service-dcos-vamp-canary-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Now that Vamp is up and running, deploy a service from a blueprint.
124124

125125
In its simplest form, a [Vamp blueprint](https://docs.vamp.io/how-vamp-works/vamp-and-kubernetes#vamp-deployments) describes the endpoints (gateways), clusters, and services to deploy. Vamp uses clusters to group different variants of the same service into logical groups for canary releasing or A/B testing.
126126

127-
This scenario uses a sample monolithic application called [**sava**](https://github.com/magneticio/sava), which is at version 1.0. The monolith is packaged in a Docker container, which is in Docker Hub under magneticio/sava:1.0.0. The app normally runs on port 8080, but you want to expose it under port 9050 in this case. Deploy the app through Vamp using a simple blueprint.
127+
This scenario uses a sample monolithic application called [**sava**](https://github.com/magneticio/sava-product), which is at version 1.0. The monolith is packaged in a Docker container, which is in Docker Hub under magneticio/sava:1.0.0. The app normally runs on port 8080, but you want to expose it under port 9050 in this case. Deploy the app through Vamp using a simple blueprint.
128128

129129
1. Go to **Deployments**.
130130

articles/container-service/kubernetes/container-service-draft-up.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Now that you have a cluster, you can import the credentials by using the [az acs
9797

9898

9999
1. Download draft for your environment at https://github.com/Azure/draft/releases and install into your PATH so that the command can be used.
100-
2. Download helm for your environment at https://github.com/kubernetes/helm/releases and [install it into your PATH so that the command can be used](https://github.com/kubernetes/helm/blob/master/docs/install.md#installing-the-helm-client).
100+
2. Download helm for your environment at https://github.com/kubernetes/helm/releases and [install it into your PATH so that the command can be used](https://helm.sh/docs/intro/quickstart#install-helm).
101101
3. Configure Draft to use your registry and create subdomains for each Helm chart it creates. To configure Draft, you need:
102102
- your Azure Container Registry name (in this example, `draftacsdemo`)
103103
- your registry key, or password, from `az acr credential show -n <registry name> --output tsv --query "passwords[0].value"`.

articles/container-service/kubernetes/container-service-kubernetes-helm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Helm has two components:
3030

3131
* [Install and configure `kubectl`](../container-service-connect.md) on a local computer
3232

33-
* [Install Helm](https://github.com/kubernetes/helm/blob/master/docs/install.md) on a local computer
33+
* [Install Helm](https://helm.sh/docs/intro/quickstart/) on a local computer
3434

3535
## Helm basics
3636

@@ -145,5 +145,5 @@ You can now use standard SQL commands to create databases, tables, etc. For exam
145145

146146
## Next steps
147147

148-
* For more information about managing Kubernetes charts, see the [Helm documentation](https://github.com/kubernetes/helm/blob/master/docs/index.md).
148+
* For more information about managing Kubernetes charts, see the [Helm documentation](https://helm.sh/docs/).
149149

articles/cosmos-db/create-cassandra-api-account-java.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,21 +87,21 @@ Use the following steps to build the sample from scratch:
8787

8888
2. Locate the `cassandra-demo` folder. Using a text editor, open the `pom.xml` file that was generated.
8989

90-
Add the Cassandra dependencies and build plugins required by your project, as shown in the [pom.xml](https://github.com/Azure-Samples/azure-cosmos-db-cassandra-java-getting-started/blob/master/java-examples/pom.xml) file.
90+
Add the Cassandra dependencies and build plugins required by your project, as shown in the [pom.xml](https://github.com/Azure-Samples/azure-cosmos-db-cassandra-java-getting-started/blob/master/pom.xml) file.
9191

9292
3. Under the `cassandra-demo\src\main` folder, create a new folder named `resources`. Under the resources folder, add the config.properties and log4j.properties files:
9393

94-
- The [config.properties](https://github.com/Azure-Samples/azure-cosmos-db-cassandra-java-getting-started/blob/master/java-examples/src/main/resources/config.properties) file stores the connection endpoint and key values of the Cassandra API account.
94+
- The [config.properties](https://github.com/Azure-Samples/azure-cosmos-db-cassandra-java-getting-started/blob/master/src/main/resources/config.properties) file stores the connection endpoint and key values of the Cassandra API account.
9595

96-
- The [log4j.properties](https://github.com/Azure-Samples/azure-cosmos-db-cassandra-java-getting-started/blob/master/java-examples/src/main/resources/log4j.properties) file defines the level of logging required for interacting with the Cassandra API.
96+
- The [log4j.properties](https://github.com/Azure-Samples/azure-cosmos-db-cassandra-java-getting-started/blob/master/src/main/resources/log4j.properties) file defines the level of logging required for interacting with the Cassandra API.
9797

9898
4. Browse to the `src/main/java/com/azure/cosmosdb/cassandra/` folder. Within the cassandra folder, create another folder named `utils`. The new folder stores the utility classes required to connect to the Cassandra API account.
9999

100-
Add the [CassandraUtils](https://github.com/Azure-Samples/azure-cosmos-db-cassandra-java-getting-started/blob/master/java-examples/src/main/java/com/azure/cosmosdb/cassandra/util/CassandraUtils.java) class to create the cluster and to open and close Cassandra sessions. The cluster connects to the Cassandra API account in Azure Cosmos DB and returns a session to access. Use the [Configurations](https://github.com/Azure-Samples/azure-cosmos-db-cassandra-java-getting-started/blob/master/java-examples/src/main/java/com/azure/cosmosdb/cassandra/util/Configurations.java) class to read connection string information from the config.properties file.
100+
Add the [CassandraUtils](https://github.com/Azure-Samples/azure-cosmos-db-cassandra-java-getting-started/blob/master/src/main/java/com/azure/cosmosdb/cassandra/util/CassandraUtils.java) class to create the cluster and to open and close Cassandra sessions. The cluster connects to the Cassandra API account in Azure Cosmos DB and returns a session to access. Use the [Configurations](https://github.com/Azure-Samples/azure-cosmos-db-cassandra-java-getting-started/blob/master/src/main/java/com/azure/cosmosdb/cassandra/util/Configurations.java) class to read connection string information from the config.properties file.
101101

102102
5. The Java sample creates a database with user information such as user name, user ID, and user city. You need to define get and set methods to access user details in the main function.
103103

104-
Create a [User.java](https://github.com/Azure-Samples/azure-cosmos-db-cassandra-java-getting-started/blob/master/java-examples/src/main/java/com/azure/cosmosdb/cassandra/User.java) class under the `src/main/java/com/azure/cosmosdb/cassandra/` folder with get and set methods.
104+
Create a [User.java](https://github.com/Azure-Samples/azure-cosmos-db-cassandra-java-getting-started/blob/master/src/main/java/com/azure/cosmosdb/cassandra/examples/UserProfile.java) class under the `src/main/java/com/azure/cosmosdb/cassandra/` folder with get and set methods.
105105

106106
## Add a database and a table
107107

0 commit comments

Comments
 (0)