Jump to content
  • entries
    142
  • comments
    0
  • views
    87505

About this blog

Remarks from a Cloud Architect daily encounters

Entries in this blog

Serverless Computing | Check your expired public certificates

Connect two or more Azure Virtual Networks using one VPN Gateway Peering is a feature that allows to connect two or more virtual networks and act as one bigger network. At this post we will see how we can connect two Azure Virtual Networks, using peering and access the whole network using one VPN Gateway. We can connect Virtual Networks despite if they are in the same Subscription or not. I have created a diagram to help understand the topology. We have a Virtual Network with Site-2-Site VPN w

proximagr

proximagr

Azure Storage Advanced Thread Protection

Azure Storage Advanced Thread Protection Azure Storage Advanced Threat Protection is a new security feature, currently in Preview. It monitors the Azure Blob Storage accounts. It detects anomalies and uncommon access to the Storage Account and notifies the admins through email. All the Azure Storage Advanced Threat Protection monitoring and logs are integrated to the Azure Security Center, including the well known ASC recommendations. It’s so easy to enable, just go to the Azure Portal, navigate

proximagr

proximagr

Connect two or more Azure Virtual Networks using one VPN Gateway

Connect two or more Azure Virtual Networks using one VPN Gateway Peering is a feature that allows to connect two or more virtual networks and act as one bigger network. At this post we will see how we can connect two Azure Virtual Networks, using peering and access the whole network using one VPN Gateway. We can connect Virtual Networks despite if they are in the same Subscription or not. I have created a diagram to help understand the topology. We have a Virtual Network with Site-2-Site VPN w

proximagr

proximagr

Azure Backup | Enable backup alert notifications

Azure Backup | Enable backup alert notifications Azure Backup generates alerts for all backup events, such as unsuccessful backups. A new option is to create backup alert notifications so Azure Backup will alert you firing an email when an alert is generated. To enable the backup alert notifications, navigate to the “Backup Alerts” section of the “recovery Services vault” and click the “Configure notifications” There switch the Email notification to On to enable the alerts. Enter one or more re

proximagr

proximagr

Azure Portal Tip | Virtual Machines bulk actions

Azure Portal | Virtual Machines bulk actions Azure Portal is a great GUI tool to administer all your Azure Resources and it continues evolving. Here is a very useful Tip. Did you know that you can manage Virtual Machines in bulk using the Azure Portal VIrtual Machines section? We have virtual machines bulk actions! Not only we can Assign Tags, Start, Restart, Stop and Delete Virtual Machines in bulk but also configure Change Tracking, Inventory and Update Management!! Filter out the Virtual Mac

proximagr

proximagr

Application security groups

Application Security Groups to simplify your Azure VMs network security Application Security Groups helps to manage the security of the Azure Virtual Machines by grouping them according the applications that runs on them. It is a feature that allows the application-centric use of Network Security Groups. An example is always the best way to better understand a feature. So let’s say that in a Subnet we have some Web Servers and some Database Servers. The access rules of the Subnet’s Network Secu

proximagr

proximagr

Ασφαλίστε την Azure MySQL και PostgreSQL με τη χρήση Service Endpoints

Ασφαλίστε την MySQL και την PostgreSQL με τη χρήση Service Endpoints Σε προηγούμενο post, Ασφάλισε την Azure SQL Database μέσα σε ένα VNET χρησιμοποιώντας service endpoints, είδαμε πως μπορούμε να χρησιμοποιήσουμε τα Service Endpoints του Azure Virtual Network για να ασφαλίσουμε μια Azure SQL για πρόσβαση μόνο από εσωτερικό δίκτυο.   Σήμερα, το Microsoft Azure, ανακοίνωσε την γενική διαθεσιμότητα του Service Endpoints για MySQL και PostgreSQL. Αυτό δίνει την δυνατότητα να κόψουμε όλη την Publ

proximagr

proximagr

Microsoft Azure Blog: What is Artificial Intelligence?

MICROSOFT AZURE BLOG: WHAT IS ARTIFICIAL INTELLIGENCE? August 10, 2018 Pantelis Apostolidis Azure Leave a comment   This post is reposted from the Microsoft Azure Blog : What is Artificial Intelligence? <azure.microsoft.com/blog/what-is-artificial-intelligence/> Aug 9th 2018, 12:00, by Theo van Kraay It has been said that Artificial Intelligence will define the next generation of software solutions. If you are even remotely involved with technology, you will almost certainly have heard

proximagr

proximagr

Monitor & Alert for your Azure VM

Monitor & Alert for your Azure VM Lets see how easy it is to monitor and create an alert, in order to be notified when your VMs are restarted, when they start, stop, get high CPU usage, memory and much more. First navigate to the Azure Portal https://portal.azure.com, and then click the Monitor button. You will be navigated to the Monitor blade. At the center of the screen you will see three mail buttons, each starts a wizard. Click the “Create Alert” under the Explore monitoring essential

proximagr

proximagr

Monitor & Alert for your Azure VM

Monitor & Alert for your Azure VM Lets see how easy it is to monitor and create an alert, in order to be notified when your VMs are restarted, when they start, stop, get high CPU usage, memory and much more. First navigate to the Azure Portal https://portal.azure.com, and then click the Monitor button. You will be navigated to the Monitor blade. At the center of the screen you will see three mail buttons, each starts a wizard. Click the “Create Alert” under the Explore monitoring essential

proximagr

proximagr

Azure Storage | Static Web Site

Azure Storage | Static Web Site Το Microsoft Azure ανακοίνωσε την δυνατότητα να φιλοξενεί στατικές ιστοσελίδες απευθείας στο Blob Storage, με το κόστος του Blob Storage! Τι σημαίνει αυτό? Για 1 GB χώρο και 100000 views το κόστος είναι περίπου 0,05 ευρώ το μήνα! Στις στατικές ιστοσελίδες μπορούμε επίσης εκτός από στατικό περιεχόμενο να έχουμε και CLient Side Scripting οπως JavaScript αλλά όχι Server Side Scripting. Επίσης μπορούμε να δώσουμε και μια Custom σελίδα που θα γυρίζει αντί για 404. Μπορ

proximagr

proximagr

Azure Storage | Static Web Site

Azure Storage | Static Web Site Το Microsoft Azure ανακοίνωσε την δυνατότητα να φιλοξενεί στατικές ιστοσελίδες απευθείας στο Blob Storage, με το κόστος του Blob Storage! Τι σημαίνει αυτό? Για 1 GB χώρο και 100000 views το κόστος είναι περίπου 0,05 ευρώ το μήνα! Στις στατικές ιστοσελίδες μπορούμε επίσης εκτός από στατικό περιεχόμενο να έχουμε και CLient Side Scripting οπως JavaScript αλλά όχι Server Side Scripting. Επίσης μπορούμε να δώσουμε και μια Custom σελίδα που θα γυρίζει αντί για 404. Μπορ

proximagr

proximagr

Azure Start Point | Point-to-Site VPN

Azure Start Point | Point-to-Site VPN In this post series we will go through some basic steps on how to start with Microsoft Azure. At this post we will see how we can create Point-to-Site VPN connection with Azure. If you don’t have an Azure Subscription, you can easily create a free trial by just going to https://azure.microsoft.com/en-us/free/ Create typical a VIrtual Network In order to create Point-to-Site VPN connection it needs a Virtual Network Gateway. Go to the Virtual Network, Subnet

proximagr

proximagr

Azure Start Point | Point-to-Site VPN

Azure Start Point | Point-to-Site VPN In this post series we will go through some basic steps on how to start with Microsoft Azure. At this post we will see how we can create Point-to-Site VPN connection with Azure. If you don’t have an Azure Subscription, you can easily create a free trial by just going to https://azure.microsoft.com/en-us/free/ Create typical a VIrtual Network In order to create Point-to-Site VPN connection it needs a Virtual Network Gateway. Go to the Virtual Network, Subnet

proximagr

proximagr

Azure Start Point | Your first Web App

Azure Start Point | Your first Web App In this post series we will go through some basic steps on how to start with Microsoft Azure. For start we will create a Web App. If you don’t have an Azure Subscription, you can easily create a free trial by just going to https://azure.microsoft.com/en-us/free/ Let’s create our first Web App. Go to the Azure Portal by navigating to https://portal.azure.com and click “+ Create a resource” At the search box write “Web App” and press enter At the search res

proximagr

proximagr

Azure Start Point | Your first Web App

Azure Start Point | Your first Web App In this post series we will go through some basic steps on how to start with Microsoft Azure. For start we will create a Web App. If you don’t have an Azure Subscription, you can easily create a free trial by just going to https://azure.microsoft.com/en-us/free/ Let’s create our first Web App. Go to the Azure Portal by navigating to https://portal.azure.com and click “+ Create a resource” At the search box write “Web App” and press enter At the search res

proximagr

proximagr

Azure Blob Storage… Recycle Bin!!!!!!!

Azure Blob Storage… Recycle Bin!!!!!!! Remember all that red alerts when comes to deleting blobs? Ah, forget them! Microsoft Azure brought the Windows Recycle Bin to Azure and named it Soft delete. The soft delete feature basically is similar to the Windows recycle bin. Deleting a file from the Windows explorer, the Operating System instead of actually removing the file it moves it to the recycle bin. The file stays there and it can be undeleted at any time. The soft delete feature in Microsoft

proximagr

proximagr

Azure Blob Storage… Recycle Bin!!!!!!!

Azure Blob Storage… Recycle Bin!!!!!!! Remember all that red alerts when comes to deleting blobs? Ah, forget them! Microsoft Azure brought the Windows Recycle Bin to Azure and named it Soft delete. The soft delete feature basically is similar to the Windows recycle bin. Deleting a file from the Windows explorer, the Operating System instead of actually removing the file it moves it to the recycle bin. The file stays there and it can be undeleted at any time. The soft delete feature in Microsoft

proximagr

proximagr

Global Azure Bootcamp 2018 – Athens

<h1 class="entry-title h1">Global Azure Bootcamp 2018 – Athens</h1> <p>This year I am very excited of being part of the organizers team of Global Azure Bootcamp 2018, Athens.</p> <p>This is a photo at the end of the event with all the Organizers, Speakers and Volunteers:</p> <p><img src="https://azureheadsassets.blob.core.windows.net/assets/2018/04/gab-126-990x526.jpg"/></p> <p>The day before the vent, the organizers, Kostas Pantos, Pa

proximagr

proximagr

Free e-book: Azure Strategy and Implementation Guide

Free e-book: Azure Strategy and Implementation Guide Microsoft Azure is giving free a Strategy and Implementation guide for Azure. This e-book provides guidance, architecture and advises to implement and integrate cloud technologies. This guide is directed to system administrators, cloud architects and project managers. It has for chapters, the Governance, the Architecture, the Application development and operations and the Service management. It will help you for starting with Azure or just doi

proximagr

proximagr

Free e-book: Azure Strategy and Implementation Guide

Free e-book: Azure Strategy and Implementation Guide Microsoft Azure is giving free a Strategy and Implementation guide for Azure. This e-book provides guidance, architecture and advises to implement and integrate cloud technologies. This guide is directed to system administrators, cloud architects and project managers. It has for chapters, the Governance, the Architecture, the Application development and operations and the Service management. It will help you for starting with Azure or just doi

proximagr

proximagr

Get early access to large disks support of Azure Backup & more

Get early access to large disks support of Azure Backup & more Azure Backup’s 1TB limitation at last is over! Now you can backup VMs with disk sizes up to 4TB(4095GB), both managed and unmanaged. Also has improvements on backup and recovery performance that you can find here. Starting today login to the Portal, go to your Recovery Services vault and you will a notification saying “Support for >1TB disk VMs and improvements to backup and restore speed ->” Click the notification and the

proximagr

proximagr

Get early access to large disks support of Azure Backup & more

Get early access to large disks support of Azure Backup & more Azure Backup’s 1TB limitation at last is over! Now you can backup VMs with disk sizes up to 4TB(4095GB), both managed and unmanaged. Also has improvements on backup and recovery performance that you can find here. Starting today login to the Portal, go to your Recovery Services vault and you will a notification saying “Support for >1TB disk VMs and improvements to backup and restore speed ->” Click the notification and the

proximagr

proximagr

Azure App Service, get data from on-premises databases securely

Azure App Service, get data from on-premises databases securely There are many scenarios where we want to have the Web Application on the Cloud but on the other hand, due to various limitations, the database stays on-premises. Azure has a service, called Azure Hybrid Connections, that allows the Web App to connect to on-premises databases, using internal IP address or the database server host name, without a complex VPN setup. The Connection diagram I have tested the connection with Microsoft S

proximagr

proximagr

Azure App Service, get data from on-premises databases securely

Azure App Service, get data from on-premises databases securely There are many scenarios where we want to have the Web Application on the Cloud but on the other hand, due to various limitations, the database stays on-premises. Azure has a service, called Azure Hybrid Connections, that allows the Web App to connect to on-premises databases, using internal IP address or the database server host name, without a complex VPN setup. The Connection diagram I have tested the connection with Microsoft S

proximagr

proximagr

×
×
  • Create New...