-
Notifications
You must be signed in to change notification settings - Fork 3
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
Run azd provision
error on Windows
#12
Comments
@cwaddingham The issue described above can still be reproduced according to the latest code test. A code review found that the problem is |
@NanaXiong00 please try it again. |
@cwaddingham Based on the latest code retest, the following error occurred: |
@NanaXiong00 given the number of issues that have come up with running this template on Windows we're going to remove support for that OS from it. Going forward, it will be supported on MacOS and Linux. We may revisit this in the future, but for now, this first iteration will be POSIX-only. |
@cwaddingham While testing the template on macOS according to the instructions in |
Describe the issue:
When running
azd provision
on Windows, an error is displayed indicating a syntax rule error in the hook script as follows:Repro Steps:
python -m venv .venv
and.venv\Scripts\activate
.pip install -r requirements.txt
.azd auth login
.npm i
.npm run env:init
.azd provision
.Environment:
Expected behavior:
Run
azd provision
successfully.@hemarina and @cwaddingham for notification.
The text was updated successfully, but these errors were encountered: