Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Azure1.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Azure10-1.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Azure10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Azure2.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Azure3.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Azure4.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Azure5.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Azure7.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 8 additions & 5 deletions README.md → week12HW.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ group.
* Give the resource group a meaningful name (e.g.,
"StudentNameSurname_RG").
* Select the location of the resource group (e.g., "West Europe").

![alt text](Azure1.JPG)
### 3- Create a Virtual Machine:

* Go to the "Virtual machines" service in the Azure portal and create
a new virtual machine.

![alt text](Azure2.JPG)
##### Basic Settings:

- Resource group: Select the resource group you created.
Expand All @@ -44,6 +44,7 @@ your free trial account.
- Administrator username: Specify an administrator username for
the virtual machine.
- Password: Set a strong password for the virtual machine.
![alt text](Azure3.JPG)


###### Disks:
Expand All @@ -56,7 +57,6 @@ recommended for the operating system disk.
* Assign a public IP address to the virtual machine to access it.
* Configure the necessary network security group rules to allow
RDP (Windows) or SSH (Linux) access to the virtual machine.

###### Management:
* You can configure monitoring and diagnostics settings.

Expand All @@ -79,7 +79,7 @@ Azure portal.
* Click the "Connect" button and download the RDP file.
* Open the RDP file and log in with the administrator username
and password.

![alt text](Azure4.JPG)
###### Linux:
* Connect using an SSH client (e.g., PuTTY or Windows Terminal)
using the virtual machine's public IP address.
Expand All @@ -90,14 +90,17 @@ using the virtual machine's public IP address.
create a new storage account.
* Within the storage account, go to the "File shares" service and
create a new file share.
![alt text](Azure7.JPG)
![alt text](Azure10-1.JPG)
* Connect the file share you created to your virtual machine and your
PC (Windows or Linux).
* Windows: Map a network drive to the file share
* Linux: Mount the file share using CIFS

![alt text](Azure5.JPG)
### 6-Tasks on the Virtual Machine (Optional!):
###### Windows:
* Install the IIS web server and publish a website.
![alt text](Azure10.jpg)
* Install SQL Server Express and create a database.
* Create, read, and delete files on the Azure File Share you
created.
Expand Down