Update health indicator enabled name

This commit is contained in:
Moary Chen 2022-03-16 15:09:01 +08:00
Родитель e6cdbec568
Коммит 49722ca77c
1 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -21,8 +21,11 @@ Add the Spring Cloud Azure Actuator Starter dependency. This dependency will als
|App Configuration |management.health.*azure-appconfiguration*.enabled
|Cosmos DB |management.health.*azure-cosmos*.enabled
|Event Hubs |management.health.*azure-eventhubs*.enabled
|Key Vault |management.health.*azure-keyvault*.enabled
|Storage|management.health.*azure-storage*.enabled
|Key Vault Certificate |management.health.*azure-keyvault-certificate*.enabled
|Key Vault Secret |management.health.*azure-keyvault-secret*.enabled
|Storage Blob |management.health.*azure-storage-blob*.enabled
|Storage File Share|management.health.*azure-storage-fileshare*.enabled
|Storage Queue |management.health.*azure-storage-queue*.enabled
|===
IMPORTANT: Calling the health endpoint of Azure services may cause extra charge. For example, calling `http://HOST_NAME:{port}/actuator/health/cosmos` to get the Cosmos DB health info, it will calculate https://docs.microsoft.com/azure/cosmos-db/request-units[RUs].