Category: Storage

Azure File integration with Azure AD in a Simple Way

Most of the time Customers use NFS (Network File System) drive in the organization to store and share files over the network with teams. You need the same kind of Functionality in Azure Cloud, Azure File Service is available for your disposal. It works as Distributed File System (DFS), which means you can share a […]

READ MORE

Improve Azure PaaS Services Security with Native Connectivity

If you take any Azure PaaS service. It comes with a public endpoint so it is very critical for organizations to restrict access while leveraging such a service. As a cloud architect or security engineer, you have to make a secure connection to PaaS based service. This is very critical from a design perspective. Today […]

READ MORE

Getting a Private SSL Certificate free of cost

This article will guide you on how to create wildcard certificates for your internal applications without paying an additional amount. You work for any software deployment project, you deploy code in multiple environments and test it.  You test the site with HTTP , not in HTTPS. Why? you need an SSL certificate for it. Getting […]

READ MORE

5 ways to connect GCP services on the private endpoint

When you access any cloud services, the expectation is to do it securely. There is no difference when you work on the Google Cloud Platform. Google has to comply with the security standards of any organization. Even Google cloud services are away from customers but they should be accessible on private IP rather than using […]

READ MORE

Building a Certificate Authority (CA) Server for your Servers and Applications in Free of Cost

In any orgnization, it is best security practice to have SSL certificate installed on servers, application and databases. To get SSL certificate, first step is to have or build Certificate Authority (CA). SSL Certificate and CA make communication secure between client and server or application. If you do not have CA ready internally or externally, […]

READ MORE