From 06b1b7291176475ddcc10ce38662677d48d10d7e Mon Sep 17 00:00:00 2001 From: Shahzad Ahamad Date: Thu, 27 Mar 2025 15:42:00 +0530 Subject: [PATCH 1/3] Temp changes for testing --- scripts/fhirBulkImport.bicep | 3 +-- scripts/fhirBulkImport.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/fhirBulkImport.bicep b/scripts/fhirBulkImport.bicep index 1a8359c..04bc7d7 100644 --- a/scripts/fhirBulkImport.bicep +++ b/scripts/fhirBulkImport.bicep @@ -217,7 +217,6 @@ resource fhirProxyAppSettings 'Microsoft.Web/sites/config@2021-03-01' = { FUNCTIONS_EXTENSION_VERSION: '~4' FUNCTIONS_WORKER_RUNTIME: 'dotnet' FUNCTIONS_INPROC_NET8_ENABLED: '1' - APPINSIGHTS_INSTRUMENTATIONKEY: appInsights.properties.InstrumentationKey APPLICATIONINSIGHTS_CONNECTION_STRING: appInsights.properties.ConnectionString SCM_DO_BUILD_DURING_DEPLOYMENT: 'true' 'AzureWebJobs.ImportBundleBlobTrigger.Disabled': '1' @@ -281,7 +280,7 @@ resource functionAppDeployment 'Microsoft.Web/sites/sourcecontrols@2021-03-01' = parent: functionApp properties: { repoUrl: repoUrl - branch: 'main' + branch: 'personal/v-shahamad/ft_AppInsight_ConnectionString_Changes' isManualIntegration: true } } diff --git a/scripts/fhirBulkImport.json b/scripts/fhirBulkImport.json index 46332ef..e4a099c 100644 --- a/scripts/fhirBulkImport.json +++ b/scripts/fhirBulkImport.json @@ -360,7 +360,6 @@ "FUNCTIONS_EXTENSION_VERSION": "~4", "FUNCTIONS_WORKER_RUNTIME": "dotnet", "FUNCTIONS_INPROC_NET8_ENABLED": "1", - "APPINSIGHTS_INSTRUMENTATIONKEY": "[reference(resourceId('Microsoft.Insights/components', format('{0}-ai', variables('prefixNameCleanShort'))), '2020-02-02-preview').InstrumentationKey]", "APPLICATIONINSIGHTS_CONNECTION_STRING": "[reference(resourceId('Microsoft.Insights/components', format('{0}-ai', variables('prefixNameCleanShort'))), '2020-02-02-preview').ConnectionString]", "SCM_DO_BUILD_DURING_DEPLOYMENT": "true", "AzureWebJobs.ImportBundleBlobTrigger.Disabled": "1", @@ -401,7 +400,7 @@ "name": "[format('{0}/{1}', format('{0}-func', variables('prefixNameCleanShort')), 'web')]", "properties": { "repoUrl": "[variables('repoUrl')]", - "branch": "main", + "branch": "personal/v-shahamad/ft_AppInsight_ConnectionString_Changes", "isManualIntegration": true }, "dependsOn": [ From d83eee78ff89a8c6f96a38f6c0e7b404ec0ab116 Mon Sep 17 00:00:00 2001 From: Shahzad Ahamad Date: Thu, 27 Mar 2025 16:27:02 +0530 Subject: [PATCH 2/3] test change in readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0259715..d08df62 100644 --- a/readme.md +++ b/readme.md @@ -36,7 +36,7 @@ _Larger image [here](./docs/images/architecture/install-components.png)_ To quickly deploy the FHIR Bulk Loader, you can use the Azure deployment below. This deployment method provides simple configuration. -[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2Ffhir-loader%2Fmain%2Fscripts%2FfhirBulkImport.json/createUIDefinitionUri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2Ffhir-loader%2Fmain%2Fscripts%2FcreateUiDefinition.json) +[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2Ffhir-loader%2Fpersonal%2Fv-shahamad%2Fft_AppInsight_ConnectionString_Changes%2Fscripts%2FfhirBulkImport.json/createUIDefinitionUri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2Ffhir-loader%2Fpersonal%2Fv-shahamad%2Fft_AppInsight_ConnectionString_Changes%2Fscripts%2FcreateUiDefinition.json) For detailed steps on deploying FHIR Loader using the Azure Portal, please refer to the [deployment guide](./docs/portaldeployment.md). From fc1d269cf60635c93219221f9e59aac258132da4 Mon Sep 17 00:00:00 2001 From: Shahzad Ahamad Date: Thu, 27 Mar 2025 18:31:06 +0530 Subject: [PATCH 3/3] Reverting test changes --- readme.md | 2 +- scripts/fhirBulkImport.bicep | 2 +- scripts/fhirBulkImport.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index d08df62..0259715 100644 --- a/readme.md +++ b/readme.md @@ -36,7 +36,7 @@ _Larger image [here](./docs/images/architecture/install-components.png)_ To quickly deploy the FHIR Bulk Loader, you can use the Azure deployment below. This deployment method provides simple configuration. -[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2Ffhir-loader%2Fpersonal%2Fv-shahamad%2Fft_AppInsight_ConnectionString_Changes%2Fscripts%2FfhirBulkImport.json/createUIDefinitionUri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2Ffhir-loader%2Fpersonal%2Fv-shahamad%2Fft_AppInsight_ConnectionString_Changes%2Fscripts%2FcreateUiDefinition.json) +[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2Ffhir-loader%2Fmain%2Fscripts%2FfhirBulkImport.json/createUIDefinitionUri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2Ffhir-loader%2Fmain%2Fscripts%2FcreateUiDefinition.json) For detailed steps on deploying FHIR Loader using the Azure Portal, please refer to the [deployment guide](./docs/portaldeployment.md). diff --git a/scripts/fhirBulkImport.bicep b/scripts/fhirBulkImport.bicep index 04bc7d7..86afcbd 100644 --- a/scripts/fhirBulkImport.bicep +++ b/scripts/fhirBulkImport.bicep @@ -280,7 +280,7 @@ resource functionAppDeployment 'Microsoft.Web/sites/sourcecontrols@2021-03-01' = parent: functionApp properties: { repoUrl: repoUrl - branch: 'personal/v-shahamad/ft_AppInsight_ConnectionString_Changes' + branch: 'main' isManualIntegration: true } } diff --git a/scripts/fhirBulkImport.json b/scripts/fhirBulkImport.json index e4a099c..869f243 100644 --- a/scripts/fhirBulkImport.json +++ b/scripts/fhirBulkImport.json @@ -400,7 +400,7 @@ "name": "[format('{0}/{1}', format('{0}-func', variables('prefixNameCleanShort')), 'web')]", "properties": { "repoUrl": "[variables('repoUrl')]", - "branch": "personal/v-shahamad/ft_AppInsight_ConnectionString_Changes", + "branch": "main", "isManualIntegration": true }, "dependsOn": [