Skip to content

Commit 51beb9e

Browse files
authored
Merge pull request #209510 from alexbuckgit/alexbuckgit/docutune-autopr-docs-link-absolute-20220829-182026-8494653
[BULK UPDATE] DocuTune - Fix build validation issues: docs-link-absolute (part 2)
2 parents 5c54a34 + a9e4e34 commit 51beb9e

25 files changed

+42
-48
lines changed

articles/azure-functions/durable/TOC.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- name: About Durable Functions
88
href: durable-functions-overview.md
99
- name: Serverless comparison
10-
href: ../functions-compare-logic-apps-ms-flow-webjobs.md?toc=%2fazure%2fazure-functions%2fdurable%2ftoc.json
10+
href: ../functions-compare-logic-apps-ms-flow-webjobs.md?toc=/azure/azure-functions/durable/toc.json
1111
- name: Durable Functions versions
1212
href: durable-functions-versions.md
1313
- name: Quickstarts
@@ -111,7 +111,7 @@
111111
- name: Create in Azure portal
112112
href: durable-functions-create-portal.md
113113
- name: Manage connections
114-
href: ../manage-connections.md?toc=%2fazure%2fazure-functions%2fdurable%2ftoc.json
114+
href: ../manage-connections.md?toc=/azure/azure-functions/durable/toc.json
115115
- name: Unit testing
116116
href: durable-functions-unit-testing.md
117117
- name: Create as WebJobs
@@ -121,19 +121,19 @@
121121
- name: Deploy
122122
items:
123123
- name: Continuous deployment
124-
href: ../functions-continuous-deployment.md?toc=%2fazure%2fazure-functions%2fdurable%2ftoc.json
124+
href: ../functions-continuous-deployment.md?toc=/azure/azure-functions/durable/toc.json
125125
- name: Zip deployment
126-
href: ../deployment-zip-push.md?toc=%2fazure%2fazure-functions%2fdurable%2ftoc.json
126+
href: ../deployment-zip-push.md?toc=/azure/azure-functions/durable/toc.json
127127
- name: Run from package
128-
href: ../run-functions-from-deployment-package.md?toc=%2fazure%2fazure-functions%2fdurable%2ftoc.json
128+
href: ../run-functions-from-deployment-package.md?toc=/azure/azure-functions/durable/toc.json
129129
- name: Zero downtime deployment
130130
href: durable-functions-zero-downtime-deployment.md
131131
- name: Monitor
132132
items:
133133
- name: Diagnostics
134134
href: durable-functions-diagnostics.md
135135
- name: Monitoring
136-
href: ../functions-monitoring.md?toc=%2fazure%2fazure-functions%2fdurable%2ftoc.json
136+
href: ../functions-monitoring.md?toc=/azure/azure-functions/durable/toc.json
137137
- name: Pricing
138138
href: durable-functions-billing.md
139139
- name: Resources

articles/azure-functions/language-support-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To learn more about specific language version support policy timeline, visit the
4949
* .NET - [dotnet.microsoft.com](https://dotnet.microsoft.com/platform/support/policy/dotnet-core)
5050
* Node - [github.com](https://github.com/nodejs/Release#release-schedule)
5151
* Java - [azul.com](https://www.azul.com/products/azul-support-roadmap/)
52-
* PowerShell - [docs.microsoft.com](/powershell/scripting/powershell-support-lifecycle#powershell-end-of-support-dates)
52+
* PowerShell - [Microsoft technical documentation](/powershell/scripting/powershell-support-lifecycle#powershell-end-of-support-dates)
5353
* Python - [devguide.python.org](https://devguide.python.org/#status-of-python-branches)
5454

5555
## Configuring language versions

articles/azure-functions/security-concepts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Connection strings and other credentials stored in application settings gives al
125125

126126
Managed identities can be used in place of secrets for connections from some triggers and bindings. See [Identity-based connections](#identity-based-connections).
127127

128-
For more information, see [How to use managed identities for App Service and Azure Functions](../app-service/overview-managed-identity.md?toc=%2fazure%2fazure-functions%2ftoc.json).
128+
For more information, see [How to use managed identities for App Service and Azure Functions](../app-service/overview-managed-identity.md?toc=/azure/azure-functions/toc.json).
129129

130130
#### Restrict CORS access
131131

@@ -153,7 +153,7 @@ You can also encrypt settings by default in the local.settings.json file when de
153153

154154
While application settings are sufficient for most many functions, you may want to share the same secrets across multiple services. In this case, redundant storage of secrets results in more potential vulnerabilities. A more secure approach is to a central secret storage service and use references to this service instead of the secrets themselves.
155155

156-
[Azure Key Vault](../key-vault/general/overview.md) is a service that provides centralized secrets management, with full control over access policies and audit history. You can use a Key Vault reference in the place of a connection string or key in your application settings. To learn more, see [Use Key Vault references for App Service and Azure Functions](../app-service/app-service-key-vault-references.md?toc=%2fazure%2fazure-functions%2ftoc.json).
156+
[Azure Key Vault](../key-vault/general/overview.md) is a service that provides centralized secrets management, with full control over access policies and audit history. You can use a Key Vault reference in the place of a connection string or key in your application settings. To learn more, see [Use Key Vault references for App Service and Azure Functions](../app-service/app-service-key-vault-references.md?toc=/azure/azure-functions/toc.json).
157157

158158
### Identity-based connections
159159

@@ -229,7 +229,7 @@ Restricting network access to your function app lets you control who can access
229229

230230
### Set access restrictions
231231

232-
Access restrictions allow you to define lists of allow/deny rules to control traffic to your app. Rules are evaluated in priority order. If there are no rules defined, then your app will accept traffic from any address. To learn more, see [Azure App Service Access Restrictions](../app-service/app-service-ip-restrictions.md?toc=%2fazure%2fazure-functions%2ftoc.json).
232+
Access restrictions allow you to define lists of allow/deny rules to control traffic to your app. Rules are evaluated in priority order. If there are no rules defined, then your app will accept traffic from any address. To learn more, see [Azure App Service Access Restrictions](../app-service/app-service-ip-restrictions.md?toc=/azure/azure-functions/toc.json).
233233

234234
### Private site access
235235

articles/azure-glossary-cloud-terminology.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The compute resources that [Azure App Service](app-service/overview.md) provides
3737

3838
## availability set
3939
A collection of virtual machines that are managed together to provide application redundancy and reliability. The use of an availability set ensures that during either a planned or unplanned maintenance event at least one virtual machine is available.
40-
See [Manage the availability of Windows virtual machines](./virtual-machines/availability.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json) and [Manage the availability of Linux virtual machines](./virtual-machines/availability.md?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json)
40+
See [Manage the availability of Windows virtual machines](./virtual-machines/availability.md?toc=/azure/virtual-machines/windows/toc.json) and [Manage the availability of Linux virtual machines](./virtual-machines/availability.md?toc=/azure/virtual-machines/linux/toc.json)
4141

4242
## <a name="classic-model"></a>Azure classic deployment model
4343
One of two [deployment models](./azure-resource-manager/management/deployment-models.md) used to deploy resources in Azure (the new model is Azure Resource Manager). Some Azure services support only the Resource Manager deployment model, some support only the classic deployment model, and some support both. The documentation for each Azure service specifies which model(s) they support.
@@ -54,7 +54,7 @@ One of two [deployment models](./azure-resource-manager/management/deployment-mo
5454

5555
## fault domain
5656
The collection of virtual machines in an availability set that can possibly fail at the same time. An example is a group of machines in a rack that share a common power source and network switch. In Azure, the virtual machines in an availability set are automatically separated across multiple fault domains.
57-
See [Manage the availability of Windows virtual machines](./virtual-machines/availability.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json) or [Manage the availability of Linux virtual machines](./virtual-machines/availability.md?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json)
57+
See [Manage the availability of Windows virtual machines](./virtual-machines/availability.md?toc=/azure/virtual-machines/windows/toc.json) or [Manage the availability of Linux virtual machines](./virtual-machines/availability.md?toc=/azure/virtual-machines/linux/toc.json)
5858

5959
## geo
6060
A defined boundary for data residency that typically contains two or more regions. The boundaries may be within or beyond national borders and are influenced by tax regulation. Every geo has at least one region. Examples of geos are Asia Pacific and Japan. Also called *geography*.
@@ -67,7 +67,7 @@ See [Active Geo-Replication for Azure SQL Database](/azure/azure-sql/database/au
6767

6868
## image
6969
A file that contains the operating system and application configuration that can be used to create any number of virtual machines. In Azure there are two types of images: VM image and OS image. A VM image includes an operating system and all disks attached to a virtual machine when the image is created. An OS image contains only a generalized operating system with no data disk configurations.
70-
See [Navigate and select Windows virtual machine images in Azure with PowerShell or the CLI](virtual-machines/windows/cli-ps-findimage.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
70+
See [Navigate and select Windows virtual machine images in Azure with PowerShell or the CLI](virtual-machines/windows/cli-ps-findimage.md?toc=/azure/virtual-machines/windows/toc.json)
7171

7272
## limits
7373
The number of resources that can be created or the performance benchmark that can be achieved. Limits are typically associated with subscriptions, services, and offerings.
@@ -134,16 +134,15 @@ A tenant is a group of users or an organization that share access with specific
134134

135135
## update domain
136136
The collection of virtual machines in an availability set that are updated at the same time. Virtual machines in the same update domain are restarted together during planned maintenance. Azure never restarts more than one update domain at a time. Also referred to as an upgrade domain.
137-
See [Manage the availability of Windows virtual machines](./virtual-machines/availability.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json) and [Manage the availability of Linux virtual machines](./virtual-machines/availability.md?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json)
137+
See [Manage the availability of Windows virtual machines](./virtual-machines/availability.md?toc=/azure/virtual-machines/windows/toc.json) and [Manage the availability of Linux virtual machines](./virtual-machines/availability.md?toc=/azure/virtual-machines/linux/toc.json)
138138

139139
## <a name="vm"></a>virtual machine
140-
The software implementation of a physical computer that runs an operating system. Multiple virtual machines can run simultaneously on the same hardware. In Azure, virtual machines are available in a variety of sizes.
141-
See [Virtual Machines documentation](https://azure.microsoft.com/documentation/services/virtual-machines/)
140+
The software implementation of a physical computer that runs an operating system. Multiple virtual machines can run simultaneously on the same hardware. In Azure, virtual machines are available in a variety of sizes. For more information, see [Virtual Machines documentation](/azure/virtual-machines/)
142141

143142
## <a name="vm-extension"></a>virtual machine extension
144143
A resource that implements behaviors or features that either help other programs work or provide the ability for you to interact with a running computer. For example, you could use the VM Access extension to reset or modify remote access values on an Azure virtual machine.
145144
<!-- This definition seems obscure to me; maybe a list of examples would work better than a conceptual definition? -->
146-
See [About virtual machine extensions and features (Windows)](./virtual-machines/extensions/features-windows.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json) or [About virtual machine extensions and features (Linux)](./virtual-machines/extensions/features-linux.md?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json)
145+
See [About virtual machine extensions and features (Windows)](./virtual-machines/extensions/features-windows.md?toc=/azure/virtual-machines/windows/toc.json) or [About virtual machine extensions and features (Linux)](./virtual-machines/extensions/features-linux.md?toc=/azure/virtual-machines/linux/toc.json)
147146

148147
## <a name="vnet"></a>virtual network
149148
A network that provides connectivity between your Azure resources that is isolated from all other Azure tenants. An [Azure VPN Gateway](vpn-gateway/vpn-gateway-about-vpngateways.md) lets you establish connections between virtual networks and between a virtual network and an on-premises network. You can fully control the IP address blocks, DNS settings, security policies, and route tables within a virtual network.

articles/azure-government/documentation-government-csp-list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Below you can find a list of all the authorized Cloud Solution Providers (CSPs),
102102
|[Clients First Business Solutions LLC](https://www.clientsfirst-us.com)|
103103
|[ClearShark](https://clearshark.com/)|
104104
|[CloudFit Software, LLC](https://www.cloudfitsoftware.com/)|
105-
|[Cloud Navigator, Inc - formerly ISC](https://www.cloudnav.com )|
105+
|[Cloud Navigator, Inc - formerly ISC](https://www.cloudnav.com)|
106106
|[CNSS - Cherokee Nation System Solutions LLC](https://cherokee-federal.com/about/cherokee-nation-system-solutions)|
107107
|[CodeLynx, LLC](http://www.codelynx.com/)|
108108
|[Columbus US, Inc.](https://www.columbusglobal.com)|
@@ -297,7 +297,7 @@ Below you can find a list of all the authorized Cloud Solution Providers (CSPs),
297297
|[Norseman, Inc](https://www.norseman.com)|
298298
|[Nortec](https://www.nortec.com)|
299299
|[Northrop Grumman](https://www.northropgrumman.com)|
300-
|[NTS Cloud](http://ntscloud.com/ )|
300+
|[NTS Cloud](http://ntscloud.com/)|
301301
|[NTT America, Inc.](https://www.us.ntt.net)|
302302
|[Nubelity LLC](http://www.nubelity.com)|
303303
|[NuSoft Solutions (Atrio Systems, Inc.)](https://nusoftsolutions.com)|

articles/azure-monitor/app/convert-classic-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Once the migration is complete, you can use [diagnostic settings](../essentials/
5858
- Check your current retention settings under **General** > **Usage and estimated costs** > **Data Retention** for your Log Analytics workspace. This setting will affect how long any new ingested data is stored once you migrate your Application Insights resource.
5959

6060
> [!NOTE]
61-
> - If you currently store Application Insights data for longer than the default 90 days and want to retain this larger retention period after migration, you will need to adjust your [workspace retention settings](https://docs.microsoft.com/azure/azure-monitor/logs/data-retention-archive?tabs=portal-1%2Cportal-2#set-retention-and-archive-policy-by-table) from the default 90 days to the desired longer retention period.
61+
> - If you currently store Application Insights data for longer than the default 90 days and want to retain this larger retention period after migration, you will need to adjust your [workspace retention settings](/azure/azure-monitor/logs/data-retention-archive?tabs=portal-1%2Cportal-2#set-retention-and-archive-policy-by-table) from the default 90 days to the desired longer retention period.
6262
> - If you’ve selected data retention greater than 90 days on data ingested into the Classic Application Insights resource prior to migration, data retention will continue to be billed to through that Application Insights resource until that data exceeds the retention period.
6363
> - If the retention setting for your Application Insights instance under **Configure** > **Usage and estimated costs** > **Data Retention** is enabled, then use that setting to control the retention days for the telemetry data still saved in your classic resource's storage.
6464

articles/azure-monitor/essentials/metrics-supported.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1793,7 +1793,7 @@ This latest update adds a new column and reorders the metrics to be alphabetical
17931793
|---|---|---|---|---|---|---|
17941794
|AddRegion|Yes|Region Added|Count|Count|Region Added|Region|
17951795
|AutoscaleMaxThroughput|No|Autoscale Max Throughput|Count|Maximum|Autoscale Max Throughput|DatabaseName, CollectionName|
1796-
|AvailableStorage|No|(deprecated) Available Storage|Bytes|Total|"Available Storage"will be removed from Azure Monitor at the end of September 2023. Cosmos DB collection storage size is now unlimited. The only restriction is that the storage size for each logical partition key is 20GB. You can enable PartitionKeyStatistics in Diagnostic Log to know the storage consumption for top partition keys. For more info about Cosmos DB storage quota, please check this doc https://docs.microsoft.com/azure/cosmos-db/concepts-limits. After deprecation, the remaining alert rules still defined on the deprecated metric will be automatically disabled post the deprecation date.|CollectionName, DatabaseName, Region|
1796+
|AvailableStorage|No|(deprecated) Available Storage|Bytes|Total|"Available Storage"will be removed from Azure Monitor at the end of September 2023. Cosmos DB collection storage size is now unlimited. The only restriction is that the storage size for each logical partition key is 20GB. You can enable PartitionKeyStatistics in Diagnostic Log to know the storage consumption for top partition keys. For more info about Cosmos DB storage quota, please check this [here](/azure/cosmos-db/concepts-limits). After deprecation, the remaining alert rules still defined on the deprecated metric will be automatically disabled post the deprecation date.|CollectionName, DatabaseName, Region|
17971797
|CassandraConnectionClosures|No|Cassandra Connection Closures|Count|Total|Number of Cassandra connections that were closed, reported at a 1 minute granularity|APIType, Region, ClosureReason|
17981798
|CassandraConnectorAvgReplicationLatency|No|Cassandra Connector Average ReplicationLatency|MilliSeconds|Average|Cassandra Connector Average ReplicationLatency|No Dimensions|
17991799
|CassandraConnectorReplicationHealthStatus|No|Cassandra Connector Replication Health Status|Count|Count|Cassandra Connector Replication Health Status|NotStarted, ReplicationInProgress, Error|

articles/azure-resource-manager/templates/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
- name: Cognitive Search
8989
href: ../../search/search-get-started-arm.md?toc=/azure/azure-resource-manager/templates/toc.json
9090
- name: Cognitive Services
91-
href: ../../cognitive-services/create-account-resource-manager-template.md?toc=%2fazure%2fazure-resource-manager%2ftemplates%2ftoc.json
91+
href: ../../cognitive-services/create-account-resource-manager-template.md?toc=/azure/azure-resource-manager/templates/toc.json
9292
- name: Data Science Virtual Machine
9393
href: ../../machine-learning/data-science-virtual-machine/dsvm-tutorial-resource-manager.md?toc=/azure/azure-resource-manager/templates/toc.json
9494
- name: Machine Learning
@@ -120,7 +120,7 @@
120120
- name: Blockchain
121121
items:
122122
- name: Blockchain
123-
href: https://azure.microsoft.com/solutions/blockchain/?toc=%2fazure%2fazure-resource-manager%2ftemplates%2ftoc.json
123+
href: https://azure.microsoft.com/solutions/blockchain/?toc=/azure/azure-resource-manager/templates/toc.json
124124
- name: Compute
125125
items:
126126
- name: Batch
@@ -208,7 +208,7 @@
208208
- name: Managed Applications
209209
href: ../managed-applications/publish-service-catalog-app.md?toc=/azure/azure-resource-manager/templates/toc.json
210210
- name: Monitor
211-
href: ../../azure-monitor/essentials/resource-manager-diagnostic-settings.md?toc=%2fazure%2fazure-resource-manager%2ftemplates%2ftoc.json
211+
href: ../../azure-monitor/essentials/resource-manager-diagnostic-settings.md?toc=/azure/azure-resource-manager/templates/toc.json
212212
- name: Policy
213213
href: ../../governance/policy/assign-policy-template.md?toc=/azure/azure-resource-manager/templates/toc.json
214214
- name: Portal

articles/azure-vmware/move-azure-vmware-solution-across-regions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Azure VMware Solution supports all backup solutions. You'll need CloudAdmin priv
8989
- VM workload backup using [Veritas NetBackup solution](https://vrt.as/nb4avs).
9090

9191
>[!TIP]
92-
>You can use [Azure Resource Mover](../resource-mover/move-region-within-resource-group.md?toc=%2fazure%2fazure-resource-manager%2fmanagement%2ftoc.json) to verify and migrate the list of supported resources to move across regions, which are dependent on Azure VMware Solution.
92+
>You can use [Azure Resource Mover](../resource-mover/move-region-within-resource-group.md?toc=/azure/azure-resource-manager/management/toc.json) to verify and migrate the list of supported resources to move across regions, which are dependent on Azure VMware Solution.
9393
9494
### Locate the source ExpressRoute circuit ID
9595

0 commit comments

Comments
 (0)