5 min Azure

5 min Azure event hub with Python SDK (con str) ordered sequence

So what about the order? 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 Event Hubs frequently asked questions Frequently asked questions […]

5 min Azure event hub with Python SDK (con str) ordered sequence Read Post »

5 min Azure

5 Min Azure Backup

So we have our fs in WE from the previous tutorial: Now let’s create a backup for it. Go to Portal-> Create Recovery Services vault Location is extremely important, vault has to be in same region as resource. Region: Select the geographic region for the vault. For you to create a vault to help protect

5 Min Azure Backup Read Post »

5 min Azure

5 min Create and configure an Azure Files shares connect with Python SDK (con str)

https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-create-file-share?tabs=azure-portal Questions to think about:What are the performance requirements for your Azure file share?What are your redundancy requirements for your Azure file share?What size file share do you need? File share type: SMB connect SMB protocol 3 or higher Create a storage account:BasicsGeneral purpose version 2 (GPv2) storage accounts: HDD-based, ++FileStorage storage accounts: SSD-based, ++

5 min Create and configure an Azure Files shares connect with Python SDK (con str) Read Post »

5 min Azure

5 min Create and configure blob storage with a container and access it with SAS

https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator/blob/master/Instructions/Labs/LAB_07-Manage_Azure_Storage.md Task 2: Create and configure Azure Storage accounts, follow the steps in the URL (If you need to)Task 3: Manage blob storageTask 4: Manage authentication and authorization for Azure Storage Task 2 : So we have our rg and storage account ready, let’s add a blob container az104-07-rg1 az10407storageaccount On the networking tab, we

5 min Create and configure blob storage with a container and access it with SAS Read Post »

5 min Azure

5 min Create and configure an Azure Files shares stored on VM

Task 5: Create and configure an Azure Files sharesIn this task, you will create and configure Azure Files shares and use a VM to store them https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator/blob/master/Instructions/Labs/LAB_07-Manage_Azure_Storage.md To create an Azure file share, you need to answer three questions about how you will use it:What are the performance requirements for your Azure file share?hard-disk HDD

5 min Create and configure an Azure Files shares stored on VM Read Post »

5 min Azure

5 min Azure Functions compute

Free 1,000,000 requests per month,Process events with a serverless code architecture.Functions lets you execute your code in a serverless environment without having to first create a VM or publish a web application and write less code, maintain less infrastructure, and save cost. https://docs.microsoft.com/en-us/azure/azure-functions/functions-overview Implement endpoint for wep app with, HTTP triggerRun code when a file

5 min Azure Functions compute Read Post »

Scroll to Top