次の方法で共有


Spring Cloud Azure の構成プロパティ

財産 形容
spring.cloud.azure.active-directory.app-id-uri id_tokenaud 要求で使用できるアプリ ID URI。 たとえば、api://{applicationId}します。 の詳細については、アプリ ID URL に関する Microsoft ドキュメント 参照してください。
spring.cloud.azure.active-directory.application-type Microsoft Entra アプリケーションの種類。 サポートされている型は、WEB_APPLICATIONRESOURCE_SERVERRESOURCE_SERVER_WITH_OBOWEB_APPLICATION_AND_RESOURCE_SERVERです。 値は依存関係によって推論できます。手動で構成する必要があるのは web_application_and_resource_server だけです。
spring.cloud.azure.active-directory.authenticate-additional-parameters OAuth 2.0 Authorization Framework で定義されている標準パラメーターより上の追加パラメーター。 承認要求をカスタマイズするための承認 URL に追加されます。 たとえば、prompt: loginします。 に関するその他のパラメーター 情報については、Microsoft のドキュメントを参照してください。
spring.cloud.azure.active-directory.authorization-clients OAuth2 承認クライアントには、承認許可の種類、クライアント認証方法、スコープが含まれます。 クライアントは OAuth2 ClientRegistrationに変換されます。もう 1 つの ClientRegistration 情報 (クライアント ID、クライアント シークレットなど) は、委任された OAuth2 ログイン クライアント azureから継承されます。 たとえば、authorization-clients.webapi.authorization-grant-type=on_behalf_ofauthorization-clients.webapi.client-authentication-method=client_secret_postauthorization-clients.webapi.scopes[0]={WEB_API_APP_ID_URL}/WebApi.ExampleScope1authorization-clients.webapi.scopes[0]={WEB_API_APP_ID_URL}/WebApi.ExampleScope2
spring.cloud.azure.active-directory.b2c.app-id-uri トークンの aud 要求で使用される可能性があるアプリ ID URI。 たとえば、https://{hostname}/{applicationId}します。 の詳細については、アプリ ID URL に関する Microsoft ドキュメント 参照してください。
spring.cloud.azure.active-directory.b2c.authenticate-additional-parameters OAuth 2.0 Authorization Framework で定義されている標準パラメーターより上の追加パラメーター。 承認要求をカスタマイズするための承認 URL に追加されます。 たとえば、prompt: loginします。 に関するその他のパラメーター 情報については、Microsoft のドキュメントを参照してください。
spring.cloud.azure.active-directory.b2c.authorization-clients OAuth2 承認クライアントには、承認許可の種類 (クライアント資格情報のみをサポート) とスコープが含まれています。 クライアントは OAuth2 ClientRegistration に変換され、他の ClientRegistration 情報 (クライアント ID、クライアント シークレットなど) は OAuth2 ログイン クライアント (サインイン ユーザー フロー) から継承されます。 たとえば、authorization-clients.webapi.authorization-grant-type=client_credentials, authorization-clients.webapi.scopes[0]={WEB_API_APP_ID_URL}/.defaultします。
spring.cloud.azure.active-directory.b2c.base-uri Azure AD B2C エンドポイントのベース URI。
spring.cloud.azure.active-directory.b2c.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.active-directory.b2c.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.active-directory.b2c.enabled Azure Active Directory B2C 関連の自動構成を有効にするかどうかを指定します。 既定値は falseです。
spring.cloud.azure.active-directory.b2c.jwt-connect-timeout JWKSet リモート URL 呼び出しの接続タイムアウト (期間)。 既定値は 500sです。 @deprecated これを構成する場合は、RestOperations Bean を指定してください。
spring.cloud.azure.active-directory.b2c.jwt-read-timeout JWKSet リモート URL 呼び出しの読み取りタイムアウト (期間)。 既定値は 500sです。 @deprecated これを構成する場合は、RestOperations Bean を指定してください。
spring.cloud.azure.active-directory.b2c.jwt-size-limit JWKSet リモート URL 呼び出しのサイズ制限 (バイト単位)。 既定値は 50*1024です。 @deprecated これを構成する場合は、RestOperations Bean を指定してください。
spring.cloud.azure.active-directory.b2c.login-flow プライマリ サインイン フロー キーを指定します。 既定値は sign-up-or-sign-inです。
spring.cloud.azure.active-directory.b2c.logout-success-url ログアウト後のリダイレクト URL。 既定値は http://localhost:8080/loginです。
spring.cloud.azure.active-directory.b2c.profile.tenant-id Azure テナント ID。 tenant-id に使用できる値は、commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.active-directory.b2c.reply-url 承認コードを取得した後の応答 URL。 既定値は {baseUrl}/login/oauth2/code/です。
spring.cloud.azure.active-directory.b2c.user-flows Azure AD B2C ユーザー フロー。 ユーザー フローの種類と名前のマッピングを構成します。 たとえば、sign-up-or-sign-in: B2C_signin_or_signupします。 の詳細については、ユーザー フローに関する Microsoft ドキュメント 参照してください。
spring.cloud.azure.active-directory.b2c.user-name-attribute-name ユーザー名属性名。
spring.cloud.azure.active-directory.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.active-directory.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PFX または P12 証明書ファイルのパス。
spring.cloud.azure.active-directory.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.active-directory.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.active-directory.enabled Microsoft Entra ID 関連の自動構成を有効にするかどうかを指定します。 既定値は falseです。
spring.cloud.azure.active-directory.jwk-set-cache-有効期間 キャッシュされた JWK セットが期限切れになるまでの有効期間 (期間)。 既定値は 5mです。
spring.cloud.azure.active-directory.jwk-set-cache-refresh-time キャッシュされた JWK セットの有効期限が切れる前の更新時間 (期間)。 既定値は 5mです。
spring.cloud.azure.active-directory.jwt-connect-timeout JWKSet リモート URL 呼び出しの接続タイムアウト (期間)。 既定値は 500sです。 @deprecated これを構成する場合は、RestOperations Bean を指定してください。
spring.cloud.azure.active-directory.jwt-read-timeout JWKSet リモート URL 呼び出しの読み取りタイムアウト (期間)。 既定値は 500sです。 @deprecated これを構成する場合は、RestOperations Bean を指定してください。
spring.cloud.azure.active-directory.jwt-size-limit JWKSet リモート URL 呼び出しのサイズ制限 (バイト単位)。 既定値は 51200です。 @deprecated これを構成する場合は、RestOperations Bean を指定してください。
spring.cloud.azure.active-directory.post-logout-redirect-uri ログアウト後のリダイレクト URI。 たとえば、http://localhost:8080/します。 の詳細については、リダイレクト URI に関する Microsoft ドキュメント 参照してください。
spring.cloud.azure.active-directory.profile.cloud-type 接続する Azure クラウドの名前。 サポートされている型は、AZUREAZURE_CHINAAZURE_US_GOVERNMENTOTHERです。 既定値は AZUREです。
spring.cloud.azure.active-directory.profile.environment.active-directory-endpoint Microsoft Entra エンドポイント。 例: https://login.microsoftonline.com/
spring.cloud.azure.active-directory.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。 例: https://graph.microsoft.com/
spring.cloud.azure.active-directory.profile.tenant-id Azure テナント ID。 tenant-id に使用できる値は、commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.active-directory.redirect-uri-template リダイレクト エンドポイント: リソース所有者のユーザー エージェントを介して、承認資格情報を含む応答をクライアントに返すために承認サーバーによって使用されます。 既定値は {baseUrl}/login/oauth2/code/です。
spring.cloud.azure.active-directory.resource-server.claim-to-authority-prefix-map GrantedAuthorityの構築に使用する要求と、GrantedAuthorityの文字列値のプレフィックスを構成します。 例: 既定値を使用し、access_tokenscp スコープ値が testValueされている場合は、SCOPE_testValue を含む GrantedAuthority が作成されます。 既定値は "scp" -> "SCOPE_", "roles" -> "APPROLE_"です。
spring.cloud.azure.active-directory.resource-server.principal-claim-name AuthenticatedPrincipal#getNameで返されるアクセス トークン内の要求を構成します。 例: 既定値を使用し、access_tokensub スコープ値が testValue場合、AuthenticatedPrincipal#getNametestValueを返します。 既定値は subです。
spring.cloud.azure.active-directory.session-stateless true の場合、ステートレス認証フィルター AADAppRoleStatelessAuthenticationFilterがアクティブになります。 既定値は false で、AADAuthenticationFilterがアクティブになります。 既定値は falseです。
spring.cloud.azure.active-directory.user-group.allowed-group-ids グループ ID を使用して、GrantedAuthorityを構築できます。
spring.cloud.azure.active-directory.user-group.allowed-group-names グループ名は、GrantedAuthorityを構築するために使用できます。
spring.cloud.azure.active-directory.user-group.use-transitive-members 推移的な方法を使用してメンバーを取得するかどうか。 true場合は、v1.0/me/transitiveMemberOf を使用してメンバーを取得します。 それ以外の場合は、v1.0/me/memberOfを使用します。 既定値は falseです。
spring.cloud.azure.active-directory.user-name-attribute プリンシパルの名前にする要求を決定します。
spring.cloud.azure.appconfiguration.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.appconfiguration.client.connect-timeout 要求がリモート ホストへの接続を試行し、接続が解決される時間 (期間)。
spring.cloud.azure.appconfiguration.client.connection-idle-timeout アイドル状態の接続の前の時間 (期間)。
spring.cloud.azure.appconfiguration.client.headers クライアントと共に送信された各要求に適用されるヘッダーの一覧。 たとえば、"myCustomHeader", "myStaticValue"します。
spring.cloud.azure.appconfiguration.client.headers[0].name ヘッダーの名前。
spring.cloud.azure.appconfiguration.client.headers[0].values ヘッダーの値の一覧。
spring.cloud.azure.appconfiguration.client.logging.allowed-header-names ログに記録する必要がある許可リスト ヘッダーのコンマ区切りリスト。 既定値は "x-ms-request-id","x-ms-client-request-id","x-ms-return-client-request-id","traceparent","MS-CV","Accept","Cache-Control","Connection","Content-Length","Content-Type","Date","ETag","Expires","If-Match","If-Modified-Since","If-None-Match","If-Unmodified-Since","Last-Modified","Pragma","Request-Id","Retry-After","Server","Transfer-Encoding","User-Agent","WWW-Authenticate"です。
spring.cloud.azure.appconfiguration.client.logging.allowed-query-param-names 許可リスト クエリ パラメーターのコンマ区切りリスト。 既定値は "api-version"です。
spring.cloud.azure.appconfiguration.client.logging.level HTTP メッセージにログオンする詳細レベル。 サポートされている型は、NONE、BASIC、HEADERS、BODY、BODY_AND_HEADERSです。 既定値は NONEです。
spring.cloud.azure.appconfiguration.client.logging.pretty-print-body メッセージ本文をかなり印刷するかどうか。 既定値は falseです。
spring.cloud.azure.appconfiguration.client.maximum-connection-pool-size 基になる HTTP クライアントによって使用される最大接続プール サイズ。
spring.cloud.azure.appconfiguration.client.read-timeout サーバーの応答を読み取るときに使用される時間 (期間)。
spring.cloud.azure.appconfiguration.client.response-timeout サーバーの応答を待機するときに使用される時間 (期間)。
spring.cloud.azure.appconfiguration.client.write-timeout ネットワーク経由で各要求が送信される時間 (期間)。
spring.cloud.azure.appconfiguration.connection-string Azure App Configuration インスタンスの接続文字列。
spring.cloud.azure.appconfiguration.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.appconfiguration.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.appconfiguration.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.appconfiguration.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.appconfiguration.credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true でクライアント ID が設定されている場合は、クライアント ID をユーザー割り当てマネージド ID クライアント ID として使用します。 既定値は falseです。
spring.cloud.azure.appconfiguration.credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.appconfiguration.credential.token-credential-bean-name Custom Service Builder ファクトリまたはパスワードレス認証に使用されるカスタム com.azure.core.credential.TokenCredential Bean 名を取得します。
spring.cloud.azure.appconfiguration.credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.appconfiguration.enabled Azure サービスが有効になっているかどうか。 既定値は trueです。
spring.cloud.azure.appconfiguration.endpoint Azure App Configuration インスタンスのエンドポイント。 たとえば、https://{appConfigurationName}.azconfig.ioします。
spring.cloud.azure.appconfiguration.profile.cloud-type 接続する Azure クラウドの名前。 サポートされている型は、AZUREAZURE_CHINAAZURE_US_GOVERNMENTOTHERです。 既定値は AZUREです。
spring.cloud.azure.appconfiguration.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.appconfiguration.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.appconfiguration.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.appconfiguration.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.appconfiguration.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.appconfiguration.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Data Lake Analytics カタログとジョブ エンドポイントサフィックス。
spring.cloud.azure.appconfiguration.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システムエンドポイントサフィックス。
spring.cloud.azure.appconfiguration.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.appconfiguration.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.appconfiguration.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.appconfiguration.profile.environment.key-vault-dns-suffix Key Vault DNS サフィックス。
spring.cloud.azure.appconfiguration.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.appconfiguration.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.appconfiguration.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.appconfiguration.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.appconfiguration.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.appconfiguration.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.appconfiguration.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.appconfiguration.profile.environment.sql-server-hostname-suffix SQL Server ホスト名サフィックス。
spring.cloud.azure.appconfiguration.profile.environment.storage-endpoint-suffix ストレージ エンドポイントサフィックス。
spring.cloud.azure.appconfiguration.profile.subscription-id Azure リソースに接続するときに使用するサブスクリプション ID。
spring.cloud.azure.appconfiguration.profile.tenant-id Azure リソースのテナント ID。 tenant-id に使用できる値は、commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.appconfiguration.proxy.hostname プロキシのホスト。
spring.cloud.azure.appconfiguration.proxy.non-proxy-hosts プロキシ HTTP/HTTPS 接続を使用しないホストまたは CIDR の一覧。
spring.cloud.azure.appconfiguration.proxy.password プロキシで認証するために使用されるパスワード。
spring.cloud.azure.appconfiguration.proxy.port プロキシのポート。
spring.cloud.azure.appconfiguration.proxy.type プロキシの種類。 たとえば、http、httpsocks4socks5。 たとえば、amqp、httpsocks
spring.cloud.azure.appconfiguration.proxy.username プロキシで認証するために使用されるユーザー名。
spring.cloud.azure.appconfiguration.resource.region Azure リソースのリージョン。 たとえば、"eastus"します。
spring.cloud.azure.appconfiguration.resource.resource-group リソース グループは Azure リソースを保持します。
spring.cloud.azure.appconfiguration.resource.resource-id Azure リソースの ID。
spring.cloud.azure.appconfiguration.retry.exponential.base-delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.appconfiguration.retry.exponential.max遅延 再試行の間の最大許容時間 (期間)。
spring.cloud.azure.appconfiguration.retry.exponential.max再試行 試行の最大数。
spring.cloud.azure.appconfiguration.retry.fixed.delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.appconfiguration.retry.fixed.max再試行 試行の最大数。
spring.cloud.azure.appconfiguration.retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.appconfiguration.service-version 要求を行うときに使用するアプリ構成サービスのバージョン。 既定値は "1.0"です。
spring.cloud.azure.client.amqp.transport-type AMQP ベースのクライアントのトランスポートの種類。 サポートされている種類は AMQP、AMQP_WEB_SOCKETSです。
spring.cloud.azure.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.client.http.connect-timeout 要求がリモート ホストへの接続を試行し、接続が解決される時間 (期間)。
spring.cloud.azure.client.http.connection-idle-timeout アイドル状態の接続の前の時間 (期間)。
spring.cloud.azure.client.http.headers クライアントと共に送信された各要求に適用されるヘッダーの一覧。 たとえば、"myCustomHeader", "myStaticValue"します。
spring.cloud.azure.client.http.headers[0].name ヘッダーの名前。
spring.cloud.azure.client.http.headers[0].values ヘッダーの値の一覧。
spring.cloud.azure.client.http.logging.allowed-header-names ログに記録する必要がある許可リスト ヘッダーのコンマ区切りリスト。 既定値は "x-ms-request-id","x-ms-client-request-id","x-ms-return-client-request-id","traceparent","MS-CV","Accept","Cache-Control","Connection","Content-Length","Content-Type","Date","ETag","Expires","If-Match","If-Modified-Since","If-None-Match","If-Unmodified-Since","Last-Modified","Pragma","Request-Id","Retry-After","Server","Transfer-Encoding","User-Agent","WWW-Authenticate"です。
spring.cloud.azure.client.http.logging.allowed-query-param-names 許可リスト クエリ パラメーターのコンマ区切りリスト。 既定値は "api-version"です。
spring.cloud.azure.client.http.logging.level HTTP メッセージにログオンする詳細レベル。 サポートされている型は、NONE、BASIC、HEADERS、BODY、BODY_AND_HEADERSです。 既定値は NONEです。
spring.cloud.azure.client.http.logging.pretty-print-body メッセージ本文をかなり印刷するかどうか。 既定値は falseです。
spring.cloud.azure.client.http.maximum-connection-pool-size 基になる HTTP クライアントによって使用される最大接続プール サイズ。
spring.cloud.azure.client.http.read-timeout サーバーの応答を読み取るときに使用される時間 (期間)。
spring.cloud.azure.client.http.response-timeout サーバーの応答を待機するときに使用される時間 (期間)。
spring.cloud.azure.client.http.write-timeout ネットワーク経由で各要求が送信される時間 (期間)。
spring.cloud.azure.compatibility-verifier.compatible-boot-versions 現在の Spring Cloud Azure のバージョンと互換性のある Spring Boot バージョンのコンマ区切りの一覧。
spring.cloud.azure.compatibility-verifier.enabled Spring Cloud Azure 互換性検証ツールを有効にするかどうか。 既定値は trueです。
spring.cloud.azure.cosmos.client-telemetry-enabled データベース操作の集計統計、cpu/memory などのシステム情報を定期的に収集し、Cosmos 監視サービスに送信するクライアント テレメトリを有効にするかどうか。これは、デバッグ中に役立ちます。
spring.cloud.azure.cosmos.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.cosmos.connection-mode Azure Cosmos DB データベース サービスのクライアントによって使用される接続モード。
spring.cloud.azure.cosmos.connection-sharing-across-clients-enabled 複数の Azure Cosmos DB クライアント間での接続共有を有効にするかどうか。
spring.cloud.azure.cosmos.consistency-level 整合性レベル。 要求された ConsistencyLevel は、データベース アカウントに対してプロビジョニングされた ConsistencyLevel と一致するか、それより弱い必要があります。
spring.cloud.azure.cosmos.content-response-on-write-enabled CosmosItem の作成、更新、および削除操作の場合に、Azure Cosmos DB 応答でヘッダーと状態コードのみを返すかどうか。 false に設定すると、サービスは応答でペイロードを返しません。
spring.cloud.azure.cosmos.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.cosmos.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.cosmos.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.cosmos.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.cosmos.credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true でクライアント ID が設定されている場合は、クライアント ID をユーザー割り当てマネージド ID クライアント ID として使用します。 既定値は falseです。
spring.cloud.azure.cosmos.credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.cosmos.credential.token-credential-bean-name Custom Service Builder ファクトリまたはパスワードレス認証に使用されるカスタム com.azure.core.credential.TokenCredential Bean 名を取得します。
spring.cloud.azure.cosmos.credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.cosmos.database Azure Cosmos DB インスタンスのデータベース名。
spring.cloud.azure.cosmos.direct-connection.connect-timeout ダイレクト クライアントの接続タイムアウト。エンドポイントとの接続を確立するためのタイムアウトを表します。
spring.cloud.azure.cosmos.direct-connection.connection-endpoint-rediscovery-enabled 直接 TCP 接続エンドポイントの再情報開示を有効にするかどうかを指定します。
spring.cloud.azure.cosmos.direct-connection.idle-connection-timeout ダイレクト クライアントのアイドル接続タイムアウト。 ダイレクト クライアントは、指定されていない限り、既定ではエンドポイントへの 1 つの接続を閉じません。
spring.cloud.azure.cosmos.direct-connection.idle-endpoint-timeout ダイレクト クライアントのアイドル 状態のエンドポイント タイムアウト。 アイドル 状態のエンドポイント タイムアウト期間に対する特定のエンドポイントへの要求がない場合、ダイレクト クライアントはそのエンドポイントへのすべての接続を閉じて、リソースと I/O コストを節約します。
エンドポイントごとのspring.cloud.azure.cosmos.direct-connection.max接続数 エンドポイントあたりの最大接続数は、特定のエンドポイントの接続プールのサイズを表します。
spring.cloud.azure.cosmos.direct-connection.max-requests-per-connection 接続あたりの最大要求数は、特定のエンドポイントの 1 つの接続でキューに登録される要求の数を表します。
spring.cloud.azure.cosmos.direct-connection.network-request-timeout ネットワーク要求のタイムアウト間隔 (ネットワーク ピアからの応答を待機する時間)。
spring.cloud.azure.cosmos.enabled Azure サービスが有効になっているかどうか。 既定値は trueです。
spring.cloud.azure.cosmos.endpoint Azure Cosmos DB インスタンスのエンドポイント。
spring.cloud.azure.cosmos.endpoint-discovery-enabled geo レプリケートされたデータベース アカウントのエンドポイント検出を有効にするかどうかを指定します。
spring.cloud.azure.cosmos.gateway-connection.idle-connection-timeout アイドル状態の接続のタイムアウト。 その後、接続は自動的に閉じられます。
spring.cloud.azure.cosmos.gateway-connection.max-connection-pool-size 接続プールのサイズ。
spring.cloud.azure.cosmos.key Azure Cosmos DB インスタンスにアクセスするための認証キー。
spring.cloud.azure.cosmos.multiple-write-regions-enabled Azure Cosmos DB サービスで geo レプリケートされたデータベース アカウントの任意のリージョンで書き込みを有効にするかどうかを指定します。
spring.cloud.azure.cosmos.populate-query-metrics 診断文字列とクエリ メトリックを設定するかどうか。 既定値は falseです。
spring.cloud.azure.cosmos.preferred-regions geo レプリケートされたデータベース アカウントの優先リージョン。 たとえば、優先リージョンとして East US
spring.cloud.azure.cosmos.profile.cloud-type 接続する Azure クラウドの名前。 サポートされている型は、AZUREAZURE_CHINAAZURE_US_GOVERNMENTOTHERです。 既定値は AZUREです。
spring.cloud.azure.cosmos.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.cosmos.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.cosmos.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.cosmos.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.cosmos.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.cosmos.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Data Lake Analytics カタログとジョブ エンドポイントサフィックス。
spring.cloud.azure.cosmos.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システムエンドポイントサフィックス。
spring.cloud.azure.cosmos.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.cosmos.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.cosmos.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.cosmos.profile.environment.key-vault-dns-suffix Key Vault DNS サフィックス。
spring.cloud.azure.cosmos.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.cosmos.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.cosmos.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.cosmos.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.cosmos.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.cosmos.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.cosmos.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.cosmos.profile.environment.sql-server-hostname-suffix SQL Server ホスト名サフィックス。
spring.cloud.azure.cosmos.profile.environment.storage-endpoint-suffix ストレージ エンドポイントサフィックス。
spring.cloud.azure.cosmos.profile.subscription-id Azure リソースに接続するときに使用するサブスクリプション ID。
spring.cloud.azure.cosmos.profile.tenant-id Azure リソースのテナント ID。 tenant-id に使用できる値は、commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.cosmos.proxy.hostname プロキシのホスト。
spring.cloud.azure.cosmos.proxy.non-proxy-hosts プロキシ HTTP/HTTPS 接続を使用しないホストまたは CIDR の一覧。
spring.cloud.azure.cosmos.proxy.password プロキシで認証するために使用されるパスワード。
spring.cloud.azure.cosmos.proxy.port プロキシのポート。
spring.cloud.azure.cosmos.proxy.type プロキシの種類。 たとえば、http、httpsocks4socks5。 たとえば、amqp、httpsocks
spring.cloud.azure.cosmos.proxy.username プロキシで認証するために使用されるユーザー名。
spring.cloud.azure.cosmos.read-requests-fallback-enabled Azure Cosmos DB サービスのアカウントで構成された複数のリージョンへの読み取りを許可するかどうか。
spring.cloud.azure.cosmos.resource-token Azure Cosmos DB インスタンスにアクセスするために認証するリソース トークン。
spring.cloud.azure.cosmos.resource.region Azure リソースのリージョン。 たとえば、"eastus"します。
spring.cloud.azure.cosmos.resource.resource-group リソース グループは Azure リソースを保持します。
spring.cloud.azure.cosmos.resource.resource-id Azure リソースの ID。
spring.cloud.azure.cosmos.session-capturing-override-enabled セッションキャプチャを有効にするかどうかを指定します。 セッション キャプチャは、SESSION 整合性レベルで既定で有効になっています。
spring.cloud.azure.cosmos.throttling-retry-options.max-retry-attempts-on-throttled-requests サービスがクライアントにレート制限を適用したために要求が失敗した場合の再試行の最大数。
spring.cloud.azure.cosmos.throttling-retry-options.max-retry-wait-time 最大再試行時間 (秒単位)。 スロットル エラーが原因で要求が失敗した場合、サービスは、期間が経過する前にクライアントが再試行しないことを示す値を含む応答を返します (Retry-After)。 MaxRetryWaitTime フラグを使用すると、アプリケーションはすべての再試行の最大待機時間を設定できます。 累積待機時間が MaxRetryWaitTime を超えると、SDK は再試行を停止し、エラーをアプリケーションに返します。
spring.cloud.azure.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true でクライアント ID が設定されている場合は、クライアント ID をユーザー割り当てマネージド ID クライアント ID として使用します。 既定値は falseです。
spring.cloud.azure.credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.credential.token-credential-bean-name Custom Service Builder ファクトリまたはパスワードレス認証に使用されるカスタム com.azure.core.credential.TokenCredential Bean 名を取得します。
spring.cloud.azure.credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.eventgrid.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.eventgrid.client.connect-timeout 要求がリモート ホストへの接続を試行し、接続が解決される時間 (期間)。
spring.cloud.azure.eventgrid.client.connection-idle-timeout アイドル状態の接続の前の時間 (期間)。
spring.cloud.azure.eventgrid.client.headers クライアントと共に送信された各要求に適用されるヘッダーの一覧。 たとえば、"myCustomHeader", "myStaticValue"します。
spring.cloud.azure.eventgrid.client.logging.allowed-header-names ログに記録する必要がある許可リスト ヘッダーのコンマ区切りリスト。 既定値は "x-ms-request-id","x-ms-client-request-id","x-ms-return-client-request-id","traceparent","MS-CV","Accept","Cache-Control","Connection","Content-Length","Content-Type","Date","ETag","Expires","If-Match","If-Modified-Since","If-None-Match","If-Unmodified-Since","Last-Modified","Pragma","Request-Id","Retry-After","Server","Transfer-Encoding","User-Agent","WWW-Authenticate"です。
spring.cloud.azure.eventgrid.client.logging.allowed-query-param-names 許可リスト クエリ パラメーターのコンマ区切りリスト。 既定値は "api-version"です。
spring.cloud.azure.eventgrid.client.logging.level HTTP メッセージにログオンする詳細レベル。 サポートされている型は、NONE、BASIC、HEADERS、BODY、BODY_AND_HEADERSです。 既定値は NONEです。
spring.cloud.azure.eventgrid.client.logging.pretty-print-body メッセージ本文をかなり印刷するかどうか。 既定値は falseです。
spring.cloud.azure.eventgrid.client.maximum-connection-pool-size 基になる HTTP クライアントによって使用される最大接続プール サイズ。
spring.cloud.azure.eventgrid.client.read-timeout サーバーの応答を読み取るときに使用される時間 (期間)。
spring.cloud.azure.eventgrid.client.response-timeout サーバーの応答を待機するときに使用される時間 (期間)。
spring.cloud.azure.eventgrid.client.write-timeout ネットワーク経由で各要求が送信される時間 (期間)。
spring.cloud.azure.eventgrid.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.eventgrid.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.eventgrid.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.eventgrid.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.eventgrid.credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true でクライアント ID が設定されている場合は、クライアント ID をユーザー割り当てマネージド ID クライアント ID として使用します。 既定値は falseです。
spring.cloud.azure.eventgrid.credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.eventgrid.credential.token-credential-bean-name Custom Service Builder ファクトリまたはパスワードレス認証に使用されるカスタム com.azure.core.credential.TokenCredential Bean 名を取得します。
spring.cloud.azure.eventgrid.credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.eventgrid.enabled Azure サービスが有効になっているかどうか。 既定値は trueです。
spring.cloud.azure.eventgrid.endpoint Azure Event Grid トピックまたはドメインのエンドポイント (Azure Portal で確認できます)。 たとえば、https://{domain-or-topic-name}.xxx.eventgrid.azure.net/api/eventseventgrid.azure.net/api/eventsします。
spring.cloud.azure.eventgrid.event-schema イベントの発行に使用されるスキーマ。 EVENT_GRID_EVENTCLOUD_EVENT、または CUSTOM_EVENTを指定できます。 既定値は event-grid-eventです。
spring.cloud.azure.eventgrid.key Event Grid トピックまたはドメインにアクセスするための認証キー。
spring.cloud.azure.eventgrid.profile.cloud-type 接続する Azure クラウドの名前。 サポートされている型は、AZUREAZURE_CHINAAZURE_US_GOVERNMENTOTHERです。 既定値は AZUREです。
spring.cloud.azure.eventgrid.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.eventgrid.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.eventgrid.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.eventgrid.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.eventgrid.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.eventgrid.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Data Lake Analytics カタログとジョブ エンドポイントサフィックス。
spring.cloud.azure.eventgrid.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システムエンドポイントサフィックス。
spring.cloud.azure.eventgrid.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.eventgrid.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.eventgrid.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.eventgrid.profile.environment.key-vault-dns-suffix Key Vault DNS サフィックス。
spring.cloud.azure.eventgrid.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.eventgrid.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.eventgrid.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.eventgrid.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.eventgrid.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.eventgrid.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.eventgrid.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.eventgrid.profile.environment.sql-server-hostname-suffix SQL Server ホスト名サフィックス。
spring.cloud.azure.eventgrid.profile.environment.storage-endpoint-suffix ストレージ エンドポイントサフィックス。
spring.cloud.azure.eventgrid.profile.subscription-id Azure リソースに接続するときに使用するサブスクリプション ID。
spring.cloud.azure.eventgrid.profile.tenant-id Azure リソースのテナント ID。 tenant-id に使用できる値は、commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.eventgrid.proxy.hostname プロキシのホスト。
spring.cloud.azure.eventgrid.proxy.non-proxy-hosts プロキシ HTTP/HTTPS 接続を使用しないホストまたは CIDR の一覧。
spring.cloud.azure.eventgrid.proxy.password プロキシで認証するために使用されるパスワード。
spring.cloud.azure.eventgrid.proxy.port プロキシのポート。
spring.cloud.azure.eventgrid.proxy.type プロキシの種類。 たとえば、http、httpsocks4socks5。 たとえば、amqp、httpsocks
spring.cloud.azure.eventgrid.proxy.username プロキシで認証するために使用されるユーザー名。
spring.cloud.azure.eventgrid.resource.region Azure リソースのリージョン。 たとえば、"eastus"します。
spring.cloud.azure.eventgrid.resource.resource-group リソース グループは Azure リソースを保持します。
spring.cloud.azure.eventgrid.resource.resource-id Azure リソースの ID。
spring.cloud.azure.eventgrid.retry.exponential.base-delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.eventgrid.retry.exponential.max遅延 再試行の間の最大許容時間 (期間)。
spring.cloud.azure.eventgrid.retry.exponential.max再試行 試行の最大数。
spring.cloud.azure.eventgrid.retry.fixed.delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.eventgrid.retry.fixed.max再試行 試行の最大数。
spring.cloud.azure.eventgrid.retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.eventgrid.sas-token サービスに送信された要求を承認するために使用される Shared Access Signature (SAS) トークン。
spring.cloud.azure.eventgrid.service-version API 要求を行うときに使用される Event Grid サービスのバージョン。
spring.cloud.azure.eventhubs.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.eventhubs.client.transport-type AMQP ベースのクライアントのトランスポートの種類。 サポートされている種類は AMQP、AMQP_WEB_SOCKETSです。
spring.cloud.azure.eventhubs.connection-string イベント ハブに接続するための接続文字列。
spring.cloud.azure.eventhubs.consumer.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.eventhubs.consumer.client.transport-type AMQP ベースのクライアントのトランスポートの種類。 サポートされている種類は AMQP、AMQP_WEB_SOCKETSです。
spring.cloud.azure.eventhubs.consumer.connection-string イベント ハブに接続するための接続文字列。
spring.cloud.azure.eventhubs.consumer.consumer-group このコンシューマーが関連付けられているコンシューマー グループの名前。
spring.cloud.azure.eventhubs.consumer.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.eventhubs.consumer.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.eventhubs.consumer.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.eventhubs.consumer.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.eventhubs.consumer.credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true でクライアント ID が設定されている場合は、クライアント ID をユーザー割り当てマネージド ID クライアント ID として使用します。 既定値は falseです。
spring.cloud.azure.eventhubs.consumer.credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.eventhubs.consumer.credential.token-credential-bean-name Custom Service Builder ファクトリまたはパスワードレス認証に使用されるカスタム com.azure.core.credential.TokenCredential Bean 名を取得します。
spring.cloud.azure.eventhubs.consumer.credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.eventhubs.consumer.custom-endpoint-address Event Hubs サービスに接続するときのカスタム エンドポイント アドレス。 これは、ネットワークが標準の Azure Event Hubs エンドポイント アドレスへの接続を許可せず、中継局経由での接続を許可している場合に役立ちます。 例: https://my.custom.endpoint.com:55300.
spring.cloud.azure.eventhubs.consumer.domain-name イベント ハブ名前空間のドメイン名。
spring.cloud.azure.eventhubs.consumer.enabled Azure サービスが有効になっているかどうか。 既定値は trueです。
spring.cloud.azure.eventhubs.consumer.event-hub-name イベント ハブの名前。
spring.cloud.azure.eventhubs.consumer.namespace FQDN のプレフィックスであるイベント ハブの名前空間。 FQDN は、NamespaceName><で構成する必要があります。<DomainName>
spring.cloud.azure.eventhubs.consumer.prefetch-count 受信操作が現在アクティブかどうかに関係なく、Event Hub コンシューマーがアクティブに受信し、ローカルでキューに登録するイベントの数。
spring.cloud.azure.eventhubs.consumer.profile.cloud-type 接続する Azure クラウドの名前。 サポートされている型は、AZUREAZURE_CHINAAZURE_US_GOVERNMENTOTHERです。 既定値は AZUREです。
spring.cloud.azure.eventhubs.consumer.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.eventhubs.consumer.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.eventhubs.consumer.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.eventhubs.consumer.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.eventhubs.consumer.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.eventhubs.consumer.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Data Lake Analytics カタログとジョブ エンドポイントサフィックス。
spring.cloud.azure.eventhubs.consumer.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システムエンドポイントサフィックス。
spring.cloud.azure.eventhubs.consumer.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.eventhubs.consumer.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.eventhubs.consumer.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.eventhubs.consumer.profile.environment.key-vault-dns-suffix Key Vault DNS サフィックス。
spring.cloud.azure.eventhubs.consumer.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.eventhubs.consumer.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.eventhubs.consumer.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.eventhubs.consumer.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.eventhubs.consumer.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.eventhubs.consumer.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.eventhubs.consumer.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.eventhubs.consumer.profile.environment.sql-server-hostname-suffix SQL Server ホスト名サフィックス。
spring.cloud.azure.eventhubs.consumer.profile.environment.storage-endpoint-suffix ストレージ エンドポイントサフィックス。
spring.cloud.azure.eventhubs.consumer.profile.subscription-id Azure リソースに接続するときに使用するサブスクリプション ID。
spring.cloud.azure.eventhubs.consumer.profile.tenant-id Azure リソースのテナント ID。 tenant-id に使用できる値は、commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.eventhubs.consumer.proxy.authentication-type プロキシに対して使用される認証の種類。 たとえば、nonebasicdigest。 既定値は 'none'です。
spring.cloud.azure.eventhubs.consumer.proxy.hostname プロキシのホスト。
spring.cloud.azure.eventhubs.consumer.proxy.password プロキシで認証するために使用されるパスワード。
spring.cloud.azure.eventhubs.consumer.proxy.port プロキシのポート。
spring.cloud.azure.eventhubs.consumer.proxy.type プロキシの種類。 たとえば、http、httpsocks4socks5。 たとえば、amqp、httpsocks
spring.cloud.azure.eventhubs.consumer.proxy.username プロキシで認証するために使用されるユーザー名。
spring.cloud.azure.eventhubs.consumer.resource.region Azure リソースのリージョン。 たとえば、"eastus"します。
spring.cloud.azure.eventhubs.consumer.resource.resource-group リソース グループは Azure リソースを保持します。
spring.cloud.azure.eventhubs.consumer.resource.resource-id Azure リソースの ID。
spring.cloud.azure.eventhubs.consumer.retry.exponential.base-delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.eventhubs.consumer.retry.exponential.max遅延 再試行の間の最大許容時間 (期間)。
spring.cloud.azure.eventhubs.consumer.retry.exponential.max再試行 試行の最大数。
spring.cloud.azure.eventhubs.consumer.retry.fixed.delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.eventhubs.consumer.retry.fixed.max再試行 試行の最大数。
spring.cloud.azure.eventhubs.consumer.retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.eventhubs.consumer.retry.try-timeout タイムアウトになるまで待機する時間 (期間)。
spring.cloud.azure.eventhubs.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.eventhubs.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.eventhubs.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.eventhubs.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.eventhubs.credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true でクライアント ID が設定されている場合は、クライアント ID をユーザー割り当てマネージド ID クライアント ID として使用します。 既定値は falseです。
spring.cloud.azure.eventhubs.credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.eventhubs.credential.token-credential-bean-name Custom Service Builder ファクトリまたはパスワードレス認証に使用されるカスタム com.azure.core.credential.TokenCredential Bean 名を取得します。
spring.cloud.azure.eventhubs.credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.eventhubs.custom-endpoint-address Event Hubs サービスに接続するときのカスタム エンドポイント アドレス。 これは、ネットワークが標準の Azure Event Hubs エンドポイント アドレスへの接続を許可せず、中継局経由での接続を許可している場合に役立ちます。 例: https://my.custom.endpoint.com:55300.
spring.cloud.azure.eventhubs.domain-name イベント ハブ名前空間のドメイン名。
spring.cloud.azure.eventhubs.enabled Azure サービスが有効になっているかどうか。 既定値は trueです。
spring.cloud.azure.eventhubs.event-hub-name イベント ハブの名前。
spring.cloud.azure.eventhubs.namespace FQDN のプレフィックスであるイベント ハブの名前空間。 FQDN は、NamespaceName><で構成する必要があります。<DomainName>
spring.cloud.azure.eventhubs.processor.batch.max サイズ バッチ内のイベントの最大数。
spring.cloud.azure.eventhubs.processor.batch.max-wait-time イベントを処理する前にイベントの受信を待機する最大時間。
spring.cloud.azure.eventhubs.processor.checkpoint-store.account-key ストレージ アカウントのアクセス キー。
spring.cloud.azure.eventhubs.processor.checkpoint-store.account-name ストレージ アカウントの名前。
spring.cloud.azure.eventhubs.processor.checkpoint-store.blob-name BLOB の名前。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.connect-timeout 要求がリモート ホストへの接続を試行し、接続が解決される時間 (期間)。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.connection-idle-timeout アイドル状態の接続の前の時間 (期間)。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.headers クライアントと共に送信された各要求に適用されるヘッダーの一覧。 たとえば、"myCustomHeader", "myStaticValue"します。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.headers[0].name ヘッダーの名前。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.headers[0].values ヘッダーの値の一覧。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.logging.allowed-header-names ログに記録する必要がある許可リスト ヘッダーのコンマ区切りリスト。 既定値は "x-ms-request-id","x-ms-client-request-id","x-ms-return-client-request-id","traceparent","MS-CV","Accept","Cache-Control","Connection","Content-Length","Content-Type","Date","ETag","Expires","If-Match","If-Modified-Since","If-None-Match","If-Unmodified-Since","Last-Modified","Pragma","Request-Id","Retry-After","Server","Transfer-Encoding","User-Agent","WWW-Authenticate"です。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.logging.allowed-query-param-names 許可リスト クエリ パラメーターのコンマ区切りリスト。 既定値は "api-version"です。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.logging.level HTTP メッセージにログオンする詳細レベル。 サポートされている型は、NONE、BASIC、HEADERS、BODY、BODY_AND_HEADERSです。 既定値は NONEです。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.logging.pretty-print-body メッセージ本文をかなり印刷するかどうか。 既定値は falseです。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.maximum-connection-pool-size 基になる HTTP クライアントによって使用される最大接続プール サイズ。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.read-timeout サーバーの応答を読み取るときに使用される時間 (期間)。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.response-timeout サーバーの応答を待機するときに使用される時間 (期間)。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.write-timeout ネットワーク経由で各要求が送信される時間 (期間)。
spring.cloud.azure.eventhubs.processor.checkpoint-store.connection-string サービスに接続するための接続文字列。
spring.cloud.azure.eventhubs.processor.checkpoint-store.container-name コンテナーの名前。
spring.cloud.azure.eventhubs.processor.checkpoint-store.create-container-if-not-exists コンテナーが存在しない場合に作成するかどうか。 既定値は falseです。
spring.cloud.azure.eventhubs.processor.checkpoint-store.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.eventhubs.processor.checkpoint-store.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.eventhubs.processor.checkpoint-store.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.eventhubs.processor.checkpoint-store.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.eventhubs.processor.checkpoint-store.credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true でクライアント ID が設定されている場合は、クライアント ID をユーザー割り当てマネージド ID クライアント ID として使用します。 既定値は falseです。
spring.cloud.azure.eventhubs.processor.checkpoint-store.credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.eventhubs.processor.checkpoint-store.credential.token-credential-bean-name Custom Service Builder ファクトリまたはパスワードレス認証に使用されるカスタム com.azure.core.credential.TokenCredential Bean 名を取得します。
spring.cloud.azure.eventhubs.processor.checkpoint-store.credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.eventhubs.processor.checkpoint-store.customer-provided-key サーバー上の BLOB の内容を暗号化するために使用される、顧客が指定した暗号化キー (base64 でエンコードされた文字列)。 の詳細については、お客様が提供するキーに関する Microsoft ドキュメント 参照してください。
spring.cloud.azure.eventhubs.processor.checkpoint-store.enabled Azure サービスが有効になっているかどうか。 既定値は trueです。
spring.cloud.azure.eventhubs.processor.checkpoint-store.encryption-scope 要求で指定されたデータの暗号化に使用する暗号化スコープの名前を指定します。 指定しない場合、暗号化は既定のアカウント暗号化スコープで実行されます。 の詳細については、暗号化スコープに関する Microsoft ドキュメント 参照してください。
spring.cloud.azure.eventhubs.processor.checkpoint-store.endpoint Azure Storage サービスのエンドポイント。 たとえば、BLOB の https://{storage-account-name}.blob.storage.azure.net、ファイル共有の https://{storage-account-name}.file.storage.azure.net、キューの https://{storage-account-name}.queue.storage.azure.net などです。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.cloud-type 接続する Azure クラウドの名前。 サポートされている型は、AZUREAZURE_CHINAAZURE_US_GOVERNMENTOTHERです。 既定値は AZUREです。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Data Lake Analytics カタログとジョブ エンドポイントサフィックス。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システムエンドポイントサフィックス。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.key-vault-dns-suffix Key Vault DNS サフィックス。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.sql-server-hostname-suffix SQL Server ホスト名サフィックス。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.storage-endpoint-suffix ストレージ エンドポイントサフィックス。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.subscription-id Azure リソースに接続するときに使用するサブスクリプション ID。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.tenant-id Azure リソースのテナント ID。 tenant-id に使用できる値は、commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.eventhubs.processor.checkpoint-store.proxy.hostname プロキシのホスト。
spring.cloud.azure.eventhubs.processor.checkpoint-store.proxy.non-proxy-hosts プロキシ HTTP/HTTPS 接続を使用しないホストまたは CIDR の一覧。
spring.cloud.azure.eventhubs.processor.checkpoint-store.proxy.password プロキシで認証するために使用されるパスワード。
spring.cloud.azure.eventhubs.processor.checkpoint-store.proxy.port プロキシのポート。
spring.cloud.azure.eventhubs.processor.checkpoint-store.proxy.type プロキシの種類。 たとえば、http、httpsocks4socks5。 たとえば、amqp、httpsocks
spring.cloud.azure.eventhubs.processor.checkpoint-store.proxy.username プロキシで認証するために使用されるユーザー名。
spring.cloud.azure.eventhubs.processor.checkpoint-store.resource.region Azure リソースのリージョン。 たとえば、"eastus"します。
spring.cloud.azure.eventhubs.processor.checkpoint-store.resource.resource-group リソース グループは Azure リソースを保持します。
spring.cloud.azure.eventhubs.processor.checkpoint-store.resource.resource-id Azure リソースの ID。
spring.cloud.azure.eventhubs.processor.checkpoint-store.retry.exponential.base-delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.eventhubs.processor.checkpoint-store.retry.exponential.max遅延 再試行の間の最大許容時間 (期間)。
spring.cloud.azure.eventhubs.processor.checkpoint-store.retry.exponential.max再試行 試行の最大数。
spring.cloud.azure.eventhubs.processor.checkpoint-store.retry.fixed.delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.eventhubs.processor.checkpoint-store.retry.fixed.max再試行 試行の最大数。
spring.cloud.azure.eventhubs.processor.checkpoint-store.retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.eventhubs.processor.checkpoint-store.retry.secondary-host プライマリ リージョンが使用できなくなった場合に要求を再試行するセカンダリ ストレージ アカウント。 たとえば、https://{storage-account-name}-secondary.file.storage.azure.netします。
spring.cloud.azure.eventhubs.processor.checkpoint-store.retry.try-timeout タイムアウトになるまで待機する時間 (期間)。
spring.cloud.azure.eventhubs.processor.checkpoint-store.sas-token サービスに送信された要求を承認するために使用される Shared Access Signature (SAS) トークン。
spring.cloud.azure.eventhubs.processor.checkpoint-store.service-version API 要求を行うときに使用される BLOB サービスのバージョン。
spring.cloud.azure.eventhubs.processor.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.eventhubs.processor.client.transport-type AMQP ベースのクライアントのトランスポートの種類。 サポートされている種類は AMQP、AMQP_WEB_SOCKETSです。
spring.cloud.azure.eventhubs.processor.connection-string イベント ハブに接続するための接続文字列。
spring.cloud.azure.eventhubs.processor.consumer-group このコンシューマーが関連付けられているコンシューマー グループの名前。
spring.cloud.azure.eventhubs.processor.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.eventhubs.processor.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.eventhubs.processor.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.eventhubs.processor.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.eventhubs.processor.credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true でクライアント ID が設定されている場合は、クライアント ID をユーザー割り当てマネージド ID クライアント ID として使用します。 既定値は falseです。
spring.cloud.azure.eventhubs.processor.credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.eventhubs.processor.credential.token-credential-bean-name Custom Service Builder ファクトリまたはパスワードレス認証に使用されるカスタム com.azure.core.credential.TokenCredential Bean 名を取得します。
spring.cloud.azure.eventhubs.processor.credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.eventhubs.processor.custom-endpoint-address Event Hubs サービスに接続するときのカスタム エンドポイント アドレス。 これは、ネットワークが標準の Azure Event Hubs エンドポイント アドレスへの接続を許可せず、中継局経由での接続を許可している場合に役立ちます。 例: https://my.custom.endpoint.com:55300.
spring.cloud.azure.eventhubs.processor.domain-name イベント ハブ名前空間のドメイン名。
spring.cloud.azure.eventhubs.processor.enabled Azure サービスが有効になっているかどうか。 既定値は trueです。
spring.cloud.azure.eventhubs.processor.event-hub-name イベント ハブの名前。
spring.cloud.azure.eventhubs.processor.initial-partition-event-position パーティションのチェックポイントが CheckpointStore に存在しない場合に、各パーティションに使用するイベント位置をマップします。
spring.cloud.azure.eventhubs.processor.load-balancing.partition-ownership-expiration-interval パーティションの所有権が期限切れになるまでの期間。
spring.cloud.azure.eventhubs.processor.load-balancing.strategy パーティションの所有権を要求するための負荷分散戦略。
spring.cloud.azure.eventhubs.processor.load-balancing.update-interval 負荷分散の更新サイクル間の時間間隔。
spring.cloud.azure.eventhubs.processor.namespace FQDN のプレフィックスであるイベント ハブの名前空間。 FQDN は、NamespaceName><で構成する必要があります。<DomainName>
spring.cloud.azure.eventhubs.processor.prefetch-count 受信操作が現在アクティブかどうかに関係なく、Event Hub コンシューマーがアクティブに受信し、ローカルでキューに登録するイベントの数。
spring.cloud.azure.eventhubs.processor.profile.cloud-type 接続する Azure クラウドの名前。 サポートされている型は、AZUREAZURE_CHINAAZURE_US_GOVERNMENTOTHERです。 既定値は AZUREです。
spring.cloud.azure.eventhubs.processor.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.eventhubs.processor.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.eventhubs.processor.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.eventhubs.processor.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.eventhubs.processor.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.eventhubs.processor.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Data Lake Analytics カタログとジョブ エンドポイントサフィックス。
spring.cloud.azure.eventhubs.processor.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システムエンドポイントサフィックス。
spring.cloud.azure.eventhubs.processor.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.eventhubs.processor.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.eventhubs.processor.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.eventhubs.processor.profile.environment.key-vault-dns-suffix Key Vault DNS サフィックス。
spring.cloud.azure.eventhubs.processor.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.eventhubs.processor.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.eventhubs.processor.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.eventhubs.processor.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.eventhubs.processor.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.eventhubs.processor.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.eventhubs.processor.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.eventhubs.processor.profile.environment.sql-server-hostname-suffix SQL Server ホスト名サフィックス。
spring.cloud.azure.eventhubs.processor.profile.environment.storage-endpoint-suffix ストレージ エンドポイントサフィックス。
spring.cloud.azure.eventhubs.processor.profile.subscription-id Azure リソースに接続するときに使用するサブスクリプション ID。
spring.cloud.azure.eventhubs.processor.profile.tenant-id Azure リソースのテナント ID。 tenant-id に使用できる値は、commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.eventhubs.processor.proxy.authentication-type プロキシに対して使用される認証の種類。 たとえば、nonebasicdigest。 既定値は 'none'です。
spring.cloud.azure.eventhubs.processor.proxy.hostname プロキシのホスト。
spring.cloud.azure.eventhubs.processor.proxy.password プロキシで認証するために使用されるパスワード。
spring.cloud.azure.eventhubs.processor.proxy.port プロキシのポート。
spring.cloud.azure.eventhubs.processor.proxy.type プロキシの種類。 たとえば、http、httpsocks4socks5。 たとえば、amqp、httpsocks
spring.cloud.azure.eventhubs.processor.proxy.username プロキシで認証するために使用されるユーザー名。
spring.cloud.azure.eventhubs.processor.resource.region Azure リソースのリージョン。 たとえば、"eastus"します。
spring.cloud.azure.eventhubs.processor.resource.resource-group リソース グループは Azure リソースを保持します。
spring.cloud.azure.eventhubs.processor.resource.resource-id Azure リソースの ID。
spring.cloud.azure.eventhubs.processor.retry.exponential.base-delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.eventhubs.processor.retry.exponential.max遅延 再試行の間の最大許容時間 (期間)。
spring.cloud.azure.eventhubs.processor.retry.exponential.max再試行 試行の最大数。
spring.cloud.azure.eventhubs.processor.retry.fixed.delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.eventhubs.processor.retry.fixed.max再試行 試行の最大数。
spring.cloud.azure.eventhubs.processor.retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.eventhubs.processor.retry.try-timeout タイムアウトになるまで待機する時間 (期間)。
spring.cloud.azure.eventhubs.processor.track-last-enqueued-event-properties 関連付けられたパーティションで最後にエンキューされたイベントに関する情報を要求し、イベントの受信時にその情報を追跡するかどうか。
spring.cloud.azure.eventhubs.producer.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.eventhubs.producer.client.transport-type AMQP ベースのクライアントのトランスポートの種類。 サポートされている種類は AMQP、AMQP_WEB_SOCKETSです。
spring.cloud.azure.eventhubs.producer.connection-string イベント ハブに接続するための接続文字列。
spring.cloud.azure.eventhubs.producer.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.eventhubs.producer.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.eventhubs.producer.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.eventhubs.producer.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.eventhubs.producer.credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true でクライアント ID が設定されている場合は、クライアント ID をユーザー割り当てマネージド ID クライアント ID として使用します。 既定値は falseです。
spring.cloud.azure.eventhubs.producer.credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.eventhubs.producer.credential.token-credential-bean-name Custom Service Builder ファクトリまたはパスワードレス認証に使用されるカスタム com.azure.core.credential.TokenCredential Bean 名を取得します。
spring.cloud.azure.eventhubs.producer.credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.eventhubs.producer.custom-endpoint-address Event Hubs サービスに接続するときのカスタム エンドポイント アドレス。 これは、ネットワークが標準の Azure Event Hubs エンドポイント アドレスへの接続を許可せず、中継局経由での接続を許可している場合に役立ちます。 例: https://my.custom.endpoint.com:55300.
spring.cloud.azure.eventhubs.producer.domain-name イベント ハブ名前空間のドメイン名。
spring.cloud.azure.eventhubs.producer.enabled Azure サービスが有効になっているかどうか。 既定値は trueです。
spring.cloud.azure.eventhubs.producer.event-hub-name イベント ハブの名前。
spring.cloud.azure.eventhubs.producer.namespace FQDN のプレフィックスであるイベント ハブの名前空間。 FQDN は、NamespaceName><で構成する必要があります。<DomainName>
spring.cloud.azure.eventhubs.producer.profile.cloud-type 接続する Azure クラウドの名前。 サポートされている型は、AZUREAZURE_CHINAAZURE_US_GOVERNMENTOTHERです。 既定値は AZUREです。
spring.cloud.azure.eventhubs.producer.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.eventhubs.producer.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.eventhubs.producer.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.eventhubs.producer.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.eventhubs.producer.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.eventhubs.producer.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Data Lake Analytics カタログとジョブ エンドポイントサフィックス。
spring.cloud.azure.eventhubs.producer.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システムエンドポイントサフィックス。
spring.cloud.azure.eventhubs.producer.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.eventhubs.producer.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.eventhubs.producer.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.eventhubs.producer.profile.environment.key-vault-dns-suffix Key Vault DNS サフィックス。
spring.cloud.azure.eventhubs.producer.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.eventhubs.producer.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.eventhubs.producer.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.eventhubs.producer.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.eventhubs.producer.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.eventhubs.producer.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.eventhubs.producer.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.eventhubs.producer.profile.environment.sql-server-hostname-suffix SQL Server ホスト名サフィックス。
spring.cloud.azure.eventhubs.producer.profile.environment.storage-endpoint-suffix ストレージ エンドポイントサフィックス。
spring.cloud.azure.eventhubs.producer.profile.subscription-id Azure リソースに接続するときに使用するサブスクリプション ID。
spring.cloud.azure.eventhubs.producer.profile.tenant-id Azure リソースのテナント ID。 tenant-id に使用できる値は、commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.eventhubs.producer.proxy.authentication-type プロキシに対して使用される認証の種類。 たとえば、nonebasicdigest。 既定値は 'none'です。
spring.cloud.azure.eventhubs.producer.proxy.hostname プロキシのホスト。
spring.cloud.azure.eventhubs.producer.proxy.password プロキシで認証するために使用されるパスワード。
spring.cloud.azure.eventhubs.producer.proxy.port プロキシのポート。
spring.cloud.azure.eventhubs.producer.proxy.type プロキシの種類。 たとえば、http、httpsocks4socks5。 たとえば、amqp、httpsocks
spring.cloud.azure.eventhubs.producer.proxy.username プロキシで認証するために使用されるユーザー名。
spring.cloud.azure.eventhubs.producer.resource.region Azure リソースのリージョン。 たとえば、"eastus"します。
spring.cloud.azure.eventhubs.producer.resource.resource-group リソース グループは Azure リソースを保持します。
spring.cloud.azure.eventhubs.producer.resource.resource-id Azure リソースの ID。
spring.cloud.azure.eventhubs.producer.retry.exponential.base-delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.eventhubs.producer.retry.exponential.max遅延 再試行の間の最大許容時間 (期間)。
spring.cloud.azure.eventhubs.producer.retry.exponential.max再試行 試行の最大数。
spring.cloud.azure.eventhubs.producer.retry.fixed.delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.eventhubs.producer.retry.fixed.max再試行 試行の最大数。
spring.cloud.azure.eventhubs.producer.retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.eventhubs.producer.retry.try-timeout タイムアウトになるまで待機する時間 (期間)。
spring.cloud.azure.eventhubs.profile.cloud-type 接続する Azure クラウドの名前。 サポートされている型は、AZUREAZURE_CHINAAZURE_US_GOVERNMENTOTHERです。 既定値は AZUREです。
spring.cloud.azure.eventhubs.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.eventhubs.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.eventhubs.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.eventhubs.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.eventhubs.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.eventhubs.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Data Lake Analytics カタログとジョブ エンドポイントサフィックス。
spring.cloud.azure.eventhubs.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システムエンドポイントサフィックス。
spring.cloud.azure.eventhubs.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.eventhubs.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.eventhubs.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.eventhubs.profile.environment.key-vault-dns-suffix Key Vault DNS サフィックス。
spring.cloud.azure.eventhubs.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.eventhubs.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.eventhubs.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.eventhubs.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.eventhubs.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.eventhubs.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.eventhubs.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.eventhubs.profile.environment.sql-server-hostname-suffix SQL Server ホスト名サフィックス。
spring.cloud.azure.eventhubs.profile.environment.storage-endpoint-suffix ストレージ エンドポイントサフィックス。
spring.cloud.azure.eventhubs.profile.subscription-id Azure リソースに接続するときに使用するサブスクリプション ID。
spring.cloud.azure.eventhubs.profile.tenant-id Azure リソースのテナント ID。 tenant-id に使用できる値は、commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.eventhubs.proxy.authentication-type プロキシに対して使用される認証の種類。 たとえば、nonebasicdigest。 既定値は 'none'です。
spring.cloud.azure.eventhubs.proxy.hostname プロキシのホスト。
spring.cloud.azure.eventhubs.proxy.password プロキシで認証するために使用されるパスワード。
spring.cloud.azure.eventhubs.proxy.port プロキシのポート。
spring.cloud.azure.eventhubs.proxy.type プロキシの種類。 たとえば、http、httpsocks4socks5。 たとえば、amqp、httpsocks
spring.cloud.azure.eventhubs.proxy.username プロキシで認証するために使用されるユーザー名。
spring.cloud.azure.eventhubs.resource.name イベント ハブの名前空間。
spring.cloud.azure.eventhubs.resource.region Azure リソースのリージョン。 たとえば、"eastus"します。
spring.cloud.azure.eventhubs.resource.resource-group リソース グループは Azure リソースを保持します。
spring.cloud.azure.eventhubs.resource.resource-id Azure リソースの ID。
spring.cloud.azure.eventhubs.retry.exponential.base-delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.eventhubs.retry.exponential.max遅延 再試行の間の最大許容時間 (期間)。
spring.cloud.azure.eventhubs.retry.exponential.max再試行 試行の最大数。
spring.cloud.azure.eventhubs.retry.fixed.delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.eventhubs.retry.fixed.max再試行 試行の最大数。
spring.cloud.azure.eventhubs.retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.eventhubs.retry.try-timeout タイムアウトになるまで待機する時間 (期間)。
spring.cloud.azure.eventhubs.shared-connection プロデューサーまたはコンシューマーに対して同じ接続を共有するかどうか。
spring.cloud.azure.keyvault.certificate.challenge-resource-verification-enabled Azure Key Vault チャレンジ リソースの検証を有効にするかどうかを指定します。既定値は true です。 false に設定すると、Azure Key Vault クライアント ビルダーの disableChallengeResourceVerification メソッドを呼び出します。 既定値は trueです。
spring.cloud.azure.keyvault.certificate.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.keyvault.certificate.client.connect-timeout 要求がリモート ホストへの接続を試行し、接続が解決される時間 (期間)。
spring.cloud.azure.keyvault.certificate.client.connection-idle-timeout アイドル状態の接続の前の時間 (期間)。
spring.cloud.azure.keyvault.certificate.client.headers クライアントと共に送信された各要求に適用されるヘッダーの一覧。 たとえば、"myCustomHeader", "myStaticValue"します。
spring.cloud.azure.keyvault.certificate.client.headers[0].name ヘッダーの名前。
spring.cloud.azure.keyvault.certificate.client.headers[0].values ヘッダーの値の一覧。
spring.cloud.azure.keyvault.certificate.client.logging.allowed-header-names ログに記録する必要がある許可リスト ヘッダーのコンマ区切りリスト。 既定値は "x-ms-request-id","x-ms-client-request-id","x-ms-return-client-request-id","traceparent","MS-CV","Accept","Cache-Control","Connection","Content-Length","Content-Type","Date","ETag","Expires","If-Match","If-Modified-Since","If-None-Match","If-Unmodified-Since","Last-Modified","Pragma","Request-Id","Retry-After","Server","Transfer-Encoding","User-Agent","WWW-Authenticate"です。
spring.cloud.azure.keyvault.certificate.client.logging.allowed-query-param-names 許可リスト クエリ パラメーターのコンマ区切りリスト。 既定値は "api-version"です。
spring.cloud.azure.keyvault.certificate.client.logging.level HTTP メッセージにログオンする詳細レベル。 サポートされている型は、NONE、BASIC、HEADERS、BODY、BODY_AND_HEADERSです。 既定値は NONEです。
spring.cloud.azure.keyvault.certificate.client.logging.pretty-print-body メッセージ本文をかなり印刷するかどうか。 既定値は falseです。
spring.cloud.azure.keyvault.certificate.client.maximum-connection-pool-size 基になる HTTP クライアントによって使用される最大接続プール サイズ。
spring.cloud.azure.keyvault.certificate.client.read-timeout サーバーの応答を読み取るときに使用される時間 (期間)。
spring.cloud.azure.keyvault.certificate.client.response-timeout サーバーの応答を待機するときに使用される時間 (期間)。
spring.cloud.azure.keyvault.certificate.client.write-timeout ネットワーク経由で各要求が送信される時間 (期間)。
spring.cloud.azure.keyvault.certificate.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.keyvault.certificate.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.keyvault.certificate.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.keyvault.certificate.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.keyvault.certificate.credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true でクライアント ID が設定されている場合は、クライアント ID をユーザー割り当てマネージド ID クライアント ID として使用します。 既定値は falseです。
spring.cloud.azure.keyvault.certificate.credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.keyvault.certificate.credential.token-credential-bean-name Custom Service Builder ファクトリまたはパスワードレス認証に使用されるカスタム com.azure.core.credential.TokenCredential Bean 名を取得します。
spring.cloud.azure.keyvault.certificate.credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.keyvault.certificate.enabled Azure サービスが有効になっているかどうか。 既定値は trueです。
spring.cloud.azure.keyvault.certificate.endpoint Azure Key Vault エンドポイント。 たとえば、https://{your-unique-keyvault-name}.vault.azure.net/します。
spring.cloud.azure.keyvault.certificate.profile.cloud-type 接続する Azure クラウドの名前。 サポートされている型は、AZUREAZURE_CHINAAZURE_US_GOVERNMENTOTHERです。 既定値は AZUREです。
spring.cloud.azure.keyvault.certificate.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.keyvault.certificate.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.keyvault.certificate.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.keyvault.certificate.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.keyvault.certificate.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.keyvault.certificate.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Data Lake Analytics カタログとジョブ エンドポイントサフィックス。
spring.cloud.azure.keyvault.certificate.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システムエンドポイントサフィックス。
spring.cloud.azure.keyvault.certificate.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.keyvault.certificate.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.keyvault.certificate.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.keyvault.certificate.profile.environment.key-vault-dns-suffix Key Vault DNS サフィックス。
spring.cloud.azure.keyvault.certificate.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.keyvault.certificate.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.keyvault.certificate.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.keyvault.certificate.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.keyvault.certificate.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.keyvault.certificate.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.keyvault.certificate.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.keyvault.certificate.profile.environment.sql-server-hostname-suffix SQL Server ホスト名サフィックス。
spring.cloud.azure.keyvault.certificate.profile.environment.storage-endpoint-suffix ストレージ エンドポイントサフィックス。
spring.cloud.azure.keyvault.certificate.profile.subscription-id Azure リソースに接続するときに使用するサブスクリプション ID。
spring.cloud.azure.keyvault.certificate.profile.tenant-id Azure リソースのテナント ID。 tenant-id に使用できる値は、commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.keyvault.certificate.proxy.hostname プロキシのホスト。
spring.cloud.azure.keyvault.certificate.proxy.non-proxy-hosts プロキシ HTTP/HTTPS 接続を使用しないホストまたは CIDR の一覧。
spring.cloud.azure.keyvault.certificate.proxy.password プロキシで認証するために使用されるパスワード。
spring.cloud.azure.keyvault.certificate.proxy.port プロキシのポート。
spring.cloud.azure.keyvault.certificate.proxy.type プロキシの種類。 たとえば、http、httpsocks4socks5。 たとえば、amqp、httpsocks
spring.cloud.azure.keyvault.certificate.proxy.username プロキシで認証するために使用されるユーザー名。
spring.cloud.azure.keyvault.certificate.resource.region Azure リソースのリージョン。 たとえば、"eastus"します。
spring.cloud.azure.keyvault.certificate.resource.resource-group リソース グループは Azure リソースを保持します。
spring.cloud.azure.keyvault.certificate.resource.resource-id Azure リソースの ID。
spring.cloud.azure.keyvault.certificate.retry.exponential.base-delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.keyvault.certificate.retry.exponential.max遅延 再試行の間の最大許容時間 (期間)。
spring.cloud.azure.keyvault.certificate.retry.exponential.max再試行 試行の最大数。
spring.cloud.azure.keyvault.certificate.retry.fixed.delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.keyvault.certificate.retry.fixed.max再試行 試行の最大数。
spring.cloud.azure.keyvault.certificate.retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.keyvault.certificate.service-version Azure Key Vault 証明書サービスのバージョン。
spring.cloud.azure.keyvault.challenge-resource-verification-enabled Azure Key Vault チャレンジ リソースの検証を有効にするかどうかを指定します。既定値は true です。 false に設定すると、Azure Key Vault クライアント ビルダーの disableChallengeResourceVerification メソッドを呼び出します。 既定値は trueです。
spring.cloud.azure.keyvault.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.keyvault.client.connect-timeout 要求がリモート ホストへの接続を試行し、接続が解決される時間 (期間)。
spring.cloud.azure.keyvault.client.connection-idle-timeout アイドル状態の接続の前の時間 (期間)。
spring.cloud.azure.keyvault.client.headers クライアントと共に送信された各要求に適用されるヘッダーの一覧。 たとえば、"myCustomHeader", "myStaticValue"します。
spring.cloud.azure.keyvault.client.logging.allowed-header-names ログに記録する必要がある許可リスト ヘッダーのコンマ区切りリスト。 既定値は "x-ms-request-id","x-ms-client-request-id","x-ms-return-client-request-id","traceparent","MS-CV","Accept","Cache-Control","Connection","Content-Length","Content-Type","Date","ETag","Expires","If-Match","If-Modified-Since","If-None-Match","If-Unmodified-Since","Last-Modified","Pragma","Request-Id","Retry-After","Server","Transfer-Encoding","User-Agent","WWW-Authenticate"です。
spring.cloud.azure.keyvault.client.logging.allowed-query-param-names 許可リスト クエリ パラメーターのコンマ区切りリスト。 既定値は "api-version"です。
spring.cloud.azure.keyvault.client.logging.level HTTP メッセージにログオンする詳細レベル。 サポートされている型は、NONE、BASIC、HEADERS、BODY、BODY_AND_HEADERSです。 既定値は NONEです。
spring.cloud.azure.keyvault.client.logging.pretty-print-body メッセージ本文をかなり印刷するかどうか。 既定値は falseです。
spring.cloud.azure.keyvault.client.maximum-connection-pool-size 基になる HTTP クライアントによって使用される最大接続プール サイズ。
spring.cloud.azure.keyvault.client.read-timeout サーバーの応答を読み取るときに使用される時間 (期間)。
spring.cloud.azure.keyvault.client.response-timeout サーバーの応答を待機するときに使用される時間 (期間)。
spring.cloud.azure.keyvault.client.write-timeout ネットワーク経由で各要求が送信される時間 (期間)。
spring.cloud.azure.keyvault.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.keyvault.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.keyvault.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.keyvault.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.keyvault.credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true でクライアント ID が設定されている場合は、クライアント ID をユーザー割り当てマネージド ID クライアント ID として使用します。 既定値は falseです。
spring.cloud.azure.keyvault.credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.keyvault.credential.token-credential-bean-name Custom Service Builder ファクトリまたはパスワードレス認証に使用されるカスタム com.azure.core.credential.TokenCredential Bean 名を取得します。
spring.cloud.azure.keyvault.credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.keyvault.enabled Azure サービスが有効になっているかどうか。 既定値は trueです。
spring.cloud.azure.keyvault.endpoint Azure Key Vault エンドポイント。 たとえば、https://{your-unique-keyvault-name}.vault.azure.net/します。
spring.cloud.azure.keyvault.profile.cloud-type 接続する Azure クラウドの名前。 サポートされている型は、AZUREAZURE_CHINAAZURE_US_GOVERNMENTOTHERです。 既定値は AZUREです。
spring.cloud.azure.keyvault.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.keyvault.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.keyvault.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.keyvault.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.keyvault.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.keyvault.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Data Lake Analytics カタログとジョブ エンドポイントサフィックス。
spring.cloud.azure.keyvault.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システムエンドポイントサフィックス。
spring.cloud.azure.keyvault.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.keyvault.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.keyvault.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.keyvault.profile.environment.key-vault-dns-suffix Key Vault DNS サフィックス。
spring.cloud.azure.keyvault.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.keyvault.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.keyvault.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.keyvault.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.keyvault.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.keyvault.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.keyvault.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.keyvault.profile.environment.sql-server-hostname-suffix SQL Server ホスト名サフィックス。
spring.cloud.azure.keyvault.profile.environment.storage-endpoint-suffix ストレージ エンドポイントサフィックス。
spring.cloud.azure.keyvault.profile.subscription-id Azure リソースに接続するときに使用するサブスクリプション ID。
spring.cloud.azure.keyvault.profile.tenant-id Azure リソースのテナント ID。 tenant-id に使用できる値は、commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.keyvault.proxy.hostname プロキシのホスト。
spring.cloud.azure.keyvault.proxy.non-proxy-hosts プロキシ HTTP/HTTPS 接続を使用しないホストまたは CIDR の一覧。
spring.cloud.azure.keyvault.proxy.password プロキシで認証するために使用されるパスワード。
spring.cloud.azure.keyvault.proxy.port プロキシのポート。
spring.cloud.azure.keyvault.proxy.type プロキシの種類。 たとえば、http、httpsocks4socks5。 たとえば、amqp、httpsocks
spring.cloud.azure.keyvault.proxy.username プロキシで認証するために使用されるユーザー名。
spring.cloud.azure.keyvault.resource.region Azure リソースのリージョン。 たとえば、"eastus"します。
spring.cloud.azure.keyvault.resource.resource-group リソース グループは Azure リソースを保持します。
spring.cloud.azure.keyvault.resource.resource-id Azure リソースの ID。
spring.cloud.azure.keyvault.retry.exponential.base-delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.keyvault.retry.exponential.max遅延 再試行の間の最大許容時間 (期間)。
spring.cloud.azure.keyvault.retry.exponential.max再試行 試行の最大数。
spring.cloud.azure.keyvault.retry.fixed.delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.keyvault.retry.fixed.max再試行 試行の最大数。
spring.cloud.azure.keyvault.retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.keyvault.secret.challenge-resource-verification-enabled Azure Key Vault チャレンジ リソースの検証を有効にするかどうかを指定します。既定値は true です。 false に設定すると、Azure Key Vault クライアント ビルダーの disableChallengeResourceVerification メソッドを呼び出します。 既定値は trueです。
spring.cloud.azure.keyvault.secret.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.keyvault.secret.client.connect-timeout 要求がリモート ホストへの接続を試行し、接続が解決される時間 (期間)。
spring.cloud.azure.keyvault.secret.client.connection-idle-timeout アイドル状態の接続の前の時間 (期間)。
spring.cloud.azure.keyvault.secret.client.headers クライアントと共に送信された各要求に適用されるヘッダーの一覧。 たとえば、"myCustomHeader", "myStaticValue"します。
spring.cloud.azure.keyvault.secret.client.headers[0].name ヘッダーの名前。
spring.cloud.azure.keyvault.secret.client.headers[0].values ヘッダーの値の一覧。
spring.cloud.azure.keyvault.secret.client.logging.allowed-header-names ログに記録する必要がある許可リスト ヘッダーのコンマ区切りリスト。 既定値は "x-ms-request-id","x-ms-client-request-id","x-ms-return-client-request-id","traceparent","MS-CV","Accept","Cache-Control","Connection","Content-Length","Content-Type","Date","ETag","Expires","If-Match","If-Modified-Since","If-None-Match","If-Unmodified-Since","Last-Modified","Pragma","Request-Id","Retry-After","Server","Transfer-Encoding","User-Agent","WWW-Authenticate"です。
spring.cloud.azure.keyvault.secret.client.logging.allowed-query-param-names 許可リスト クエリ パラメーターのコンマ区切りリスト。 既定値は "api-version"です。
spring.cloud.azure.keyvault.secret.client.logging.level HTTP メッセージにログオンする詳細レベル。 サポートされている型は、NONE、BASIC、HEADERS、BODY、BODY_AND_HEADERSです。 既定値は NONEです。
spring.cloud.azure.keyvault.secret.client.logging.pretty-print-body メッセージ本文をかなり印刷するかどうか。 既定値は falseです。
spring.cloud.azure.keyvault.secret.client.maximum-connection-pool-size 基になる HTTP クライアントによって使用される最大接続プール サイズ。
spring.cloud.azure.keyvault.secret.client.read-timeout サーバーの応答を読み取るときに使用される時間 (期間)。
spring.cloud.azure.keyvault.secret.client.response-timeout サーバーの応答を待機するときに使用される時間 (期間)。
spring.cloud.azure.keyvault.secret.client.write-timeout ネットワーク経由で各要求が送信される時間 (期間)。
spring.cloud.azure.keyvault.secret.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.keyvault.secret.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.keyvault.secret.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.keyvault.secret.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.keyvault.secret.credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true でクライアント ID が設定されている場合は、クライアント ID をユーザー割り当てマネージド ID クライアント ID として使用します。 既定値は falseです。
spring.cloud.azure.keyvault.secret.credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.keyvault.secret.credential.token-credential-bean-name Custom Service Builder ファクトリまたはパスワードレス認証に使用されるカスタム com.azure.core.credential.TokenCredential Bean 名を取得します。
spring.cloud.azure.keyvault.secret.credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.keyvault.secret.enabled Azure サービスが有効になっているかどうか。 既定値は trueです。
spring.cloud.azure.keyvault.secret.endpoint Azure Key Vault エンドポイント。 たとえば、https://{your-unique-keyvault-name}.vault.azure.net/します。
spring.cloud.azure.keyvault.secret.profile.cloud-type 接続する Azure クラウドの名前。 サポートされている型は、AZUREAZURE_CHINAAZURE_US_GOVERNMENTOTHERです。 既定値は AZUREです。
spring.cloud.azure.keyvault.secret.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.keyvault.secret.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.keyvault.secret.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.keyvault.secret.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.keyvault.secret.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.keyvault.secret.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Data Lake Analytics カタログとジョブ エンドポイントサフィックス。
spring.cloud.azure.keyvault.secret.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システムエンドポイントサフィックス。
spring.cloud.azure.keyvault.secret.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.keyvault.secret.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.keyvault.secret.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.keyvault.secret.profile.environment.key-vault-dns-suffix Key Vault DNS サフィックス。
spring.cloud.azure.keyvault.secret.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.keyvault.secret.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.keyvault.secret.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.keyvault.secret.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.keyvault.secret.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.keyvault.secret.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.keyvault.secret.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.keyvault.secret.profile.environment.sql-server-hostname-suffix SQL Server ホスト名サフィックス。
spring.cloud.azure.keyvault.secret.profile.environment.storage-endpoint-suffix ストレージ エンドポイントサフィックス。
spring.cloud.azure.keyvault.secret.profile.subscription-id Azure リソースに接続するときに使用するサブスクリプション ID。
spring.cloud.azure.keyvault.secret.profile.tenant-id Azure リソースのテナント ID。 tenant-id に使用できる値は、commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.keyvault.secret.property-source-enabled Key Vault プロパティ ソースを有効にするかどうかを指定します。 既定値は trueです。
spring.cloud.azure.keyvault.secret.property-sources Azure Key Vault プロパティ ソースの一覧。 たとえば、property-sources[0].name=key-vault-property-source-1, property-sources[0].endpoint={ENDPOINT_1}, property-sources[1].name=key-vault-property-source-2, property-sources[1].endpoint={ENDPOINT_2}します。
spring.cloud.azure.keyvault.secret.property-sources[0].case-sensitive 秘密鍵に対して大文字と小文字を区別するかどうかを指定します。 既定値は falseです。
spring.cloud.azure.keyvault.secret.property-sources[0].challenge-resource-verification-enabled Azure Key Vault チャレンジ リソースの検証を有効にするかどうかを指定します。既定値は true です。 false に設定すると、Azure Key Vault クライアント ビルダーの disableChallengeResourceVerification メソッドを呼び出します。 既定値は trueです。
spring.cloud.azure.keyvault.secret.property-sources[0].client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.keyvault.secret.property-sources[0].client.connect-timeout 要求がリモート ホストへの接続を試行し、接続が解決される時間 (期間)。
spring.cloud.azure.keyvault.secret.property-sources[0].client.connection-idle-timeout アイドル状態の接続の前の時間 (期間)。
spring.cloud.azure.keyvault.secret.property-sources[0].client.headers[0].name ヘッダーの名前。
spring.cloud.azure.keyvault.secret.property-sources[0].client.headers[0].values ヘッダーの値の一覧。
spring.cloud.azure.keyvault.secret.property-sources[0].client.logging.allowed-header-names ログに記録する必要がある許可リスト ヘッダーのコンマ区切りリスト。 既定値は 'x-ms-request-id','x-ms-client-request-id','x-ms-return-client-request-id','traceparent','MS-CV','Accept','Cache-Control','Connection','Content-Length','Content-Type','Date','ETag','Expires','If-Match','If-Modified-Since','If-None-Match','If-Unmodified-Since','Last-Modified','Pragma','Request-Id','Retry-After','Server','Transfer-Encoding','User-Agent','WWW-Authenticate'です。
spring.cloud.azure.keyvault.secret.property-sources[0].client.logging.allowed-query-param-names 許可リスト クエリ パラメーターのコンマ区切りリスト。 既定値は 'api-version'です。
spring.cloud.azure.keyvault.secret.property-sources[0].client.logging.level HTTP メッセージにログオンする詳細レベル。 サポートされている型は、NONE、BASIC、HEADERS、BODY、BODY_AND_HEADERSです。 既定値は NONEです。
spring.cloud.azure.keyvault.secret.property-sources[0].client.logging.pretty-print-body メッセージ本文をかなり印刷するかどうか。 既定値は falseです。
spring.cloud.azure.keyvault.secret.property-sources[0].client.maximum-connection-pool-size 基になる HTTP クライアントによって使用される最大接続プール サイズ。
spring.cloud.azure.keyvault.secret.property-sources[0].client.read-timeout サーバーの応答を読み取るときに使用される時間 (期間)。
spring.cloud.azure.keyvault.secret.property-sources[0].client.response-timeout サーバーの応答を待機するときに使用される時間 (期間)。
spring.cloud.azure.keyvault.secret.property-sources[0].client.write-timeout ネットワーク経由で各要求が送信される時間 (期間)。
spring.cloud.azure.keyvault.secret.property-sources[0].credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.keyvault.secret.property-sources[0].credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.keyvault.secret.property-sources[0].credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.keyvault.secret.property-sources[0].credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.keyvault.secret.property-sources[0].credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true でクライアント ID が設定されている場合は、クライアント ID をユーザー割り当てマネージド ID クライアント ID として使用します。 既定値は falseです。
spring.cloud.azure.keyvault.secret.property-sources[0].credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.keyvault.secret.property-sources[0].credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.keyvault.secret.property-sources[0].enabled Azure サービスが有効になっているかどうか。 既定値は trueです。
spring.cloud.azure.keyvault.secret.property-sources[0].endpoint Azure Key Vault エンドポイント。 たとえば、https://{your-unique-keyvault-name}.vault.azure.net/します。
spring.cloud.azure.keyvault.secret.property-sources[0].name このプロパティ ソースの名前。
spring.cloud.azure.keyvault.secret.property-sources[0].profile.cloud-type 接続する Azure クラウドの名前。 サポートされている種類は、AZURE、AZURE_CHINA、AZURE_US_GOVERNMENT、その他です。 既定値は AZUREです。
spring.cloud.azure.keyvault.secret.property-sources[0].profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.keyvault.secret.property-sources[0].profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.keyvault.secret.property-sources[0].profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.keyvault.secret.property-sources[0].profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.keyvault.secret.property-sources[0].profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.keyvault.secret.property-sources[0].profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Data Lake Analytics カタログとジョブ エンドポイントサフィックス。
spring.cloud.azure.keyvault.secret.property-sources[0].profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システムエンドポイントサフィックス。
spring.cloud.azure.keyvault.secret.property-sources[0].profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.keyvault.secret.property-sources[0].profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.keyvault.secret.property-sources[0].profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.keyvault.secret.property-sources[0].profile.environment.key-vault-dns-suffix Key Vault DNS サフィックス。
spring.cloud.azure.keyvault.secret.property-sources[0].profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.keyvault.secret.property-sources[0].profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.keyvault.secret.property-sources[0].profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.keyvault.secret.property-sources[0].profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.keyvault.secret.property-sources[0].profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.keyvault.secret.property-sources[0].profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.keyvault.secret.property-sources[0].profile.environment.sql-server-hostname-suffix SQL Server ホスト名サフィックス。
spring.cloud.azure.keyvault.secret.property-sources[0].profile.environment.storage-endpoint-suffix ストレージ エンドポイントサフィックス。
spring.cloud.azure.keyvault.secret.property-sources[0].profile.subscription-id Azure リソースに接続するときに使用するサブスクリプション ID。
spring.cloud.azure.keyvault.secret.property-sources[0].profile.tenant-id Azure リソースのテナント ID。 tenant-id に使用できる値は、commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.keyvault.secret.property-sources[0].proxy.hostname プロキシのホスト。
spring.cloud.azure.keyvault.secret.property-sources[0].proxy.non-proxy-hosts プロキシ HTTP/HTTPS 接続を使用しないホストまたは CIDR の一覧。
spring.cloud.azure.keyvault.secret.property-sources[0].proxy.password プロキシで認証するために使用されるパスワード。
spring.cloud.azure.keyvault.secret.property-sources[0].proxy.port プロキシのポート。
spring.cloud.azure.keyvault.secret.property-sources[0].proxy.type プロキシの種類。 たとえば、http、httpsocks4socks5。 たとえば、amqp、httpsocks
spring.cloud.azure.keyvault.secret.property-sources[0].proxy.username プロキシで認証するために使用されるユーザー名。
spring.cloud.azure.keyvault.secret.property-sources[0].resource.region Azure リソースのリージョン。 たとえば、"eastus"します。
spring.cloud.azure.keyvault.secret.property-sources[0].resource.resource-group リソース グループは Azure リソースを保持します。
spring.cloud.azure.keyvault.secret.property-sources[0].resource.resource-id Azure リソースの ID。
spring.cloud.azure.keyvault.secret.property-sources[0].retry.exponential.base-delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.keyvault.secret.property-sources[0].retry.exponential.max-delay 再試行の間の最大許容時間 (期間)。
spring.cloud.azure.keyvault.secret.property-sources[0].retry.exponential.max-retries 試行の最大数。
spring.cloud.azure.keyvault.secret.property-sources[0].retry.fixed.delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.keyvault.secret.property-sources[0].retry.fixed.max-retries 試行の最大数。
spring.cloud.azure.keyvault.secret.property-sources[0].retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.keyvault.secret.property-sources[0].secret-keys 構成されたシークレット キーは、何も構成されていない場合は Azure Key Vaults シークレットから読み込まれ、すべてのシークレットが読み込まれます。 シークレット名の正確な値のみをサポートします。たとえば、Key Vaults シークレットでシークレット キー名 SecretKey1 を構成した場合は、ここで SecretKey1 構成する必要があります。
spring.cloud.azure.keyvault.secret.property-sources[0].service-version API 要求を行うときに使用されるシークレット サービスのバージョン。
spring.cloud.azure.keyvault.secret.proxy.hostname プロキシのホスト。
spring.cloud.azure.keyvault.secret.proxy.non-proxy-hosts プロキシ HTTP/HTTPS 接続を使用しないホストまたは CIDR の一覧。
spring.cloud.azure.keyvault.secret.proxy.password プロキシで認証するために使用されるパスワード。
spring.cloud.azure.keyvault.secret.proxy.port プロキシのポート。
spring.cloud.azure.keyvault.secret.proxy.type プロキシの種類。 たとえば、http、httpsocks4socks5。 たとえば、amqp、httpsocks
spring.cloud.azure.keyvault.secret.proxy.username プロキシで認証するために使用されるユーザー名。
spring.cloud.azure.keyvault.secret.resource.region Azure リソースのリージョン。 たとえば、"eastus"します。
spring.cloud.azure.keyvault.secret.resource.resource-group リソース グループは Azure リソースを保持します。
spring.cloud.azure.keyvault.secret.resource.resource-id Azure リソースの ID。
spring.cloud.azure.keyvault.secret.retry.exponential.base-delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.keyvault.secret.retry.exponential.max遅延 再試行の間の最大許容時間 (期間)。
spring.cloud.azure.keyvault.secret.retry.exponential.max再試行 試行の最大数。
spring.cloud.azure.keyvault.secret.retry.fixed.delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.keyvault.secret.retry.fixed.max再試行 試行の最大数。
spring.cloud.azure.keyvault.secret.retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.keyvault.secret.service-version API 要求を行うときに使用されるシークレット サービスのバージョン。
spring.cloud.azure.message-converter.isolated-object-mapper 分離オブジェクト マッパーを使用して EventHubsMessageConverter/ServiceBusMessageConverter/StorageQueueMessageConverter でメッセージをシリアル化/逆シリアル化するかどうかを指定します。 既定値は trueです。
spring.cloud.azure.profile.cloud-type 接続する Azure クラウドの名前。 サポートされている型は、AZUREAZURE_CHINAAZURE_US_GOVERNMENTOTHERです。 既定値は AZUREです。
spring.cloud.azure.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Data Lake Analytics カタログとジョブ エンドポイントサフィックス。
spring.cloud.azure.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システムエンドポイントサフィックス。
spring.cloud.azure.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.profile.environment.key-vault-dns-suffix Key Vault DNS サフィックス。
spring.cloud.azure.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.profile.environment.sql-server-hostname-suffix SQL Server ホスト名サフィックス。
spring.cloud.azure.profile.environment.storage-endpoint-suffix ストレージ エンドポイントサフィックス。
spring.cloud.azure.profile.subscription-id Azure リソースに接続するときに使用するサブスクリプション ID。
spring.cloud.azure.profile.tenant-id Azure リソースのテナント ID。 tenant-id に使用できる値は、commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.proxy.amqp.authentication-type プロキシに対して使用される認証の種類。 たとえば、nonebasicdigest。 既定値は 'none'です。
spring.cloud.azure.proxy.hostname プロキシのホスト。
spring.cloud.azure.proxy.http.non-proxy-hosts プロキシ HTTP/HTTPS 接続を使用しないホストまたは CIDR の一覧。
spring.cloud.azure.proxy.password プロキシで認証するために使用されるパスワード。
spring.cloud.azure.proxy.port プロキシのポート。
spring.cloud.azure.proxy.type プロキシの種類。 たとえば、http、httpsocks4socks5。 たとえば、amqp、httpsocks
spring.cloud.azure.proxy.username プロキシで認証するために使用されるユーザー名。
spring.cloud.azure.redis.name Azure Cache for Redis の名前。
spring.cloud.azure.redis.resource.region Azure リソースのリージョン。 たとえば、"eastus"します。
spring.cloud.azure.redis.resource.resource-group リソース グループは Azure リソースを保持します。
spring.cloud.azure.redis.resource.resource-id Azure リソースの ID。
spring.cloud.azure.retry.amqp.try-timeout タイムアウトまで待機する時間 (期間)。
spring.cloud.azure.retry.exponential.base-delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.retry.exponential.max遅延 再試行の間の最大許容時間 (期間)。
spring.cloud.azure.retry.exponential.max再試行 試行の最大数。
spring.cloud.azure.retry.fixed.delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.retry.fixed.max再試行 試行の最大数。
spring.cloud.azure.retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.servicebus.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.servicebus.client.transport-type AMQP ベースのクライアントのトランスポートの種類。 サポートされている種類は AMQP、AMQP_WEB_SOCKETSです。
spring.cloud.azure.servicebus.connection-string サービス バスに接続するための接続文字列。
spring.cloud.azure.servicebus.consumer.auto-complete オートコンプリートを有効にするかどうかを指定します。
spring.cloud.azure.servicebus.consumer.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.servicebus.consumer.client.transport-type AMQP ベースのクライアントのトランスポートの種類。 サポートされている種類は AMQP、AMQP_WEB_SOCKETSです。
spring.cloud.azure.servicebus.consumer.connection-string サービス バスに接続するための接続文字列。
spring.cloud.azure.servicebus.consumer.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.servicebus.consumer.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.servicebus.consumer.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.servicebus.consumer.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.servicebus.consumer.credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true でクライアント ID が設定されている場合は、クライアント ID をユーザー割り当てマネージド ID クライアント ID として使用します。 既定値は falseです。
spring.cloud.azure.servicebus.consumer.credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.servicebus.consumer.credential.token-credential-bean-name Custom Service Builder ファクトリまたはパスワードレス認証に使用されるカスタム com.azure.core.credential.TokenCredential Bean 名を取得します。
spring.cloud.azure.servicebus.consumer.credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.servicebus.consumer.custom-endpoint-address Service Bus サービスに接続するときにカスタム エンドポイント アドレスを設定します。 これは、ネットワークが標準の Azure Service Bus エンドポイント アドレスへの接続を許可せず、中継局経由での接続を許可している場合に役立ちます。 例: {@literal https://my.custom.endpoint.com:55300}.
spring.cloud.azure.servicebus.consumer.domain-name Service Bus 名前空間のドメイン名。
spring.cloud.azure.servicebus.consumer.enabled Azure サービスが有効になっているかどうか。 既定値は trueです。
spring.cloud.azure.servicebus.consumer.entity-name Service Bus キューまたはトピックの名前。
spring.cloud.azure.servicebus.consumer.entity-type キューまたはトピックである Service Bus エンティティの種類。
spring.cloud.azure.servicebus.consumer.max-auto-lock-renew-duration ロックの自動更新を続行する時間。
spring.cloud.azure.servicebus.consumer.namespace サービス バスの名前空間。FQDN のプレフィックスです。 FQDN は、NamespaceName><で構成する必要があります。<DomainName>
spring.cloud.azure.servicebus.consumer.prefetch-count コンシューマーのプリフェッチ数。
spring.cloud.azure.servicebus.consumer.profile.cloud-type 接続する Azure クラウドの名前。 サポートされている型は、AZUREAZURE_CHINAAZURE_US_GOVERNMENTOTHERです。 既定値は AZUREです。
spring.cloud.azure.servicebus.consumer.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.servicebus.consumer.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.servicebus.consumer.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.servicebus.consumer.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.servicebus.consumer.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.servicebus.consumer.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Data Lake Analytics カタログとジョブ エンドポイントサフィックス。
spring.cloud.azure.servicebus.consumer.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システムエンドポイントサフィックス。
spring.cloud.azure.servicebus.consumer.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.servicebus.consumer.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.servicebus.consumer.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.servicebus.consumer.profile.environment.key-vault-dns-suffix Key Vault DNS サフィックス。
spring.cloud.azure.servicebus.consumer.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.servicebus.consumer.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.servicebus.consumer.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.servicebus.consumer.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.servicebus.consumer.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.servicebus.consumer.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.servicebus.consumer.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.servicebus.consumer.profile.environment.sql-server-hostname-suffix SQL Server ホスト名サフィックス。
spring.cloud.azure.servicebus.consumer.profile.environment.storage-endpoint-suffix ストレージ エンドポイントサフィックス。
spring.cloud.azure.servicebus.consumer.profile.subscription-id Azure リソースに接続するときに使用するサブスクリプション ID。
spring.cloud.azure.servicebus.consumer.profile.tenant-id Azure リソースのテナント ID。 tenant-id に使用できる値は、commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.servicebus.consumer.proxy.authentication-type プロキシに対して使用される認証の種類。 たとえば、nonebasicdigest。 既定値は 'none'です。
spring.cloud.azure.servicebus.consumer.proxy.hostname プロキシのホスト。
spring.cloud.azure.servicebus.consumer.proxy.password プロキシで認証するために使用されるパスワード。
spring.cloud.azure.servicebus.consumer.proxy.port プロキシのポート。
spring.cloud.azure.servicebus.consumer.proxy.type プロキシの種類。 たとえば、http、httpsocks4socks5。 たとえば、amqp、httpsocks
spring.cloud.azure.servicebus.consumer.proxy.username プロキシで認証するために使用されるユーザー名。
spring.cloud.azure.servicebus.consumer.receive-mode メッセージを受信するためのモード。
spring.cloud.azure.servicebus.consumer.resource.region Azure リソースのリージョン。 たとえば、"eastus"します。
spring.cloud.azure.servicebus.consumer.resource.resource-group リソース グループは Azure リソースを保持します。
spring.cloud.azure.servicebus.consumer.resource.resource-id Azure リソースの ID。
spring.cloud.azure.servicebus.consumer.retry.exponential.base-delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.servicebus.consumer.retry.exponential.max遅延 再試行の間の最大許容時間 (期間)。
spring.cloud.azure.servicebus.consumer.retry.exponential.max再試行 試行の最大数。
spring.cloud.azure.servicebus.consumer.retry.fixed.delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.servicebus.consumer.retry.fixed.max再試行 試行の最大数。
spring.cloud.azure.servicebus.consumer.retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.servicebus.consumer.retry.try-timeout タイムアウトになるまで待機する時間 (期間)。
spring.cloud.azure.servicebus.consumer.session-enabled コンシューマーのセッションを有効にするかどうかを指定します。
spring.cloud.azure.servicebus.consumer.sub-queue 接続するサブキューの種類。
spring.cloud.azure.servicebus.consumer.subscription-name トピック サブスクリプションの名前。
spring.cloud.azure.servicebus.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.servicebus.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.servicebus.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.servicebus.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.servicebus.credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true でクライアント ID が設定されている場合は、クライアント ID をユーザー割り当てマネージド ID クライアント ID として使用します。 既定値は falseです。
spring.cloud.azure.servicebus.credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.servicebus.credential.token-credential-bean-name Custom Service Builder ファクトリまたはパスワードレス認証に使用されるカスタム com.azure.core.credential.TokenCredential Bean 名を取得します。
spring.cloud.azure.servicebus.credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.servicebus.cross-entity-transactions Service Bus への接続でクロス エンティティ トランザクションを有効にするかどうかを指定します。
spring.cloud.azure.servicebus.custom-endpoint-address Service Bus サービスに接続するときにカスタム エンドポイント アドレスを設定します。 これは、ネットワークが標準の Azure Service Bus エンドポイント アドレスへの接続を許可せず、中継局経由での接続を許可している場合に役立ちます。 例: {@literal https://my.custom.endpoint.com:55300}.
spring.cloud.azure.servicebus.domain-name Service Bus 名前空間のドメイン名。
spring.cloud.azure.servicebus.enabled Azure サービスが有効になっているかどうか。 既定値は trueです。
spring.cloud.azure.servicebus.entity-name Service Bus キューまたはトピックの名前。
spring.cloud.azure.servicebus.entity-type キューまたはトピックである Service Bus エンティティの種類。
spring.cloud.azure.servicebus.namespace サービス バスの名前空間。FQDN のプレフィックスです。 FQDN は、NamespaceName><で構成する必要があります。<DomainName>
spring.cloud.azure.servicebus.processor.auto-complete オートコンプリートを有効にするかどうかを指定します。
spring.cloud.azure.servicebus.processor.auto-startup 初期化後にプロセッサを自動的に起動するかどうかを指定します。 既定値は trueです。
spring.cloud.azure.servicebus.processor.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.servicebus.processor.client.transport-type AMQP ベースのクライアントのトランスポートの種類。 サポートされている種類は AMQP、AMQP_WEB_SOCKETSです。
spring.cloud.azure.servicebus.processor.connection-string サービス バスに接続するための接続文字列。
spring.cloud.azure.servicebus.processor.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.servicebus.processor.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.servicebus.processor.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.servicebus.processor.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.servicebus.processor.credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true でクライアント ID が設定されている場合は、クライアント ID をユーザー割り当てマネージド ID クライアント ID として使用します。 既定値は falseです。
spring.cloud.azure.servicebus.processor.credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.servicebus.processor.credential.token-credential-bean-name Custom Service Builder ファクトリまたはパスワードレス認証に使用されるカスタム com.azure.core.credential.TokenCredential Bean 名を取得します。
spring.cloud.azure.servicebus.processor.credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.servicebus.processor.custom-endpoint-address Service Bus サービスに接続するときにカスタム エンドポイント アドレスを設定します。 これは、ネットワークが標準の Azure Service Bus エンドポイント アドレスへの接続を許可せず、中継局経由での接続を許可している場合に役立ちます。 例: {@literal https://my.custom.endpoint.com:55300}.
spring.cloud.azure.servicebus.processor.domain-name Service Bus 名前空間のドメイン名。
spring.cloud.azure.servicebus.processor.enabled Azure サービスが有効になっているかどうか。 既定値は trueです。
spring.cloud.azure.servicebus.processor.entity-name Service Bus キューまたはトピックの名前。
spring.cloud.azure.servicebus.processor.entity-type キューまたはトピックである Service Bus エンティティの種類。
spring.cloud.azure.servicebus.processor.max-auto-lock-renew-duration ロックの自動更新を続行する時間。
spring.cloud.azure.servicebus.processor.max同時実行呼び出し 処理する同時メッセージの最大数。 セッションを有効にすると、各セッションに適用されます。
spring.cloud.azure.servicebus.processor.max-concurrent-sessions 任意の時点で処理する同時セッションの最大数。
spring.cloud.azure.servicebus.processor.namespace サービス バスの名前空間。FQDN のプレフィックスです。 FQDN は、NamespaceName><で構成する必要があります。<DomainName>
spring.cloud.azure.servicebus.processor.prefetch-count コンシューマーのプリフェッチ数。
spring.cloud.azure.servicebus.processor.profile.cloud-type 接続する Azure クラウドの名前。 サポートされている型は、AZUREAZURE_CHINAAZURE_US_GOVERNMENTOTHERです。 既定値は AZUREです。
spring.cloud.azure.servicebus.processor.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.servicebus.processor.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.servicebus.processor.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.servicebus.processor.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.servicebus.processor.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.servicebus.processor.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Data Lake Analytics カタログとジョブ エンドポイントサフィックス。
spring.cloud.azure.servicebus.processor.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システムエンドポイントサフィックス。
spring.cloud.azure.servicebus.processor.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.servicebus.processor.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.servicebus.processor.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.servicebus.processor.profile.environment.key-vault-dns-suffix Key Vault DNS サフィックス。
spring.cloud.azure.servicebus.processor.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.servicebus.processor.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.servicebus.processor.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.servicebus.processor.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.servicebus.processor.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.servicebus.processor.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.servicebus.processor.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.servicebus.processor.profile.environment.sql-server-hostname-suffix SQL Server ホスト名サフィックス。
spring.cloud.azure.servicebus.processor.profile.environment.storage-endpoint-suffix ストレージ エンドポイントサフィックス。
spring.cloud.azure.servicebus.processor.profile.subscription-id Azure リソースに接続するときに使用するサブスクリプション ID。
spring.cloud.azure.servicebus.processor.profile.tenant-id Azure リソースのテナント ID。 tenant-id に使用できる値は、commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.servicebus.processor.proxy.authentication-type プロキシに対して使用される認証の種類。 たとえば、nonebasicdigest。 既定値は 'none'です。
spring.cloud.azure.servicebus.processor.proxy.hostname プロキシのホスト。
spring.cloud.azure.servicebus.processor.proxy.password プロキシで認証するために使用されるパスワード。
spring.cloud.azure.servicebus.processor.proxy.port プロキシのポート。
spring.cloud.azure.servicebus.processor.proxy.type プロキシの種類。 たとえば、http、httpsocks4socks5。 たとえば、amqp、httpsocks
spring.cloud.azure.servicebus.processor.proxy.username プロキシで認証するために使用されるユーザー名。
spring.cloud.azure.servicebus.processor.receive-mode メッセージを受信するためのモード。
spring.cloud.azure.servicebus.processor.resource.region Azure リソースのリージョン。 たとえば、"eastus"します。
spring.cloud.azure.servicebus.processor.resource.resource-group リソース グループは Azure リソースを保持します。
spring.cloud.azure.servicebus.processor.resource.resource-id Azure リソースの ID。
spring.cloud.azure.servicebus.processor.retry.exponential.base-delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.servicebus.processor.retry.exponential.max遅延 再試行の間の最大許容時間 (期間)。
spring.cloud.azure.servicebus.processor.retry.exponential.max再試行 試行の最大数。
spring.cloud.azure.servicebus.processor.retry.fixed.delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.servicebus.processor.retry.fixed.max再試行 試行の最大数。
spring.cloud.azure.servicebus.processor.retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.servicebus.processor.retry.try-timeout タイムアウトになるまで待機する時間 (期間)。
spring.cloud.azure.servicebus.processor.session-enabled コンシューマーのセッションを有効にするかどうかを指定します。
spring.cloud.azure.servicebus.processor.sub-queue 接続するサブキューの種類。
spring.cloud.azure.servicebus.processor.subscription-name トピック サブスクリプションの名前。
spring.cloud.azure.servicebus.producer.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.servicebus.producer.client.transport-type AMQP ベースのクライアントのトランスポートの種類。 サポートされている種類は AMQP、AMQP_WEB_SOCKETSです。
spring.cloud.azure.servicebus.producer.connection-string サービス バスに接続するための接続文字列。
spring.cloud.azure.servicebus.producer.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.servicebus.producer.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.servicebus.producer.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.servicebus.producer.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.servicebus.producer.credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true でクライアント ID が設定されている場合は、クライアント ID をユーザー割り当てマネージド ID クライアント ID として使用します。 既定値は falseです。
spring.cloud.azure.servicebus.producer.credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.servicebus.producer.credential.token-credential-bean-name Custom Service Builder ファクトリまたはパスワードレス認証に使用されるカスタム com.azure.core.credential.TokenCredential Bean 名を取得します。
spring.cloud.azure.servicebus.producer.credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.servicebus.producer.custom-endpoint-address Service Bus サービスに接続するときにカスタム エンドポイント アドレスを設定します。 これは、ネットワークが標準の Azure Service Bus エンドポイント アドレスへの接続を許可せず、中継局経由での接続を許可している場合に役立ちます。 例: {@literal https://my.custom.endpoint.com:55300}.
spring.cloud.azure.servicebus.producer.domain-name Service Bus 名前空間のドメイン名。
spring.cloud.azure.servicebus.producer.enabled Azure サービスが有効になっているかどうか。 既定値は trueです。
spring.cloud.azure.servicebus.producer.entity-name Service Bus キューまたはトピックの名前。
spring.cloud.azure.servicebus.producer.entity-type キューまたはトピックである Service Bus エンティティの種類。
spring.cloud.azure.servicebus.producer.namespace サービス バスの名前空間。FQDN のプレフィックスです。 FQDN は、NamespaceName><で構成する必要があります。<DomainName>
spring.cloud.azure.servicebus.producer.profile.cloud-type 接続する Azure クラウドの名前。 サポートされている型は、AZUREAZURE_CHINAAZURE_US_GOVERNMENTOTHERです。 既定値は AZUREです。
spring.cloud.azure.servicebus.producer.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.servicebus.producer.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.servicebus.producer.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.servicebus.producer.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.servicebus.producer.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.servicebus.producer.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Data Lake Analytics カタログとジョブ エンドポイントサフィックス。
spring.cloud.azure.servicebus.producer.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システムエンドポイントサフィックス。
spring.cloud.azure.servicebus.producer.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.servicebus.producer.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.servicebus.producer.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.servicebus.producer.profile.environment.key-vault-dns-suffix Key Vault DNS サフィックス。
spring.cloud.azure.servicebus.producer.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.servicebus.producer.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.servicebus.producer.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.servicebus.producer.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.servicebus.producer.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.servicebus.producer.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.servicebus.producer.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.servicebus.producer.profile.environment.sql-server-hostname-suffix SQL Server ホスト名サフィックス。
spring.cloud.azure.servicebus.producer.profile.environment.storage-endpoint-suffix ストレージ エンドポイントサフィックス。
spring.cloud.azure.servicebus.producer.profile.subscription-id Azure リソースに接続するときに使用するサブスクリプション ID。
spring.cloud.azure.servicebus.producer.profile.tenant-id Azure リソースのテナント ID。 tenant-id に使用できる値は、commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.servicebus.producer.proxy.authentication-type プロキシに対して使用される認証の種類。 たとえば、nonebasicdigest。 既定値は 'none'です。
spring.cloud.azure.servicebus.producer.proxy.hostname プロキシのホスト。
spring.cloud.azure.servicebus.producer.proxy.password プロキシで認証するために使用されるパスワード。
spring.cloud.azure.servicebus.producer.proxy.port プロキシのポート。
spring.cloud.azure.servicebus.producer.proxy.type プロキシの種類。 たとえば、http、httpsocks4socks5。 たとえば、amqp、httpsocks
spring.cloud.azure.servicebus.producer.proxy.username プロキシで認証するために使用されるユーザー名。
spring.cloud.azure.servicebus.producer.resource.region Azure リソースのリージョン。 たとえば、"eastus"します。
spring.cloud.azure.servicebus.producer.resource.resource-group リソース グループは Azure リソースを保持します。
spring.cloud.azure.servicebus.producer.resource.resource-id Azure リソースの ID。
spring.cloud.azure.servicebus.producer.retry.exponential.base-delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.servicebus.producer.retry.exponential.max遅延 再試行の間の最大許容時間 (期間)。
spring.cloud.azure.servicebus.producer.retry.exponential.max再試行 試行の最大数。
spring.cloud.azure.servicebus.producer.retry.fixed.delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.servicebus.producer.retry.fixed.max再試行 試行の最大数。
spring.cloud.azure.servicebus.producer.retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.servicebus.producer.retry.try-timeout タイムアウトになるまで待機する時間 (期間)。
spring.cloud.azure.servicebus.profile.cloud-type 接続する Azure クラウドの名前。 サポートされている型は、AZUREAZURE_CHINAAZURE_US_GOVERNMENTOTHERです。 既定値は AZUREです。
spring.cloud.azure.servicebus.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.servicebus.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.servicebus.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.servicebus.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.servicebus.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.servicebus.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Data Lake Analytics カタログとジョブ エンドポイントサフィックス。
spring.cloud.azure.servicebus.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システムエンドポイントサフィックス。
spring.cloud.azure.servicebus.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.servicebus.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.servicebus.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.servicebus.profile.environment.key-vault-dns-suffix Key Vault DNS サフィックス。
spring.cloud.azure.servicebus.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.servicebus.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.servicebus.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.servicebus.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.servicebus.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.servicebus.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.servicebus.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.servicebus.profile.environment.sql-server-hostname-suffix SQL Server ホスト名サフィックス。
spring.cloud.azure.servicebus.profile.environment.storage-endpoint-suffix ストレージ エンドポイントサフィックス。
spring.cloud.azure.servicebus.profile.subscription-id Azure リソースに接続するときに使用するサブスクリプション ID。
spring.cloud.azure.servicebus.profile.tenant-id Azure リソースのテナント ID。 tenant-id に使用できる値は、commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.servicebus.proxy.authentication-type プロキシに対して使用される認証の種類。 たとえば、nonebasicdigest。 既定値は 'none'です。
spring.cloud.azure.servicebus.proxy.hostname プロキシのホスト。
spring.cloud.azure.servicebus.proxy.password プロキシで認証するために使用されるパスワード。
spring.cloud.azure.servicebus.proxy.port プロキシのポート。
spring.cloud.azure.servicebus.proxy.type プロキシの種類。 たとえば、http、httpsocks4socks5。 たとえば、amqp、httpsocks
spring.cloud.azure.servicebus.proxy.username プロキシで認証するために使用されるユーザー名。
spring.cloud.azure.servicebus.resource.name サービス バスの名前空間。
spring.cloud.azure.servicebus.resource.region Azure リソースのリージョン。 たとえば、"eastus"します。
spring.cloud.azure.servicebus.resource.resource-group リソース グループは Azure リソースを保持します。
spring.cloud.azure.servicebus.resource.resource-id Azure リソースの ID。
spring.cloud.azure.servicebus.retry.exponential.base-delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.servicebus.retry.exponential.max遅延 再試行の間の最大許容時間 (期間)。
spring.cloud.azure.servicebus.retry.exponential.max再試行 試行の最大数。
spring.cloud.azure.servicebus.retry.fixed.delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.servicebus.retry.fixed.max再試行 試行の最大数。
spring.cloud.azure.servicebus.retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.servicebus.retry.try-timeout タイムアウトになるまで待機する時間 (期間)。
spring.cloud.azure.storage.account-key ストレージ アカウントのアクセス キー。
spring.cloud.azure.storage.account-name ストレージ アカウントの名前。
spring.cloud.azure.storage.blob.account-key ストレージ アカウントのアクセス キー。
spring.cloud.azure.storage.blob.account-name ストレージ アカウントの名前。
spring.cloud.azure.storage.blob.blob-name BLOB の名前。
spring.cloud.azure.storage.blob.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.storage.blob.client.connect-timeout 要求がリモート ホストへの接続を試行し、接続が解決される時間 (期間)。
spring.cloud.azure.storage.blob.client.connection-idle-timeout アイドル状態の接続の前の時間 (期間)。
spring.cloud.azure.storage.blob.client.headers クライアントと共に送信された各要求に適用されるヘッダーの一覧。 たとえば、"myCustomHeader", "myStaticValue"します。
spring.cloud.azure.storage.blob.client.headers[0].name ヘッダーの名前。
spring.cloud.azure.storage.blob.client.headers[0].values ヘッダーの値の一覧。
spring.cloud.azure.storage.blob.client.logging.allowed-header-names ログに記録する必要がある許可リスト ヘッダーのコンマ区切りリスト。 既定値は "x-ms-request-id","x-ms-client-request-id","x-ms-return-client-request-id","traceparent","MS-CV","Accept","Cache-Control","Connection","Content-Length","Content-Type","Date","ETag","Expires","If-Match","If-Modified-Since","If-None-Match","If-Unmodified-Since","Last-Modified","Pragma","Request-Id","Retry-After","Server","Transfer-Encoding","User-Agent","WWW-Authenticate"です。
spring.cloud.azure.storage.blob.client.logging.allowed-query-param-names 許可リスト クエリ パラメーターのコンマ区切りリスト。 既定値は "api-version"です。
spring.cloud.azure.storage.blob.client.logging.level HTTP メッセージにログオンする詳細レベル。 サポートされている型は、NONE、BASIC、HEADERS、BODY、BODY_AND_HEADERSです。 既定値は NONEです。
spring.cloud.azure.storage.blob.client.logging.pretty-print-body メッセージ本文をかなり印刷するかどうか。 既定値は falseです。
spring.cloud.azure.storage.blob.client.maximum-connection-pool-size 基になる HTTP クライアントによって使用される最大接続プール サイズ。
spring.cloud.azure.storage.blob.client.read-timeout サーバーの応答を読み取るときに使用される時間 (期間)。
spring.cloud.azure.storage.blob.client.response-timeout サーバーの応答を待機するときに使用される時間 (期間)。
spring.cloud.azure.storage.blob.client.write-timeout ネットワーク経由で各要求が送信される時間 (期間)。
spring.cloud.azure.storage.blob.connection-string サービスに接続するための接続文字列。
spring.cloud.azure.storage.blob.container-name コンテナーの名前。
spring.cloud.azure.storage.blob.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.storage.blob.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.storage.blob.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.storage.blob.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.storage.blob.credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true でクライアント ID が設定されている場合は、クライアント ID をユーザー割り当てマネージド ID クライアント ID として使用します。 既定値は falseです。
spring.cloud.azure.storage.blob.credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.storage.blob.credential.token-credential-bean-name Custom Service Builder ファクトリまたはパスワードレス認証に使用されるカスタム com.azure.core.credential.TokenCredential Bean 名を取得します。
spring.cloud.azure.storage.blob.credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.storage.blob.customer-provided-key サーバー上の BLOB の内容を暗号化するために使用される、顧客が指定した暗号化キー (base64 でエンコードされた文字列)。 の詳細については、お客様が提供するキーに関する Microsoft ドキュメント 参照してください。
spring.cloud.azure.storage.blob.enabled Azure サービスが有効になっているかどうか。 既定値は trueです。
spring.cloud.azure.storage.blob.encryption-scope 要求で指定されたデータの暗号化に使用する暗号化スコープの名前を指定します。 指定しない場合、暗号化は既定のアカウント暗号化スコープで実行されます。 の詳細については、暗号化スコープに関する Microsoft ドキュメント 参照してください。
spring.cloud.azure.storage.blob.endpoint Azure Storage サービスのエンドポイント。 たとえば、BLOB の https://{storage-account-name}.blob.storage.azure.net、ファイル共有の https://{storage-account-name}.file.storage.azure.net、キューの https://{storage-account-name}.queue.storage.azure.net などです。
spring.cloud.azure.storage.blob.profile.cloud-type 接続する Azure クラウドの名前。 サポートされている型は、AZUREAZURE_CHINAAZURE_US_GOVERNMENTOTHERです。 既定値は AZUREです。
spring.cloud.azure.storage.blob.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.storage.blob.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.storage.blob.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.storage.blob.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.storage.blob.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.storage.blob.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Data Lake Analytics カタログとジョブ エンドポイントサフィックス。
spring.cloud.azure.storage.blob.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システムエンドポイントサフィックス。
spring.cloud.azure.storage.blob.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.storage.blob.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.storage.blob.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.storage.blob.profile.environment.key-vault-dns-suffix Key Vault DNS サフィックス。
spring.cloud.azure.storage.blob.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.storage.blob.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.storage.blob.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.storage.blob.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.storage.blob.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.storage.blob.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.storage.blob.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.storage.blob.profile.environment.sql-server-hostname-suffix SQL Server ホスト名サフィックス。
spring.cloud.azure.storage.blob.profile.environment.storage-endpoint-suffix ストレージ エンドポイントサフィックス。
spring.cloud.azure.storage.blob.profile.subscription-id Azure リソースに接続するときに使用するサブスクリプション ID。
spring.cloud.azure.storage.blob.profile.tenant-id Azure リソースのテナント ID。 tenant-id に使用できる値は、commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.storage.blob.proxy.hostname プロキシのホスト。
spring.cloud.azure.storage.blob.proxy.non-proxy-hosts プロキシ HTTP/HTTPS 接続を使用しないホストまたは CIDR の一覧。
spring.cloud.azure.storage.blob.proxy.password プロキシで認証するために使用されるパスワード。
spring.cloud.azure.storage.blob.proxy.port プロキシのポート。
spring.cloud.azure.storage.blob.proxy.type プロキシの種類。 たとえば、http、httpsocks4socks5。 たとえば、amqp、httpsocks
spring.cloud.azure.storage.blob.proxy.username プロキシで認証するために使用されるユーザー名。
spring.cloud.azure.storage.blob.resource.region Azure リソースのリージョン。 たとえば、"eastus"します。
spring.cloud.azure.storage.blob.resource.resource-group リソース グループは Azure リソースを保持します。
spring.cloud.azure.storage.blob.resource.resource-id Azure リソースの ID。
spring.cloud.azure.storage.blob.retry.exponential.base-delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.storage.blob.retry.exponential.max遅延 再試行の間の最大許容時間 (期間)。
spring.cloud.azure.storage.blob.retry.exponential.max再試行 試行の最大数。
spring.cloud.azure.storage.blob.retry.fixed.delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.storage.blob.retry.fixed.max再試行 試行の最大数。
spring.cloud.azure.storage.blob.retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.storage.blob.retry.secondary-host プライマリ リージョンが使用できなくなった場合に要求を再試行するセカンダリ ストレージ アカウント。 たとえば、https://{storage-account-name}-secondary.file.storage.azure.netします。
spring.cloud.azure.storage.blob.retry.try-timeout タイムアウトになるまで待機する時間 (期間)。
spring.cloud.azure.storage.blob.sas-token サービスに送信された要求を承認するために使用される Shared Access Signature (SAS) トークン。
spring.cloud.azure.storage.blob.service-version API 要求を行うときに使用される BLOB サービスのバージョン。
spring.cloud.azure.storage.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.storage.client.connect-timeout 要求がリモート ホストへの接続を試行し、接続が解決される時間 (期間)。
spring.cloud.azure.storage.client.connection-idle-timeout アイドル状態の接続の前の時間 (期間)。
spring.cloud.azure.storage.client.headers クライアントと共に送信された各要求に適用されるヘッダーの一覧。 たとえば、"myCustomHeader", "myStaticValue"します。
spring.cloud.azure.storage.client.logging.allowed-header-names ログに記録する必要がある許可リスト ヘッダーのコンマ区切りリスト。 既定値は "x-ms-request-id","x-ms-client-request-id","x-ms-return-client-request-id","traceparent","MS-CV","Accept","Cache-Control","Connection","Content-Length","Content-Type","Date","ETag","Expires","If-Match","If-Modified-Since","If-None-Match","If-Unmodified-Since","Last-Modified","Pragma","Request-Id","Retry-After","Server","Transfer-Encoding","User-Agent","WWW-Authenticate"です。
spring.cloud.azure.storage.client.logging.allowed-query-param-names 許可リスト クエリ パラメーターのコンマ区切りリスト。 既定値は "api-version"です。
spring.cloud.azure.storage.client.logging.level HTTP メッセージにログオンする詳細レベル。 サポートされている型は、NONE、BASIC、HEADERS、BODY、BODY_AND_HEADERSです。 既定値は NONEです。
spring.cloud.azure.storage.client.logging.pretty-print-body メッセージ本文をかなり印刷するかどうか。 既定値は falseです。
spring.cloud.azure.storage.client.maximum-connection-pool-size 基になる HTTP クライアントによって使用される最大接続プール サイズ。
spring.cloud.azure.storage.client.read-timeout サーバーの応答を読み取るときに使用される時間 (期間)。
spring.cloud.azure.storage.client.response-timeout サーバーの応答を待機するときに使用される時間 (期間)。
spring.cloud.azure.storage.client.write-timeout ネットワーク経由で各要求が送信される時間 (期間)。
spring.cloud.azure.storage.connection-string サービスに接続するための接続文字列。
spring.cloud.azure.storage.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.storage.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.storage.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.storage.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.storage.credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true でクライアント ID が設定されている場合は、クライアント ID をユーザー割り当てマネージド ID クライアント ID として使用します。 既定値は falseです。
spring.cloud.azure.storage.credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.storage.credential.token-credential-bean-name Custom Service Builder ファクトリまたはパスワードレス認証に使用されるカスタム com.azure.core.credential.TokenCredential Bean 名を取得します。
spring.cloud.azure.storage.credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.storage.enabled Azure サービスが有効になっているかどうか。 既定値は trueです。
spring.cloud.azure.storage.endpoint Azure Storage サービスのエンドポイント。 たとえば、BLOB の https://{storage-account-name}.blob.storage.azure.net、ファイル共有の https://{storage-account-name}.file.storage.azure.net、キューの https://{storage-account-name}.queue.storage.azure.net などです。
spring.cloud.azure.storage.fileshare.account-key ストレージ アカウントのアクセス キー。
spring.cloud.azure.storage.fileshare.account-name ストレージ アカウントの名前。
spring.cloud.azure.storage.fileshare.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.storage.fileshare.client.connect-timeout 要求がリモート ホストへの接続を試行し、接続が解決される時間 (期間)。
spring.cloud.azure.storage.fileshare.client.connection-idle-timeout アイドル状態の接続の前の時間 (期間)。
spring.cloud.azure.storage.fileshare.client.headers クライアントと共に送信された各要求に適用されるヘッダーの一覧。 たとえば、"myCustomHeader", "myStaticValue"します。
spring.cloud.azure.storage.fileshare.client.headers[0].name ヘッダーの名前。
spring.cloud.azure.storage.fileshare.client.headers[0].values ヘッダーの値の一覧。
spring.cloud.azure.storage.fileshare.client.logging.allowed-header-names ログに記録する必要がある許可リスト ヘッダーのコンマ区切りリスト。 既定値は "x-ms-request-id","x-ms-client-request-id","x-ms-return-client-request-id","traceparent","MS-CV","Accept","Cache-Control","Connection","Content-Length","Content-Type","Date","ETag","Expires","If-Match","If-Modified-Since","If-None-Match","If-Unmodified-Since","Last-Modified","Pragma","Request-Id","Retry-After","Server","Transfer-Encoding","User-Agent","WWW-Authenticate"です。
spring.cloud.azure.storage.fileshare.client.logging.allowed-query-param-names 許可リスト クエリ パラメーターのコンマ区切りリスト。 既定値は "api-version"です。
spring.cloud.azure.storage.fileshare.client.logging.level HTTP メッセージにログオンする詳細レベル。 サポートされている型は、NONE、BASIC、HEADERS、BODY、BODY_AND_HEADERSです。 既定値は NONEです。
spring.cloud.azure.storage.fileshare.client.logging.pretty-print-body メッセージ本文をかなり印刷するかどうか。 既定値は falseです。
spring.cloud.azure.storage.fileshare.client.maximum-connection-pool-size 基になる HTTP クライアントによって使用される最大接続プール サイズ。
spring.cloud.azure.storage.fileshare.client.read-timeout サーバーの応答を読み取るときに使用される時間 (期間)。
spring.cloud.azure.storage.fileshare.client.response-timeout サーバーの応答を待機するときに使用される時間 (期間)。
spring.cloud.azure.storage.fileshare.client.write-timeout ネットワーク経由で各要求が送信される時間 (期間)。
spring.cloud.azure.storage.fileshare.connection-string サービスに接続するための接続文字列。
spring.cloud.azure.storage.fileshare.directory-path ディレクトリへのパス。 たとえば、directory1/directory2します。
spring.cloud.azure.storage.fileshare.enabled Azure サービスが有効になっているかどうか。 既定値は trueです。
spring.cloud.azure.storage.fileshare.endpoint Azure Storage サービスのエンドポイント。 たとえば、BLOB の https://{storage-account-name}.blob.storage.azure.net、ファイル共有の https://{storage-account-name}.file.storage.azure.net、キューの https://{storage-account-name}.queue.storage.azure.net などです。
spring.cloud.azure.storage.fileshare.file-path ファイルへのパス。 たとえば、directory1/file1します。
spring.cloud.azure.storage.fileshare.profile.cloud-type 接続する Azure クラウドの名前。 サポートされている型は、AZUREAZURE_CHINAAZURE_US_GOVERNMENTOTHERです。 既定値は AZUREです。
spring.cloud.azure.storage.fileshare.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.storage.fileshare.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.storage.fileshare.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.storage.fileshare.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.storage.fileshare.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.storage.fileshare.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Data Lake Analytics カタログとジョブ エンドポイントサフィックス。
spring.cloud.azure.storage.fileshare.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システムエンドポイントサフィックス。
spring.cloud.azure.storage.fileshare.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.storage.fileshare.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.storage.fileshare.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.storage.fileshare.profile.environment.key-vault-dns-suffix Key Vault DNS サフィックス。
spring.cloud.azure.storage.fileshare.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.storage.fileshare.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.storage.fileshare.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.storage.fileshare.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.storage.fileshare.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.storage.fileshare.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.storage.fileshare.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.storage.fileshare.profile.environment.sql-server-hostname-suffix SQL Server ホスト名サフィックス。
spring.cloud.azure.storage.fileshare.profile.environment.storage-endpoint-suffix ストレージ エンドポイントサフィックス。
spring.cloud.azure.storage.fileshare.profile.subscription-id Azure リソースに接続するときに使用するサブスクリプション ID。
spring.cloud.azure.storage.fileshare.profile.tenant-id Azure リソースのテナント ID。 tenant-id に使用できる値は、commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.storage.fileshare.proxy.hostname プロキシのホスト。
spring.cloud.azure.storage.fileshare.proxy.non-proxy-hosts プロキシ HTTP/HTTPS 接続を使用しないホストまたは CIDR の一覧。
spring.cloud.azure.storage.fileshare.proxy.password プロキシで認証するために使用されるパスワード。
spring.cloud.azure.storage.fileshare.proxy.port プロキシのポート。
spring.cloud.azure.storage.fileshare.proxy.type プロキシの種類。 たとえば、http、httpsocks4socks5。 たとえば、amqp、httpsocks
spring.cloud.azure.storage.fileshare.proxy.username プロキシで認証するために使用されるユーザー名。
spring.cloud.azure.storage.fileshare.resource.region Azure リソースのリージョン。 たとえば、"eastus"します。
spring.cloud.azure.storage.fileshare.resource.resource-group リソース グループは Azure リソースを保持します。
spring.cloud.azure.storage.fileshare.resource.resource-id Azure リソースの ID。
spring.cloud.azure.storage.fileshare.retry.exponential.base-delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.storage.fileshare.retry.exponential.max遅延 再試行の間の最大許容時間 (期間)。
spring.cloud.azure.storage.fileshare.retry.exponential.max再試行 試行の最大数。
spring.cloud.azure.storage.fileshare.retry.fixed.delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.storage.fileshare.retry.fixed.max再試行 試行の最大数。
spring.cloud.azure.storage.fileshare.retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.storage.fileshare.retry.secondary-host プライマリ リージョンが使用できなくなった場合に要求を再試行するセカンダリ ストレージ アカウント。 たとえば、https://{storage-account-name}-secondary.file.storage.azure.netします。
spring.cloud.azure.storage.fileshare.retry.try-timeout タイムアウトになるまで待機する時間 (期間)。
spring.cloud.azure.storage.fileshare.sas-token サービスに送信された要求を承認するために使用される Shared Access Signature (SAS) トークン。
spring.cloud.azure.storage.fileshare.service-version API 要求の作成時に使用されるサービスのバージョンを共有する
spring.cloud.azure.storage.fileshare.share-name 共有の名前。
spring.cloud.azure.storage.profile.cloud-type 接続する Azure クラウドの名前。 サポートされている型は、AZUREAZURE_CHINAAZURE_US_GOVERNMENTOTHERです。 既定値は AZUREです。
spring.cloud.azure.storage.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.storage.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.storage.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.storage.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.storage.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.storage.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Data Lake Analytics カタログとジョブ エンドポイントサフィックス。
spring.cloud.azure.storage.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システムエンドポイントサフィックス。
spring.cloud.azure.storage.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.storage.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.storage.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.storage.profile.environment.key-vault-dns-suffix Key Vault DNS サフィックス。
spring.cloud.azure.storage.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.storage.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.storage.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.storage.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.storage.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.storage.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.storage.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.storage.profile.environment.sql-server-hostname-suffix SQL Server ホスト名サフィックス。
spring.cloud.azure.storage.profile.environment.storage-endpoint-suffix ストレージ エンドポイントサフィックス。
spring.cloud.azure.storage.profile.subscription-id Azure リソースに接続するときに使用するサブスクリプション ID。
spring.cloud.azure.storage.profile.tenant-id Azure リソースのテナント ID。 tenant-id に使用できる値は、commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.storage.proxy.hostname プロキシのホスト。
spring.cloud.azure.storage.proxy.non-proxy-hosts プロキシ HTTP/HTTPS 接続を使用しないホストまたは CIDR の一覧。
spring.cloud.azure.storage.proxy.password プロキシで認証するために使用されるパスワード。
spring.cloud.azure.storage.proxy.port プロキシのポート。
spring.cloud.azure.storage.proxy.type プロキシの種類。 たとえば、http、httpsocks4socks5。 たとえば、amqp、httpsocks
spring.cloud.azure.storage.proxy.username プロキシで認証するために使用されるユーザー名。
spring.cloud.azure.storage.queue.account-key ストレージ アカウントのアクセス キー。
spring.cloud.azure.storage.queue.account-name ストレージ アカウントの名前。
spring.cloud.azure.storage.queue.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.storage.queue.client.connect-timeout 要求がリモート ホストへの接続を試行し、接続が解決される時間 (期間)。
spring.cloud.azure.storage.queue.client.connection-idle-timeout アイドル状態の接続の前の時間 (期間)。
spring.cloud.azure.storage.queue.client.headers クライアントと共に送信された各要求に適用されるヘッダーの一覧。 たとえば、"myCustomHeader", "myStaticValue"します。
spring.cloud.azure.storage.queue.client.headers[0].name ヘッダーの名前。
spring.cloud.azure.storage.queue.client.headers[0].values ヘッダーの値の一覧。
spring.cloud.azure.storage.queue.client.logging.allowed-header-names ログに記録する必要がある許可リスト ヘッダーのコンマ区切りリスト。 既定値は "x-ms-request-id","x-ms-client-request-id","x-ms-return-client-request-id","traceparent","MS-CV","Accept","Cache-Control","Connection","Content-Length","Content-Type","Date","ETag","Expires","If-Match","If-Modified-Since","If-None-Match","If-Unmodified-Since","Last-Modified","Pragma","Request-Id","Retry-After","Server","Transfer-Encoding","User-Agent","WWW-Authenticate"です。
spring.cloud.azure.storage.queue.client.logging.allowed-query-param-names 許可リスト クエリ パラメーターのコンマ区切りリスト。 既定値は "api-version"です。
spring.cloud.azure.storage.queue.client.logging.level HTTP メッセージにログオンする詳細レベル。 サポートされている型は、NONE、BASIC、HEADERS、BODY、BODY_AND_HEADERSです。 既定値は NONEです。
spring.cloud.azure.storage.queue.client.logging.pretty-print-body メッセージ本文をかなり印刷するかどうか。 既定値は falseです。
spring.cloud.azure.storage.queue.client.maximum-connection-pool-size 基になる HTTP クライアントによって使用される最大接続プール サイズ。
spring.cloud.azure.storage.queue.client.read-timeout サーバーの応答を読み取るときに使用される時間 (期間)。
spring.cloud.azure.storage.queue.client.response-timeout サーバーの応答を待機するときに使用される時間 (期間)。
spring.cloud.azure.storage.queue.client.write-timeout ネットワーク経由で各要求が送信される時間 (期間)。
spring.cloud.azure.storage.queue.connection-string サービスに接続するための接続文字列。
spring.cloud.azure.storage.queue.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.storage.queue.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.storage.queue.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.storage.queue.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.storage.queue.credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true でクライアント ID が設定されている場合は、クライアント ID をユーザー割り当てマネージド ID クライアント ID として使用します。 既定値は falseです。
spring.cloud.azure.storage.queue.credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.storage.queue.credential.token-credential-bean-name Custom Service Builder ファクトリまたはパスワードレス認証に使用されるカスタム com.azure.core.credential.TokenCredential Bean 名を取得します。
spring.cloud.azure.storage.queue.credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.storage.queue.enabled Azure サービスが有効になっているかどうか。 既定値は trueです。
spring.cloud.azure.storage.queue.endpoint Azure Storage サービスのエンドポイント。 たとえば、BLOB の https://{storage-account-name}.blob.storage.azure.net、ファイル共有の https://{storage-account-name}.file.storage.azure.net、キューの https://{storage-account-name}.queue.storage.azure.net などです。
spring.cloud.azure.storage.queue.message-encoding HTTP 要求と応答でキュー メッセージ本文を表す方法。 サポートされているすべての型: NONE、BASE64。
spring.cloud.azure.storage.queue.profile.cloud-type 接続する Azure クラウドの名前。 サポートされている型は、AZUREAZURE_CHINAAZURE_US_GOVERNMENTOTHERです。 既定値は AZUREです。
spring.cloud.azure.storage.queue.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.storage.queue.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.storage.queue.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.storage.queue.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.storage.queue.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.storage.queue.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Data Lake Analytics カタログとジョブ エンドポイントサフィックス。
spring.cloud.azure.storage.queue.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システムエンドポイントサフィックス。
spring.cloud.azure.storage.queue.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.storage.queue.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.storage.queue.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.storage.queue.profile.environment.key-vault-dns-suffix Key Vault DNS サフィックス。
spring.cloud.azure.storage.queue.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.storage.queue.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.storage.queue.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.storage.queue.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.storage.queue.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.storage.queue.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.storage.queue.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.storage.queue.profile.environment.sql-server-hostname-suffix SQL Server ホスト名サフィックス。
spring.cloud.azure.storage.queue.profile.environment.storage-endpoint-suffix ストレージ エンドポイントサフィックス。
spring.cloud.azure.storage.queue.profile.subscription-id Azure リソースに接続するときに使用するサブスクリプション ID。
spring.cloud.azure.storage.queue.profile.tenant-id Azure リソースのテナント ID。 tenant-id に使用できる値は、commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.storage.queue.proxy.hostname プロキシのホスト。
spring.cloud.azure.storage.queue.proxy.non-proxy-hosts プロキシ HTTP/HTTPS 接続を使用しないホストまたは CIDR の一覧。
spring.cloud.azure.storage.queue.proxy.password プロキシで認証するために使用されるパスワード。
spring.cloud.azure.storage.queue.proxy.port プロキシのポート。
spring.cloud.azure.storage.queue.proxy.type プロキシの種類。 たとえば、http、httpsocks4socks5。 たとえば、amqp、httpsocks
spring.cloud.azure.storage.queue.proxy.username プロキシで認証するために使用されるユーザー名。
spring.cloud.azure.storage.queue.queue-name ストレージ キューの名前。
spring.cloud.azure.storage.queue.resource.name ストレージ アカウントの名前。
spring.cloud.azure.storage.queue.resource.region Azure リソースのリージョン。 たとえば、"eastus"します。
spring.cloud.azure.storage.queue.resource.resource-group リソース グループは Azure リソースを保持します。
spring.cloud.azure.storage.queue.resource.resource-id Azure リソースの ID。
spring.cloud.azure.storage.queue.retry.exponential.base-delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.storage.queue.retry.exponential.max遅延 再試行の間の最大許容時間 (期間)。
spring.cloud.azure.storage.queue.retry.exponential.max再試行 試行の最大数。
spring.cloud.azure.storage.queue.retry.fixed.delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.storage.queue.retry.fixed.max再試行 試行の最大数。
spring.cloud.azure.storage.queue.retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.storage.queue.retry.secondary-host プライマリ リージョンが使用できなくなった場合に要求を再試行するセカンダリ ストレージ アカウント。 たとえば、https://{storage-account-name}-secondary.file.storage.azure.netします。
spring.cloud.azure.storage.queue.retry.try-timeout タイムアウトになるまで待機する時間 (期間)。
spring.cloud.azure.storage.queue.sas-token サービスに送信された要求を承認するために使用される Shared Access Signature (SAS) トークン。
spring.cloud.azure.storage.queue.service-version API 要求を行うときに使用されるキュー サービスのバージョン。
spring.cloud.azure.storage.resource.region Azure リソースのリージョン。 たとえば、"eastus"します。
spring.cloud.azure.storage.resource.resource-group リソース グループは Azure リソースを保持します。
spring.cloud.azure.storage.resource.resource-id Azure リソースの ID。
spring.cloud.azure.storage.retry.exponential.base-delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.storage.retry.exponential.max遅延 再試行の間の最大許容時間 (期間)。
spring.cloud.azure.storage.retry.exponential.max再試行 試行の最大数。
spring.cloud.azure.storage.retry.fixed.delay 再試行の間に待機する時間 (期間)。
spring.cloud.azure.storage.retry.fixed.max再試行 試行の最大数。
spring.cloud.azure.storage.retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.storage.retry.secondary-host プライマリ リージョンが使用できなくなった場合に要求を再試行するセカンダリ ストレージ アカウント。 たとえば、https://{storage-account-name}-secondary.file.storage.azure.netします。
spring.cloud.azure.storage.retry.try-timeout タイムアウトになるまで待機する時間 (期間)。
spring.cloud.azure.storage.sas-token サービスに送信された要求を承認するために使用される Shared Access Signature (SAS) トークン。
spring.jms.servicebus.connection-string Service Bus 名前空間に接続するための接続文字列。
spring.jms.servicebus.credential ヌル
spring.jms.servicebus.enabled Service Bus JMS 自動構成を有効にするかどうか。 既定値は trueです。
spring.jms.servicebus.idle-timeout メッセージが配信されない場合に Service Bus が接続を維持することをクライアントが予期する接続アイドル タイムアウト時間。 @see SERVICE Bus AMQP エラー@seeAMQP 仕様 既定値は 2mです。
spring.jms.servicebus.listener.phase このコンテナーを開始および停止する必要があるフェーズ。
spring.jms.servicebus.listener.reply-pub-sub-domain 返信先の種類がトピックかどうか。 topicJmsListenerContainerFactory の Bean に対してのみ機能します。
spring.jms.servicebus.listener.reply-qos-settings 応答を送信するときに使用する QosSettings。
spring.jms.servicebus.listener.subscription-durable サブスクリプションを永続的にするかどうかを指定します。 topicJmsListenerContainerFactory の Bean に対してのみ機能します。 既定値は trueです。
spring.jms.servicebus.listener.subscription-shared サブスクリプションを共有するかどうかを指定します。 topicJmsListenerContainerFactory の Bean に対してのみ機能します。
spring.jms.servicebus.namespace Service Bus 名前空間。
spring.jms.servicebus.passwordless-enabled Azure ID トークン資格情報のサポートを有効にするかどうか。 値が true の場合は、spring.jms.servicebus.namespace を設定する必要があります。 passwordlessEnabled が true の場合、Microsoft Entra ID を使用して接続を認証しようとします。 既定値は falseです。
spring.jms.servicebus.pool.block-if-full 接続が要求され、プールがいっぱいになったときにブロックするかどうか。 代わりに JMSException をスローするには、false に設定します。
spring.jms.servicebus.pool.block-if-full-timeout プールがまだ満杯の場合に例外をスローする前のブロック期間。
spring.jms.servicebus.pool.enabled 通常の ConnectionFactory ではなく、JmsPoolConnectionFactory を作成する必要があるかどうか。
spring.jms.servicebus.pool.idle-timeout 接続アイドル タイムアウト。
spring.jms.servicebus.pool.max接続 プールされた接続の最大数。
接続ごとのspring.jms.servicebus.pool.maxセッション数 プール内の接続あたりのプールされたセッションの最大数。
spring.jms.servicebus.pool.time-between-expiration-check アイドル状態の接続削除スレッドの実行間のスリープ時間。 負の場合、アイドル状態の接続の削除スレッドは実行されません。
spring.jms.servicebus.pool.use-anonymous-producers 匿名 MessageProducer インスタンスを 1 つだけ使用するかどうか。 false に設定すると、必要なたびに 1 つの MessageProducer が作成されます。
spring.jms.servicebus.prefetch-policy.all この Service Bus 名前空間のプリフェッチ オプションのフォールバック値。 既定値は 0です。
spring.jms.servicebus.prefetch-policy.durable-topic-prefetch 永続トピックのプリフェッチの数。 既定値は 0です。
spring.jms.servicebus.prefetch-policy.queue-browser-prefetch キュー ブラウザーのプリフェッチの数。 既定値は 0です。
spring.jms.servicebus.prefetch-policy.queue-prefetch キューのプリフェッチの数。 既定値は 0です。
spring.jms.servicebus.prefetch-policy.topic-prefetch トピックのプリフェッチの数。 既定値は 0です。
spring.jms.servicebus.pricing-tier Service Bus 名前空間の価格レベル。
spring.jms.servicebus.profile ヌル
spring.jms.servicebus.scopes アクセス トークンに必要なスコープ。
spring.jms.servicebus.topic-client-id Service Bus トピック クライアント ID。 topicJmsListenerContainerFactory の Bean に対してのみ機能します。