diff --git a/ImportFromOSDU.md b/ImportFromOSDU.md
new file mode 100644
index 0000000000000000000000000000000000000000..bfd71eabf7558edcc01bb2bbec3f2a8b2c6345c5
--- /dev/null
+++ b/ImportFromOSDU.md
@@ -0,0 +1,32 @@
+#### The following updates need to be made when code is merged from OSDU:
+1. Please add the repo in `devops/azure/pipeline.yml` file:
+```
+resources:
+  repositories:
+  - repository: security-templates
+    type: git
+    name: security-infrastructure
+```
+
+2. Update the env. names in the `devops/azure/pipeline.yml` file:
+```
+  providers:
+    -  name: Azure
+       environments: ['dev', 'qa', 'prd', 'cvx']
+```
+
+3. remove following settings if they are present from 'devops/azure/chart/templates/deployment.yaml'
+```
+ - name: azure_activedirectory_AppIdUri
+   value: "api://$(aad_client_id)" 
+```
+
+4. Update replicaCount in the `devops/azure/chart/helm-config.yaml` file:
+```
+  replicaCount: 10
+```
+
+5. Update maxReplicas in the `devops/azure/chart/templates/hpa.yaml` file:
+```
+  maxReplicas: 10
+```
\ No newline at end of file