diff --git a/private_repo/ansible/inventory/dev/Core/common.yml b/private_repo/ansible/inventory/dev/Core/common.yml
index 6669ab6b357057731a5dfa806989625872c3003e..86b1f006703c4cb187230efcaa32285a8db69e7c 100644
--- a/private_repo/ansible/inventory/dev/Core/common.yml
+++ b/private_repo/ansible/inventory/dev/Core/common.yml
@@ -275,4 +275,8 @@ grafana_login_whitelisted_emails: |-
   user@dummy.local
 
 # Add below var to monitor report-cassandra server
-report_cassandra_server_count: "{{ groups['report-cassandra'] | length }}"
\ No newline at end of file
+report_cassandra_server_count: "{{ groups['report-cassandra'] | length }}"
+
+# DIAL-service schema
+dial_plugin_container_name: "sunbird-dial-{{env}}"
+dial_service_schema_base_path: "https://{{sunbird_public_storage_account_name}}.blob.core.windows.net/{{dial_plugin_container_name}}/schemas/local"
\ No newline at end of file