Skip to content

Commit 56cc392

Browse files
updated the document to resolve broken link issue
1 parent c577b39 commit 56cc392

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

docs/azure_app_service_auth_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This document provides step-by-step instructions to configure Azure App Registra
2222
![Add Provider](./images/azure-app-service-auth-setup/AppAuthIdentityProvider.png)
2323

2424
4. Select the first option `Microsoft Entra Id` from the drop-down list and select `client secret expiration` under App registration.
25-
> NOTE: If `Create new app registration` is disabled, then go to [Create new app registration](/docs/create_new_app_registration.md) and come back to this step to complete the app authentication.
25+
> NOTE: If `Create new app registration` is disabled, then go to [Create new app registration](create_new_app_registration.md) and come back to this step to complete the app authentication.
2626
2727
![Add Provider](./images/azure-app-service-auth-setup/AppAuthIdentityProviderAdd.png)
2828

next-steps.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To troubleshoot any issues, see [troubleshooting](#troubleshooting).
1717

1818
### Configure environment variables for running services
1919

20-
Environment variables can be configured by modifying the `env` settings in [resources.bicep](./infra/old/resources.bicep).
20+
Environment variables can be configured by modifying the `env` settings in [main.bicep](./infra/main.bicep).
2121
To define a secret, add the variable as a `secretRef` pointing to a `secrets` entry or a stored KeyVault secret.
2222

2323
### Configure CI/CD pipeline
@@ -37,12 +37,11 @@ To describe the infrastructure and application, `azure.yaml` along with Infrastr
3737
```yaml
3838
- azure.yaml # azd project configuration
3939
- infra/ # Infrastructure-as-code Bicep files
40-
- main.bicep # Subscription level resources
41-
- resources.bicep # Primary resource group resources
40+
- main.bicep # Primary resource deployment
4241
- modules/ # Library modules
4342
```
4443
45-
The resources declared in [resources.bicep](./infra/old/resources.bicep) are provisioned when running `azd up` or `azd provision`.
44+
The resources declared in [main.bicep](./infra/main.bicep) are provisioned when running `azd up` or `azd provision`.
4645
This includes:
4746

4847

0 commit comments

Comments
 (0)