Skip to content

Commit 1ba93c7

Browse files
yaylymovBerdiguly Yaylymov
andauthored
Fix/docs hyperlinks (#4054)
* Fix broken hyperlinks in sub vending * fix a typo * readd accidentally removed text --------- Co-authored-by: Berdiguly Yaylymov <byaylymov@microsoft.com>
1 parent b88cc5f commit 1ba93c7

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/content/sub-vending/tf/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Then to get started, look at one of the [examples](examples).
2424

2525
[alz_reference_arch]: https://docs.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/#azure-landing-zone-architecture
2626
[alz_tf_module]: https://aka.ms/alz/tf
27-
[readme]: https://github.com/Azure/terraform-azurerm-avm-ptn-alz-sub-vending#readme
27+
[readme]: https://github.com/Azure/terraform-azure-avm-ptn-alz-sub-vending#readme

docs/content/sub-vending/tf/examples/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Here are some example configurations that demonstrate the module usage and integ
1010

1111
| Example | Description |
1212
| - | - |
13-
| [Hub & Spoke](example-1-hub-and-spoke) | Example of how to create a landing zone with hub & spoke peering |
14-
| [Virtual WAN](example-2-virtual-wan) | Example of how to create a landing zone with Virtual WAN connection |
15-
| [Use with existing subscriptions](example-5-use-with-existing-subscriptions) | Example of how to use this module with existing landing zone subscriptions |
13+
| [Hub & Spoke]({{< relref "example-1-hub-and-spoke" >}}) | Example of how to create a landing zone with hub & spoke peering |
14+
| [Virtual WAN]({{< relref "example-2-virtual-wan" >}}) | Example of how to create a landing zone with Virtual WAN connection |
15+
| [Use with existing subscriptions]({{< relref "example-3-use-with-existing-subscriptions" >}}) | Example of how to use this module with existing landing zone subscriptions |
1616

1717
[alz_tf_module]: https://aka.ms/alz/tf

docs/content/sub-vending/tf/permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Follow the examples in the function itself [here.](https://github.com/Azure/ALZ-
1313
## Permissions required
1414

1515
This module now uses a single provider - `AzAPI`.
16-
See [provider configuration](Provider-configuration) for more information.
16+
See [provider configuration]({{< relref "provider-configuration" >}}) for more information.
1717

1818
### Subscription sub-module
1919

docs/content/sub-vending/tf/provider-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This was done because of the design of the AzureRM v4.0 provider and its mandato
1111
This does not make sense for a module that is designed to create subscriptions!
1212
Also, this has the benefit of simplifying the module design.
1313

14-
Also see [required permissions](Permissions) for more information.
14+
Also see [required permissions]({{< relref "permissions" >}}) for more information.
1515

1616
## AzureRM provider
1717

docs/content/whats-new/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Azure landing zone IaC accelerator release notes are [HERE]({{% ref "accelerator
1616

1717
#### Policy
1818

19-
- **Breaking change:** we accidentally introduced a breaking change to the initiative [Enforce-Guardrails-KeyVault](https://www.azadvertizer.net/azpolicyinitiativesadvertizer/Enforce-Guardrails-KeyVault.html) in the last policy refresh where we fixed a typo is several parameter names, changing "Hms" to "Hsm". This change has been reverted in this release to avoid breaking existing assignments and a new version of the initiative has been created [Enforce-Guardrails-KeyVault_20260203](https://www.azadvertizer.net/azpolicyinitiativesadvertizer/Enforce-Guardrails-KeyVault_20260203.html) with the corrected parameter names.
19+
- **Breaking change:** we accidentally introduced a breaking change to the initiative [Enforce-Guardrails-KeyVault](https://www.azadvertizer.net/azpolicyinitiativesadvertizer/Enforce-Guardrails-KeyVault.html) in the last policy refresh where we fixed a typo in several parameter names, changing "Hms" to "Hsm". This change has been reverted in this release to avoid breaking existing assignments and a new version of the initiative has been created [Enforce-Guardrails-KeyVault_20260203](https://www.azadvertizer.net/azpolicyinitiativesadvertizer/Enforce-Guardrails-KeyVault_20260203.html) with the corrected parameter names.
2020
- **Action Required:** If you have previously assigned this initiative, please delete the existing assignment prior to deploying the updated initiative to avoid deployment failures.
2121
- Add `RouteServerSubnet` to default parameter values in `Deny-Subnet-Without-Nsg`, `Deny-Subnet-Without-Udr`, and `Deny-Subnet-Without-Penp` policies as Azure Route Server doesn't support these on it's subnet.
2222

0 commit comments

Comments
 (0)