Skip to content

Commit 981adb6

Browse files
authored
Merge pull request #211283 from alexbuckgit/alexbuckgit/docutune-autopr-docs-link-absolute-20220914-221741-2096401
[BULK UPDATE] DocuTune - Rebranding links (part 2)
2 parents 1b63898 + 5506888 commit 981adb6

File tree

90 files changed

+158
-151
lines changed

Some content is hidden

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

90 files changed

+158
-151
lines changed

articles/azure-monitor/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ landingContent:
7575
- linkListType: learn
7676
links:
7777
- text: Learning path
78-
url: /learn/paths/monitor-usage-performance-availability-resources-azure-monitor/
78+
url: /training/paths/monitor-usage-performance-availability-resources-azure-monitor/
7979

8080
# Card
8181
- title: Reference - CLI

articles/azure-monitor/logs/cost-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ The following query can be used to make a recommendation for the optimal pricing
182182
```kusto
183183
// Set these parameters before running query
184184
// For Pay-As-You-Go (per-GB) and commitment tier pricing details, see https://azure.microsoft.com/pricing/details/monitor/.
185-
// You can see your per-node costs in your Azure usage and charge data. For more information, see https://docs.microsoft.com/en-us/azure/cost-management-billing/understand/download-azure-daily-usage.
185+
// You can see your per-node costs in your Azure usage and charge data. For more information, see https://learn.microsoft.com/azure/cost-management-billing/understand/download-azure-daily-usage.
186186
let PerNodePrice = 15.; // Monthly price per monitored node
187187
let PerNodeOveragePrice = 2.30; // Price per GB for data overage in the Per Node pricing tier
188188
let PerGBPrice = 2.30; // Enter the Pay-as-you-go price for your workspace's region (from https://azure.microsoft.com/pricing/details/monitor/)

articles/azure-monitor/logs/log-powerbi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To learn more and how to configure incremental refresh, see [Power BI Datasets a
6767

6868
After your data is sent to Power BI, you can continue to use Power BI to create reports and dashboards.
6969

70-
For more information, see [this guide on how to create your first Power BI model and report](/learn/modules/build-your-first-power-bi-report/).
70+
For more information, see [this guide on how to create your first Power BI model and report](/training/modules/build-your-first-power-bi-report/).
7171

7272
## Excel integration
7373

articles/azure-monitor/whats-new.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This article lists significant changes to Azure Monitor documentation.
1919
| Article | Description |
2020
|---|---|
2121
|[Log Analytics agent overview](agents/log-analytics-agent.md)|Restructured the Agents section and rewrote the Agents Overview article to reflect that Azure Monitor Agent is the primary agent for collecting monitoring data.|
22-
|[Dependency analysis in Azure Migrate Discovery and assessment - Azure Migrate](https://docs.microsoft.com/azure/migrate/concepts-dependency-visualization)|Revamped the guidance for migrating from Log Analytics Agent to Azure Monitor Agent.|
22+
|[Dependency analysis in Azure Migrate Discovery and assessment - Azure Migrate](https://learn.microsoft.com/azure/migrate/concepts-dependency-visualization)|Revamped the guidance for migrating from Log Analytics Agent to Azure Monitor Agent.|
2323

2424

2525
### Alerts
@@ -268,4 +268,4 @@ All references to unsupported versions of .NET and .NET CORE have been scrubbed
268268
| Article | Description |
269269
|:---|:---|
270270
| [Migrate from VM insights guest health (preview) to Azure Monitor log alerts](vm/vminsights-health-migrate.md) | New article describing process to replace VM guest health with alert rules |
271-
| [VM insights guest health (preview)](vm/vminsights-health-overview.md) | Added deprecation statement |
271+
| [VM insights guest health (preview)](vm/vminsights-health-overview.md) | Added deprecation statement |

articles/azure-netapp-files/azacsnap-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ To troubleshoot this error:
160160
1. Check the log file to see if the service principal has expired. The following log file example shows that the client secret keys are expired.
161161

162162
```output
163-
[19/Nov/2020:18:41:10 +13:00] DEBUG: [PID:0020257:StorageANF:659] [1] Innerexception: Microsoft.IdentityModel.Clients.ActiveDirectory.AdalServiceException AADSTS7000222: The provided client secret keys are expired. Visit the Azure Portal to create new keys for your app, or consider using certificate credentials for added security: https://docs.microsoft.com/azure/active-directory/develop/active-directory-certificate-credentials
163+
[19/Nov/2020:18:41:10 +13:00] DEBUG: [PID:0020257:StorageANF:659] [1] Innerexception: Microsoft.IdentityModel.Clients.ActiveDirectory.AdalServiceException AADSTS7000222: The provided client secret keys are expired. Visit the Azure Portal to create new keys for your app, or consider using certificate credentials for added security: https://learn.microsoft.com/azure/active-directory/develop/active-directory-certificate-credentials
164164
```
165165

166166
> [!TIP]

articles/azure-portal/azure-portal-quickstart-center.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ You can also select **Browse our full Azure catalog** to see all Azure learning
4141
## Next steps
4242

4343
* Learn more about Azure setup and migration in the [Microsoft Cloud Adoption Framework for Azure](/azure/architecture/cloud-adoption/).
44-
* Unlock your cloud skills with more [Learn modules]](/learn/azure/).
44+
* Unlock your cloud skills with more [Learn modules]](/training/azure/).

articles/azure-portal/azure-portal-safelist-urls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ datalake.azure.net (Azure Data Lake Service)
8181
dev.azure.com (Azure DevOps)
8282
dev.azuresynapse.net (Azure Synapse)
8383
digitaltwins.azure.net (Azure Digital Twins)
84-
docs.microsoft.com (Azure documentation)
84+
learn.microsoft.com (Azure documentation)
8585
elm.iga.azure.com (Azure AD)
8686
eventhubs.azure.net (Azure Event Hubs)
8787
functions.azure.com (Azure Functions)

articles/azure-portal/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ landingContent:
4949
- linkListType: learn
5050
links:
5151
- text: Module - Manage services with the Azure portal
52-
url: /learn/modules/tour-azure-portal/
52+
url: /training/modules/tour-azure-portal/
5353

5454
# Card
5555
- title: Create and manage support requests
@@ -73,9 +73,9 @@ landingContent:
7373
- linkListType: learn
7474
links:
7575
- text: Manage resources in Azure
76-
url: /learn/paths/manage-resources-in-azure/
76+
url: /training/paths/manage-resources-in-azure/
7777
- text: Secure your resources with Azure role-based access control (Azure RBAC)
78-
url: /learn/modules/secure-azure-resources-with-rbac
78+
url: /training/modules/secure-azure-resources-with-rbac
7979

8080

8181
# Card

articles/azure-relay/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ landingContent:
6868
- linkListType: learn
6969
links:
7070
- text: Expose hybrid services securely with Azure Relay
71-
url: /learn/modules/expose-hybrid-services-with-azure-relay/
71+
url: /training/modules/expose-hybrid-services-with-azure-relay/
7272

7373
# Card
7474
- title: Security

articles/azure-resource-manager/bicep/add-template-to-azure-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 08/03/2022
99

1010
This quickstart shows you how to integrate Bicep files with Azure Pipelines for continuous integration and continuous deployment (CI/CD).
1111

12-
It provides a short introduction to the pipeline task you need for deploying a Bicep file. If you want more detailed steps on setting up the pipeline and project, see [Deploy Azure resources by using Bicep and Azure Pipelines](/learn/paths/bicep-azure-pipelines/).
12+
It provides a short introduction to the pipeline task you need for deploying a Bicep file. If you want more detailed steps on setting up the pipeline and project, see [Deploy Azure resources by using Bicep and Azure Pipelines](/training/paths/bicep-azure-pipelines/).
1313

1414
## Prerequisites
1515

0 commit comments

Comments
 (0)