Skip to content

Commit 8b46bfc

Browse files
committed
fix: corriger le nom du groupe de ressources et ajuster la structure de l'API dans le fichier Bicep
1 parent 02a6b2e commit 8b46bfc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

labs/mcp-prm-oauth/mcp-prm-oauth.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"import utils\n",
5757
"\n",
5858
"deployment_name = os.path.basename(os.path.dirname(globals()['__vsc_ipynb_file__']))\n",
59-
"resource_group_name = f\"lab-{deployment_name}-1\" # change the name to match your naming style\n",
59+
"resource_group_name = f\"lab-{deployment_name}\" # change the name to match your naming style\n",
6060
"resource_group_location = \"ukwest\"\n",
6161
"\n",
6262
"aiservices_config = []\n",
@@ -71,7 +71,7 @@
7171
"inference_api_version = \"2025-03-01-preview\"\n",
7272
"foundry_project_name = deployment_name\n",
7373
"\n",
74-
"app_registration_name = f\"lab-{deployment_name}-app1\"\n",
74+
"app_registration_name = f\"lab-{deployment_name}-app\"\n",
7575
"\n",
7676
"build = 0\n",
7777
"prm_mcp_server_image = \"mcp-prm-server\"\n",

labs/mcp-prm-oauth/src/bicep/apim-mcp/mcp-api.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ resource mcpApi 'Microsoft.ApiManagement/service/apis@2025-09-01-preview' = {
101101
endpoints : {
102102
mcp: {
103103
uriTemplate: '/mcp'
104-
}
105-
}
104+
}
105+
}
106106
}
107107
isCurrent: true
108108
}

0 commit comments

Comments
 (0)