# Task 1

{% hint style="info" %}
All resources having same life cycle ideally should belong to same Resource Group
{% endhint %}

1. Visit [Azure Portal](https://portal.azure.com) and Sign-in.
2. Click on Search-box and search for Resource Group and create a new RG
3. Search Resource Group

   <figure><img src="/files/n1fnGxH49Q8vuNTMd8PR" alt=""><figcaption></figcaption></figure>
4. Select Subscription, Give a name to resource group then select nearest zone .Afterwards Review and Create .
5. &#x20;Click on Review and Create&#x20;
6. Search **Disk**, and click on + create&#x20;

<figure><img src="/files/u8HzgbwBt0CA2LAMZGuq" alt=""><figcaption></figcaption></figure>

7. Select your subscription and fill other details.

<figure><img src="/files/XN1OC4rLU85P8X3mLrVC" alt=""><figcaption></figcaption></figure>

8. Change SSD to HDD and reduce Storage Size to avoid extra costing

<figure><img src="/files/7mCcBvWvWyqyaKK2hhqt" alt=""><figcaption></figcaption></figure>

9. From Encryption tab, select Platform-managed Key it means Azure will take care of Keys.

<figure><img src="/files/2Nhe41K3Vp6FxmCdpG9W" alt=""><figcaption></figcaption></figure>

10. &#x20;Enable Public Access only in <mark style="color:red;">**Test**</mark> env

<figure><img src="/files/WFGWGtAsIdf57i4HoVhg" alt=""><figcaption></figcaption></figure>

11. Don't enabled shared Disk option, because we do have to move this resource from 1 resource group to another.

<figure><img src="/files/bCd2eSC7ozqefiXQuPra" alt=""><figcaption></figcaption></figure>

12. &#x20;If you have any Tags, put there or else feel free to keep it blank.

<figure><img src="/files/kFBV9MI2w5tL5kvo1gj1" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://azsec.troubleshooterclub.in/manage-azure-resource/task-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
