> For the complete documentation index, see [llms.txt](https://azsec.troubleshooterclub.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://azsec.troubleshooterclub.in/network-security.md).

# Network Security

<mark style="color:purple;">**LAB 1**</mark>

<details>

<summary>Design and Implement a VNET(Virtual Network )</summary>

Company : Troubleshooter Club LTD&#x20;

Process of migrating infrastructure and applications to Azure . As Network engineer , we need to plan & implement 3 VNET and Subnets

Architecture Diagram&#x20;

<img src="/files/XiJKAwlAXOtj70hyaOgk" alt="" data-size="original">

**Objectives**&#x20;

* Task 1 : Create the troubleshooterclub resource group&#x20;
* Task2: Create the coreServicesVnet virtual network and subnets&#x20;
* Task3: Create the ManufacturingVnet virtual network and subnets&#x20;
* Task4: Create the ResearchVnet virtual network and subnets
* Task5: Verify the creation of the virtual networks and subnets&#x20;

</details>

<details>

<summary>Consideration for Public DNS services</summary>

* Name of Zone must be unique within the RG and Zone must not exist already&#x20;
* Same Zone name can be reused in a different RG or a different Azure Subscription&#x20;
* Where Multiple zones shares the same name, each instance is assigned different name server addresses&#x20;
* Root/Parent domain is registered at the registrar and pointed to Azure NS&#x20;
* Child domains are registered in AzureDNS directly

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://azsec.troubleshooterclub.in/network-security.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
