/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-5-deploy-4e865cb247fd-5-deploy-s0369-c0000.md
5. Deploy - hono-docs
5. Deploy Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt 5 deploy Summary ::: info Before you ca...
5. Deploy
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#5-deploy
Summary
::: info Before you can deploy to Azure, you need to create some resources in your cloud infrastructure. Please visit the Microsoft documentation on [Create supporting Azure resources for your function](https://learn.microsoft.com/en-us/...
Content
::: info Before you can deploy to Azure, you need to create some resources in your cloud infrastructure. Please visit the Microsoft documentation on Create supporting Azure resources for your function :::
Build the project for deployment:
::: code-group
npm run buildyarn buildpnpm buildbun run build:::
Deploy your project to the function app in Azure Cloud. Replace <YourFunctionAppName> with the name of your app.
func azure functionapp publish <YourFunctionAppName>