• Follow
  • Follow
  • Follow
  • Follow
  • Follow
  • Follow
  • Azure
    • Containers
      • Container Service (AKS)
    • Integration
      • Data Factory
    • Compute
      • Virtual Machines
      • App Service
    • Networking
    • Storage
    • Databases
      • Azure SQL Database
      • NoSQL
    • Identity + Security
      • Security
      • Identity
    • AI + ML
      • Internet Of Things (IOT)
    • Management Tools
      • Powershell
    • Management + Governance
      • Automation
      • Analytics
      • Portal
    • Integration
    • Troubleshooting
    • Exams
  • DevOps
  • IT
    • Network
    • Tools
    • Virtualization
    • Troubleshooting
  • Intune
  • SQL Server
    • Installation / Configuration
    • Troubleshooting
  • Power Platform
    • Portals
    • Power BI
    • Power Apps
    • Power Automate
    • Power Pages
    • Dynamics 365
  • MS365
    • Billing
  • Speaking
    • Greek MVPs In Action, Introduction To Azure Logic Apps
    • Global Azure Virtual 2020 Greece – Intro to Azure Service Bus
    • IT PRO | DEV Connections 2020 – Introduction to Logic Apps and automation solutions for IT’s
    • Global Azure Athens 2023 – Deploy resources on Azure using IaC (Azure Terraform)
    • Azure Learning Resources
  • Contact
  • Azure
    • Containers
      • Container Service (AKS)
    • Integration
      • Data Factory
    • Compute
      • Virtual Machines
      • App Service
    • Networking
    • Storage
    • Databases
      • Azure SQL Database
      • NoSQL
    • Identity + Security
      • Security
      • Identity
    • AI + ML
      • Internet Of Things (IOT)
    • Management Tools
      • Powershell
    • Management + Governance
      • Automation
      • Analytics
      • Portal
    • Integration
    • Troubleshooting
    • Exams
  • DevOps
  • IT
    • Network
    • Tools
    • Virtualization
    • Troubleshooting
  • Intune
  • SQL Server
    • Installation / Configuration
    • Troubleshooting
  • Power Platform
    • Portals
    • Power BI
    • Power Apps
    • Power Automate
    • Power Pages
    • Dynamics 365
  • MS365
    • Billing
  • Speaking
    • Greek MVPs In Action, Introduction To Azure Logic Apps
    • Global Azure Virtual 2020 Greece – Intro to Azure Service Bus
    • IT PRO | DEV Connections 2020 – Introduction to Logic Apps and automation solutions for IT’s
    • Global Azure Athens 2023 – Deploy resources on Azure using IaC (Azure Terraform)
    • Azure Learning Resources
  • Contact
Azure Storage: Convert HDD to Premium SSD

Azure Storage: Convert HDD to Premium SSD

by George Chrysovaladis Grammatikos | Nov 6, 2020 | Az-Powershell, Azure, Compute, Storage

Several Azure Virtual machine tiers offer to compute resources depending on the needs that arise in resources, for example, General purpose, Compute-optimized, Memory-optimized, GPU, Storage Optimized and High-performance computing. Sometimes the cost could be...
Azure Compute: Start, Stop , And Restart Multiple VMs

Azure Compute: Start, Stop , And Restart Multiple VMs

by George Chrysovaladis Grammatikos | Jul 28, 2020 | Automation, Az-Powershell, Azure, Compute

There are many times where we need to massively do operations on Azure VM’s, in this post we would talk how we can Start, Stop, and Restart VM’s via Azure Portal or Azure PowerShell.   Start, Stop VM’s via Azure Portal Start, Stop VM’s via...
Deploy Virtual Machine And Secure The Disk Using Azure Disk Encryption Extension

Deploy Virtual Machine And Secure The Disk Using Azure Disk Encryption Extension

by George Chrysovaladis Grammatikos | Sep 14, 2018 | Az-Powershell, Azure

Overview This PowerShell script covers a complete case with one virtual machine (Windows Server 2016), with one data disk, Virtual Network, Subnet, Public IP Address, Network Security Group, BGInfo, and DiskEncryption Extensions. Details The executing steps are : Step...
azure cmdlet snippet library

azure cmdlet snippet library

by George Chrysovaladis Grammatikos | Sep 11, 2018 | Az-Powershell, Azure, Powershell

This post will be updated continuously with new Azure RM cmdlets, which are useful for the daily work at office. Networking In this section, we can find cmdlets for Azure Network Resources. Change The Public IP State : (Set-AzureRmPublicIpAddress) Before executing one...

Add Azure Reverse DNS Record to your Cloud Service

by George Chrysovaladis Grammatikos | May 17, 2017 | Az-Powershell, Azure

One important thing you must do for an SMTP Server is to add reverse DNS record on your Cloud Service. To do this, first of all, you must install Azure Powershell, WindowsAzurePowershell. Now, you must execute the following commands in PowerShell: Azure Service...

Massive Endpoints Creation & Deletion on Windows Azure

by George Chrysovaladis Grammatikos | May 17, 2017 | Az-Powershell, Azure

Bellow a script which helps you to create || delete massive endpoints on Azure. {Applies on ASM} #Enter Azure Account Add-AzureAccount #Choose Subscription Select-AzureSubscription -SubscriptionName “MySubscripiton” #Massive  EndPoint creation from  Port...
« Older Entries
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7445511428585429"
     crossorigin="anonymous"></script>
<!-- AdUnit1 -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-7445511428585429"
     data-ad-slot="1036616002"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>

Recent Posts

  • Power Platform – Tenant To Tenant Migration
  • MS Entra ID – Introduction to Global Secure Access
  • Basics about Azure Private DNS zone
  • Utilize Application Insights to collect telemetry data for the Copilot Studio Agent.
  • How to troubleshoot using Azure Network Watcher – Connection troubleshoot

App Registration ARM Azure Azure Active Directory Azure AD Azure Automation Azure Cloud Shell Azure DevOps Azure Firewall Azure Portal Azure Powershell Azure SQL Azure Storage Azure Subscription Azure Terraform Azure Virtual Network Gateway Azure VM Azure Vnet Canvas App Collection DevOps Dynamics 365 Gateway IT Json Linux Logic Apps Microsoft Migration Performance Power Apps Power Automate Power Platform PowerShell RDP restore database Security SQL Server troubleshooting Virtual Machines Virtual Network Visual Studio VM VNet Windows

Copyright © 2023 - Created by George Grammatikos