We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89cd525 commit 19d3fdaCopy full SHA for 19d3fda
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/cloud/CloudPlatform.java
@@ -154,7 +154,7 @@ private boolean isAutoDetected(EnumerablePropertySource<?> environmentPropertySo
154
*/
155
AZURE_APP_SERVICE {
156
157
- private final List<String> azureEnvVariables = Arrays.asList("WEBSITE_SITE_NAME", "WEBSITE_INSTANCE_ID",
+ private final List<String> azureEnvVariables = List.of("WEBSITE_SITE_NAME", "WEBSITE_INSTANCE_ID",
158
"WEBSITE_RESOURCE_GROUP", "WEBSITE_SKU");
159
160
@Override
0 commit comments