diff --git a/Azure1.JPG b/Azure1.JPG new file mode 100644 index 0000000..65c059c Binary files /dev/null and b/Azure1.JPG differ diff --git a/Azure10-1.JPG b/Azure10-1.JPG new file mode 100644 index 0000000..1299912 Binary files /dev/null and b/Azure10-1.JPG differ diff --git a/Azure10.jpg b/Azure10.jpg new file mode 100644 index 0000000..0162059 Binary files /dev/null and b/Azure10.jpg differ diff --git a/Azure2.JPG b/Azure2.JPG new file mode 100644 index 0000000..9004b4d Binary files /dev/null and b/Azure2.JPG differ diff --git a/Azure3.JPG b/Azure3.JPG new file mode 100644 index 0000000..7da64ba Binary files /dev/null and b/Azure3.JPG differ diff --git a/Azure4.JPG b/Azure4.JPG new file mode 100644 index 0000000..ac22a15 Binary files /dev/null and b/Azure4.JPG differ diff --git a/Azure5.JPG b/Azure5.JPG new file mode 100644 index 0000000..f294eb2 Binary files /dev/null and b/Azure5.JPG differ diff --git a/Azure7.JPG b/Azure7.JPG new file mode 100644 index 0000000..4226df9 Binary files /dev/null and b/Azure7.JPG differ diff --git a/README.md b/week12HW.md similarity index 96% rename from README.md rename to week12HW.md index 8213d53..a3833c6 100644 --- a/README.md +++ b/week12HW.md @@ -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. @@ -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: @@ -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. @@ -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. @@ -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.