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...
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...
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...