The current reference documentation of the Limits and configuration for Logic Apps for maps in an Integration Account: https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-limits-and-config?tabs=azure-portal#:~:... points out that: "To upload files larger than 2 MB, use the Azure Logic Apps REST API - Maps."
However, there is a slight difference for maps larger than 4MB, refer the below steps related to the same.
{
"properties":{
"mapType":"Xslt",
"contentLink":{
"uri":https://<storageaccountname>.blob.core.windows.net/ganai/test111.xslt?sp=r&st=2022-02-02T22:54:23Z&se=2022-02-03T06:54:23Z&spr=...,
"contentVersion":"1.0"
},
"contentType":"application/xml",
"metadata":{
}
},
"location":"northcentralus"
}
And the reason for this is:
ARM request size limit is 4MB: https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-..., which is a recent ARM limit:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.