Tag: Azure
Load Balancing in Azure: Achieving Scalability and High Availability
Introduction In the current era of cloud computing, ensuring the scalability and high availability of applications is crucial for businesses. An essential component in achieving these goals is load balancing. In this technical post, we will explore load balancing in
Copy data from Azure Storage to a local disk using the Azcopy tool
Step.1 Download Azcopy from Microsoft according to your OS type https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10 These files are compressed as a zip file, so extract them at a location Like D:\azcopy_windows_amd64_10.16.2\ Run AzCopy Sample command:- Step.2 Open the storage container from the Azure portal
How to Delete files from azure storage using python
First, install azure-storage-blob module. pip3 intall azure-storage-blob Then import ContainerClient: from azure.storage.blob import ContainerClient After that get your Credentials “Connection string” from the Microsoft official site https://portal.azure.com/#home inside the storage account option. After that just follow the below-mentioned code: from
What is a serverless application? Explain Microsoft Azure Functions
A serverless application is a type of application that is designed to run on a cloud computing platform, where the cloud provider takes care of managing the underlying infrastructure and scaling resources automatically based on the application’s needs. In a
What is a serverless application? Explain Microsoft Azure Functions
A serverless application is a type of application that is designed to run on a cloud computing platform, where the cloud provider takes care of managing the underlying infrastructure and scaling resources automatically based on the application’s needs. In a
Azure Upload Blobs To Storage account using SAS URL (source)
//SASToken to pass to the Blobservice client for authentication to source storage account String sasToken = “SAS Token of source storage account ”; //connection string to connect to the destination storage account string connectionString =”connection string of destination storage account”;
How to get list of all changes with files name in a Azure Branch
When we work with Source Control systems and work in a developer branch that is created from the main/master branch. Sometimes, there is a case when we have pushed multiple times in a branch but we need to check the
Azure Event Hubs
Introduction: Event Hubs is a real-time data ingestion service that is fully managed, simple, scalable, and trusted. It can stream, process, and receive millions of events per second from any of the sources, which builds data pipelines that are dynamic
Azure API Management
INTRODUCTION Azure API Management is a secure, scalable, and reliable way to manage, consume, and publish the APIs which are running on the Microsoft Azure platform. It provides the tools to fully manage the APIs. It makes sure that the