• kenburns1

Azure CDN


Azure CDN can speed up your applications by offloading traffic to Azure CDN. Azure CDN (Content Delivery Network) acts as an endpoint for your static content like video, image, JavaScript and CSS files. By having Azure CDN serve these files, your application doesn't have to and has more resources to handle more requests. Additionally, Azure CDN replicates the static content to Points-of-Presence (PoPs) all over the world, thereby placing static content close to where your users are and limiting latency, which is good for performance.

Azure Redis Cache


Azure Redis Cache will help you to speedup the page load time by caching all your database query making it superfast to load data and reducing load on the server.

Azure Storage


Azure Storage is Microsoft's cloud storage solution for modern data storage scenarios. Azure Storage offers a massively scalable object store for data objects, A file system service for the cloud, a messaging store for reliable messaging, and A NoSQL store. Azure Storage is: Durable and highly available.

Microsoft Azure Apps


Azure App Service is a platform-as-a-service that runs web, mobile, API and business logic applications and automatically manages the resources required by those apps.

Microsoft Azure SQL Database


Microsoft azure SQL is a database that runs on a cloud computing platform, and access to it is provided as a service. Managed database services take care of scalability, backup, and high availability of the database.

Web Apps


Azure App Service Web Apps are essential if you want to host a standard ASP.NET web application. Web Apps are an abstraction of a Web Server like IIS or Tomcat and can run applications that are written in .NET, PHP, Python, Node.js, Java and more. They are very easy to Setup and provide you with lots of benefits out-of-the-box, like the fact that by default, they are available 99.95% of the time