Azure - Token Resource Error
See original GitHub issueRunning 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:
Thanks for the help
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.
Ah interesting. Perhaps try installing
azure-cli-core==2.15.1
andazure-mgmt-compute==18.0.0
too.