microsoft/azureml-ops-accelerator

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

nishantpandey107 opened this issue · 1 comments

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

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

image