Skip to content

Commit

Permalink
Update Doc for Azure specific param (#2159)
Browse files Browse the repository at this point in the history
* Update Doc for Azure specific param

* update the doc
  • Loading branch information
ssgueye2 authored Jun 5, 2023
1 parent 7f963f2 commit 209fef2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
10 changes: 5 additions & 5 deletions docs/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ This configurations are used to get access to AWS cloud Platform. You have to en
```json
{
"CloudProvider": "AWS",
"AWS:Access": "<AWS_ACCESS_KEY>",
"AWS:AccessSecret": "<AWS_ACCESS_SECRET_KEY>",
"AWS:Region": "<AWS_REGION_KEY>",
"AWS:BucketName": "<AWS_BUCKET_NAME>",
"AWS:AccountId": "<AWS_ACCOUNT_IDENTIFIER>",
"AWS:Access": "<ACCESS_KEY>",
"AWS:AccessSecret": "<ACCESS_SECRET_KEY>",
"AWS:Region": "<REGION_KEY>",
"AWS:BucketName": "<BUCKET_NAME>",
"AWS:AccountId": "<ACCOUNT_IDENTIFIER>",
"AWS:GreengrassRequiredRoles:<ID>": "<GREENGRASS_ROLE_NAME>",
"OIDC:Scope": "<SCOPE>",
"OIDC:MetadataUrl": "<METADATA_URL>",
Expand Down
25 changes: 12 additions & 13 deletions docs/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,25 +80,24 @@ _Secrets_ are used to fill in the login credentials to the cloud platform. You h
```json
{
"CloudProvider": "Azure",
"StorageAccount:ConnectionString": "<CONNECTION_STRING_STORAGE_ACCOUNT>",
"StorageAccount:BlobContainerName": "<BLOB_CONTAINER_NAME>",
"Azure:StorageAccount:ConnectionString": "<CONNECTION_STRING_STORAGE_ACCOUNT>",
"OIDC:Scope": "<SCOPE>",
"OIDC:MetadataUrl": "<METADATA_URL>",
"OIDC:ClientId": "<CLIENT_ID>",
"OIDC:Authority": "<AUTHORITY>",
"OIDC:ApiClientId": "<API_CLIENT_ID>",
"LoRaRegionRouterConfig:Url": "<LORA_WAN_ROUTER_CONFIGURATION_URL>",
"LoRaKeyManagement:Url": "<LORA_WAN_KEY_MANAGEMENT_URL>",
"LoRaKeyManagement:Code": "<LORA_WAN_KEY_MANAGEMENT_CODE>",
"LoRaFeature:Enabled": "<TRUE_OR_FALSE>",
"Azure:LoRaRegionRouterConfig:Url": "<LORA_WAN_ROUTER_CONFIGURATION_URL>",
"Azure:LoRaKeyManagement:Url": "<LORA_WAN_KEY_MANAGEMENT_URL>",
"Azure:LoRaKeyManagement:Code": "<LORA_WAN_KEY_MANAGEMENT_CODE>",
"Azure:LoRaFeature:Enabled": "<TRUE_OR_FALSE>",
"Kestrel:Certificates:Development:Password": "<DEV_PASSWORD>",
"IoTHub:ConnectionString": "<IOT_HUB_CONNECTION_STRING>",
"IoTHub:EventHub:Endpoint": "<IOT_HUB_EVENT_HUB_ENDPOINT>",
"IoTHub:EventHub:ConsumerGroup": "<IOT_HUB_EVENT_HUB_CONSUMER_GROUP>",
"IoTDPS:ServiceEndpoint": "<SERVICE_END_POINT>",
"IoTDPS:LoRaEnrollmentGroup": "<LORA_WAN_ENROLLMENT_GROUP>",
"IoTDPS:DefaultEnrollmentGroup": "<LORA_WAN_DEFAULT_ENROLLMENT_GROUP>",
"IoTDPS:ConnectionString": "<IOT_DPS_CONNECTION_STRING>",
"Azure:IoTHub:ConnectionString": "<IOT_HUB_CONNECTION_STRING>",
"Azure:IoTHub:EventHub:Endpoint": "<IOT_HUB_EVENT_HUB_ENDPOINT>",
"Azure:IoTHub:EventHub:ConsumerGroup": "<IOT_HUB_EVENT_HUB_CONSUMER_GROUP>",
"Azure:IoTDPS:ServiceEndpoint": "<SERVICE_END_POINT>",
"Azure:IoTDPS:LoRaEnrollmentGroup": "<LORA_WAN_ENROLLMENT_GROUP>",
"Azure:IoTDPS:DefaultEnrollmentGroup": "<LORA_WAN_DEFAULT_ENROLLMENT_GROUP>",
"Azure:IoTDPS:ConnectionString": "<IOT_DPS_CONNECTION_STRING>",
"PostgreSQL:ConnectionString": "<POSTGRE_SQL_CONNECTION_STRING>"
}
```
Expand Down

0 comments on commit 209fef2

Please sign in to comment.