Skip to content

Commit 7967b35

Browse files
Update references to Bicep files in next-steps.md for consistency
1 parent 5273a37 commit 7967b35

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

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 infrastructure resources
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)