DP-900-Creating Azure SQL
Creating Azure SQL
Step 1 : In the search bar, search for Azure SQL Database.
Step 2 : Click on Create.
Step 3 : Add Details.
1. Basic :
- Select your subscription and resource group and give your database name.
- Server: if there are any existing servers, then select one of them or create a new server.
** Creating a Server.
Add Details.
Authentication method :
1- Microsoft Entra-Only Authentication :
-Does not require any additional username and password
-Only Microsoft credentials are required for authentication
2- Use both SQL Admin and Microsoft entra authentication
- Need to set Microsoft entra admin and server admin username and password
3- Use SQL Admin Authentication
- Need to set server admin username and password.
Click OK.
Back to the Basics tab.
Here you can see the cost details of the Server.
Want to use SQL elastic pool?
We are creating a single database.
IF you select this option. It enables you to use an elastic pool, which means multiple SQL databases can share a single server.
Workload Environment :
Development : lower cost
Production : costly
Compute + Storage :
- By clicking on configure database, you can edit database-related settings from the configure page.
Backup storage redundancy : select according to your requirement.
Go to the Networking tab.
2. Networking :
Connectivity Method :
No access : Don't need any additional information.
Public Endpoint : Need to add firewall rules.
- Add current IP address - by selecting it as yes, it will automatically add your computer's IP address to the list of allowed devices.
- lets you manage and access the database from your computer.
- blocks other computers that aren't in the allowed lists from accessing the data
Private Endpoint : Need to add details of the private endpoint.
Go to the Security tab.
3. Security :
Microsoft Defender :
Disable :
Enable : Monitors your access and checks for evidence
Ledger : Protects you against hacking by generating hash keys. Checks the Integrity of data and ensures that it has not been altered unintentionally.
Go to the Additional Settings.
4. Additional Settings :
Data Source :
- None :
- Used when you want to build everything from scratch
- Creates an empty database
- Backup :
- Used when migrating from an On premises to SQL Server
- Creates database from existing data
- Sample :
- Rarely used in real projects.
- Creates a sample database with pre-filled tables and data for testing/learning.
Click Review + Create.
Click Create.
Step 4 : Click on go to the resource.
Step 5 : On the overview page.
From set server firewall you can set firewall rules and turn it on and off.
Step 7 : Click on Open Azure Data Studio, and it will download Azure Data Studio.
There are three ways to start developing database.
Azure Data Studio, Visual Studio, Visual Studio Code
Step 8 : Click on Download Azure Data Studio.
Process to Download and Install Azure Data Studio.
Step 9 : Click on Launch it now.
Step 10 : Add Details. And Click connect.
Comments
Post a Comment