Learning Objects of working with relational data in Azure

  • Provision an Azure SQL database to store application data.
  • Create an Azure Database for PostgreSQL server – Learn | Microsoft Docs.
  • Scale multiple Azure SQL Databases with SQL elastic pools – Learn | Microsoft Docs.
  • Secure your Azure SQL Database
  • Develop and configure an ASP.NET application that queries an Azure SQL database – Learn | Microsoft Docs

Note: To see the answer, click hint icon

How to create PayPal buttons for your Website

You can add PayPal payment buttons to your website to accept the payment from PayPal and major credit cards. Here is how.

  1. After login PayPal, go to Tool>All Tools.

2. Click Open in PayPal buttons.

3. You will have these options: Smart Buttons, Buy Now, Add to Cart, Donate, Subscribe, Installment Plan, Automatic Billing.

4. Click Donate in our example. Modify the default settings. Click Continue.

5. Follow the Make your donation button pages and make the necessary changes and click Continue.

6. Copy the entire code below into your HTML page.

Learning objectives of Creating serverless applications in AZ-203

  • Choose the best Azure service to automate business processes.
  • Create serverless logic with Azure Functions.
  • Understand an Azure Function with triggers.
  • Chain Azure Functions together using input and output bindings.
  • Create a long-running serverless workflow with Durable Functions.
  • Develop, test, and deploy an Azure Function with Visual Studio.
  • Monitor GitHub events by using a webhook with Azure Functions.
  • Enable automatic updates in a web application using Azure Functions and SignalR Service.

Note: To see the answer, click hint icon

Practice Exam

Microsoft Certified: Azure Developer Associate – AZ-203 Exam 1

Microsoft Certified: Azure Developer Associate – AZ-203 Exam 2

Microsoft Certified: Azure Developer Associate – AZ-203 Exam 3

Microsoft Certified: Azure Developer Associate – AZ-203 Exam 4

Using Veeam to back up iSCSI drive

Q: We have Hyper-v running a file server. The file server connecting to an iSCSI drive. Is it possible for Veeam to back up iSCSI drive?

A: Yes, it does. However, you need to create a backup job for Windows computer like a physical server. Here is how.

  1. Click Home and then select Windows Computer from Backup Job.

2. In Job mode, choose the type, for example server in our example; choose the mode, Managed by backup server.

3. After entering the name and computer, choose Backup Mode, for example Volume level backup.

4. In Object, enter the Volume name, which is the iSCSI drive letter.

5. Select Storage and Guest Processing.

6. Following the wizard to complete the settings.