File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 " ,
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 " ,
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments