AKEH EUNICEladyintech.hashnode.dev·Apr 17, 2024Setting Up Nginx With Docker Volumes And Bind MountsIntroduction In this blogpost, i will walk you through the process of setting up an Nginx container using Docker, with both a Docker-managed volume and bind mount. This allows you to manage data persistence and easily share files between the host sys...11 likes·56 reads#dok
AKEH EUNICEladyintech.hashnode.dev·Apr 15, 2024How To Build A Container Image And Push To DockerHubIn this blogpost i will walk you through the process of building a container image and publishing it to DockerHub. What Is a Container? Containers are isolated execution environments with an (operating system)OS-level virtualization, Isolated librari...Docker
AKEH EUNICEladyintech.hashnode.dev·Mar 31, 2024QuickStart: Build a Windows VM Using a Custom Template In AzureDeploy a Windows VM with Azure Resource Manager Introduction One powerful feature Azure provides is the ability to deploy VMs using custom templates, streamlining the process and ensuring consistency across deployments. Azure Resource Manager is an I...10 likesAzure
AKEH EUNICEladyintech.hashnode.dev·Mar 1, 2024A Step-by-Step Guide In Creating A SQL Virtual Machine In AzureIntroduction In today's cloud-driven world, businesses are increasingly adopting virtual machines (VMs) to efficiently manage their data and applications. Microsoft Azure provides a robust platform for hosting SQL Server databases on virtual machines...SQL Server
AKEH EUNICEladyintech.hashnode.dev·Feb 21, 2024Step-by-Step Guide to Building a Custom Role Using Azure PortalIntroduction One significant aspect of Azure's flexibility lies in its Microsoft Entra ID system, allowing organizations to manage access to Azure resources. If the Azure built In roles don't meet your company's specific needs of your organization, y...Custom roles
AKEH EUNICEladyintech.hashnode.dev·Feb 19, 2024Step-by-Step Guide to Creating, Deleting & Restoring Bulk users In Microsoft Entra IDIntroduction Creating bulk users in Microsoft Entra ID formerly known as Azure Active Directory (Azure AD) can be achieved by using various methods such as PowerShell scripts, CSV file imports, or third-party tools. In order to create bulk users , yo...10 likesMicrosoft
AKEH EUNICEladyintech.hashnode.dev·Feb 12, 2024Guide To Creating A SAS Token For your Blob ContainerIntroduction In the ever-expanding world of cloud computing, security is still critical. Microsoft's cloud platform, Azure, provides a plethora of tools and services to protect your resources and data. Shared Access Signature (SAS) tokens are one suc...10 likesSAS URL, Limiting access to your blob for a specific time, limiting your blob, SA
AKEH EUNICEladyintech.hashnode.dev·Feb 11, 2024Step-by-Step Guide: Creating a Storage Account and Adding Blob Container in AzureOutline Step1 - Sign into Azure Portal Step 2 - Create a Storage Account Step 2A - Basic Settings Step 2B - Advanced settings Step 2C - Networking Settings Step 2D - Data Protection Settings Step 2E - Encryption settings Step 2F - Tags Step 2G - Vali...11 likes·29 reads#clo
AKEH EUNICEladyintech.hashnode.dev·Feb 10, 2024Creating Azure VMSS Virtual Machine Scale SetsOverview Step 1 - Sign into the Azure Portal Step 2 - Navigate to the Virtual Machine Scale Sets Page Step 3 - Create a VM Scale Sets (VMSS) Step 4 - Configure Settings Step 5A - Basic settings: Configure Auto scaling Step 5B - Administrator Account ...#virtual machine scale set
AKEH EUNICEladyintech.hashnode.dev·Feb 10, 2024How to Extend a Data Disk and Initialize It on Your Windows Virtual Machine on AzureTo create a data disk and initialize it on your Windows Virtual Machine (VM) on Azure, you can follow these steps: Step 1. Sign in to the Azure portal: Go to https://portal.azure.comand sign in with your Azure account credentials Step 2. Navigate to ...Data disk