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

Add Azure DB CRUD #337

Open
natereid72 opened this issue Apr 18, 2022 · 0 comments
Open

Add Azure DB CRUD #337

natereid72 opened this issue Apr 18, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@natereid72
Copy link

natereid72 commented Apr 18, 2022

What problem are you facing?

Need to create a DB in and Azure DB instance. Using provider-sql fails because Crossplane is not running within the trusted network for Azure DB instance.

How could Crossplane help solve your problem?

Provider-azure could implement the CRUD APIs for Azure DB. This would eliminate the issue as the CRUD operations would be initiated at the Azure Cloud API instead of the Azure DB instance.

https://docs.microsoft.com/en-us/rest/api/mysql/singleserver/databases
https://docs.microsoft.com/en-us/rest/api/postgresql/singleserver/databases

@natereid72 natereid72 added the enhancement New feature or request label Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant