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.

Azure - Token Resource Error

See original GitHub issue

Running the example from the tutorial, ie

from dask_cloudprovider.azure import AzureVMCluster
cluster = AzureVMCluster(resource_group="<resource group>",
                         vnet="<vnet>",
                         security_group="<security group>",
                         n_workers=1)

The following error keeps popping up:

image

Thanks for the help

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
marcelnedcommented, Oct 15, 2021

@jacobtomlinson

Tested and works like a charm!

Thank so you so much for this package. Helps data scientists without extensive cloud experience like me a great deal.

1reaction
jacobtomlinsoncommented, Oct 15, 2021

Ah interesting. Perhaps try installing azure-cli-core==2.15.1 and azure-mgmt-compute==18.0.0 too.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Azure AD authentication & authorization error codes
Learn about the AADSTS error codes that are returned from the Azure AD security token service (STS).
Read more >
Troubleshoot Azure Active Directory access tokens
This article describes how to troubleshoot errors you may encounter when getting Azure Active Directory access tokens and how to validate ...
Read more >
Error on azure:The portal is having issues getting an ...
The portal is having issues getting an authentication token. The experience rendered may be degraded. Additional information from the call ...
Read more >
Resolve Microsoft Graph authorization errors
A common mistake that causes in this error is trying to use a token acquired for Azure AD Graph APIs, Outlook APIs, or...
Read more >
Troubleshooting common authentication errors - Microsoft Learn
Provides assistance with common authentication errors when using the Cloud Partner Portal APIs in Azure Marketplace.
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