Reputation: 13955
I am trying to set up an Azure SQL Database inside of an elastic pool. I'm not sure if I did it right. Here's my dashboard:
And here's the actual database:
What makes me wonder if the database is actually inside the elastic pool is what's circled in red in the above screenshot.
No elastic pool
Here's the server:
And here's the elastic pool:
Another clue that the DB is not in the pool is that the pool shows no usage.
So, I'm pretty sure I did something wrong. But I can't seem to figure out HOW to put the database inside the pool.
Help!?!
Upvotes: 0
Views: 811
Reputation: 72171
You can add database to elastic pool as long as they are on the same logical server. Here's the article. Search for "Move a database into an elastic pool". I cannot really copy text from there to here as there is no text, only a bunch of images.
Upvotes: 1