diff --git a/docs/azure.md b/docs/azure.md index ab1016a55..1451cfcf2 100644 --- a/docs/azure.md +++ b/docs/azure.md @@ -75,7 +75,7 @@ The template will deploy in your Azure subscription the Following resources: ## Configurations/Secrets -_Secrets_ are used to fill in the login credentials to the cloud platform. You have to enter them in a `json` file to be able to connect to the IoT Hub Portal. Here is a template of a such `json` file : +_Secrets_ are used to fill in the login credentials to the cloud platform. You have to enter them in a `json` file to be able to connect to the IoT Hub Portal. Below is a template of such a `json` file: ```json { @@ -86,19 +86,19 @@ _Secrets_ are used to fill in the login credentials to the cloud platform. You h "OIDC:Authority": "", "OIDC:ApiClientId": "", "LoRaFeature:Enabled": "", - "Azure:LoRaRegionRouterConfig:Url": "", - "Azure:LoRaKeyManagement:Url": "", - "Azure:LoRaKeyManagement:Code": "", + "LoRaRegionRouterConfig:Url": "", + "LoRaKeyManagement:Url": "", + "LoRaKeyManagement:Code": "", "Kestrel:Certificates:Development:Password": "", - "Azure:IoTHub:ConnectionString": "", - "Azure:IoTHub:EventHub:Endpoint": "", - "Azure:IoTHub:EventHub:ConsumerGroup": "", - "Azure:IoTDPS:ServiceEndpoint": "", - "Azure:IoTDPS:LoRaEnrollmentGroup": "", - "Azure:IoTDPS:DefaultEnrollmentGroup": "", - "Azure:IoTDPS:ConnectionString": "", + "IoTHub:ConnectionString": "", + "IoTHub:EventHub:Endpoint": "", + "IoTHub:EventHub:ConsumerGroup": "", + "IoTDPS:ServiceEndpoint": "", + "IoTDPS:LoRaEnrollmentGroup": "", + "IoTDPS:DefaultEnrollmentGroup": "", + "IoTDPS:ConnectionString": "", "PostgreSQL:ConnectionString": "", - "Azure:StorageAccount:ConnectionString": "" + "StorageAccount:ConnectionString": "" } ```