Tag: JSDoc

Migrating Azure Functions from JSDoc JavaScript to TypeScript
Migrating Azure Functions from JSDoc JavaScript to TypeScript
Blog Posts

I wrote previously about how to implement a dynamic redirect mechanism for Azure Static Web Apps using Azure Functions. I implemented this using JSDoc JavaScript. I’ve since migrated this to TypeScript and I thought it would be interesting to share the process. Why migrate from JSDoc JavaScript to TypeScript?​ As regular readers will know, I’m both… READ MORE