We need to deploy Azure Functions using an ARM template. We're going to use a CI/CD system as well, so it seems like packaging the function's bits in a zip file would be the best way to go. But we have this restriction that we need to reference the zip file in a path relative to the ARM template file. Is that possible?