Torrent details for "Azure Functions for Developers 2024 CourseWikia" Log in to bookmark
Controls:
×
Report Torrent
Please select a reason for reporting this torrent:
Your report will be reviewed by our moderation team.
×
Report Information
Loading report information...
This torrent has been reported 0 times.
Report Summary:
| User | Reason | Date |
|---|
Failed to load report information.
×
Success
Your report has been submitted successfully.
Checked by:
Category:
Language:
English
Total Size:
313.5 MB
Info Hash:
5D92B05EA5152E9567F01A2658947DB90D6EC4C0
Added By:
Added:
Sept. 11, 2024, 5:43 p.m.
Stats:
|
(Last updated: May 10, 2025, 4:35 p.m.)
| File | Size |
|---|---|
| Get Bonus Downloads Here.url | 181 bytes |
| 01 - Running on-demand code without infrastructure overhead.mp4 | 1.8 MB |
| 01 - Running on-demand code without infrastructure overhead.srt | 912 bytes |
| 02 - What you should know.mp4 | 2.4 MB |
| 02 - What you should know.srt | 2.9 KB |
| 01 - What are Azure Functions.mp4 | 4.4 MB |
| 01 - What are Azure Functions.srt | 4.5 KB |
| 02 - Azure Functions benefits.mp4 | 1.3 MB |
| 02 - Azure Functions benefits.srt | 1.4 KB |
| 03 - Execution models for Azure Functions built with .NET.mp4 | 2.2 MB |
| 03 - Execution models for Azure Functions built with .NET.srt | 2.0 KB |
| 04 - Options for hosting Azure Functions.mp4 | 4.6 MB |
| 04 - Options for hosting Azure Functions.srt | 4.7 KB |
| 05 - What are triggers and bindings.mp4 | 6.7 MB |
| 05 - What are triggers and bindings.srt | 6.8 KB |
| 06 - Preparing your development environment.mp4 | 4.8 MB |
| 06 - Preparing your development environment.srt | 3.4 KB |
| 01 - Creating Azure Functions using the Core Tools.mp4 | 4.6 MB |
| 01 - Creating Azure Functions using the Core Tools.srt | 4.0 KB |
| 02 - Creating Azure Functions in Visual Studio Code.mp4 | 7.2 MB |
| 02 - Creating Azure Functions in Visual Studio Code.srt | 4.5 KB |
| 03 - Creating Azure Functions in Visual Studio.mp4 | 3.9 MB |
| 03 - Creating Azure Functions in Visual Studio.srt | 2.9 KB |
| 04 - What are we going to build.mp4 | 2.8 MB |
| 04 - What are we going to build.srt | 3.1 KB |
| 01 - Creating the project.mp4 | 4.1 MB |
| 01 - Creating the project.srt | 3.5 KB |
| 02 - Initial implementation of the Register function.mp4 | 17.3 MB |
| 02 - Initial implementation of the Register function.srt | 7.5 KB |
| 03 - Implementing the SqlOutput trigger in the Register function.mp4 | 12.6 MB |
| 03 - Implementing the SqlOutput trigger in the Register function.srt | 6.4 KB |
| 04 - Initial implementation of the Snapshot function.mp4 | 11.5 MB |
| 04 - Initial implementation of the Snapshot function.srt | 7.2 KB |
| 05 - Extracting the text content with HtmlAgilityPack.mp4 | 11.5 MB |
| 05 - Extracting the text content with HtmlAgilityPack.srt | 4.9 KB |
| 06 - Implementing the SqlOutput binding in the Snapshot function.mp4 | 10.9 MB |
| 06 - Implementing the SqlOutput binding in the Snapshot function.srt | 4.7 KB |
| 07 - Implementing the PdfCreator function.mp4 | 10.7 MB |
| 07 - Implementing the PdfCreator function.srt | 5.2 KB |
| 08 - Implementing the BlobOutput and BlobClient in the PdfCreator function.mp4 | 23.5 MB |
| 08 - Implementing the BlobOutput and BlobClient in the PdfCreator function.srt | 10.0 KB |
| 09 - Initial implementation of the Watcher function.mp4 | 5.6 MB |
| 09 - Initial implementation of the Watcher function.srt | 3.3 KB |
| 10 - Modifying the database tables.mp4 | 5.4 MB |
| 10 - Modifying the database tables.srt | 3.1 KB |
| 11 - Retrieve the data with SQlInput.mp4 | 22.7 MB |
| 11 - Retrieve the data with SQlInput.srt | 8.2 KB |
| 12 - Store the snapshot with SqlOutput.mp4 | 6.0 MB |
| 12 - Store the snapshot with SqlOutput.srt | 2.4 KB |
| 13 - Query.mp4 | 5.5 MB |
| 13 - Query.srt | 3.2 KB |
| 01 - Refactoring the PDF creation logic to the PdfCreatorService class.mp4 | 11.7 MB |
| 01 - Refactoring the PDF creation logic to the PdfCreatorService class.srt | 4.5 KB |
| 02 - Creating the SafeBrowsingService for filtering out unsafe websites.mp4 | 17.4 MB |
| 02 - Creating the SafeBrowsingService for filtering out unsafe websites.srt | 6.5 KB |
| 03 - Implementing the SafeBrowsingService as a middleware component.mp4 | 4.9 MB |
| 03 - Implementing the SafeBrowsingService as a middleware component.srt | 2.2 KB |
| 04 - Implementing the middleware logic and validations.mp4 | 13.6 MB |
| 04 - Implementing the middleware logic and validations.srt | 4.8 KB |
| 05 - Registering the middleware in the pipeline and testing the application.mp4 | 10.2 MB |
| 05 - Registering the middleware in the pipeline and testing the application.srt | 5.6 KB |
| 01 - Creating Function apps in the Azure portal.mp4 | 7.3 MB |
| 01 - Creating Function apps in the Azure portal.srt | 4.4 KB |
| 02 - Creating Function apps with the Azure CLI.mp4 | 6.1 MB |
| 02 - Creating Function apps with the Azure CLI.srt | 4.9 KB |
| 03 - Creating Function apps with ARM templates.mp4 | 6.3 MB |
| 03 - Creating Function apps with ARM templates.srt | 3.7 KB |
| 04 - Creating Function apps with Bicep.mp4 | 4.8 MB |
| 04 - Creating Function apps with Bicep.srt | 3.0 KB |
| 01 - Creating the SQL database in Azure using the portal.mp4 | 8.3 MB |
| 01 - Creating the SQL database in Azure using the portal.srt | 4.0 KB |
| 02 - Adjusting the project code to use a single storage account.mp4 | 3.6 MB |
| 02 - Adjusting the project code to use a single storage account.srt | 1.7 KB |
| 03 - Deploying Azure Functions using the Azure Functions Core Tools.mp4 | 8.7 MB |
| 03 - Deploying Azure Functions using the Azure Functions Core Tools.srt | 4.7 KB |
| 04 - Using CICD pipelines in GitHub Actions for deploying Azure Functions.mp4 | 14.4 MB |
| 04 - Using CICD pipelines in GitHub Actions for deploying Azure Functions.srt | 7.0 KB |
| 01 - Continue learning.mp4 | 1.8 MB |
| 01 - Continue learning.srt | 1.9 KB |
| Bonus Resources.txt | 386 bytes |
Name
DL
Uploader
Size
S/L
Added
-
313.5 MB
[16
/
1]
2024-09-11
| Uploaded by FreeCourseWeb | Size 313.5 MB | Health [ 16 /1 ] | Added 2024-09-11 |
-
83.9 MB
[0
/
4]
2024-09-11
| Uploaded by FreeCourseWeb | Size 83.9 MB | Health [ 0 /4 ] | Added 2024-09-11 |
-
463.3 MB
[48
/
33]
2023-10-29
| Uploaded by freecoursewb | Size 463.3 MB | Health [ 48 /33 ] | Added 2023-10-29 |
-
825.4 MB
[0
/
4]
2023-10-24
| Uploaded by freecoursewb | Size 825.4 MB | Health [ 0 /4 ] | Added 2023-10-24 |
-
1.3 GB
[17
/
12]
2023-07-01
| Uploaded by FreeCourseWeb | Size 1.3 GB | Health [ 17 /12 ] | Added 2023-07-01 |
-
860.3 MB
[0
/
0]
2023-10-27
| Uploaded by freecoursewb | Size 860.3 MB | Health [ 0 /0 ] | Added 2023-10-27 |
NOTE
SOURCE: Azure Functions for Developers 2024 CourseWikia
-----------------------------------------------------------------------------------
COVER

-----------------------------------------------------------------------------------
MEDIAINFO
None
×


