-
Notifications
You must be signed in to change notification settings - Fork 204
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
[WIP] SJAD private preview #4586
base: main
Are you sure you want to change the base?
Conversation
Support adding MySQL when run `azd init`
Fix typo by changing "DbMysql" to "DbMySql"
…or like this: "argetTypeNotSupported: Target resource type MICROSOFT.DBFORMYSQL/FLEXIBLESERVERS is not supported.".
2. Delete '1>&2' used for debug. 3. Add 'az tag create' to fix the problem about tag been deleted when creating service connector.
Use managed-identity instead of username and password
2. Update log about "failed to read spring application properties". 3. Fix bug about can not find frontend app and backend app at the same time. 4. Add service connector from aca to postgresql.
Use passwordless to connect to PostgreSQL in Azure Container Apps
* generate resources in azure.yaml
* Fix error when run azd init * 1. Rename AuthTypeManagedIdentity to AuthTypeUserAssignedManagedIdentity, and related value. 2. Fix test failure by changing "Use user assigned managed identity" to "User assigned managed identity" * Change the "Name" into const string instead of using "databaseName". * 1. Fix error about database name. 2. Use DatabaseUser variable in go lang when generate resources.bicep from resources.bicept.
…#27) * prompt if detected kafka but no spring-cloud-azure found, can help to add this dep * remove auto-add dep code * add UT * resolve comments * remove unused ones --------- Co-authored-by: haozhang <[email protected]>
…ing boot version (#28) * for Kafka, inject AzureEventHubsKafkaAutoConfiguration package path based on spring boot version * parse properties to fill possible spring boot version * update UT * update detect spring boot version logic * small fix --------- Co-authored-by: haozhang <[email protected]>
* 1. Fix error: Missing information in ServiceSpec. Like messaging service. 2. Use DatabaseMysql to replace DatabaseReference to make code simplifier. Same to all other db type. 3. Simplify the code of handleContainerAppProps. 4. Simplify the code of Frontend and Backend fulfill in ServiceSpec * Fix test error. * 1. Print hints about uses relationships. 2. Add frontend BASE_URL in backend service. * Delete "todo" because it's already done. * Use printf for each line of log to make it look better. * Use console.Message instead of log.Printf. Because log.Printf will print nothing when there is no "--debug" added when run azd. * Fix compile error in test files. * Update the description in hints. * 1. Split "mapUses" function into to functions: "mapUses" and "printHintsAboutUses". 2. Add missing hint for AI module.
VSCode Extension Installation Instructions
|
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
case ResourceTypeMessagingKafka: | ||
return "Kafka" | ||
case ResourceTypeStorage: | ||
return "Storage Account" |
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.
Now we added these resource types.
This PR is for building the artifacts of SJAD for private preview, to avoid rapid changes of the source branch, feature/sjad