Alex Drenea
Alex Drenea
> @flyingUnderTheRadar Can you try putting quotations around your settings like so: `--settings 'SettingKey=$SettingValue' 'SettingKey2=$SettingValue2'` and let me know if the problem still persists **Correction:** I know this is a...
Thank you for the feedback. You are correct, I think I need to add a bit more flexibility into setting those options in the ctor. I will try and get...
@andrewdmoreno I pushed some new code and generated a new release and NuGet package. Check it out and let me know if it helps. Essentially you're able to pass in...
Hi, The account name should be just the name of your Cosmos DB account (usually the name you provided when you created the resource). You can get it from the...
can you share a bit more of the code itself? Is this when you initialize the library or when you call any other command? Also, what kind of Cosmos DB...
Can you validate that the database and collection actually exist in your account? If they do not, and you do not pass the CreateOptions() required to create them, then the...
Does the connection work using the regular CosmosDB SDK with the same parameters? I can't think of any reason this would fail if parameters are all correct. Thank you for...
That's very strange! I can't explain why that wouldn't work. If you want you could try the sample code in this repo to see if you can catch the exception...