by George Chrysovaladis Grammatikos | Sep 1, 2024 | App Service, Azure, Compute, Identity + Security, Networking
As a serverless compute service, Azure Functions enables you to run code on-demand without the need to explicitly manage or provision infrastructure.Azure functions offer a range of powerful security features that can be easily enabled. By default, Azure functions are...
by George Chrysovaladis Grammatikos | Feb 1, 2024 | App Service, Azure
In this post, I will show you how to add a custom domain with an SSL certificate on your Azure Web App. As a prerequisite you must have deployed an Azure Web App and the least service plan must be B1. Let’s get it configured! From the Web App left-hand side...
by George Chrysovaladis Grammatikos | Jan 1, 2024 | App Service, Azure, Azure SQL Database, Compute, Databases
In this post, I will show how we can migrate a local sql server database to Azure SQL Database service using the Azure Migrate Service. Prerequisites: An active Azure subscription SQL Server (On-Premises) An Azure SQL Database A few words about Microsoft Azure...
by George Chrysovaladis Grammatikos | Dec 17, 2022 | App Service, Azure
In this quick post, we will read about the steps we need to take if we accidentally delete it. By executing a few PowerShell commands, it can be easily fixed. Prerequisites An active Azure subscription Azure Az PowerShell module (Only for PowerShell) Azure Cloud Shell...
by George Chrysovaladis Grammatikos | Jun 8, 2018 | App Service, Azure
In a previous post, I was trying to explain what Azure API App is. In this one, I show you the steps to deploy your first Azure API App. Create API App From the Azure Portal click Create a resource and search for “API App” and click Create. Azure...
by George Chrysovaladis Grammatikos | Jun 8, 2018 | App Service, Azure
API Apps are web services (like Web Apps). You construct code that will be deployed on Azure and there are applications designed to call these API Apps. On API Apps there is no UI (User Interface), its main responsibility is to manage data. API Apps Benefits When...