-
Notifications
You must be signed in to change notification settings - Fork 207
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
Feature/sjad #4473
base: main
Are you sure you want to change the base?
Feature/sjad #4473
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
…manually set the password as empty. Otherwise, if source code set password, Jdbc will use password auth instead of MI auth. (#74) Co-authored-by: haozhang <[email protected]>
…tains "\", it won't be identified by pack build, we need to convert the file path to linux format, not windows format. (#77) Co-authored-by: haozhang <[email protected]>
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
|
#79) Please resolve this comment in next PR: #79 (comment)
…thubs starter dependency (#81)
…rAssignedManagedIdentity. (#82)
… client should be aware of this change. (#91) Co-authored-by: haozhang <[email protected]>
Co-authored-by: haozhang <[email protected]>
…stead of project path. (#92) * detect parent path for multi-module package * small fix * Skip parent detection once detected, so that it can fetch the root parent. For example, when module -> parent -> grandparent, we should fetch the grandparent. * update schema to reflect parentPath * add test data: multi-levels, and update UT to cover parent path test for multi-level java project * expose pack build multi-module to all languages --------- Co-authored-by: haozhang <[email protected]>
… when analyzing project (#89)
To replace #4422. This PR will show the changes we made for java analyzer and bicep generation for azure resources
To make the review easier, break down into several separate PRs: