DEV Community

Cover image for HOW TO PREPARE APP LOG EXAMINER SECURITY GROUP
Ajayi Daniel
Ajayi Daniel

Posted on

HOW TO PREPARE APP LOG EXAMINER SECURITY GROUP

Role 1 create an Entra ID security group
step A: In the Azure Portal Search Bar, enter Azure Active Directory (or Entra ID) from the list of results. On the Default Directory page, select Groups. On the Groups page, choose New Group.
THEN On the New Group page, provide the values in the following table and choose Create.
Property Value
Group type Security
Group name App Log Examiners
Group description App Log Examiners

ID
GROUP

ROLE 2 Deploy and configure WS-VM1
STEP A:In the Azure Portal Search Bar, enter Virtual Machines and select Virtual Machines from the list of results.
On the Virtual Machines page, choose Create and select Azure Virtual Machine.
On the Basics page of the Create A Virtual Machine wizard, select the following settings and then choose Review + Create.

Property Value
Subscription Your subscription
Resource Group rg-alpha
Virtual machine name WS-VM1
Region East US
Availability options No infrastructure redundancy required
Security type Standard
Image Windows Server 2022 Datacenter: Azure Edition – x64 Gen2
VM architecture x64
Size Standard_D4s_v3 – 4 vcpus, 16 GiB memory
Administrator account prime
Password [Select a unique secure password] P@ssw0rdP@ssw0rd
Inbound ports RDP 3389
Review the settings and select Create.

VIRTUAL

ImagGn
baby

Infra

Image

Ima

step B
Wait for the deployment to complete. Once deployment completes choose Go to resource.
On the WS-VM1 properties page, choose Networking.
On the Networking page, select the RDP rule.
On the RDP rule space, change the Source to My IP address and choose Save.

This restricts incoming RDP connections to the IP address you’re currently using.

On the Networking page, choose Add inbound port rule.
On the Add inbound security rule page, configure the following settings and choose Add.

Property Value
Source Any
Source port ranges *
Destination Any
Service HTTP
Action Allow
Priority 310
Name AllowAnyHTTPInbound

RESOURCE
RDP

CREATE

IMBOUND

Step c:On the WS-VM1 page, choose Connect.
Under Native RDP, choose Select.
On the Native RDP page, choose Download RDP file and then open the file. Opening the RDP file opens the Remote Desktop Connection dialog box.
On the Windows Security dialog box, choose More Choices and then choose Use a different account.
Enter the username as .\prime and the password as the secure password you chose in Step 3, and choose OK.
When signed into the Windows Server virtual machine, right-click on the Start hint and then choose Windows PowerShell (Admin).
At the elevated command prompt, type the following command and press Enter. Install-WindowsFeature Web-Server -IncludeAllSubFeature -IncludeManagementTools
When the installation completes run the following command to change to the web server root directory. cd c:\inetpub\wwwroot\
Run the following command. Wget https://raw.githubusercontent.com/Azure-Samples/html-docs-hello-world/master/index.html -OutFile index.html

Image

Image connect

clean

Top comments (0)