Deploy Django App with NGINX
After the multiple issues that arose from having Django as an App service talking to the Azure VM (containing PostgreSQL) database, which would then talk to the Static Web App. The entire configuration was dropped.
After the multiple issues that arose from having Django as an App service talking to the Azure VM (containing PostgreSQL) database, which would then talk to the Static Web App. The entire configuration was dropped.
Publishing DWD API, an ASP.NET Core 8.0 app, proved to be more complicated than previous iterations of .NET. This might have been due to the lack of HTML pages (unlike our other MVC projects that include HTML content), but ultimately I don't know why it was any different.
Publish Instructions
Publish Static Web App with GitHub CI/CD
Problem Statement