-
Notifications
You must be signed in to change notification settings - Fork 198
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
Add support for .azuredevops folder #4190
Conversation
Please don't update the dictionaries, as there is an issue with cspell. Let's use #4191 |
Let's wait on validation from @rick-roche and/or @johnnyreilly before merging. |
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
Oh wow - thanks for taking a look at this! Apropos of nothing, I'm indebted to you elsewhere @jongio - you power the Auth that I use to ship my Azure Static Web Apps backed blog and even get a shout out in the README 😅 I'm away on holiday right now but will be back in front of a computer next week - I can test then! From the looks of the PR we can just use: curl -fsSL https://azuresdkreleasepreview.blob.core.windows.net/azd/standalone/pr/4190/uninstall-azd.sh | bash;
curl -fsSL https://azuresdkreleasepreview.blob.core.windows.net/azd/standalone/pr/4190/install-azd.sh | bash -s -- --base-url https://azuresdkreleasepreview.blob.core.windows.net/azd/standalone/pr/4190 --version '' --verbose --skip-verify To test the PR build? |
Yes, thanks That early OIDC work with scripts turned into |
I set my blogs CI/CD up a long time ago - possibly before azd existed and it has worked like a champ! That said, I'm planning to migrate to use azd instead - essentially I want to use the Static Web App equivalent of the following:
I surely will! |
Great. I appreciate you being an azd adovcate and the feedback really helps. |
Hi @jongio , this is fantastic - thank you! This adds what I was hoping for and works as expected off the branch. |
Fixes #4034