DEV Community

Supraja Tangella
Supraja Tangella

Posted on

๐—”๐˜‡๐˜‚๐—ฟ๐—ฒ ๐—–๐—ผ๐˜€๐—บ๐—ผ๐˜€ ๐——๐—• ๐—ฆ๐—ฒ๐˜๐˜‚๐—ฝ ๐—ถ๐—ป ๐Ÿฏ ๐—–๐—ผ๐—บ๐—บ๐—ฎ๐—ป๐—ฑ๐˜€

I replaced the manual Cosmos DB setup with 3 CLI commands โ€” saved 2 days.

Most .NET developers still struggle with setting up cloud databases.

I watched a senior engineer spend two days manually configuring Cosmos DB through the portal.

Then I discovered the Azure Developer CLI approach.

Three commands. Five minutes. Running a web app with real data.

azd auth login โ†’ azd init --template cosmos-db-nosql-dotnet-quickstart โ†’ azd up

Boom. Containerized app, provisioned database, and authentication handled.

What's your fastest database setup story?

Top comments (0)