Adam
11/28/2023, 10:54 AMprefect-{DEPLOYMENT_NAME}-{SOME-GENERATED-ID-OF-LENGTH-36}
. Without the my defined deployment name it is already 45 characters. The deployment fails if the name exceeds the length of 64 characters. This is quite annoying as keeping my deployment names to 19 characters is very limiting.
Error is:
Flow run could not be submitted to infrastructure: (InvalidDeployment) The provided deployment name 'FULL_DEPLOYMENT_NAME_HERE' has a length of '77' which exceeds the maximum length of '64'. Please see <https://aka.ms/arm-deploy> for usage details.
Marvin
11/28/2023, 10:54 AMprefect-
in the full deployment name. This means you'll have to keep your deployment names within the limit to avoid the error.
For more details, you can refer to the following documents:
- Push Work to Serverless Computing Infrastructure
- Prefect Deploy Guide
- Concepts: Deployments and FlowsAdam
11/28/2023, 10:58 AMMarvin
11/28/2023, 10:59 AM