Azure-Samples / openai-end-to-end-baseline

MIT License
92 stars 43 forks source link

Deploy to Azure Machine Learning managed online endpoint #12

Open reema0814 opened 1 month ago

reema0814 commented 1 month ago

Hi @chanezon , I encountered an issue while deploying the existing endpoint (ept), resulting in a failure to create the prompt flow deployment. The error message indicates a problem with establishing or configuring the deployment process for the endpoint. This issue needs to be addressed to ensure the successful deployment and functionality of the endpoint in the intended environment, not able to proceed further on this lab .

Please find the screenshot below :

image

ckittel commented 1 month ago

Unfortunately, there isn't enough information available from this screenshot or your text to troubleshoot. I'm sure that's very frustrating for you. If there are no more details available to you (deployment logs) to help troubleshoot, you'll likely need to contact support so they can look into logs on their side to see what might have failed. Sorry to see you ran into an issue in your subscription :(

Kumudaya commented 1 month ago

Hi @chanezon , I encountered an issue while deploying the existing endpoint (ept), resulting in a failure to create the prompt flow deployment. The error message indicates a problem with establishing or configuring the deployment process for the endpoint. This issue needs to be addressed to ensure the successful deployment and functionality of the endpoint in the intended environment, not able to proceed further on this lab .

Please find the screenshot below :

image

Facing the same issue and I have raised a support request. Seems like the issue exists when deploying to the managed online endpoint which got provisioned from the bicep script. A quick fix which worked for us is to delete that managed online endpoint completely, and create a new endpoint with the managed identity (which in your case resolves to the name "id-amlonlineendpoint-1407183") through the Azure Machine Learning Workspace. Then deploy the flow with the newly created managed online endpoint.

Hope this works, make sure to use the same naming for the managed online endpoint ;)

@imabedalghafer