diff --git a/provider/indexer-azure/README.md b/provider/indexer-azure/README.md
index f3eb0638648711b8ede93e134bb12d89ff6e1dcf..fbfb5cea4f29fc1bf580de4af139f7633eb8514c 100644
--- a/provider/indexer-azure/README.md
+++ b/provider/indexer-azure/README.md
@@ -39,6 +39,7 @@ az keyvault secret show --vault-name $KEY_VAULT_NAME --name $KEY_VAULT_SECRET_NA
 
 | name | value | description | sensitive? | source |
 | ---  | ---   | ---         | ---        | ---    |
+| `server.servlet.contextPath` | `/api/indexer/v2/` | Servlet context path | no | - |
 | `storage_service_url` | ex `https://storage.azurewebsites.net` | Endpoint of storage service | no | output of infrastructure deployments |
 | `STORAGE_SCHEMA_HOST` | `${storage_service_url}/schemas` | Endpoint of schema API | no | - |
 | `STORAGE_QUERY_RECORD_HOST` | `${storage_service_url}/query/records` | Endpoint of records API | no | - |
diff --git a/provider/indexer-azure/src/main/resources/application.properties b/provider/indexer-azure/src/main/resources/application.properties
index 65f111f5775f1f121dd8ae3a36ff1bf46f8b1c7e..b390dd92c2b3ced9ff7186d02993d7f5e5eec4b9 100644
--- a/provider/indexer-azure/src/main/resources/application.properties
+++ b/provider/indexer-azure/src/main/resources/application.properties
@@ -13,6 +13,7 @@
 #  limitations under the License.
 
 LOG_PREFIX=indexer
+server.servlet.contextPath=/api/indexer/v2/
 REGION=centralus
 logging.level.org.opendes.osdu=DEBUG
 JAVA_OPTS=-Dserver.port=80