Let's start by creating an Azure Cosmos DB account. If you already have an account or if you are using the Azure Cosmos DB Emulator for this tutorial, you can skip to Step 2: Create the Java JSP application.From the Azure portal menu or the Home page, select Create a resource. ...
Let's start by creating an Azure Cosmos DB account. If you already have an account or if you are using the Azure Cosmos DB Emulator for this tutorial, you can skip to Step 2: Create the Java JSP application.From the Azure portal menu or the Home page, select Create a resource. ...
The next step is to create the network and subnet in the Azure resource group. The solution in this tutorial uses one virtual network and one subnet. The virtual network overview provides more information about networks in Azure. To create the virtual network in t...
Azure Bastion Host: a separate Azure Bastion is deployed in the AKS cluster virtual network to provide SSH connectivity to both agent nodes and virtual machines. Azure NAT Gateway: a bring-your-own (BYO) Azure NAT Gateway to manage outbound connections initiated by AKS-hosted workloads. The NAT...
The next step is to create the network and subnet in the Azure resource group.The solution in this tutorial uses one virtual network and one subnet. The virtual network overview provides more information about networks in Azure.To create the virtual network in the ...
Before starting this tutorial, ensure that you have downloaded and installed theprerequisites. Then, in a new terminal window, run the command below to log in to your Microsoft Azure account interactively with the Azure command-line interface. ...
Learn about CogS, Sentiment Analysis, and Azure Functions through a full tutorial – as well as where to go to learn more and setup a database to store and manage submissions. You should never ever run directly against Node in production. Maybe. Running against Node might cause your app to...
The second tutorial in this 2-part blog series about Illumio for Microsoft Azure Firewall is going to explore how to use Illumination to visualize and manage the network traffic and security policies of your environment. Illumination provides a unique new way to reveal the...
Now let’s walk through a simple tutorial. As we do, you’ll begin to realize you don’t need to learn anything new about the cloud. You can focus on creating your Web app and its data just as you always have. The details of moving to the cloud are abstracted away by the service...
Let’s build the Application Let’s build a tool that can read developers documentation– in this case Azure Functions Documentation as PDF. Then answer arbitrary questions by referencing the documentation text. We will follow these steps: