microsoft / azureml-ops-accelerator

Guided accelerator consolidating best practice patterns, IaaC and AML code artefacts to provide a reference approach to implementing MLOps on Azure leveraging Azure ML.
https://microsoft.github.io/azureml-ops-accelerator/
MIT License
45 stars 30 forks source link

Azure ML workspace <PromptFlowNotSupported error><isHnsEnabled = True/False ??> #22

Open nishantpandey107 opened 8 months ago

nishantpandey107 commented 8 months ago

in my existing ML workspace, while creating new flow(std/chat), i am getting this error image

Also while creating new workspace, i am able to create a new flow although.

on deployment template structure, if i set isHnsEnabled(of StorageV2) to true, i am getting this error while on setting this to false, i am able to create template. now i am not sure which setting i have to make.

As per the documentation, it has to be set to true image

nishantpandey107 commented 8 months ago

isHnsEnabled - True >> storage is 'Data Lake Storage' isHnsEnabled - False >> storage is 'Blob service'

image