Dear team, I hope my message finds you well. I w...
# plugins-integrations
g
Dear team, I hope my message finds you well. I would like kindly ask whether you have material regarding the connection of azure ml and a Kedro project in Pycharm. I followed step by step this tutorial: https://kedro-azureml.readthedocs.io/en/stable/source/03_quickstart.html But after execution, I'm facing the attached error. Can you elaborate on that? Thank you very much in advance. Kind regards, George
j
hi @George Drakoulas! it looks like you have some Docker authentication issues?
g
hmm, do you have in mind about how to overcome those? thanks
j
looks like you cannot
docker pull
from
<http://azuremlgeorge.azurecr.io|azuremlgeorge.azurecr.io>
. I am not an expert but maybe you'll have to do
docker login
first
g
hmm perfect thanks. Do you have in mind any tutorial that replicates this process from the kedro model preparation until deployment in azure ml?
j
maybe @marrrcin does
g
I might be very wrong; but when trying to provide the azure storage account key for storage account kedro-azure-storage, I 'm using pycharm and I cannot obtain the hidden key that I enter: Is there another way to enter it?
j
it's complaining that the
AZURE_STORAGE_ACCOUNT_KEY
environment variable is not set, please check https://stackoverflow.com/q/42708389/554319
this 1
g
ok thanks! regarding the experiment name; in the tutorial

https://www.youtube.com/watch?v=w_9RzYpGplY&amp;t=136s

@Marcin Rybiński uses kedro-azure-experiment name. Is that predefined in azure ml setup or it's the first time that he uses that while creating the pipeline?
m
@George Drakoulas first error means that your ACR is not accessible by Azure ML Workspace, you have to fix the permissions in Azure for that to work.
As for missing env - it’s a basic issue, @Juan Luis provided an example for PyCharm. Otherwise just use
export AZURE_STORAGE_ACCOUNT_KEY=<your key>
in the terminal (provided you’re using unix-based system)
As for this https://kedro-org.slack.com/archives/C03RKPCLYGY/p1706024615013959?thread_ts=1706017435.406949&amp;cid=C03RKPCLYGY You can change any config later on by modifying
conf/base/azureml.yml
g
Great thanks a lot! it worked! This time I'm facing another error: Can you please provide support on that? Thank you very much in advance.
I fixed it guys thanks