5 min Network watcher

Start by search “Network watcher” , to get the all the functions IP FLOW Lets test the IP flow for a VM from. There are two IP addresses for cn.bing.com: 202.89. 233.100 and 202.89. 233.101 (from nslookup). For this VM we are using a VNET with a global NSG. Success, and we see what rule it is. Lets remove […]

5 Min Azure quickstart github

All the templates from the repository can be deployd with one click and a small bit of configuration. The configuration is usually for the resource group and name(s) azure-quickstart-templates/quickstarts at master · Azure/azure-quickstart-templates · GitHub If we take a look at microsoft.storage, we see there is a “Deploy to Azure” button. We can test the […]

5 min Logic App Storage Table (update ps1 in the end)

Lets move on from 5 min Logic App Azure Table Storage Connector Azure Table Storage – Connectors | Microsoft Docs Azure Table storage is a service that stores structured NoSQL data in the cloud, providing a key/attribute store with a schemaless design https://docs.microsoft.com/en-us/rest/api/storageservices/understanding-the-table-service-data-model PartitionKey Property: A table’s entities are organized by partition. A partition is […]

5 min Logic App PSQL

If we move on from 5 min Logic App – e-lo [IT Engineer life] (follow-e-lo.com) Lets add a Postgres Database. Install from market, then we get Now let’s edit the logic app, and postgres connector You get, delete, get, insert and much more. lets do insert, but first set connection I have already create a […]

5 min Logic App

https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-overview#key-terms Azure Logic Apps is a cloud-based platform for creating and running automated workflows that integrate your apps, data, services, and systems. With this platform, you can quickly develop highly scalable integration solutions for your enterprise and business-to-business (B2B) scenarios. Key terms A logic app is the Azure resource you create when you want to […]

5 min Azure AD service accounts

Remember 5 min Security Management Identity Azure System assigned management identity User assigned management identity Now Lets look at: Governing Azure AD service accounts There are three types of service accounts in Azure Active Directory (Azure AD): managed identities service principals user accounts employed as service accounts. As you create these service accounts for automated […]

5 min Azure Storage Explorer Queues (access key) Python SDK

What is Azure Queue Storage? Introduction to Azure Queue Storage – Azure Storage | Microsoft Docs Azure Queue Storage is a service for storing large numbers of messages. You access messages from anywhere in the world via authenticated calls using HTTP or HTTPS. A queue message can be up to 64 KB in size. A […]