© 2023 Hashnode
#azure
Get started with MongoDB to create databases, collections, and docs within your Azure Cosmos DB resource. Follow these steps to install the package and try out the example code for basic tasks. Prereq…
Introduction Previously I have written one article on how to create an Azure Linux Virtual Machine with Terraform. In that article, I have explained how to create a Virtual Machine with a password usi…
Below is a simple bash script that can be run to identify if the script exists within an AWS, Azure, Google Cloud, or Oracle Cloud Virtual Machine. Bash Script #!/usr/bin/env bash set -e pipefail fun…
In my previous post, I talked about Virtual Machines. Virtual machines(VM) as the name implies are machines that are stored in the cloud. By cloud, I don't mean the sky above. The cloud is a virtual e…
Introduction: In the rapidly evolving world of technology, cloud computing has become an indispensable tool for businesses and individuals alike. As I sought to deepen my knowledge and skills in this …
Day-1: Cloud Basics Revolutionizing Computing with Speed, Flexibility, and Innovation Imagine you're a student working on a group project. Instead of relying on individual laptops or USB drives, you u…
Microsoft always makes a lot of great announcements at Build, and this year was no exception. While the biggest ones are collected for you in the Microsoft Build 2023 Book of News, here are my favorit…
Introduction So my previous post looked at B2B Direct and Teams shared channels due to a customer request to link two separate tenants together as part of an acquisition. How to setup B2B Direct in A…
In case you are here for the first time, this is a series about understanding the basis of terraform and how to put it to work for you. I defined terraform and wrote about the overview here and here. …
Before the advent of cloud computing, data centers were built with hardware, memory, RAM, and various other components. But, after What is cloud computing? The term "cloud" is simply a metaphor for th…