0% found this document useful (0 votes)
8 views50 pages

Virtual Network

The document outlines practical steps for creating a MySQL database and integrating it with Excel, as well as setting up AI services for audio processing and building a serverless architecture using Azure Functions. It also includes instructions for designing a multi-region disaster recovery plan and managing Azure storage for file management. Each section provides detailed steps for executing the tasks effectively.

Uploaded by

zxcvbnm.we541
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views50 pages

Virtual Network

The document outlines practical steps for creating a MySQL database and integrating it with Excel, as well as setting up AI services for audio processing and building a serverless architecture using Azure Functions. It also includes instructions for designing a multi-region disaster recovery plan and managing Azure storage for file management. Each section provides detailed steps for executing the tasks effectively.

Uploaded by

zxcvbnm.we541
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 50

PRACTICAL - 3

Aim : Create MySql Database.


1.​ Create a table and insert records in it then pull the data in Excel.

Steps :

Step 1 - Go to Home and click on “SQL Databases”.

Step 2 - Click on “Create SQL database”.


Server name - system
Password - sys@1234

Step 3 - Enter the details for the SQL database Server such as name, location and choose
“Authentication Method” as “Use SQL authentication”.

Step 4 - Choose the “Backup Storage redundancy” as “Locally-redundant backup storage” then
click on “Review & Create”.
Step 5 - Again click on “Create”.

Step 6 - After completion of deployment, click on “Go to resource”.

Step 7 - Click on “Properties”.


Step 8 - Click on “Networking” and then select “Selected Networks” under Public access.

Step 9 - In Networking click on “Public access” then select “Selected networks”.


Step 10 - Click on “Add your client IPv4 address” and select the “Allow Azure services and
resources to access this server” checkbox. Then click “Save”.

Step 11 - Navigate to the “Query editor” tab.


Step 12 - Create a table using SQL queries and insert values into the table.

Step 13 - Copy the path of the current tab and paste into another new tab.
Step 14 - Go to Home and click on “SQL server” (i.e name as systemdb) in resources.

Step 15 - Copy the server name.

Step 16 - Open Excel on your PC.


Step 17 - Navigate to the “Data tab” and click on “Get Data”. Select “From Azure” then select
“From Azure SQL Database”.
Step 18 - Paste the name of server which is copied recently and click on “Ok”.

Step 19 - Enter the details i.e. Username and Password and then click on “Connect”.

Step 20 - Then the Navigator tab will open and you have to select your database , click on
“load”.
Finally, The data will be displayed in the excel sheet.
PRACTICAL - 4

Aim : AI Services(Audio)

Step 1 : Go to AI services

Step 2 : Click on Speech > Create


Step 3 : Enter Information and click on “review and create”

Step 4 : Select Pricing tier Free F0 > Review + create


Step 5 : Click on Create

Step 6 : Click on Go to resource

Step 7 : Go to Speech Studio


Step 8 : Click on Real-time speech to text

Step 9 : Choose the language ‘English (united states) > Drag and drop your audio file here
Download anything and upload .

Step 10 : Play the audio


Project 7: Building a serverless architecture

Create a new Function APP -

1.​ Create a Resource

2.​ In the search marketplace , type function and select Function App
3.​ Click on create
4.​ Select “Consumption”
5.​ Fill the details as below and click on “Review & create”.

6.​ Go to resource
7.​ Click on “Create function”.

8.​ Select “HTTP trigger” template.

9.​ In template details, click on create


10.​Click on “HttpTrigger1”

11.​Click on “Test/Run”.

12.​In the function editor, provide any required input parameters and run the test
13.​Use monitor tab to view logs and diagnose issue
Deploy Your Function
1.​ Set up deployment options, such as continuous integration (CI) using Azure
DevOps or GitHub Actions.
2.​ Deploy your function code to the Azure Function App.
EXTRA

○​
Project 8: Designing a multi-region disaster recovery plan
1.​ Select resource groups

1.​ Create resource group


2.​ Create First resource - rg11 and Region - East US

3.​ Create VM and select above resource group i.e rg11 and select Ubuntu 24
4.​ If error encountered, create VNet
5.​ After clicking on create, download key as below
6.​ Create second resource group i.e rg12

7.​ In Home, Search “Recovery Services Vaults”


8.​ In this, select second Resource Group i.e rg12 and same region as second
resource i.e West US
9.​ After creating, click on “Enable Site Recovery”.

10.​Click on “Enable Replication”.


11.​In this, Select first region & resource group which we have created previously
and click on Next.

12.​Select VM & click on Next.


13.​In target location select second resource group and location i.e West US, rg12
14.​In the manage tab, select “manage manually”.
15.​Click on “Enable Replication”
16.​In notification, Click on “Enable Replication”
Go to Home > Recovery1

Go to backup & disaster recovery


Select disaster recovery
Project 2: Azure storage for file
management

You might also like