Replies: 1 comment
-
Hi @anishuq , based on the error "The cloud file provider is not running." and that you have "OneDrive" in the path, I suppose this was caused by onedrive service not running and the necessary files in Az.ContainerRegistry module were not downloaded to your local machine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks,
I can connect to my Azure account and my subscription using Azure PowerShell
Connect-AzAccount -Subscription
andSet-AzContext -Subscription
commands. I have created storage accounts, VMs etc. without a hitch using Powershell. However, when I am trying to useConnect-AzContainerRegistry
, I am getting the error:And when I try to import the module, I get:
error. I have recently installed Visual Studio 2022, Docker Desktop and WSL2. I was successful in creating a "dummy" app and deploy it to AZURE container registry via VS 2022. I wanted to connect to container registry via Powershell and that is where all these problems are happening. I am not an expert in Powershell. Please help.
Beta Was this translation helpful? Give feedback.
All reactions