We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842e8a6 commit 4c3ab54Copy full SHA for 4c3ab54
Deployment/scripts/aihub_scripts/create_ai_hub.py
@@ -1,5 +1,5 @@
1
# Get Azure Key Vault Client
2
-key_vault_name = "pslsc-kv-gzwijqcuyu2ry"
+key_vault_name = 'kv_to-be-replaced'
3
4
from azure.ai.ml import MLClient
5
from azure.ai.ml.entities import (
@@ -29,9 +29,6 @@ def get_secrets_from_kv(kv_name, secret_name):
29
# Retrieve the secret value
30
return secret_client.get_secret(secret_name).value
31
32
-
33
-print(get_secrets_from_kv(key_vault_name, "AZURE-SEARCH-ENDPOINT"))
34
35
# Azure configuration
36
37
key_vault_name = 'kv_to-be-replaced'
0 commit comments