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…
Category: azure
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…
5 min Azure Storage Explorer blob (Anonymous and SAS) web
Azure Storage Explorer – behandling av skylagring | Microsoft Azure Upload, download, and manage data with Azure Storage Explorer Connect Azure Storage Explorer to a storage account * Storage Explorer is available on Windows, macOS, and Linux * It’s easy to connect to and manage multiple storage accounts. * The interface lets you connect to…
5 min Security Management Identity Azure
Scenario:Before: VM1 code, config, user cred/connection to SQL1New: Azure keyvault for storing, but VM1 needs access to key vault, hm…better way? No keys? Kan we have zero secrets in the code?Azure Managed Identity System assigned management identity User assigned management identity System assigned management identity (1 to 1) VM1(source)->Identity->System assigned->enable SQL1 (target)-> IAM->Add role assignment->…
5 min Azure vnet, vm and dynamic/static ip
Microsoft Azure by default has a dynamic assignment of a public IP address to a newly-created VM unless we change it to be static. Public IP enables communication to Azure VM from the internet. Assigning a static public IP address ensures that the address never changes as opposed to the dynamic public IP address. The dynamic…
5 Min Azure compute service decision tree
Choose an Azure compute service – Azure Architecture Center | Microsoft Docs
5 min Azure event hub with Python SDK (con str)
Event Hubs: Azure Event Hubs is a highly scalable publish-subscribe service that can ingest millions of events per secondand stream them into multiple applications. This lets you process and analyze the massive amounts ofdata produced by your connected devices and applications. https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-features Namespace: Network endpoints and a range of access control and network integration management…