Andres Codas

Results 6 comments of Andres Codas

The point is that I'm using az-cli to get the key. Here is what I see: ```bash $ az storage account keys list --account-name "${STORAGE_NAME}" --subscription "${SUBSCRIPTION_NAME}" Auto upgrade failed....

Hi @evelyn-ys This is how I installed az-cli: ```bash curl -sL https://aka.ms/InstallAzureCLIDeb | bash ``` this is how I attempt to updated it: ```bash $ az upgrade This command is...

I think I found the issue. There is a conflict with other packages I install: ```bash python -m pip install --no-cache-dir --upgrade pip \ && python -m pip install --no-cache-dir...

I'm struggling with this one too. I manage to save some information, but it is not consistent across tabs e.g.: ![image](https://user-images.githubusercontent.com/164282/142643043-d2342c40-2e76-4041-a3b9-a6a95350552e.png) ![image](https://user-images.githubusercontent.com/164282/142643214-b45579d0-ca1e-4b31-9ea3-a6958465a964.png) the dashboard misses information that is available on...

> Hi @SturgeonMi, I briefly tried this out, but couldn't get the authentication to work. Anyway, I found a workaround using `azure.ai.ml._artifacts._artifact_utilities.download_artifact_from_aml_uri`. This is definitely not a great solution, since...