Skip to content
Menu
e-lo [IT Engineer life]
  • Home
    • Notes
    • Important notes
  • Database
    • T-SQL
    • SQL Server quick
    • SQL server docs
    • MySql quick sheet
    • Postgre
    • InfluxDB
  • Programming
    • MS Azure Powershell
    • MS Azure Command-Line Interface (CLI) doc
    • Python Docs
    • Python Logging
    • Python-cheat-sheet
    • Git-guide
  • Azure
    • MS Windows virtual machines in Azure
    • MS ARM Docs
    • MS ARM Template Docs
    • MS ARM Functions
    • MS Bicep+ARM
    • MS ARM Tutorial
    • MS Deployment scripts (intern/extern)
    • MS Virtual Network
  • Az-nutshell
    • ms-technology-choices-compute-decision-tree
    • ms-data-store-decision-tree
    • ms-data-explorer
    • ms-storage-explorer
    • ms-azure-sql
    • ms-common-data-services
    • ms-azure-mysql-daas
    • ms-sla
    • az paas
    • az glossary-quicksheet
    • az-test-vm-script-quickguide
  • Linux
    • Top CMD’s
    • Useful CMD Linux
    • ss64 Linux
    • Ubuntu
    • 30 things Ubuntu 18.04
    • Bootable Ubuntu USB
    • LinuxFilesystemTreeOverview
  • Sys Admin
    • System Administrator
    • Sys News
    • Packet Sniffers
  • Zen
    • Not thinking about anything is Zen
e-lo [IT Engineer life]

Category: azure

5 min Azure vnet, vm and dynamic/static ip

Posted on January 12, 2022January 12, 2022 by espenk

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

Posted on December 1, 2021December 2, 2021 by espenk

Choose an Azure compute service – Azure Architecture Center | Microsoft Docs

+

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

Posted on November 10, 2021January 30, 2022 by espenk

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

Posted on November 7, 2021November 9, 2021 by espenk

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)

Posted on November 6, 2021January 27, 2022 by espenk

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

Posted on October 29, 2021August 8, 2022 by espenk

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

Posted on October 19, 2021October 19, 2021 by espenk

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

Posted on October 17, 2021November 5, 2021 by espenk

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

Posted on September 1, 2021September 2, 2021 by espenk

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…

+

5 min Azure Functions compute

Posted on August 22, 2021September 1, 2021 by espenk

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…

+
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next

RSS Azure

  • Microsoft is a Leader in 2022 Gartner Magic Quadrant for Cloud AI Developer Services August 9, 2022

RSS RabbitMQ

  • RabbitMQ 3.8.15 release

RSS Python

  • PEP 696: Type defaults for TypeVarLikes July 14, 2022

Tags

5 min (32) Ansible (1) ARM (10) azure (43) cmd (3) Django (4) Docker (1) e-lo (2) Flask (2) Github (9) Grafana (2) Information (7) Information Retrieval (13) JAVA (1) kivy (2) Kotlin (6) linux (15) mobile (2) Natural Language Prossesing (NLP) (2) Net.Core (1) Networking and Security (9) OPC (2) PEP8 (1) Philosophy (3) Python (48) Python Networking and Security (5) Reason (2) RMQ (3) Solr (11) Sql (10) Uncategorized (2) VSC (1) Warframe (2) WMVARE (4) Zabbix (7)

Recent Posts

  • Zabbix 6 good practice 2022
  • 5 min Network watcher
  • 5 Min Azure quickstart github
  • 401 access denied win server (iis), Local Security Policy
  • Callback

Archives

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Photo by Markus Spiske from Pexels "Matrix"

©2022 e-lo [IT Engineer life] | Powered by WordPress & Superb Themes