azure-servicefabric-application-parameters
Service Fabric application parameters are plaintext and are commonly used for connection strings or passwords.
Where it sits
| location | Microsoft.ServiceFabric/clusters/applications.properties.parameters.* |
| location kind | config_field |
| data kinds | credential password api_key access_key secret_key oauth_token connection_string |
| emits edge | ContainsSecret |
| service | Service Fabric (azure:servicefabric) |
Collection recipe
| access mode | read_api |
| operation | Applications - Get |
| response path | properties.parameters |
| encoding | map |
| params | {"resource_id": "\u003cazure-resource-id\u003e"} |
Required permissions
Microsoft.ServiceFabric/clusters/applications/read
References