We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Before filing this issue, please ensure you're using the latest CLI by running swa --version and comparing to the latest version on npm.
swa --version
Are you accessing the CLI from the default port :4280 ?
:4280
--port
Make sure you are accessing the URL printed in the console when running swa start!
swa start
ℹ️ NOTE: Make sure to enable debug logs when running any swa commands using --verbose=silly
swa
--verbose=silly
Describe the bug On the Static Web App documentation there is a sample using cert-based authentication:
Custom authentication in Azure Static Web Apps | Microsoft Learn
It uses the clientSecretCertificateKeyVaultReference property. But when I run swa deploy I am getting errors saying that is invalid:
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
change needs to be made in the staticwebapp.config.json schema here: https://github.com/Azure/static-web-apps-cli/blob/062fb288d34126a095be6f3e1dc57fe5adb3f4bf/schema/staticwebapp.config.json#L82C18-L82C30
Sorry, something went wrong.
No branches or pull requests
Before filing this issue, please ensure you're using the latest CLI by running
swa --version
and comparing to the latest version on npm.Are you accessing the CLI from the default port
:4280
?--port
) and accessing the CLI from that port:4280
ℹ️ NOTE: Make sure to enable debug logs when running any
swa
commands using--verbose=silly
Describe the bug
On the Static Web App documentation there is a sample using cert-based authentication:
Custom authentication in Azure Static Web Apps | Microsoft Learn
It uses the clientSecretCertificateKeyVaultReference property. But when I run swa deploy I am getting errors saying that is invalid:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: