Create Serverless Functions in the Azure Portal. Azure functions have the capability to greatly speed up your development, reduce your cost, and allows you to automatically scale to meet the high demand. What is Azure Functions? Functions as a Service (FaaS) – A platform for running “functions”, which are nothing but your code running in […]
Browsing Tag: az-203
Enabling Diagnostics Logging in Azure App Service
Introduction If you are looking at this post “enabling diagnostics logging” then you are already familiar with building and hosting web application with in a azure app service. You may also be looking for options to support your application. I will show how to use diagnostics logs that are available with in azure app service. […]
Configure elastic pools for Azure SQL Databases
Introduction This post, I show how to configure elastic pools for Azure SQL Database. Microsoft Azure SQL Database are great for both predictable and unpredictable workloads. Unpredictability is specially challenging for software as service or called as SaaS Providers. SaaS providers have hundreds or even thousands of customers who then have their own unique mix […]
Implement create, read, update, and delete functionalities using Entity Framework Core
Introduction In this post, I show how to Implement CURD functionality in ASPNETCORE using Entity Framework Core. I have my existing project with bare minimum configuration setup to start and to start with this post demo, I will be using it. To follow along with me for this post, you need to know some basic […]
How to: Create an Azure App Service API app
Introduction In this short post, I’m going to cover topic “create an Azure App Service API app”. The details in this post will help to cover a part of knowledge required to complete Azure AZ-203 certification. Getting Started To publish any Web or API application that may have been developed using any programming language, we […]
How to: Create Azure App Service Web Apps
Introduction In this post, I’m going to cover topic “create an Azure App Service Web App”. The details in this post will help to cover a part of knowledge required to complete Azure AZ-203 certification. Let’s focus on the one of the five below topic that is part of skills measured under “Develop Azure Platform […]
Exam AZ-203: Developing Solutions for Microsoft Azure
Introduction In this post, we will see the skills measured for the Exam AZ-203: Developing Solutions for Microsoft Azure and various examples for exam preparation. Note: The content of this exam was updated on November 6, 2019. I have highlighted in bold where the content is updated as of November 6, 2019. This exam retired […]
Provision and Configure relational databases in azure portal: part 1
Introduction This post is to provision and configure relational databases in the azure portal and is part of develop solutions that use a relational database. This post is part of the Azure AZ-203 certification path. The topic covered in this post is part of skills measurement, “Develop for Azure storage” and about 15-20 % of […]