|
5 | 5 | "_generator": { |
6 | 6 | "name": "bicep", |
7 | 7 | "version": "0.36.1.42791", |
8 | | - "templateHash": "14735826169588989426" |
| 8 | + "templateHash": "17588791379180192510" |
9 | 9 | } |
10 | 10 | }, |
11 | 11 | "parameters": { |
|
111 | 111 | }, |
112 | 112 | "imageTag": { |
113 | 113 | "type": "string", |
114 | | - "defaultValue": "latest" |
| 114 | + "defaultValue": "latest_fdp" |
115 | 115 | }, |
116 | 116 | "AZURE_LOCATION": { |
117 | 117 | "type": "string", |
|
652 | 652 | "_generator": { |
653 | 653 | "name": "bicep", |
654 | 654 | "version": "0.36.1.42791", |
655 | | - "templateHash": "7839466728713692137" |
| 655 | + "templateHash": "9604789250113151596" |
656 | 656 | } |
657 | 657 | }, |
658 | 658 | "parameters": { |
|
971 | 971 | "existingProjEndpoint": "[if(not(empty(parameters('azureExistingAIProjectResourceId'))), format('https://{0}.services.ai.azure.com/api/projects/{1}', split(parameters('azureExistingAIProjectResourceId'), '/')[8], split(parameters('azureExistingAIProjectResourceId'), '/')[10]), '')]", |
972 | 972 | "existingAIServicesName": "[if(not(empty(parameters('azureExistingAIProjectResourceId'))), split(parameters('azureExistingAIProjectResourceId'), '/')[8], '')]", |
973 | 973 | "existingAIProjectName": "[if(not(empty(parameters('azureExistingAIProjectResourceId'))), split(parameters('azureExistingAIProjectResourceId'), '/')[10], '')]", |
974 | | - "existingAIServiceSubscription": "[if(not(empty(parameters('azureExistingAIProjectResourceId'))), split(parameters('azureExistingAIProjectResourceId'), '/')[2], '')]", |
975 | | - "existingAIServiceResourceGroup": "[if(not(empty(parameters('azureExistingAIProjectResourceId'))), split(parameters('azureExistingAIProjectResourceId'), '/')[4], '')]" |
| 974 | + "existingAIServiceSubscription": "[if(not(empty(parameters('azureExistingAIProjectResourceId'))), split(parameters('azureExistingAIProjectResourceId'), '/')[2], subscription().subscriptionId)]", |
| 975 | + "existingAIServiceResourceGroup": "[if(not(empty(parameters('azureExistingAIProjectResourceId'))), split(parameters('azureExistingAIProjectResourceId'), '/')[4], resourceGroup().name)]" |
976 | 976 | }, |
977 | 977 | "resources": [ |
978 | 978 | { |
|
0 commit comments