Amazon Web Services (AWS) provides a wide range of services and tools to help businesses of all sizes succeed in the cloud. One of those services is Amazon EC2, a virtualized computing environment that allows users to deploy and manage applications quickly. One of the features of EC2 is the…
Author: Venkateswarlu Immadisetty
Provisioning VM in Azure using Azure Python SDK
We know the process of provisioning the VM in Azure manually by login into portal.azure.com. In this blog we will discusses about provisioning a new VM in Azure using Azure Python SDK and the steps involved in this process.
Azure Data Factory
Azure data factory (adf) is a service provided by the Microsoft Azure which is used to transfer the data from one place to another place and preform ETL operations on the data. For example, adf is used to transfer data between one data store to another data store or transferring the data from on-premises to cloud. This can be achieved by creating pipelines.