Overview In this tutorial, we will learn how to build and deploy a .NET Core application to Azure. We will start by creating a new .NET Core web application using Visual Studio. Next, we will configure the application for Azure and create an Azure App Service. Finally, we will publish Continue Reading
“cloud computing”
Setting up Azure Kubernetes Service
Introduction Modern technology has provided developers with many tools to create and manage applications. Azure Kubernetes Service is a popular solution for managing containerized applications on Microsoft Azure. It provides a fully-managed container orchestrator that allows you to easily manage containerized applications, scale them as needed, and automate infrastructure operations. Continue Reading
Deploying Virtual Machines with Azure
Microsoft Azure provides a scalable and flexible infrastructure platform that is cloud-based. It is an excellent tool for deploying and scaling virtual machines when compared to traditional in-house IT infrastructures. When deploying virtual machines with Azure, you can streamline, automate, and manage your infrastructure’s resources under the Microsoft cloud. This Continue Reading
Building and deploying Azure Functions with VS Code
Azure Functions is a compute service that allows you to run code on-demand without having to manage infrastructure, making it ideal for processing data, integrating systems, and building simple APIs. It supports a variety of languages such as C#, Java, JavaScript/Node.js, Python, and PowerShell. In this tutorial, we’ll walk you Continue Reading
Implementing Azure Stream Analytics for data streaming
Introduction: Azure Stream Analytics is a cloud-based real-time analytics service provided by Microsoft that helps to process and analyze high-speed data streams from multiple sources. It integrates with various Azure services such as Azure Event Hubs, Azure IoT Hub, and Azure Blob Storage, and allows processing of data from cloud-based Continue Reading
Working with Azure Functions
Introduction to Azure Functions In today’s cloud-native world, serverless computing has gained significant popularity for its ability to simplify the development and deployment of applications. Azure Functions, a serverless compute service provided by Microsoft Azure, allows developers to write and execute code in response to various events without worrying about Continue Reading
Using Azure Batch to run large scale parallel workloads
Introduction Managing large-scale parallel workloads can be challenging, especially when it comes to allocating resources efficiently and cost-effectively. Azure Batch offers a cloud-based solution for running parallel workloads at scale, and provides a scalable, distributed infrastructure that allows you to run your applications across multiple nodes. This tutorial will walk Continue Reading
Monitoring your infrastructure with Amazon CloudWatch
Overview Amazon CloudWatch is a monitoring service provided by Amazon Web Services (AWS) that collects and tracks metrics, collects and monitors log files, and sets alarms. It can be used to monitor EC2 instances, load balancers, RDS instances, and other AWS resources, as well as custom metrics generated by your Continue Reading
Introduction to Azure Machine Learning
Azure Machine Learning is a cloud-based machine learning service provided by Microsoft that enables users to build, deploy, and manage machine learning models at scale. It provides a range of tools and frameworks that make it easier to create, use and manage machine learning models. This tutorial will provide an Continue Reading
Building a scalable web app with Azure Functions and SignalR
Azure Functions and SignalR are two powerful tools that can be used together to create a scalable web app. Azure Functions is a serverless compute service that allows you to run your code on-demand, without the need to provision or manage virtual machines. SignalR is a real-time communication framework that Continue Reading