Java属性文件中用于使用Azure Key Vault的设置

Is it acceptable from the security perspective to configure the values (i.e., AZURE_CLIENT_ID, AZURE_CLIENT_SECRET, and AZURE_TENANT_ID) for accessing the azure key vault in the Java properties file?
A Microsoft official sample uses these values (i.e., AZURE_CLIENT_ID, AZURE_CLIENT_SECRET, and AZURE_TENANT_ID) as environmental variables.