azure app service
4 TopicsBest Practice- Hosting WordPress sites in Azure App Services
Hi guys, I have multiple WordPress websites, each of them represent different organizations of a parent organization.As of now, each of these websites are hosted in separate App Service Plans and similarly have separate Azure Database for MySQL. Over the last 1 year, I have realized that the cost of hosting is coming out to be higher than expected and planning to optimize the utilization. Could someone suggest what could be the best approach to optimize the usage? Thanks for your advice in advance.6.1KViews0likes3CommentsNo Metrics in Application Insights
I have a web app hosted in Azure. I created function apps and app service with application insights enabled on each resource. As you can see from the screenshot of my app service, there is a metric data: But when I checked its application insights, there are no data in the metrics: I also checked traces from the logs and there are data being logged. I would like to know why data is not reflected on the application insights. The instrumentation key are matched with the app settings of function app/app service. Hope you can help me on this issue. Thanks!985Views0likes0CommentsAzure App Service (Windows) Config Variable
I'm having an issue reading env variables on Azure App Service Windows instance. I use dotenv nodejs package for storing my env variables in .env file. It works perfectly fine on my local machine (Windows 10), but the same does not when hosted on a Windows App service. I tried some troubleshooting by printing out the env variables at run time and I get blank output for the same. Somehow it's not able to read the variables in the .env file. I also ensured that the .env file and the entries are intact on the deployed host by logging onto the console in the portal. What am I doing wrong?11KViews0likes4CommentsGlobally-Distributed Applications with Microsoft Azure - Ebook
Dear all, I would like to share with you my new e-bookGlobally-Distributed Applications with Microsoft Azure. The book is backed by an open-source repositorybuilt with .NET Core and Angular, designed to easily scale across multiple azure regions. It explains how to use and combine Azure Services such as Redis Cache,Azure Cosmos DB,Azure Search,Storage Accounts,SQL Active Geo-Replication,Azure Traffic Manager,CDNand several others to handle high loads and allow easier scaling. You will also find a release plan and lots of very useful PowerShell scripts that automate release process with zero downtime.1.3KViews0likes0Comments