Hello. I am getting an error when pushing a relatively large state file (500mb) to Azure blob "Failed to persist state: blobs.Client#PutBlockBlob: Failure responding to request: StatusCode=413 – Original Error: autorest/azure: Service returned an error. Status=413 Code=“RequestBodyTooLarge” Message=“The request body is too large and exceeds the maximum permissible limit.”
Does anyone know of a workaround such as chunking or something similar to push the file up to the blob? I appreciate any assistance.