/images/avatar.png

Let's talk Azure

Azure Load Testing Series - Accessing bearer token in Jmeter using JSON extractor

About this blogHey folks!, In this blog we will see how to pass bearer token dynamically while running the test plans. Mock APIIn order to cover the scenarios, I have used a mock API that exposes token endpoint and a dummy GET endpoint. Mock API Mock Oauth Token endpoint Extract token within a thread group using JSON Extractor Configuring GET endpoint with HTTP Header manager Create ThreadGroup and Add HTTP request , ThreadGroups->Add->Sampler->HTTP Request Create HTTP Request for GET endpoint : https://httpbin.

Azure Load Testing Series - Configure Jmeter

About this blogHey folks!, In tis blog we will see in detail about Apache Jmeter. GUI walkthrough Jmeter TestPlan It can visualized as a script for running tests It helps us to define the sequential flow of our business use case It is saved in form of JMX extension file which is required in Azure Load Testing framework to run tests Jmeter ThreadGroups It represents the group of threads Jmeter will be using during the load test.

Azure Load Testing Series - Setup

About this blogHey folks!, In tis blog we will see what are the pre-requisites to run performance testing in Azure Load Testing framework. Purpose of load testing In order to say that application is ready to move into production , we might need to know how it will perform in real user scenarios or how it will be affected by normal and peak loads. It allows us to identify the bottlenecks/defects in your architecture

AzPark: SWA - Architecture

About this blogHey folks!, In this blog we will see about the high-level architecture of our Az-Park site Az-Park architecture will be constantly updated, the one as part of this blog is the initial version as of dated 2nd October 2021 Cost incured in the past monthMy total cost of Az-Park is less than ₹50 per month . For the demo purpose I have moved Azure cognitive services to standard plan , so that everyone can try out the feature.

AzPark: SWA - Azure Static Web Apps Authentication in Angular application

About this blogHey folks!, In this blog let’s see how to implement authentication flow in our Angular application and also will cover how to emulate this flow in our local development. Azure Static Web App authenticationSWA provides a streamlined authentication experience. By default , you have access to three providers that is pre-configured or you do have option to register a custom provider Standard plan Custom authentication however is only available in Standard Plan By default Azure provides us with two built-in roles

AzPark: SWA - How to deploy Angular SPA in Azure Static Web Apps

About this blogHey folks!, In this blog let’s see how to deploy our Angular SPA application to Azure Static Web Apps from Scratch. Pre-requisitesI have listed down some of the pre-requisites below Azure subscription GitHub account VSCode VSCode Extensions Once VSCode is installed , Please make sure you have below extensions that will be used in our Static Web App series Install Azure Static Web Apps extensions Install Azure Function extensions