Skip to content

Commit c0b3412

Browse files
committed
remove preview limitations
1 parent cce515b commit c0b3412

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/machine-learning/prompt-flow/how-to-customize-environment-runtime.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ In your local compute, you can use the CLI (v2) to create a customized environme
7878
> - Make sure to meet the [prerequisites](../how-to-manage-environments-v2.md#prerequisites) for creating environment.
7979
> - Ensure you have [connected to your workspace](../how-to-manage-environments-v2.md?#connect-to-the-workspace).
8080
81-
> [!IMPORTANT]
82-
> Prompt flow is **not supported** in the workspace which has data isolation enabled. The enableDataIsolation flag can only be set at the workspace creation phase and can't be updated.
83-
>
84-
>Prompt flow is **not supported** in the project workspace which was created with a workspace hub. The workspace hub is a private preview feature.
8581

8682
```shell
8783
az login # if not already authenticated
@@ -156,7 +152,7 @@ except Exception as ex:
156152

157153
ml_client = MLClient.from_config(credential=credential)
158154

159-
image = ImageSettings(reference='mcr.microsoft.com/azureml/promptflow/promptflow-runtime:<newest_version>')
155+
image = ImageSettings(reference='mcr.microsoft.com/azureml/promptflow/promptflow-runtime-stable:<newest_version>')
160156
endpoints = [EndpointsSettings(published=8081, target=8080)]
161157

162158
app = CustomApplications(name='promptflow-runtime',endpoints=endpoints,bind_mounts=[],image=image,environment_variables={})

0 commit comments

Comments
 (0)