---
title: "Configuring a Resource Template to a Resource Group"
slug: "configure-a-resource-template-to-a-resource-group"
tags: ["lgc"]
updated: 2024-09-10T18:09:32Z
published: 2024-09-10T18:09:32Z
canonical: "docs.skillable.com/configure-a-resource-template-to-a-resource-group"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skillable.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuring a Resource Template to a Resource Group

In Skillable Studio, a Resource Group contains Resource Templates, Access Control Policys, and portal user permissions. This document covers creating a Resource template and configuring it into a Resource Group. If you have not created a Restriction Policy or would like to create one, see our guide on [creating a Restriction Policy](/v1/docs/create-a-restriction-policy).

## Creating a Resource Template

To create your first Resource Template in Skillable Studio, you must perform the following tasks:

1. Navigate to the Skillable Studio Administration page.
2. Click Cloud Resource Templates on the Cloud Services tile.
3. Click Create Resource Template in the upper-right corner of the page.
4. Enter the following values into the Create a Resource Template form:

| Tab | Field Name | Field Value |
| --- | --- | --- |
| **Basic Information** | **Name** | A name of your choosing. |
|  | **Description** | Describe the intentions and goals of the Resource Template. |
|  | **Organizaton** | Select the organization that the Resource Template will be available to. |
|  | **Enabled** | Check the box to enable this Resource Template for use. |
|  | **Template URL** | (optional) Enter the URL where a resource template is stored. |
|  | **Template** | Enter the JSON syntax for the resource template. |
5. Once you have completed the form, click **save**.

## Configuring a Resource Group

1. Navigate to the lab profile that you wish to configure a Resource Group to.

You can search for your lab profile by doing the following:

  1. Return to the Skillable Studio Administration page.
  2. Click Find Lab Profiles to find your lab profile.
  3. Enter the name of the lab profile into the **Name** field, and change the operator drop down adjacent to it to **Equal**.
  4. Click **Search** to find your lab profile.
  5. In the search results, click the Name of your lab profile to open the Lab Profile details view.
2. Click **Edit Profile** to open the edit view for your lab profile.
3. Select the **Cloud** tab.
4. Scroll down to *Cloud Resource Groups*, then click **Add Resource Group**.
5. Click **Add Resource Template**.
6. Enter the name of the Resource Template you wish to use.
7. Click **Search**.
8. Select your Cloud Resource Template in the list of results, then click **OK**.

When you add a Cloud Resource Template to a Cloud Resource Group in a lab profile, if that template has any required parameters, you will automatically be prompted to provide values for those parameters.
9. Check or uncheck the **Deploy in Background** checkbox.

When you do not mark a Cloud Resource Template as deploy in background, the lab will not be available to the student once launched until the resources defined in the Cloud Resource Template are fully provisioned. If your lab provisions resources that are not required at the beginning of the lab, you may want to check this checkbox so that the lab launches more quickly,allowing students to start working in the lab even while resources are being provisioned.
10. If you would like to add a Restriction Policy to the lab profile, click **Add Restriction Policy**.
11. Enter the name of the Restriction Policy you wish to use.
12. Click **Search**.
13. Select your Cloud Resource Template in the list of results, then click **OK**.
14. Click **Save** to save the updated lab profile.

A resource group is a container that holds related resources for an Azure solution. The resource group can include all the resources for the solution, or only those resources that you want to manage as a group.

Resource Templates are used to deploy cloud resources in a cloud environment.

An Access Control Policy is used by a cloud provider to limit the resources that can be provisioned within the cloud environment. This prevents additional cloud costs by preventing users from creating resources that are not relevant to the content and/or outside the scope of the lab.
