prashant4ds

Results 4 comments of prashant4ds

same., unabel to connect. from azure.ai.ml.entities import CustomerManagedKey, WorkspaceHub ImportError: cannot import name 'WorkspaceHub' from 'azure.ai.ml.entities' from azure.ai.resources.client import AIClient from azure.identity import DefaultAzureCredential ai_client = AIClient( credential=DefaultAzureCredential(), subscription_id='subscription_id', resource_group_name='resource_group',...

thanks, i am contnoiulsy facing below The above exception was the direct cause of the following exception: Traceback (most recent call last): File "C:\COPILOT_MS\deploy\10-june\flask-app\.venv\Lib\site-packages\promptflow\_core\flow_execution_context.py", line 90, in invoke_tool result =...

also app seems work fine in local but wehn deployed in Azure web app as end point, ot say { "message": "Exception occurred while publishing the message", "error": "Azure CLI...

> !az login --scope https://management.azure.com/.default this gives pop to login in azure. we need manage azure cli access through code only & no pop window, from backhand.