TechBubbles Microsoft Technology BLOG

TagMicrosoft

Modern containerized apps development using AZURE CLOUD Native

There are many options for developers to build and deploy cloud native and containerized applications on Microsoft AZURE. This post outlines why cloud native is important for organizations and describe the options like AZURE Container Apps and AZURE Kubernetes Service. What is Cloud-Native for Application Development? CNCF cloud native computing foundation envisions cloud-native applications to...

GRPC features in .NET FW 6

gRPC allows you to develop high-performance service in .NET FW 6. This post outlines the performance improvements made in gRPC in .NET 6, support to handling transient faults, client side load balancing and developing gRPC over HTTP/3. It also outlines the sample gRPC project creation using Visual Studio 2022. What is gRPC? gRPC is an open source remote procedure call framework allows to...

Data driven agriculture with AZURE Farm beats

As the son of a farmer, I was always thinking about using technology to help farmers to do affordable, profitable and sustainable farming. Lot of farming is based on guesswork. The decisions like when to water, when to apply pesticides, nutrients and fertilizers are based on guesswork. What if farmer uses his knowledge with data and data driven insights, it can be more productive, cost effective...

Async / Await guide-lines

There are lot of different ways to use Async\await in C#. It is bit difficult to understand what different methods, fields and keywords are under tasks and how they are different? This post outlines some bad examples that developer shouldn’t use and explains the alternate solution. Bad example1: This locks up the UI. Never use .Result Above line is wrapper method on taskservice which...

Analyzing root cause live site issues using Azure Portal

Quickly determining the root-cause of live site issue(s) that hosted in AZURE is important. The standard alerts that you setup in monitoring system might help you in alerting the problem and wouldn’t always help you in finding immediately the root-cause of the failure. Azure Portal introduced a new feature called “Application Change Analysis” under AppService. What is...

Connecting On-Premises Networks with AZURE Virtual Networks

This post outlines the options that exist for connecting your on-premise network to AZURE. Following are the three options, This post explains configuration steps that required for setting up Site-to-Site Virtual Private Network. Site-to-Site Virtual Private NetworkPoint-to-Site Virtual Private NetworkExpress Route Why do we need to extend On-Premise network? Reason 1, If Your organization...

AZURE Multi Factor Authentication – deep dive

Usernames and Passwords are no longer strong enough to protect sensitive information. This post outlines different ways you can protect on-premises and cloud based applications using Microsoft Multi Factor Authentication (MFA). It also explains deployment, configuration options in-depth, API interaction for developers to integrate MFA with existing systems. Additional security never should be a...

Building a Secure ASP.NET Core Web API

This post outlines the steps that require to secure ASP.NET Core 3.0(preview) Web API using AZURE AD. Web API uses Azure AD as identity provider which implements the OAuth2 standards. In this case AZURE AD grants the tokens to applications. Don’t get confused with OpenIDConnect and OAuth2. OpenIDConnect protocol implements OAuth2 standards. OpenID is not just for APIs, it can be used for...

AZURE Search Service overview – Part 2

This post explains filtering and scoring Search Service Results. Part 1 post on azure search service can be read here.Filters uses OData expression for searching the documents. The sample filter using postman as follows Filtering results The following ODATA filter operators that you can use filtering data in Search Service eq , ne, gt, lt, ge, le  – for comparison...

Microsoft Azure Storage options overview

This post outlines the available storage options in Azure portal , creating blob data and accessing it through Azure storage explorer or using C# code. The code discussed in this post can be downloaded from here Microsoft offers following storage options Creating a Storage account in AZURE portal Login to Azure Portal to create a new storage account Storage account name – The name must be...

TechBubbles Microsoft Technology BLOG

Follow me

Archives

Tag Cloud