Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Provision a new database on an elastic SQL-Pool #730

Open
Herr-Sepp opened this issue Nov 5, 2019 · 4 comments
Open

Provision a new database on an elastic SQL-Pool #730

Herr-Sepp opened this issue Nov 5, 2019 · 4 comments

Comments

@Herr-Sepp
Copy link

Hi,
I found nothing in your documentation to create a new database within an existing database pool.
Is that even possible?

@zhongyi-zhang
Copy link
Contributor

Pool -- do you mean a sql server manually created from Azure Portal or CLI? If so, please try the combination azure-sql-12-0-dbms-registered & azure-sql-12-0-database-from-existing: https://github.com/Azure/open-service-broker-azure/blob/master/docs/modules/mssql.md

@Herr-Sepp
Copy link
Author

Sorry if I was too vague.

I mean the elastic SQL pool.
https://docs.microsoft.com/en-us/azure/sql-database/sql-database-elastic-pool

Can I create a new database within an existing pool using OSB?

@zhongyi-zhang
Copy link
Contributor

No, OSBA doesn't support elastic SQL pool nor data warehouse. They needs different REST APIs and workflow from single SQL server to provision an instance. So we can't simply add service plans to support them. And there is no plan to support new features so far.

@Herr-Sepp
Copy link
Author

Too bad.
Creating and managing pools are actually different APIs but I had hoped that creating a database within an existing pool is possible because it uses the same API "Database Create" as creating a normal single database.
https://docs.microsoft.com/rest/api/sql/databases/createorupdate
Request Body : properties.elasticPoolId

Is there a wish list or feedback hub for OBSA somewhere where I can request support for SQL pools?
Maybe a short sentence in the documentation that explain that pools are currently not supported would also be nice.

Thanks for your Support so far. 👍

@Herr-Sepp Herr-Sepp changed the title Provision a new database on a SQL-Pool Provision a new database on an elastic SQL-Pool Jan 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants