-
Notifications
You must be signed in to change notification settings - Fork 523
feat: Code-modernize: Add support for developer experience #260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
84ad5ed
75b9b29
271ec5a
efce61a
dbdb613
b577b9c
cd14c45
fe8f876
9e53645
561159b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| name: modernize-your-code-solution-accelerator | ||
| metadata: | ||
| template: modernize-your-code-solution-accelerator@1.0 | ||
|
|
||
| requiredVersions: | ||
| azd: '>= 1.18.0' | ||
|
|
||
| parameters: | ||
| azureAiServiceLocation: | ||
| type: string | ||
| default: japaneast | ||
|
|
||
| services: | ||
| backend: | ||
| project: ./src/backend | ||
| host: containerapp | ||
| language: python | ||
| frontend: | ||
| project: ./src/frontend | ||
| host: containerapp | ||
| language: js | ||
|
|
||
| infra: | ||
| provider: bicep | ||
| path: infra |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -190,6 +190,16 @@ To change the azd parameters from the default values, follow the steps [here](.. | |||||
|
|
||||||
| 6. You can now delete the resources by running `azd down`, when you have finished trying out the application. | ||||||
|
|
||||||
| ### Deploy Your local changes | ||||||
|
|
||||||
| To deploy your local changes rename the below files. | ||||||
|
|
||||||
| Rename `azure.yaml` to `azure_original.yaml` and `azure_custom.yaml` to `azure.yaml`. | ||||||
|
|
||||||
| Go to `infra` directory | ||||||
|
|
||||||
| Rename `main.bicep` to `main_original.bicep` and `main_custom.bicep` to `main.bicep`. Continue with the [deploying steps](https://github.com/microsoft/Modernize-your-code-solution-accelerator/blob/ve-Local-readme/docs/DeploymentGuide.md#deploying-with-azd). | ||||||
|
||||||
| Rename `main.bicep` to `main_original.bicep` and `main_custom.bicep` to `main.bicep`. Continue with the [deploying steps](https://github.com/microsoft/Modernize-your-code-solution-accelerator/blob/ve-Local-readme/docs/DeploymentGuide.md#deploying-with-azd). | |
| Rename `main.bicep` to `main_original.bicep` and `main_custom.bicep` to `main.bicep`. Continue with the [deploying steps](https://github.com/microsoft/Modernize-your-code-solution-accelerator/blob/main/docs/DeploymentGuide.md#deploying-with-azd). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The section header "Deploy Your local changes" has inconsistent capitalization. "Your" should be lowercase for proper title case. Change to "Deploy your local changes".