Skip to content

Commit 6f517b3

Browse files
committed
remove loc info in links
1 parent da52028 commit 6f517b3

File tree

70 files changed

+173
-173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+173
-173
lines changed

articles/app-service/containers/quickstart-multi-container.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.custom: mvc
1919
---
2020
# Create a multi-container (preview) app using Web App for Containers
2121

22-
[Web App for Containers](app-service-linux-intro.md) provides a flexible way to use Docker images. This quickstart shows how to deploy a multi-container app to Web App for Containers in the [Cloud Shell](https://docs.microsoft.com/en-us/azure/cloud-shell/overview) using a Docker Compose configuration. For Kubernetes and a full end-to-end solution using Azure DB for MySQL, follow the [multi-container tutorial](tutorial-multi-container-app.md).
22+
[Web App for Containers](app-service-linux-intro.md) provides a flexible way to use Docker images. This quickstart shows how to deploy a multi-container app to Web App for Containers in the [Cloud Shell](https://docs.microsoft.com/azure/cloud-shell/overview) using a Docker Compose configuration. For Kubernetes and a full end-to-end solution using Azure DB for MySQL, follow the [multi-container tutorial](tutorial-multi-container-app.md).
2323

2424
You'll complete this quickstart in Cloud Shell, but you can also run these commands locally with [Azure CLI](/cli/azure/install-azure-cli) (2.0.32 or later).
2525

articles/application-gateway/scripts/create-vmss-cli.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ This script uses the following commands to create the deployment. Each item in t
4646
| [az group create](https://docs.microsoft.com/cli/azure/group#az-group-create) | Creates a resource group in which all resources are stored. |
4747
| [az network vnet create](https://docs.microsoft.com/cli/azure/network/vnet#az-net) | Creates a virtual network. |
4848
| [az network vnet subnet create](https://docs.microsoft.com/cli/azure/network/vnet/subnet#az-network_vnet_subnet_create) | Creates a subnet in a virtual network. |
49-
| [az network public-ip create](https://docs.microsoft.com/en-us/cli/azure/network/public-ip?view=azure-cli-latest) | Creates the public IP address for the application gateway. |
50-
| [az network application-gateway create](https://docs.microsoft.com/en-us/cli/azure/network/application-gateway?view=azure-cli-latest) | Create an application gateway. |
49+
| [az network public-ip create](https://docs.microsoft.com/cli/azure/network/public-ip?view=azure-cli-latest) | Creates the public IP address for the application gateway. |
50+
| [az network application-gateway create](https://docs.microsoft.com/cli/azure/network/application-gateway?view=azure-cli-latest) | Create an application gateway. |
5151
| [az vmss create](https://docs.microsoft.com/cli/azure/vmss#az-vmss-create) | Creates a virtual machine scale set. |
5252
| [az network public-ip show](https://docs.microsoft.com/cli/azure/network/public-ip#az-network_public_ip_show) | Gets the public IP address of the application gateway. |
5353

articles/application-gateway/scripts/create-vmss-waf-cli.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ This script uses the following commands to create the deployment. Each item in t
4646
| [az group create](https://docs.microsoft.com/cli/azure/group#az-group-create) | Creates a resource group in which all resources are stored. |
4747
| [az network vnet create](https://docs.microsoft.com/cli/azure/network/vnet#az-net) | Creates a virtual network. |
4848
| [az network vnet subnet create](https://docs.microsoft.com/cli/azure/network/vnet/subnet#az-network_vnet_subnet_create) | Creates a subnet in a virtual network. |
49-
| [az network public-ip create](https://docs.microsoft.com/en-us/cli/azure/network/public-ip?view=azure-cli-latest) | Creates the public IP address for the application gateway. |
50-
| [az network application-gateway create](https://docs.microsoft.com/en-us/cli/azure/network/application-gateway?view=azure-cli-latest) | Create an application gateway. |
49+
| [az network public-ip create](https://docs.microsoft.com/cli/azure/network/public-ip?view=azure-cli-latest) | Creates the public IP address for the application gateway. |
50+
| [az network application-gateway create](https://docs.microsoft.com/cli/azure/network/application-gateway?view=azure-cli-latest) | Create an application gateway. |
5151
| [az vmss create](https://docs.microsoft.com/cli/azure/vmss#az-vmss-create) | Creates a virtual machine scale set. |
5252
| [az storage account create](https://docs.microsoft.com/cli/azure/storage/account#az-storage-account-create) | Creates a storage account. |
5353
| [az monitor diagnostic-settings create](https://docs.microsoft.com/cli/azure/monitor/diagnostic-settings#az-monitor-diagnostic-settings-create) | Creates a storage account. |

articles/application-insights/app-insights-custom-data-correlation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To start sending data into Log Analytics. Several options exist:
4747

4848
## Correlating data
4949

50-
Application Insights is based on the Log Analytics data platform. We can therefore use [cross-resource joins](https://docs.microsoft.com/en-us/azure/log-analytics/log-analytics-cross-workspace-search) to correlate any data we ingested into Log Analytics with our Application Insights data.
50+
Application Insights is based on the Log Analytics data platform. We can therefore use [cross-resource joins](https://docs.microsoft.com/azure/log-analytics/log-analytics-cross-workspace-search) to correlate any data we ingested into Log Analytics with our Application Insights data.
5151

5252
For example, we can ingest our lab inventory and locations into a table called “LabLocations_CL” in a Log Analytics workspace called “myLA”. If we then wanted to review our requests tracked in Application Insights app called “myAI” and correlate the machine names that served the requests to the locations of these machines stored in the previously mentioned custom table, we can run the following query from either the Application Insights or Log Analytics context:
5353

@@ -62,4 +62,4 @@ app('myAI').requests
6262
## Next Steps
6363

6464
- Check out the [Data Collector API](https://docs.microsoft.com/azure/log-analytics/log-analytics-data-collector-api) reference.
65-
- For more information on [cross-resource joins](https://docs.microsoft.com/en-us/azure/log-analytics/log-analytics-cross-workspace-search).
65+
- For more information on [cross-resource joins](https://docs.microsoft.com/azure/log-analytics/log-analytics-cross-workspace-search).

articles/application-insights/app-insights-data-retention-privacy.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: Data retention and storage in Azure Application Insights | Microsoft Docs
33
description: Retention and privacy policy statement
44
services: application-insights
@@ -138,14 +138,14 @@ We do not recommend explicitly setting your application to only use TLS 1.2 unle
138138
| --- | --- | --- |
139139
| Azure App Services | Supported, configuration may be required. | Support was announced in April 2018. Read the announcement for [configuration details](https://blogs.msdn.microsoft.com/appserviceteam/2018/04/17/app-service-and-functions-hosted-apps-can-now-update-tls-versions/). |
140140
| Azure Function Apps | Supported, configuration may be required. | Support was announced in April 2018. Read the announcement for [configuration details](https://blogs.msdn.microsoft.com/appserviceteam/2018/04/17/app-service-and-functions-hosted-apps-can-now-update-tls-versions/). |
141-
|.NET | Supported, configuration varies by version. | For detailed configuration info for .NET 4.7 and earlier versions refer to [these instructions](https://docs.microsoft.com/en-us/dotnet/framework/network-programming/tls#support-for-tls-12). |
142-
|Status Monitor | Supported, configuration required | Status Monitor relies on [OS Configuration](https://docs.microsoft.com/en-us/windows-server/security/tls/tls-registry-settings) + [.NET Configuration](https://docs.microsoft.com/en-us/dotnet/framework/network-programming/tls#support-for-tls-12) to support TLS 1.2.
141+
|.NET | Supported, configuration varies by version. | For detailed configuration info for .NET 4.7 and earlier versions refer to [these instructions](https://docs.microsoft.com/dotnet/framework/network-programming/tls#support-for-tls-12). |
142+
|Status Monitor | Supported, configuration required | Status Monitor relies on [OS Configuration](https://docs.microsoft.com/windows-server/security/tls/tls-registry-settings) + [.NET Configuration](https://docs.microsoft.com/dotnet/framework/network-programming/tls#support-for-tls-12) to support TLS 1.2.
143143
|Node.js | Supported, in v10.5.0, configuration may be required. | Use the [official Node.js TLS/SSL documentation](https://nodejs.org/api/tls.html) for any application specific configuration. |
144144
|Java | Supported, JDK support for TLS 1.2 was added in [JDK 6 update 121](http://www.oracle.com/technetwork/java/javase/overview-156328.html#R160_121) and [JDK 7](http://www.oracle.com/technetwork/java/javase/7u131-relnotes-3338543.html). | JDK 8 uses [TLS 1.2 by default](https://blogs.oracle.com/java-platform-group/jdk-8-will-use-tls-12-as-default). |
145145
|Linux | Linux distributions tend to rely on [OpenSSL](https://www.openssl.org) for TLS 1.2 support. | Check the [OpenSSL Changelog](https://www.openssl.org/news/changelog.html) to confirm your version of OpenSSL is supported.|
146-
| Windows 8.0 - 10 | Supported, and enabled by default. | To confirm that you are still using the [default settings](https://docs.microsoft.com/en-us/windows-server/security/tls/tls-registry-settings). |
147-
| Windows Server 2012 - 2016 | Supported, and enabled by default. | To confirm that you are still using the [default settings](https://docs.microsoft.com/en-us/windows-server/security/tls/tls-registry-settings) |
148-
| Windows 7 SP1 and Windows Server 2008 R2 SP1 | Supported, but not enabled by default. | See the [Transport Layer Security (TLS) registry settings](https://docs.microsoft.com/en-us/windows-server/security/tls/tls-registry-settings) page for details on how to enable. |
146+
| Windows 8.0 - 10 | Supported, and enabled by default. | To confirm that you are still using the [default settings](https://docs.microsoft.com/windows-server/security/tls/tls-registry-settings). |
147+
| Windows Server 2012 - 2016 | Supported, and enabled by default. | To confirm that you are still using the [default settings](https://docs.microsoft.com/windows-server/security/tls/tls-registry-settings) |
148+
| Windows 7 SP1 and Windows Server 2008 R2 SP1 | Supported, but not enabled by default. | See the [Transport Layer Security (TLS) registry settings](https://docs.microsoft.com/windows-server/security/tls/tls-registry-settings) page for details on how to enable. |
149149
| Windows Server 2008 SP2 | Support for TLS 1.2 requires an update. | See [Update to add support for TLS 1.2](https://support.microsoft.com/help/4019276/update-to-add-support-for-tls-1-1-and-tls-1-2-in-windows-server-2008-s) in Windows Server 2008 SP2. |
150150
|Windows Vista | Not Supported. | N/A
151151

articles/application-insights/automate-custom-reports.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ availabilityResults
111111
* SendGridAPI =SendGrid API Key
112112

113113
> [!NOTE]
114-
> If you don't have a SendGrid account you can create one. SendGrid's documentation for Azure Functions is [here](https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-sendgrid). If just want a minimal explanation of how to setup SendGrid and generate an API key one is provided at the end of this article.
114+
> If you don't have a SendGrid account you can create one. SendGrid's documentation for Azure Functions is [here](https://docs.microsoft.com/azure/azure-functions/functions-bindings-sendgrid). If just want a minimal explanation of how to setup SendGrid and generate an API key one is provided at the end of this article.
115115
116116
9. Select **Integrate** and under Outputs click **SendGrid ($return)**.
117117

articles/automation/automation-hybrid-runbook-worker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To remove a group, you first need to remove the Hybrid Runbook Worker from every
9191

9292
For the Hybrid Runbook Worker to connect to and register with Log Analytics, it must have access to the port number and the URLs that are described in this section. This access is in addition to the [ports and URLs required for Microsoft Monitoring Agent](../log-analytics/log-analytics-agent-windows.md) to connect to Log Analytics.
9393

94-
If you use a proxy server for communication between the agent and the Log Analytics service, ensure that the appropriate resources are accessible. If you use a firewall to restrict access to the internet, you must configure your firewall to permit access. If you use the OMS gateway as a proxy, ensure it is configured for hybrid workers. For instructions on how to do this, see [Configure the OMS Gateway for Automation Hybrid Workers](https://docs.microsoft.com/en-us/azure/log-analytics/log-analytics-oms-gateway#configure-for-automation-hybrid-workers).
94+
If you use a proxy server for communication between the agent and the Log Analytics service, ensure that the appropriate resources are accessible. If you use a firewall to restrict access to the internet, you must configure your firewall to permit access. If you use the OMS gateway as a proxy, ensure it is configured for hybrid workers. For instructions on how to do this, see [Configure the OMS Gateway for Automation Hybrid Workers](https://docs.microsoft.com/azure/log-analytics/log-analytics-oms-gateway#configure-for-automation-hybrid-workers).
9595

9696
The following port and URLs are required for the Hybrid Runbook Worker role to communicate with Automation:
9797

articles/azure-functions/functions-powerapps-scenario.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In this topic, you learn how to:
3737
3838
## Prerequisites
3939

40-
+ An active [PowerApps account](https://docs.microsoft.com/en-us/powerapps/maker/signup-for-powerapps) with the same sign in credentials as your Azure account.
40+
+ An active [PowerApps account](https://docs.microsoft.com/powerapps/maker/signup-for-powerapps) with the same sign in credentials as your Azure account.
4141
+ Excel and the [Excel sample file](https://procsi.blob.core.windows.net/docs/turbine-data.xlsx) that you will use as a data source for your app.
4242
+ Complete the tutorial [Create an OpenAPI definition for a function](functions-openapi-definition.md).
4343

articles/azure-stack/azure-stack-add-vm-image.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Images must be able to be referenced by a blob storage URI. Prepare a Windows or
7272
## Add a VM image to the Marketplace by using PowerShell
7373

7474
> [!Note]
75-
> When you add an image it will only be available for Azure Resource Manger based templates and PowerShell deployments. To make an image available to a your users as a marketplace item, publish the marketplace item using the steps in the article, [Create and publish a Marketplace item](https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-create-and-publish-marketplace-item)
75+
> When you add an image it will only be available for Azure Resource Manger based templates and PowerShell deployments. To make an image available to a your users as a marketplace item, publish the marketplace item using the steps in the article, [Create and publish a Marketplace item](https://docs.microsoft.com/azure/azure-stack/azure-stack-create-and-publish-marketplace-item)
7676
7777
1. [Install PowerShell for Azure Stack](azure-stack-powershell-install.md).
7878

articles/backup/backup-mabs-files-applications-azure-stack.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To configure Azure Backup Server to protect Files in Azure Stack virtual machine
4444

4545
![New Protection group wizard opens](./media/backup-mabs-files-applications-azure-stack/5-select-group-members.png)
4646

47-
Microsoft recommends putting all data that will share a protection policy, into one protection group. For complete information about planning and deploying protection groups, see the System Center DPM article, [Deploy Protection Groups](https://docs.microsoft.com/en-us/system-center/dpm/create-dpm-protection-groups?view=sc-dpm-1801).
47+
Microsoft recommends putting all data that will share a protection policy, into one protection group. For complete information about planning and deploying protection groups, see the System Center DPM article, [Deploy Protection Groups](https://docs.microsoft.com/system-center/dpm/create-dpm-protection-groups?view=sc-dpm-1801).
4848

4949
4. In the **Select Data Protection Method** screen, type a name for the protection group. Select the checkbox for **I want short-term protection using:** and **I want online protection**. Click **Next**.
5050

@@ -131,5 +131,5 @@ To view Azure Backup Server entities in Azure Portal, you can follow the followi
131131

132132
## See also
133133
For information on using Azure Backup Server to protect other workloads, see one of the following articles:
134-
- [Back up SharePoint farm](https://docs.microsoft.com/en-us/azure/backup/backup-mabs-sharepoint-azure-stack)
135-
- [Back up SQL server](https://docs.microsoft.com/en-us/azure/backup/backup-mabs-sql-azure-stack)
134+
- [Back up SharePoint farm](https://docs.microsoft.com/azure/backup/backup-mabs-sharepoint-azure-stack)
135+
- [Back up SQL server](https://docs.microsoft.com/azure/backup/backup-mabs-sql-azure-stack)

articles/cdn/cdn-china-delivery.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Azure CDN global and Azure CDN China have the following features:
3737

3838
- Four pricing tiers: Microsoft standard, Verizon standard, Verizon premium, and Akamai standard
3939

40-
- [Documentation](https://docs.microsoft.com/en-us/azure/cdn/)
40+
- [Documentation](https://docs.microsoft.com/azure/cdn/)
4141

4242
- Azure CDN China:
4343

@@ -60,7 +60,7 @@ To learn more about Azure CDN China, see:
6060

6161
- [Use the Azure Content Delivery Network](https://docs.azure.cn/en-us/cdn/cdn-how-to-use)
6262

63-
- [Azure service availability in China](https://docs.microsoft.com/en-us/azure/china/china-get-started-service-availability)
63+
- [Azure service availability in China](https://docs.microsoft.com/azure/china/china-get-started-service-availability)
6464

6565

6666

articles/cloud-services/cloud-services-nodejs-develop-deploy-express-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Once the deployment operation completes, your browser will open and display the
121121
![A web browser displaying the Express page. The URL indicates it is now hosted on Azure.](./media/cloud-services-nodejs-develop-deploy-express-app/node36.png)
122122

123123
## Next steps
124-
For more information, see the [Node.js Developer Center](https://docs.microsoft.com/en-us/javascript/azure/?view=azure-node-latest).
124+
For more information, see the [Node.js Developer Center](https://docs.microsoft.com/javascript/azure/?view=azure-node-latest).
125125

126126
[Node.js Web Application]: http://www.windowsazure.com/develop/nodejs/tutorials/getting-started/
127127
[Express]: http://expressjs.com/

articles/cognitive-services/Emotion/Home.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: anroth
1414
# What is Emotion API?
1515

1616
> [!IMPORTANT]
17-
> Emotion API was deprecated on October 30, 2017. The functionality is now part of [Face API](https://docs.microsoft.com/en-us/azure/cognitive-services/face/).
17+
> Emotion API was deprecated on October 30, 2017. The functionality is now part of [Face API](https://docs.microsoft.com/azure/cognitive-services/face/).
1818
1919
Welcome to the Microsoft Emotion API, which allows you to build more personalized apps with Microsoft’s cloud-based emotion recognition algorithm.
2020

articles/cognitive-services/Labs/Conversation-Learner/cl-values-and-boundaries.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Authoring API, max HTTP calls per month | 5M
3030
Authoring API, max HTTP calls per second | 25
3131
Session API, max HTTP calls per month | 500K
3232
Session API, max HTTP calls per second | 10
33-
Max number of custom (non-programmatic) entities per model | See [LUIS boundaries doc](https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-boundaries); in practice, actual number may be slightly smaller
34-
Max number of pre-built entities per model | See [LUIS boundaries doc](https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-boundaries)
33+
Max number of custom (non-programmatic) entities per model | See [LUIS boundaries doc](https://docs.microsoft.com/azure/cognitive-services/luis/luis-boundaries); in practice, actual number may be slightly smaller
34+
Max number of pre-built entities per model | See [LUIS boundaries doc](https://docs.microsoft.com/azure/cognitive-services/luis/luis-boundaries)
3535
Max number of entities (in total) per model | 100
3636
Max number of actions per model | 32
3737
Max number of train dialogs per model | 1000

0 commit comments

Comments
 (0)