cloud service providers - ifi techsolutions ltd

What is Azure Web Application Firewall (WAF) ?

Azure WAF is a web application firewall that helps safeguard your online applications from typical attacks like SQL injection, cross-site scripting, and other web exploits. To govern access to your web applications, you can create a WAF policy that combines custom and managed rules. As we have experienced when we visit the shopping mall, we must first go through the security checkpoint, where everyone entering

Policy as a Code using GitHub In Azure

Policy as a Code using GitHub In Azure

Author – Rupesh Sonawane, Cloud Engineer In today’s time creating and managing policies for different IT environments is important for staying compliant with your corporate standards. Azure Policy is one of the features provided by Azure that helps to enforce organizational standards and to assess compliance at scale, implementing governance for resource consistency, regulatory compliance,…

saml 2.0 in azure

SSO Configuration using SAML v2.0 and Azure Active Directory for Custom web application

Author: Ajinkya Bhabal, Cloud Engineer. Introduction What is SAML v2.0? It is an open standard for exchanging authentication and authorization data between an identity provider and a service provider. The best use cases will be building Single Sign-on for applications. Here we will deploy our web application in Azure virtual machine and Azure Active Directory…

Azure Policy

Azure Policy

Author – Pushpak Kale, Cloud Engineer   Azure Policy Azure Policy is a service in Azure which enables us to create polices which enforce and control the properties of a resource. Azure Policy helps you manage and prevent IT issues with policy definitions that enforce rules and effects for your resources. Common use cases for Azure…

Azure Well-Architecture Framework

Authors – Nayan Bhanushali & Shefali Kamble, Cloud Engineers. What is Azure Well-Architecture Framework There are many aspects where you need to instill confidence in your customers, where you assure them security and availability of their data, where you provide them an architecture that can handle any challenges faced by the customer and also fulfill…

Getting Started With Azure Sentinel

Author – Varun Raval, Cloud Engineer Intern Overview Azure Sentinel is Microsoft’s cloud-native SIEM (Security Information and Event Management) service with built-in AI analytics. Threats related to infrastructure, networking, users, and applications can be monitored via Azure Sentinel. As a cloud-native service, it works as per your requirement. It collates the data from your on-premises…

Introduction to Azure Sentinel

Author – Varun Raval, Cloud Engineer Intern What is Azure Sentinel? Azure Sentinel provides intelligent security analytics at cloud scale for your entire enterprise. Azure Sentinel makes it easy to collect security data across your entire hybrid organization from devices, to users, to apps, to servers on any cloud.  It uses the power of artificial…

Azure Disk Encryption for IAAS Windows VM with Azure AD- Part 2

Please refer the below link for Azure Disk Encryption for IAAS Windows VM with Azure AD- Part 1https://www.ifi.tech/azure-disk-encryption-for-iaas-windows-vm-with-azure-ad-part-1/ Create New Application in Azure Active Directory In the portal, go to All Services and search for Azure Active Directory. 2. From the blade, choose App Registrations and click +New application registration. 3. Provide a name and…