Creating a database on Azure SQL
Spinning up a database on a managed SQL server with variable resources per database is heavenly. Creating a database on Azure SQL is very quick and easy to do.
6 articles in this category
Spinning up a database on a managed SQL server with variable resources per database is heavenly. Creating a database on Azure SQL is very quick and easy to do.
About 18 months ago, I took over a product that was fully run on Azure. The solution costs had ballooned from $2000/month at its inception, to almost
Learn how to manage DNS for your domains with Azure Public DNS zones. Build on top of Azure's services for seamless integration.
If you're wanting to send email from your application, then Sendgrid is a fantastic provider that makes it easy (and potentially free) to get up and going.
I recently deployed a very simple Azure Functions 2.0 project from Visual Studio 2019 that contained a single timer triggered function. The function had a daily
Importing CSV files into Azure SQL is quick and easy using Azure Functions.