Created
January 18, 2022 12:46
-
-
Save saragluna/c2136913c92d3ae0a0371f7118e0447c to your computer and use it in GitHub Desktop.
Spring Cloud Azure 4.0 configuration properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is the yaml file to try with all Spring Cloud Azure properties | |
spring: | |
cloud: | |
azure: | |
client: | |
application-id: abc | |
amqp: | |
transport-type: amqp | |
http: | |
connect-timeout: 2s | |
connection-idle-timeout: 2s | |
maximum-connection-pool-size: 100 | |
read-timeout: 2s | |
response-timeout: 2s | |
write-timeout: 2s | |
logging: | |
allowed-header-names: xxx | |
allowed-query-param-names: xxx | |
level: headers | |
profile: | |
environment: | |
active-directory-endpoint: xxx | |
subscription-id: xxx | |
tenant-id: xxx | |
cloud: azure | |
proxy: | |
authentication-type: | |
hostname: | |
username: | |
password: | |
http: | |
non-proxy-hosts: | |
retry: | |
http: | |
retry-after-header: | |
retry-after-time-unit: | |
backoff: | |
delay: | |
max-delay: | |
multiplier: | |
max-attempts: | |
timeout: | |
credential: | |
client-id: | |
client-secret: | |
managed-identity-client-id: | |
client-certificate-password: | |
client-certificate-path: | |
username: | |
password: | |
cosmos: | |
database: | |
endpoint: | |
consistency-level: | |
connection-mode: | |
proxy: | |
non-proxy-hosts: | |
username: | |
password: | |
client: | |
application-id: | |
profile: | |
cloud: azure_china | |
credential: | |
managed-identity-client-id: | |
keyvault: | |
secret: | |
enabled: false | |
property-source-enabled: true | |
endpoint: | |
service-version: v7_0 | |
certificate: | |
endpoint: | |
enabled: false | |
service-version: | |
eventhubs: | |
consumer: | |
credential: | |
client-id: | |
client-secret: | |
namespace: | |
consumer-group: | |
connection-string: | |
prefetch-count: | |
producer: | |
namespace: | |
connection-string: | |
event-hub-name: ${EVENTHUBS_EVENTHUB_NAME} | |
processor: | |
checkpoint-store: | |
create-container-if-not-exists: | |
account-key: | |
account-name: | |
container-name: | |
namespace: ${EVENTHUBS_NAMESPACE_NAME} | |
proxy: | |
hostname: | |
client: | |
application-id: | |
transport-type: | |
profile: | |
cloud: | |
credential: | |
client-certificate-password: | |
retry: | |
backoff: | |
delay: | |
servicebus: | |
producer: | |
connection-string: | |
credential: | |
client-id: | |
client-certificate-password: | |
proxy: | |
authentication-type: | |
profile: | |
cloud: | |
retry: | |
backoff: | |
multiplier: | |
entity-name: ${SERVICEBUS_QUEUE_NAME} | |
consumer: | |
entity-name: ${SERVICEBUS_QUEUE_NAME} | |
entity-type: queue | |
session-enabled: true | |
namespace: ${SERVICEBUS_NAMESPACE_NAME} | |
storage: | |
blob: | |
account-name: ${STORAGE_ACCOUNT_NAME} | |
container-name: ${STORAGE_CONTAINER_NAME} | |
fileshare: | |
enabled: false | |
client: | |
headers: | |
proxy: | |
authentication-type: | |
credential: | |
client-certificate-path: | |
profile: | |
cloud: | |
appconfiguration: | |
endpoint: | |
credential: | |
client-id: | |
client-secret: | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment