diff --git a/cli/setup.sh b/cli/setup.sh
index 8914f24309..346260acfd 100644
--- a/cli/setup.sh
+++ b/cli/setup.sh
@@ -6,7 +6,7 @@
 ###  * Comment the ml extension install within <az_ml_install>
 
 # {
-#      wheel_url='https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.9.0-py3-none-any.whl'
+#      wheel_url='https://mlsdkfdnprod.azureedge.net/ml-2.9.0-py3-none-any.whl'
 #
 #      az extension remove -n ml
 #      if ! az extension add --yes --upgrade --source "$wheel_url"; then
diff --git a/cli/setup_oai_v2.sh b/cli/setup_oai_v2.sh
index 0f548da389..5f9933b08d 100644
--- a/cli/setup_oai_v2.sh
+++ b/cli/setup_oai_v2.sh
@@ -6,7 +6,7 @@
 ###  * Comment the ml extension install within <az_ml_install>
 
 # {
-#      wheel_url='https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.9.0-py3-none-any.whl'
+#      wheel_url='https://mlsdkfdnprod.azureedge.net/ml-2.9.0-py3-none-any.whl'
 #
 #      az extension remove -n ml
 #      if ! az extension add --yes --upgrade --source "$wheel_url"; then
diff --git a/sdk/python/setup.sh b/sdk/python/setup.sh
index ec29a18244..0725fab2e1 100644
--- a/sdk/python/setup.sh
+++ b/sdk/python/setup.sh
@@ -1,7 +1,6 @@
 #!/bin/bash
 
 # <az_ml_sdk_install>
-# pip install --pre azure-ai-ml
 # </az_ml_sdk_install>
 
 # <mldesigner_install>
@@ -15,9 +14,7 @@ pip install pandas
 
 
 # <az_ml_sdk_test_install>
-# pip install azure-ai-ml==0.1.0.b8
-pip install azure-ai-ml
-# https://docsupport.blob.core.windows.net/ml-sample-submissions/1905732/azure_ai_ml-1.0.0-py3-none-any.whl
+pip install https://azuresdkartifacts.z5.web.core.windows.net/python/distributions/ml-sample/4842994/azure_ai_ml-1.27.0-py3-none-any.whl
 # </az_ml_sdk_test_install>
 
 # protobuf==5.29.0 has IndentationError bug
diff --git a/sdk/python/setup_oai_v2.sh b/sdk/python/setup_oai_v2.sh
index 9078ae9d0d..0f9bd7abaf 100644
--- a/sdk/python/setup_oai_v2.sh
+++ b/sdk/python/setup_oai_v2.sh
@@ -6,7 +6,7 @@
 ###  * Comment the ml extension install within <az_ml_install>
 
 # {
-#      wheel_url='https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.9.0-py3-none-any.whl'
+#      wheel_url='https://mlsdkfdnprod.azureedge.net/ml-2.9.0-py3-none-any.whl'
 #
 #      az extension remove -n ml
 #      if ! az extension add --yes --upgrade --source "$wheel_url"; then