5 Jul 2024 • 2 min read
Self-Hosting Directus on Azure: What I Learned Rebuilding My Blog
A practical guide to deploying Directus as a Docker container on Azure Web Apps, including Azure Storage configuration and custom domain setup.
A practical guide to deploying Directus as a Docker container on Azure Web Apps, including Azure Storage configuration and custom domain setup.
A while back I came across an error whereby my bundles were not being fullfilled but instead, I was receiving a 403 forbidden error. The fix is to rename your virtualPath values for the bundles that match local directory paths.
I recently deployed a new test website to Windows Azure using Azure's Git integration. The problem I had is that I didn't want to drop and recreate the database each time I pushed a release (and lose my data), nor did I want to manually upgrade the database in Package Manager Console. This is the solution.