Skip to content

Commit

Permalink
chapters
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Spendolini authored and Brian Spendolini committed Jul 19, 2024
1 parent 000f5c9 commit 97b797a
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/10-using-azure-openai.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,3 +482,7 @@ In this next section, we will be using the Todo application against our Free Azu
1. Enter a task name and see the title instantly transformed into german.
![A picture of a todo task being translated into german upon entry in the todo application](./media/ch7/rest10.png)
## Continue to chapter 11
Click [here](./11-sql-bindings.md) to continue to chapter 1, Azure SQL Bindings for Azure Functions!
4 changes: 4 additions & 0 deletions docs/11-sql-bindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,3 +264,7 @@ In this section, you will create a change data stream using Change Tracking, the
```

1. Stop the local function in the terminal in the codespace with a Ctrl-C.

## Continue to chapter 12

Click [here](./12-github-actions.md) to continue to chapter 12, GitHub Actions!
4 changes: 4 additions & 0 deletions docs/2-Database-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,3 +494,7 @@ The SQL Database Projects extension is an Azure Data Studio and Visual Studio Co
select * from dbo.todo;
GO
```
## Continue to chapter 3
Click [here](./3-Data-API-builder.md) to continue to chapter 3, Data API Builder!
4 changes: 4 additions & 0 deletions docs/3-Data-API-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -1125,3 +1125,7 @@ Now that the APIs have been created, they might be handed off to a development t
![A picture of the swagger user interface where you can browse and try out all the APIs that were just create](./media/ch3/dab20.png)
1. Stop Data API builder in the terminal with Ctrl-C.
## Continue to chapter 4
Click [here](./4-swa-cli.md) to continue to chapter 4, Static Web Apps!
4 changes: 4 additions & 0 deletions docs/4-swa-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,3 +521,7 @@ Static Web Apps has built in [integration with the Azure SQL Database/Local SQL
Moving to stored procedures/table APIs will allow us to insert some logic before or after DML in the code. More on this in a later chapter.
1. Stop SWA CLI in the terminal in the codespace with a Ctrl-C.
## Continue to chapter 5
Click [here](./5-deploy-to-azure.md) to continue to chapter 5, the Azure SQL Database and Object Deployment!
6 changes: 5 additions & 1 deletion docs/5-deploy-to-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,8 @@ The Azure SQL Migration extension for Azure Data Studio offers these key benefit
### Proof of concepts and samples

* [SQL Server migration one-click PoC to Azure SQL](https://aka.ms/SQLMigrationPoC)
* [Migrate databases at scale using Azure Database Migration automation](https://github.com/Azure-Samples/data-migration-sql)
* [Migrate databases at scale using Azure Database Migration automation](https://github.com/Azure-Samples/data-migration-sql)

## Continue to chapter 6

Click [here](./6-JSON-in-the-db.md) to continue to chapter 6, JSON in the database!
4 changes: 4 additions & 0 deletions docs/6-JSON-in-the-db.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,3 +240,7 @@ The available operators are:
FROM sys.all_objects
GROUP BY schema_id;
```

## Continue to chapter 7

Click [here](./7-invoke-REST.md) to continue to chapter 7, Invoking REST endpoints from the database!
6 changes: 5 additions & 1 deletion docs/7-invoke-REST.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,8 @@ The next few chapters will be using various Azure AI services such as AI Languag
}
```
1. Copy these keys for use in later chapters.
1. Copy these keys for use in later chapters.
## Continue to chapter 8
Click [here](./8-ai-language.md) to continue to chapter 8, AI Language!
4 changes: 4 additions & 0 deletions docs/8-ai-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,3 +648,7 @@ This prebuilt capability disambiguates the identity of an entity found in text b
"dataSource": "Wikipedia"
}
```

## Continue to chapter 9

Click [here](./9-content-safety.md) to continue to chapter 9, AI Content Safety!
4 changes: 4 additions & 0 deletions docs/9-content-safety.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,7 @@ Use protected material detection to detect and protect third-party text material
}
}
```

## Continue to chapter 10

Click [here](.//10-using-azure-openai.md) to continue to chapter 10, Azure OpenAI!

0 comments on commit 97b797a

Please sign in to comment.