Azure Apps Autopilot
by Justin Yoo · 12 min read
My colleague David asked about a very interesting feature. "What if we can provision Azure Static Web App and deploy the app at the same time? If we can, we just simply hand over our PoC repository
17 posts in total
by Justin Yoo · 12 min read
My colleague David asked about a very interesting feature. "What if we can provision Azure Static Web App and deploy the app at the same time? If we can, we just simply hand over our PoC repository
by Justin Yoo · 3 min read
From time to time, you might be facing some situations while using the Azure Functions OpenAPI extension for your Azure Functions development. One of them is that you are asked to generate the
by Justin Yoo · 7 min read
A while ago, I wrote a blog post about Azure DevOps Pipelines refactoring technics. GitHub Actions is also suitable for building CI/CD pipelines. But, compared to Azure DevOps, there are many spaces
by Justin Yoo · 9 min read
A while ago, I wrote a blog post about Azure Functions integration testing with Mountebank and another blog post about end-to-end (E2E) testing for Azure Functions. In the post, I suggested deploying
by Justin Yoo · 18 min read
Generally speaking, an off-line hackathon event takes place with people getting together at the same time and place for about two to three nights, intensively. On the other hand, all events have
by Justin Yoo · 5 min read
You are about to build an event-driven architecture, primarily to integrate existing enterprise applications. In that case, an event broker like Azure EventGrid takes a vital role. The following