Brandon Liu

Results 553 comments of Brandon Liu

> A caveat though, it doesn't work if multiple maps are enabled and they mix sources. In that case I get an error saying incorrect header check for one of...

Finally revisiting this, some thoughts: * It looks like since SAS tokens are the only efficient way to authenticate requests to a storage account / container, we might as well...

Also, ideally we can deploy the code as-is using `az functionapp deployment source config-zip -g RESOURCE_GROUP -n FUNCTIONAPP_NAME --src ZIPFILE.zip` - it seems like it expects a certain zip file...

> I didn't realize that :-/. We used the FetchSource and it's working fine. It should work fine, but has some logic that is irrelevant for non-browser usage, and won't...

FYI, I have been mostly working on the Google Cloud integration which uses a Docker container on Docker Registry. https://docs.protomaps.com/deploy/google-cloud If this deployment method works scale-to-zero on Azure Containers, that...

Azure Service Connectors are the solution for connecting Container Apps and Blob Storage: https://learn.microsoft.com/en-us/azure/service-connector/quickstart-portal-container-apps?tabs=SMI I have a basic POC somewhat working, but evaluating how the DX and latency is.

How do Cold Starts look for your Azure Functions deployment? For my basic Container Apps pmtiles deployment I see about 7 seconds scaling from 0 to 1. https://github.com/microsoft/azure-container-apps/issues/997 That might...

I'm going to close this PR in favor of moving forward with Azure Container Apps, which don't require us to maintain another PMTiles decoding implementation against Azure APIs, just the...

We added support for ETag detection in https://github.com/protomaps/go-pmtiles/releases/tag/v1.21.0 so https://docs.protomaps.com/deploy/azure with Azure Blob Storage now supports updating a pmtiles file in-place on cloud storage.

maybe it was this that wasn't merged yet: https://github.com/protomaps/OSMExpress/commits/python-api-enhancements/