You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* test remove az cli login
* Disables the Azure CLI authentication setting in the workflow to avoid potential issues with environment variable configurations.
* add pipeline variable section to automatically add RESOURCE_SHARE_USER variable to the repo when AZD pipeline config run. Update azure-dev.yml to align to azd pipeline config
* align workflow variables to azd
* update read me to introduce the azd pipeline config cmd for repo setup
---------
Co-authored-by: ianjensenisme <[email protected]>
Co-authored-by: Eduardo Sanchez <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -325,6 +325,14 @@ To run the demo, follow these steps:
325
325
2.
326
326
3.
327
327
328
+
## Next Steps
329
+
330
+
At this point, you have a complete application deployed on Azure using your local dev box. But there is much more that the Azure Developer CLI can do. These next steps will introduce you to additional commands that will make creating applications on Azure much easier. Using the Azure Developer CLI, you can setup your pipelines, monitor your application, test and debug locally.
331
+
332
+
azd pipeline config - to automate the process to create you own copy of this repo, host it on GitHub organization of your choice, create the needed federated credentials, Github workflow and their needed workflow variables to deploy your code whenever changes are pushed to the main branch.
333
+
334
+
azd down - to delete all the Azure resources created with this template
335
+
328
336
## Workflows
329
337
330
338
A mature workflow for a solution not only automates the deployment of the IAC resources, and the
@@ -337,7 +345,7 @@ and [Gitleaks](https://github.com/gitleaks/gitleaks) into both Dev loop and depl
337
345
These tools run automatically before executing the azd up command, ensuring security, compliance,
338
346
and best practices are validated prior to deploying the solution.
339
347
340
-
The main workflow, defined in [azure-dev.yaml](.github/workflows/azure-dev.yaml), utilizes Federated
348
+
The main workflow, defined in [azure-dev.yml](.github/workflows/azure-dev.yml), utilizes Federated
341
349
credentials to ensure secure authentication.
342
350
343
351
**ONLY FOR SELF-HOSTED GITHUB RUNNERS**: There is a workflow defined in [test-runner.yaml](/.github/workflows/test-runner.yaml)
0 commit comments