Skip to content

Addresses Static Web App deployment issues#85

Merged
wbreza merged 7 commits into
mainfrom
wbreza/swa-login-fix
Jul 13, 2022
Merged

Addresses Static Web App deployment issues#85
wbreza merged 7 commits into
mainfrom
wbreza/swa-login-fix

Conversation

@wbreza

@wbreza wbreza commented Jul 12, 2022

Copy link
Copy Markdown
Contributor

Address a few different Static Web App deployment issues

Resolves Azure/azure-dev-pr#1196

Comment thread cli/azd/test/samples/funcapp/requirements.txt
@wbreza
wbreza marked this pull request as ready for review July 12, 2022 22:19
@wbreza wbreza linked an issue Jul 13, 2022 that may be closed by this pull request
1 task

@vhvb1989 vhvb1989 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add changelog entry

@vhvb1989

Copy link
Copy Markdown
Member

Tested on Linux VM.
Fails if using node 14 LTS

Works as expected with node v16 (tested 16.0.0 and 16.16.0)

@azure-sdk

Copy link
Copy Markdown
Collaborator

Azure Dev CLI Install Instructions

Install scripts

MacOS/Linux

May elevate using sudo on some platforms and configurations

curl -fsSL https://azuresdkreleasepreview.blob.core.windows.net/azd/standalone/pr/85/uninstall-azd.sh | bash;
curl -fsSL https://azuresdkreleasepreview.blob.core.windows.net/azd/standalone/pr/85/install-azd.sh | bash -s -- --base-url https://azuresdkreleasepreview.blob.core.windows.net/azd/standalone/pr/85 --version '' --verbose

Windows

powershell -c "Set-ExecutionPolicy Bypass Process; irm 'https://azuresdkreleasepreview.blob.core.windows.net/azd/standalone/pr/85/uninstall-azd.ps1' > uninstall-azd.ps1; ./uninstall-azd.ps1;"
powershell -c "Set-ExecutionPolicy Bypass Process; irm 'https://azuresdkreleasepreview.blob.core.windows.net/azd/standalone/pr/85/install-azd.ps1' > install-azd.ps1; ./install-azd.ps1 -BaseUrl 'https://azuresdkreleasepreview.blob.core.windows.net/azd/standalone/pr/85' -Version '' -Verbose;"

Standalone Binary

Container

docker run -it azdevcliextacr.azurecr.io/azure-dev:pr-85

@ellismg ellismg left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wbreza
wbreza merged commit 13ec2b1 into main Jul 13, 2022
@wbreza
wbreza deleted the wbreza/swa-login-fix branch July 13, 2022 20:43
@rajeshkamal5050 rajeshkamal5050 added the area/core-cli CLI commands, cmd/, internal/cmd/ label Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/core-cli CLI commands, cmd/, internal/cmd/

Projects

None yet

6 participants