Skip to content

Commit 3041352

Browse files
Brian SpendoliniBrian Spendolini
authored andcommitted
v1.8
1 parent c7c1907 commit 3041352

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Workshop Tasks
4343
* Use Azure AI Services and friends
4444
* Create a change data stream
4545
* CICD with GitHub Actions
46+
* Advanced Examples
4647

4748
### The Workshop
4849

@@ -54,6 +55,10 @@ In the second lab, you will be using the new Data API builder to create REST and
5455

5556
We will then expand our local development environments with Azure Functions and Static Web Applications. These frameworks will be installed and used locally but can be easily deployed into Azure. The Static Web Applications framework will provide us with a mock deployment platform locally so we can utilize features such as authentication, functions and database integration to simulate deploying our application and use the REST APIs made with Data API builder.
5657

57-
The last lab will be highlighting how integration with other Azure services such as OpenAI, communications or Functions can be accomplished with REST Endpoint Invocation. These examples will show how data from an Azure SQL Database can be sent or received from other Azure Services utilizing authentication and REST endpoints.
58+
The next lab will be highlighting how integration with other Azure services such as OpenAI, communications or Functions can be accomplished with REST Endpoint Invocation. These examples will show how data from an Azure SQL Database can be sent or received from other Azure Services utilizing authentication and REST endpoints.
59+
60+
Following this, you will be creating a trigger function using Azure Functions and Azure SQL Bindings for Azure Functions. The last lab will introduce you to CI/CD flows using GitHub Actions.
61+
62+
Wrapping up the workshop is a final optional lab that combines many of the concepts you learned today and challenges you to write some code for real world use cases you may come across.
5863

5964
Click [here](./docs/1-Getting-started.md) to get started!

0 commit comments

Comments
 (0)