Showing posts with label Azure Portal. Show all posts
Showing posts with label Azure Portal. Show all posts
Thursday, 27 June 2024
Wednesday, 11 September 2019
Infrastructure As Code: ARM Templates Deployment - Azure Portal
ARM Template Deployment in the Azure Portal
An ARM template is a JSON file used to configure and deploy various Azure resources.
If you want to deploy your ARM(Azure Resource Manager) Template in the Azure Portal then it is very easy. Just open the link https://portal.azure.com and login with your subscription.
Step 1 - Click on Create a resource button on the top left as shown in the snapshot below.
Step 2 - Type "template" in the search box and you will see the Template deployment option, click on that, as shown below.
Step 3 - Click on the create button as shown below.
Step 4 - Click on the "Build your own template in the editor"
Step 5 - Paste your template on the right side and press save.
Step 6 - Click on the purchase, it will validate and then execute the template. After then you can see the resource has been created.
This is all about the article. thanks for reading it.
Subscribe to:
Posts (Atom)
How to get PowerBI Embed Token
Here's a step-by-step guide to help you through the process. Step 1: Register Your App in Azure 1. Go to Azure Portal → App registratio...
-
OR The attempt to publish the ZIP file through failed with HTTP status code Unauthorized. When you get this error while publishing the Websi...
-
This error normally occurred when you created a report on one SQL version and deploying/opening on another SQL version. I've created ...
-
There are multiple ways to read the PDF, In this article, we will discuss Azure AI Form Recognizer. Let's learn how to read PDF in .NET/...