-
Notifications
You must be signed in to change notification settings - Fork 214
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 .net aspire support on sql server and sql database #3226
Conversation
I think that we also need to add some code in Could probably extend this code here: https://github.com/Azure/azure-dev/blob/main/cli/azd/pkg/apphost/generate.go#L903-L909 to add another case statement, since we follow the same pattern for the name exported from the bicep. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A comment about how to address @vhvb1989's feedback. This looks great!
Co-authored-by: Wei Lim <[email protected]>
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSIContainer
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
fix #3063, #3065
Using Microsoft Entra-only authentication based on SqlServerProvisioner.cs.
Previous thought:
Output connection string to .env as there're no secrets in it based on CreateDatabaseIfNotExists.
Now:
Keep connection string secure in container secrets (like cosmos) in case if we will support login or password in future.