Azure / ALZ-PowerShell-Module

The Azure Landing Zones Accelerators PowerShell module
https://www.powershellgallery.com/packages/ALZ/
MIT License
60 stars 23 forks source link

Missing Documentation for azure_subscription_id in Advanced Scenarios #131

Closed ifeanyindukwe closed 1 week ago

ifeanyindukwe commented 1 month ago

Description

When I get to the Advanced Scenarios am actually confused when I get to Option 1, point 6 . "When you get to step 2.2.1 (GitHub), 2.2.2 (Azure DevOps) or 2.2.3 (Local), enter the subscription id of the new subscription you created into the azure_subscription_id field." I can not find point 2.2.1, neither can I find 2.2.2 in the Quick Start guide. Even when I try to dig further into Phase 2, Azure Devups, inside the inputs-azure-devops-terraform.yaml under 2.2.1.2 Azure DevOps with Terraform I do not find any place holder for azure_subscription_id.

Description:

I am experiencing confusion with the documentation provided in the wiki, specifically within the Advanced Scenarios section. In Option 1, point 6, the documentation instructs:

"When you get to step 2.2.1 (GitHub), 2.2.2 (Azure DevOps) or 2.2.3 (Local), enter the subscription id of the new subscription you created into the azure_subscription_id field."

The problem is that I cannot locate steps 2.2.1 or 2.2.2 in the Quick Start guide. I have searched through the document but have not found these steps mentioned. Additionally, when exploring Phase 2, under Azure Devups, specifically inside the inputs-azure-devops-terraform.yaml file, I cannot find any reference to azure_subscription_id placeholder."

Could you please clarify where these steps are located or provide guidance on how to proceed?

oZakari commented 2 weeks ago

@matt-FFFFFF could you take a look at this one when you get a chance. Looks like the docs may need to be updated for this one.

jaredfholgate commented 1 week ago

The docs have been updated to use the new variable name bootstrap_subscription_id.

jaredfholgate commented 1 week ago

Done