From the course: Extend Web Application Functionality on Microsoft Azure
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Configuring the existing cloud resources - Azure Tutorial
From the course: Extend Web Application Functionality on Microsoft Azure
Configuring the existing cloud resources
- [Instructor] We need to enable the change tracking option in the database and the Pets table. So let's navigate to the SQL database and open the query editor. And here I'm going to paste the required statement which is ALTER DATABASE, and then the name of the database. SET CHANGE_TRACKING = ON. And as you can see, I'm passing other configurations such as the CHANGE_RETENTION in days and also the AUTO_CLEANUP. So I already did this, there's no need for me to execute this again. And we also need to enable the CHANGE_TRACKING for the Pets table. In this case, we need to execute ALTER TABLE, the name of the table, and then enable CHANGE_TRACKING. Again, I already did this so there's no need for me to execute that. In fact, if I execute this, I'm going to get this error. So that's fine. Now we need to create the records container. So let's navigate back to the overview page, and wisdompetmedicine, and let's navigate…
Contents
-
-
-
Creating PDF files with Azure Functions and Puppeteer38s
-
(Locked)
Configuring the existing cloud resources1m 49s
-
(Locked)
Creating the repository and the Azure Functions project4m 21s
-
(Locked)
Implementing and testing the SQL trigger5m 8s
-
(Locked)
Implementing the code to generate HTML content7m 24s
-
(Locked)
Implementing the code to generate a PDF file using Puppeteer6m 56s
-
(Locked)
Implementing the Blob output binding in the Function4m 59s
-
(Locked)
Provisioning the Function app using the Azure Portal1m 9s
-
(Locked)
Manually deploying the Azure Function to the Function app4m 44s
-
-
-
-
-