You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Low Priority VMs are still supported in User Subscription mode, proceed without warning
109
110
log.debug "[AZURE BATCH] User Subscription mode detected, allowing low priority VMs in pools: ${poolNames}"
110
111
} else {
111
112
// If we can't determine the pool allocation mode, show a warning but allow execution
112
-
log.warn "[AZURE BATCH] Unable to determine pool allocation mode (got: ${poolAllocationMode}). "+
113
-
"Low Priority VMs are configured in pools: ${poolNames}. "+
114
-
"Please note that Low Priority VMs are deprecated in Batch Managed accounts. "+
115
-
"If you're using a Batch Managed account, please update your configuration to use standard VMs. "+
116
-
"To enable automatic detection, set azure.batch.subscriptionId in your config or AZURE_SUBSCRIPTION_ID environment variable."
113
+
log.warn "[AZURE BATCH] Unable to determine pool allocation mode. Low Priority VMs are configured in pools: ${poolNames}. "+
114
+
"Low Priority VMs may not be supported. Set 'azure.batch.subscriptionId' in your config or 'AZURE_SUBSCRIPTION_ID' environment variable for automatic detection."
0 commit comments