Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Azure deployment example #680

Merged

Conversation

gassc
Copy link
Contributor

@gassc gassc commented Aug 4, 2023

What I am changing

I've updated the Azure deployment documentation and sample to reflect changes to the titiler codebase (#537), fixes to upstream dependencies (starlette), and updates to the Azure Python function wrapper package.

How I did it

The updates to the Azure sample match the main sample application. The others were made through trial and error.

How you can test it

No tests for these examples, run as-is.

Related Issues

@vincentsarago
Copy link
Member

thanks @gassc, as I have no way to test this I will have to trust you 🙏 😄

@gassc
Copy link
Contributor Author

gassc commented Aug 9, 2023

@vincentsarago fair enough! I can offer that the previous code example didn't work just based on the way the package structure was refactored in #537.

That said...after getting it running locally, getting it working on Azure has been a whole other challenge, due to an error with DEFAULT_TEMPLATES in src/titiler/core/titiler/core/factory.py. I'll investigate that further and log a separate issue (and pull request if I can figure it out).

@vincentsarago vincentsarago merged commit 49d5f8e into developmentseed:main Mar 6, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Starlette app hangs on Azure Functions when middleware based on BaseHTTPMiddleware is used
2 participants