question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'base_url' incorrectly marked as required argument for CosmosDBManagementClient

See original GitHub issue

base_url was marked as required on the page. It took me an hour to figure out what to put in. And in the end it turns out I can leave it as empty.

I still don’t understand the purpose of this argument, but please at least mark it as optional!!


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
msyyccommented, Feb 7, 2022

If users don’t put this parameter in, it will be set default value: https://management.azure.com(example). base_url is mainly used for authentication and resource management. So for most Azure users, they don’t need to input it.

1reaction
PramodValavala-MSFTcommented, Jan 25, 2022

@duanqn This issue is being tracked internally

Read more comments on GitHub >

github_iconTop Results From Across the Web

azure.mgmt.cosmosdb.CosmosDBManagementClient class
Credential needed for the client to connect to Azure. Required. subscription_id: str. Required. The ID of the target subscription. Required. base_url: str.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found