vscode-cosmosdb icon indicating copy to clipboard operation
vscode-cosmosdb copied to clipboard

Basic Create workflow for Postgres

Open neelip opened this issue 3 years ago • 3 comments

If we end up adding sku step to the Postgres Create workflow, the number of prompts in Postgres Create workflow would increase to 9 steps.

Related #1861

I think it makes sense for us to add a Basic Create workflow for Postgres.

Postgres Create works separately from any of the CosmosDB workflows. CosmosDB workflow currently only has 4 steps for all database types.

neelip avatar May 25 '21 23:05 neelip

I think this could turn into a good bit of work since we don't have the concept of advanced create yet in databases.

I like that the "Create Server..." command is the single entry point for creating everything, including Postgres servers. But adding "Create Server... (Advanced)" probably means we'd have to do this work for the cosmos wizards too and I don't know if that's a priority rn. Maybe we could add a user setting "Postgres SKU" and that would apply to every Postgres server created? Or is that too hacky?

wwlorey avatar May 26 '21 20:05 wwlorey

That's a good point. I agree that we should keep it one entry point for Create for all databases.

I think we just need to figure out a way to reduce the steps for Postgres somehow. I think adding a user setting might cause a problem, as a user could pick a different sku for each server under a subscription.

neelip avatar May 26 '21 22:05 neelip

This PR #1869 reduces the steps in current create flow with firewall steps removed.

neelip avatar Jun 11 '21 23:06 neelip

There is no pending work associated with this issue. Closing now.

JasonYeMSFT avatar Sep 11 '23 18:09 JasonYeMSFT