Activity 1: Lets create a virtual network using ARM Template contd
- Now lets try to add a database, for Database we would be azure sql database with basic as pricing tier
- To summarize the operations, we need to create
- Azure sql server
- Azure sql database
- Refer Here for creating a sql server
- Refer Here for the arm resource for sql database
- Lets try to do the incremental deployment
- To create a private connectivity with Azure sql database we need to add the service endpoint of microsoft.sql to subnet
- outputs for arm templates Refer Here
- Refer Here for the quick start templates from microsoft
- Refer Here for the changes done.
- Next Steps:
- Azure Policy and Governance (Next Saturday)