Choose an Azure compute service – Azure Architecture Center | Microsoft Docs
Author: espenk
5 Min Python WMI perfmon
winstats ยท PyPI Memory statsPerformance statsDisk info, types, and statsPerformance Data Counters (aka PerfMon) Sample code:
5 min Excel find duplicates without removing them
How to find duplicate values without removing them in Excel? (extendoffice.com) In Excel, the Remove Duplicates function can help users to quickly remove all duplicate values from a list. But in some times, you may only want to find and identify the duplicate values without removing them as below screenshot shown, how can you quickly…
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…
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, but not the same rgIf resources in many regions, create vault in all. For this we created…
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, ++…
System Administrator
Develop fast. Stay secure Snyk | Developer security | Develop fast. Stay secure. Open Web Application Security Project OWASP Top Ten Web Application Security Risks | OWASP SETSPN -a host/alias_name targetserverSETSPN -a host/alias_name.contoso.com targetserver Can’t access SMB file server – Windows Server | Microsoft Docs Tcp viewer or netstat -ano | find “1234” | find…
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 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 Azure Active Directory and IAM
Active Directory Add a user: Azure Active Directory->Users->New User: Create user in organization (youmail.onmicrosoft.com) or invite user We will create a user jimmy with no permission yet. Assign roles to jimmy by built in groups and access. Directory roles, it is a long list Or make a group and add jimmy to the group IAM…