solliancenet / azure-synapse-analytics-ga-content-packs

Readiness content packs for Azure Synapse Analytics features released at GA.
40 stars 37 forks source link

AzureResponseError: Failed to connect to MSI. Please make sure MSI is configured correctly. #4

Open gkieffer83 opened 3 years ago

gkieffer83 commented 3 years ago

https://github.com/solliancenet/azure-synapse-analytics-ga-content-packs/blob/main/hands-on-labs/setup/asa-workspace-deploy.md When executing .\environment-setup.ps1:

Create KeyVault linked service asagakeyvault... AzureResponseError: Failed to connect to MSI. Please make sure MSI is configured correctly. Get Token request returned: <Response [400]>

ciprianjichici commented 3 years ago

Hi, we tried to reproduce the problem without success. From the error message, it looks like it might be a temporary Azure issue. Can you please confirm you can reproduce it on your side?

DanePillay-nel commented 3 years ago

@gkieffer83 The issue is resolved by "az login" in the cloudshell. Even though you are automatically authenticated. Do the device sign in too and that should help you move pass that issue. Hope this helps.