Posts

Fundaments Of Microsoft Azure

Image
Since this is basically an introduction to how to work in azure cloud, we will just move out with some research papers because lot of times when we think in terms of what can go wrong with predictions and everything it's all same old thing like when we press some electronic signal or a button in keyboard what it does is it do? It just goes ahead and it has its own ascii key and variations. But now we are talking about all the scale deployment and scale leveraging of all these kinds of technology. So, let’s just go ahead and get inside the portal and start learning Microsoft Azure Portal                                                         (Azure Portal) How To Setup Azure Subscription: 1.       If you are a new user just sign up by going into the signup page and fill in all the required details. If you are an existing user, you can simply login to the azure portal. 2.       They are four ways to get azure subscription: Pay as go model: In this Mode you just need to put a cr

Introduction To Cloud Computing

Image
  Cloud Computing provides us with a means of accessing the applications as utilities over the Internet. It allows us to create, configure, and customize the applications online.   What is Cloud? The term Cloud refers to a Network or Internet. In other words, we can say that Cloud is something, which is present at remote location. Cloud can provide services over public and private networks, i.e., WAN, LAN or VPN. Applications such as e-mail, web conferencing, customer relationship management (CRM) execute on cloud. What is Cloud Computing? Cloud Computing refers to manipulating, configuring, and accessing the hardware and software resources remotely. It offers online data storage, infrastructure, and application. Cloud computing offers platform independence, as the software is not required to be installed locally on the PC. Hence, Cloud Computing is making our business applications mobile and collaborative.   Basic Concepts There are certain services and models work

Azure Message Queue in Python

Image
Hey, Fellow Developers!! In this blog I am going to write about Azure Message Queue and how you can use it in your Python project easily by following this blog. Let's dive into the blog without wasting much time. Table of contents What is an Azure Message Queue? Implement Azure Message Queue in Python 1. What is an Azure Message Queue? In simple terms as stated in Microsoft docs, Azure message queue is a service to store large number of messages. These messages can be accessed from anywhere in the world via authenticated HTTPS calls. This queue behaves the same as the queue data structure. The messages up to 64KB can be stored in message queue. It's highly scalable as it has the capacity to store millions of messages. 2. Implement Azure Message Queue in Python Let's dive into some code now. I assume that you have created an Azure storage account and have the connection string with you. 1. Establish connection and create a new queue To use the Azure queue client, first you n