Image Analysis in ASP.NET Core 5.0 using Azure Cognitive Service

Background Azure’s computer vision services give wide range of options to do image analysis. These AI services enable to discover the content and analyze images and videos in real time. Using computer vision which is a part of azure cognitive services, we can do image processing to label content with objects, moderate content, identify objects in image, extract text, generate details descriptions of the image, … Continue reading Image Analysis in ASP.NET Core 5.0 using Azure Cognitive Service

What is Blockchain

Background In centralized database system, it is easy to control access and consistency where everyone is using same database. Additionally, in centralized database there is a central trusted authority to control the access because there is only one database and all participants or clients using same set of data. It should be trusted by all the participants or clients that the owner of database never … Continue reading What is Blockchain

DevOps and Its key Principles

Background Software development includes several processes like defining scopes, requirement specifications, and use cases, designing solution architect, converting use cases to tasks, writing code, testing and validations, managing releases, and deployments, and then maintenance. These tasks are repetitive and can be highly manual process which can significantly be prone to errors. The software development process comprises of different teams from operations, development as well as … Continue reading DevOps and Its key Principles

Azure RBAC Role Based Access Control Demonstration with Azure App Service

Azure provides much flexible role-based access control for Azure resources through which you can efficiently manage users access to azure resources, can allow the level of permission, and can identify their access to various resources. This access control is called as Azure role-based access control i.e., Azure RBAC. To know more details, on the concept of Azure RBAC, You can check my previous article: https://rijsat.com/2021/03/28/what-is-azure-role-based-access-control-rbac/Continue reading Azure RBAC Role Based Access Control Demonstration with Azure App Service

What is Azure Role-Based Access Control (RBAC)

Background In terms of cloud computing, access control plays vital role in order to manage permissions effectively. Any organization using cloud, they need to provide wide range of permissions to their employees as well as third part as part of the operational activities. IT resources, for instance, might require higher level of permission on those cloud services as compare to business users because IT employees … Continue reading What is Azure Role-Based Access Control (RBAC)

What is deployment slots in Azure App Service.

Background In Conventional web hosting, we deploy or publish an application to hosting and soon after publishing, user can access the application via an endpoint or a domain (say myapplication.com). Consider a scenario of releasing next version of same application, we again need to release the solution into another staging environment which need to have environment settings which is a manual and time-consuming job. In … Continue reading What is deployment slots in Azure App Service.

Scaling in Azure App Service – Almost All You need to know

Background In terms of web applications, underlying infrastructure plays vital role to cope of with applications performance, traffic surge, complex logic, long running process or execution time. It is one of the most difficult job to calculate the specifications in terms of infrastructure for web applications either it is public facing applications or for particular company. Most of the cases, there is high chances that … Continue reading Scaling in Azure App Service – Almost All You need to know

Auto-Start and Auto-shutdown in Azure Virtual Machines

Azure services cost varies based on utilization and uptime and is one of the important factors for overall billing amount. In most of the scenarios, we use azure VM during office hours or some specific duration only but remain useless in off-hours. And paying azure virtual cost during off-hours is simply unnecessary amount. In other words, we might not need to run the 24hours for … Continue reading Auto-Start and Auto-shutdown in Azure Virtual Machines

Certificate Issue While Connecting Azure Virtual Machine Database

I was trying to connect with SQL Server database which is residing in Azure Windows Virtual Machine from SQL Server Management Studio and .NET application, I got error and couldn’t connect to database. Later on, I found solution for it and able to connect from both application and SQL Server Management Studio. So, here in this blog I will explain those issues and share my … Continue reading Certificate Issue While Connecting Azure Virtual Machine Database

How to Allow IP address to Access Database through Firewall Setup in Azure Database

As nowadays people are working from home due to Pandemic situation. Since, most of the IT company are using Azure services including Azure SQL Database.  We have global team to work collaboratively and because of remote work and work from home policies most of time our network changes. Thus, the IP address of our machine changes and need to give access to our database whenever it gets change. On the other hand, … Continue reading How to Allow IP address to Access Database through Firewall Setup in Azure Database