in azure-functions-java-sdktypes/src/main/java/com/microsoft/azure/functions/sdktype/blob/BlobContainerMetaData.java [26:29]
public Set<String> getRequiredFields() {
// Typically "ContainerName" and "Connection" for the environment variable prefix
return new HashSet<>(Arrays.asList("ContainerName", "Connection"));
}