Obaid Ur Rehman

Results 19 comments of Obaid Ur Rehman

Hi, Just wanted to check if this has any update? I am facing the same issue. Unable to see the Linked SHIR alhtough it is creatde successfully via CD pipeline:...

Hi, We are having similar issues when running an ADF pipeline from azure devops azure cli task: `$runId=az datafactory pipeline create-run --factory-name test-adf --name "pl_load_training_data" --resource-group test-rg --query "runId" --output...

Hi, we were able to fix this by installing the cli via python step: (Having these in our requiremtns.txtx) # azureml azure-cli-core==2.35.0 azureml-sdk==1.42.0 > @pchevallier @obiii @rbkasat This is because...

Hi, We were also facing the same issue. After trying different things we found out that the **functionapp picks the latest container build only if the app is restarted**. This...

> Hi @obiii , Could you please provide more details and reproduce steps to investigate the root cause. Hi, I assume you mean the docker files. Please let me know...

Hi @isaudagar , is there any update on this please?

Hi @Junnu-akhila , Here is the conda.sh file. ``` export CONDA_EXE='/opt/miniconda/bin/conda' export _CE_M='' export _CE_CONDA='' export CONDA_PYTHON_EXE='/opt/miniconda/bin/python' # Copyright (C) 2012 Anaconda, Inc # SPDX-License-Identifier: BSD-3-Clause __conda_exe() ( "$CONDA_EXE" $_CE_M...

> Hi @isaudagar , is there any update on this please? Hi, in case you need the image build logs: [build_log.txt](https://github.com/Azure/azure-sdk-for-python/files/14507446/build_log.txt) Please let me know if there is any updated....

> Hi @obiii > > The FileExistsError typically occurs in Python when you attempt to create a file or directory that already exists. However, looking at the command you provided,...

> Hi @obiii, > > I have run the Docker file successfully and while creating the ML environment, I'm getting below error. It is in progress. > > ![image](https://private-user-images.githubusercontent.com/142422872/314185677-db1bccfd-8163-4021-8844-452cc9d3a11b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTA4ODIwNzMsIm5iZiI6MTcxMDg4MTc3MywicGF0aCI6Ii8xNDI0MjI4NzIvMzE0MTg1Njc3LWRiMWJjY2ZkLTgxNjMtNDAyMS04ODQ0LTQ1MmNjOWQzYTExYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwMzE5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDMxOVQyMDU2MTNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lOGRjZjg2YmI3Y2I4ZDQwNzJmZTQ3MGQ0YWJkNmNlMDVjODMxZWE3N2M2YTRlNGFlZGU1OTFiOThkNzVhNzFkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.u2mcVh4aJDFD9DbDnmsinGsB2eENseYIE6igql0T9SA) Hi...