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. |
Co-authored-by: Victor Vazquez <victor.vazquez@microsoft.com>
Co-authored-by: Wei Lim <weikanglim@gmail.com>
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSIContainerDocumentationlearn.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.