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
`Exceeded account limits: Your container is configured to use a disk size of ${appDiskSize/MB} MB. However, that exceeds the account limit of ${accountDiskSize/MB}`
278
+
`Exceeded account limits: Your container is configured to use a disk size of ${options.configDiskSize/MB} MB. However, that exceeds the account limit of ${accountDiskSize/MB}`
`Disk size limits when building the container: appDiskSize:${appDiskSize}, accountDiskSize:${accountDiskSize}, maxAllowedImageSizeBytes=${maxAllowedImageSizeBytes}(${maxAllowedImageSizeBytes/MB} MB), requiredSized=${options.requiredSize}(${Math.ceil(options.requiredSize/MiB)}MiB)`
284
+
`Disk size limits when building the container: appDiskSize:${options.configDiskSize}, accountDiskSize:${accountDiskSize}, maxAllowedImageSizeBytes=${maxAllowedImageSizeBytes}(${maxAllowedImageSizeBytes/MB} MB), requiredSized=${options.requiredSize}(${Math.ceil(options.requiredSize/MiB)}MiB)`
0 commit comments