Search

Tag: JSON

View:
Florent Appointaire

Create a Custom RBAC Role in Azure, From the Portal

If Azure’s built-in roles didn’t fit your needs perfectly but you still tried to adapt because you dreaded messing around in PowerShell to fix it, then this news is for you. Azure role-based access control (RBAC) can now be used directly from Azure Portal to assign your desired custom roles at subscription and resource group scopes.

Augusto Alvarez

Azure Offers now “Bot-as-a-Service” as a new “Serverless” Compute Service

Microsoft is expanding the features and functionalities constantly, two of the key aspects related to the new Azure features are related to enhancing end-user interaction and facilitate the work in the DevOps world. Azure now has the “Bot-as-a-Service” available where customers can use these automated text-based exchanges systems with their own customers.

Charbel Nemnom

Getting Started with Azure Resource Manager and Azure Deployment – Part III

In part two of this multi part blog series, we covered the creation and configuration of a GitHub account, to host a GitHub repository for a Quick Start template, and then we examined Visual Studio Code integration with Git and lastly we pushed commits to a remote repository on GitHub.

In the final post, we will modify and deploy sample and custom template and parameter JSON files.

If you missed Part I and Part II, please make sure to check them here Part I and Part II before you continue with the last part.

Charbel Nemnom

Getting Started with Azure Resource Manager and Azure Deployment – Part II

In part one of this multi part blog series, we explained the benefits of Azure Resource Manager and resource groups in Azure V2 versus the Service Management API in Azure V1, then we looked in depth at JavaScript Object Notation (JSON) Quick Start templates. In the second part, Part II: we will create and configure a GitHub account, if you don’t already have one, to host a GitHub repository for a Quick Start template, and lastly we will examine Visual Studio Code integration with Git and push commits to a remote repository. In the final post, we will modify and deploy sample/custom template and parameter JSON files.
If you missed Part I, please make sure to check it here before you continue with this post.

Charbel Nemnom

Getting Started with Azure Resource Manager and Azure Deployment – Part I

Applications that are deployed in Microsoft Azure often comprise different but related cloud resources, such as virtual machines, web applications, SQL databases, virtual networks among others. Before the introduction of Azure Resource Manager (Azure V2), it was necessary to define and provision these resources imperatively. However, Azure Resource Manager gives you the ability to define and provision these resources with their configuration and associated parameters declaratively in a JavaScript Object Notation (JSON) template file, known as an Azure Resource Manager template.