Skip to content

Commit 8eac5c2

Browse files
Merge pull request #103187 from craigcaseyMSFT/vcraic0203
fix broken links from CATS report
2 parents e286533 + 917427e commit 8eac5c2

10 files changed

+11
-11
lines changed

articles/cognitive-services/Translator/tutorial-build-flask-app-translation-synthesis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Requests is a popular module that is used to send HTTP 1.1 requests. There’s n
124124
```
125125

126126
> [!NOTE]
127-
> If you'd like to learn more about requests, see [Requests: HTTP for Humans](http://docs.python-requests.org/en/master/).
127+
> If you'd like to learn more about requests, see [Requests: HTTP for Humans](https://2.python-requests.org/en/master/).
128128
129129
### Install and configure Flask
130130

articles/key-vault/tutorial-python-windows-virtual-machine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ To log on to the virtual machine, follow the instructions in [Connect and log on
133133

134134
## Create and run a sample Python app
135135

136-
In the next section is an example file named *Sample.py*. It uses a [requests](http://docs.python-requests.org/en/master/) library to make HTTP GET calls.
136+
In the next section is an example file named *Sample.py*. It uses a [requests](https://2.python-requests.org/en/master/) library to make HTTP GET calls.
137137

138138
## Edit Sample.py
139139

articles/machine-learning/azure-machine-learning-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ The [`PipelineEndpoint`](https://docs.microsoft.com/python/api/azureml-pipeline-
12311231

12321232
### Azure Machine Learning Data Prep SDK v1.1.2
12331233

1234-
Note: Data Prep Python SDK will no longer install `numpy` and `pandas` packages. See [updated installation instructions](https://aka.ms/aml-data-prep-installation).
1234+
Note: Data Prep Python SDK will no longer install `numpy` and `pandas` packages. See [updated installation instructions](https://github.com/Microsoft/AMLDataPrepDocs).
12351235

12361236
+ **New features**
12371237
+ You can now use the Pivot transform.

articles/media-services/video-indexer/animated-characters-recognition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Follow these steps to connect you Custom Vision account to Video Indexer, or to
7777
1. Select **Connect Custom Vision Account (PREVIEW)** and click **Try it**.
7878
1. Fill in the required fields as well as the access token and click **Send**.
7979

80-
For more information about how to get the Video Indexer access token go to the [developer portal](https://api-portal.videoindexer.ai/docs/services/authorization/operations/Get-Account-Access-Token?), and see the [relevant documentation](video-indexer-use-apis.md#obtain-access-token-using-the-authorization-api).
80+
For more information about how to get the Video Indexer access token go to the [developer portal](https://api-portal.videoindexer.ai/docs/services/operations/operations/Get-Account-Access-Token?), and see the [relevant documentation](video-indexer-use-apis.md#obtain-access-token-using-the-authorization-api).
8181
1. Once the call return 200 OK response, your account is connected.
8282
1. To verify your connection by browse to the [Video Indexer](https://vi.microsoft.com/)) portal:
8383
1. Click on the **Content model customization** button in the top-right corner.

articles/media-services/video-indexer/manage-multiple-tenants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ When using this architecture, a Video Indexer account is created for each tenant
4141
* Harder to manage due to multiple Video Indexer (and associated Media Services) accounts per tenant.
4242

4343
> [!TIP]
44-
> Create an admin user for your system in [Video Indexer Developer Portal](https://api-portal.videoindexer.ai/) and use the Authorization API to provide your tenants the relevant [account access token](https://api-portal.videoindexer.ai/docs/services/authorization/operations/Get-Account-Access-Token).
44+
> Create an admin user for your system in [Video Indexer Developer Portal](https://api-portal.videoindexer.ai/) and use the Authorization API to provide your tenants the relevant [account access token](https://api-portal.videoindexer.ai/docs/services/operations/operations/Get-Account-Access-Token).
4545
4646
## Single Video Indexer account for all users
4747

articles/media-services/video-indexer/video-indexer-embed-widgets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ To embed a private video, you must pass an access token in the **src** attribute
8282

8383
To get the Cognitive Insights widget content, use one of the following:<br/>
8484
- The [Get Insights Widget](https://api-portal.videoindexer.ai/docs/services/operations/operations/Get-Video-Insights-Widget?&pattern=widget) API.<br/>
85-
- The [Get Video Access Token](https://api-portal.videoindexer.ai/docs/services/authorization/operations/Get-Video-Access-Token?). Add it as a query parameter to the URL. Specify this URL as the **src** value for the iframe, as shown earlier.
85+
- The [Get Video Access Token](https://api-portal.videoindexer.ai/docs/services/Operations/operations/Get-Video-Access-Token?). Add it as a query parameter to the URL. Specify this URL as the **src** value for the iframe, as shown earlier.
8686

87-
To provide editing insights capabilities in your embedded widget, you must pass an access token that includes editing permissions. Use [Get Insights Widget](https://api-portal.videoindexer.ai/docs/services/operations/operations/Get-Video-Insights-Widget?&pattern=widget) or [Get Video Access Token](https://api-portal.videoindexer.ai/docs/services/authorization/operations/Get-Video-Access-Token?) with `&allowEdit=true`.
87+
To provide editing insights capabilities in your embedded widget, you must pass an access token that includes editing permissions. Use [Get Insights Widget](https://api-portal.videoindexer.ai/docs/services/operations/operations/Get-Video-Insights-Widget?&pattern=widget) or [Get Video Access Token](https://api-portal.videoindexer.ai/docs/services/operations/operations/Get-Video-Access-Token?) with `&allowEdit=true`.
8888

8989
## Widgets interaction
9090

articles/media-services/video-indexer/video-indexer-use-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The Account ID parameter is required in all operational API calls. Account ID is
8282

8383
* Use **Video Indexer Developer Portal** to programmatically get the Account ID.
8484

85-
Use the [Get accounts](https://api-portal.videoindexer.ai/docs/services/authorization/operations/Get-Accounts?) API.
85+
Use the [Get account](https://api-portal.videoindexer.ai/docs/services/Operations/operations/Get-Account?) API.
8686

8787
> [!TIP]
8888
> You can generate access tokens for the accounts by defining `generateAccessTokens=true`.

articles/sql-data-warehouse/release-notes-10-0-10106-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Use the version identified to confirm which release has been applied to your Azu
152152
## More information
153153

154154
- [Blog - Azure SQL Data Warehouse](https://azure.microsoft.com/blog/tag/azure-sql-data-warehouse/)
155-
- [Customer Advisory Team blogs](https://blogs.msdn.microsoft.com/sqlcat/tag/sql-dw/)
155+
- [Customer Advisory Team blogs](https://docs.microsoft.com/archive/blogs/sqlcat/)
156156
- [Customer success stories](https://azure.microsoft.com/case-studies/?service=sql-data-warehouse)
157157
- [Stack Overflow forum](https://stackoverflow.com/questions/tagged/azure-sqldw)
158158
- [Twitter](https://twitter.com/hashtag/SQLDW)

articles/storage/blobs/data-lake-storage-migrate-on-premises-HDFS-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Before you move your data onto a Data Box device, you'll need to download some h
278278
sudo apt-get install jq
279279
```
280280

281-
3. Install the [Requests](http://docs.python-requests.org/en/master/) python package.
281+
3. Install the [Requests](https://2.python-requests.org/en/master/) python package.
282282

283283
```bash
284284

articles/virtual-machines/linux/tutorial-build-deploy-azure-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Follow the additional steps described below based on the runtime stack used for
8686

8787
- For deploying Java Spring Boot and Spring Cloud based apps, create a Linux VM in Azure using [this](https://azuremarketplace.microsoft.com/marketplace/apps/azul.azul-zulu8-ubuntu-1804) template, which provides a fully supported OpenJDK-based runtime.
8888
- For deploying Java servlets on Tomcat server, create a Linux VM with Java 8 using [this](https://azuremarketplace.microsoft.com/marketplace/apps/azul.azul-zulu8-ubuntu-1804) Azure template and [configure Tomcat 9.x as a service](https://tomcat.apache.org/tomcat-9.0-doc/setup.html).
89-
- For deploying Java EE based app, use an Azure template to create a [Linux VM + Java + WebSphere 9.x](https://azuremarketplace.microsoft.com/marketplace/apps/midvision.websphere-application-server-nde-90) or a [Linux VM + Java + WebLogic 12.x](https://azuremarketplace.microsoft.com/marketplace/apps/Oracle.OracleWebLogicServer12cEnterprise) or a [Linux VM +Java](https://azuremarketplace.microsoft.com/marketplace/apps/azul.azul-zulu8-ubuntu-1804) + WildFly/JBoss 14
89+
- For deploying Java EE based app, use an Azure template to create a [Linux VM + Java + WebSphere 9.x](https://azuremarketplace.microsoft.com/marketplace/apps/midvision.websphere-application-server-nde-90) or a [Linux VM + Java + WebLogic 12.x](https://azuremarketplace.microsoft.com/marketplace/apps/oracle.20191009-arm-oraclelinux-wls-admin) or a [Linux VM +Java](https://azuremarketplace.microsoft.com/marketplace/apps/azul.azul-zulu8-ubuntu-1804) + WildFly/JBoss 14
9090

9191
#### [JavaScript](#tab/java-script)
9292

0 commit comments

Comments
 (0)