Skip to content
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

azd should support mysql.server.v0 and mysql.database.v0 Aspire resource types #3135

Closed
mitchdenny opened this issue Dec 19, 2023 · 1 comment
Assignees
Labels
Milestone

Comments

@mitchdenny
Copy link

Currently the only way to trigger deployment of MySql is via AddMySqlContainer(...) which will not enable managed resource deployments. When we add support for managed resources we'll want to be able to deploy MySql to this resource type:

https://learn.microsoft.com/en-us/azure/mysql/flexible-server/overview

Currently deployments fail with:

ERROR: generating bicep from manifest: unsupported resource type: mysql.server.v0

and

ERROR: generating bicep from manifest: unsupported resource type: mysql.database.v0
@rajeshkamal5050
Copy link
Contributor

We will not add hand-crafted, template-based Bicep deployment support in azd. Instead, we will be moving towards using bicep resource type and CDK effort.

@rajeshkamal5050 rajeshkamal5050 closed this as not planned Won't fix, can't repro, duplicate, stale Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants