Serverless computing enables you to create and maintain applications and services without thinking about servers. It can be compared to a microservice or function as a service that is housed on a cloud computing platform. Azure Functions is a serverless application platform. It gives programmers the ability to host business…
Author: Nishita Vaddem
List Resource groups & resources using Azure SDK for Python
A resource is an item that can be managed and is accessible through Azure. Examples of resources include virtual networks, virtual computers, storage accounts, web applications, and databases. A resource group is a container that contains connected resources. All the solution’s resources may be included in the resource group,…
EC2 Snapshots
Elastic Block Store (EBS) volumes provide persistent block storage for use with EC2 instances. This block storage can be used for both structured and unstructured data. In order to avoid data loss due to component failure, the EBS volumes are automatically replicated over numerous servers within an Availability Zone. An EBS…