Hi you need to enclose the connection string within quotes ""
CosmosDb unable to populate database and container using Bash
I'm literally just trying to follow this tutorial from Microsoft: https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/tutorial-dotnet-web-app
I can't get to step 11, because instead of populating my database, it gives me a parsing error.
I'm kinda stumped. And baffled that I couldn't get far enough. The URI and primary key is correct. Also correct standard.
I have the free tier account. (But why would it bug out?)
I installed this: dotnet tool install --global cosmicworks --version 2.*
But after install, it does say issues with workloads I don't know if that matters.
Things I've tried:
-Changing RU/S to manual and auto scale. Lowering and adjusting all RU's.
-Tried one command at a time, but it goes to bad request, "would've pushed RU's to 4000". But I got this same error for trying to insert number-of-employees 2 \ So putting two records in the db would've pushed to 4000 RU's? Prolly not.
-Making sure all my setup was identical to what they listed.
Not sure what's happening here. Please help so I can actually advance.
-
Sajeetharan 2,261 Reputation points Microsoft Employee
2024-08-21T05:28:11.27+00:00