-
Notifications
You must be signed in to change notification settings - Fork 526
/
Copy pathTOC.yml
70 lines (70 loc) · 2.96 KB
/
TOC.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
items:
- name: Azure for Go developers
href: index.yml
- name: Get started with Go on Azure
items:
- name: Key Azure services for Go developers
href: key-azure-services-for-go.md
- name: Use Blob Storage
href: /azure/storage/blobs/storage-quickstart-blobs-go?toc=/azure/developer/go/toc.json&bc=/azure/developer/go/breadcrumb/toc.json
- name: Connect to an Azure Database for PostgreSQL
href: /azure/postgresql/flexible-server/connect-go?toc=/azure/developer/go/toc.json&bc=/azure/developer/go/breadcrumb/toc.json
- name: Connect to an Azure Database for MySQL
href: /azure/mysql/flexible-server/connect-go?toc=/azure/developer/go/toc.json&bc=/azure/developer/go/breadcrumb/toc.json
- name: Query an Azure SQL database
href: /azure/azure-sql/database/connect-query-go?toc=/azure/developer/go/toc.json&bc=/azure/developer/go/breadcrumb/toc.json
- name: Use the Azure SDK for Go
items:
- name: What is the Azure SDK for Go?
href: overview.md
- name: Core concepts
href: azure-sdk-core-concepts.md
- name: Management libraries
expanded: false
items:
- name: Overview
href: management-libraries.md
- name: Manage Resource Groups
href: manage-resource-groups.md
- name: Deploy VMs
href: azure-sdk-qs-vm.md
- name: Authentication
expanded: false
items:
- name: Overview
href: sdk/authentication/authentication-overview.md
- name: Auth during local development
items:
- name: Auth using developer service principals
href: sdk/authentication/local-development-service-principal.md
- name: Auth using developer accounts
href: sdk/authentication/local-development-dev-accounts.md
- name: Auth from Azure-hosted apps
href: sdk/authentication/authentication-azure-hosted-apps.md
- name: Auth from on-premises apps
href: sdk/authentication/authentication-on-premises-apps.md
- name: Additional auth methods
href: sdk/authentication/authentication-additional-methods.md
- name: Credential chains
href: sdk/authentication/credential-chains.md
- name: How-to guides
expanded: false
items:
- name: Deploy an ARM template
href: deploy-azure-resource-manager-template.md
- name: Deploy a Go app to Container Apps
href: deploy-container-apps.md
- name: SDK examples
href: https://github.com/azure-samples/azure-sdk-for-go-samples
- name: Migration guides
href: migration-guides.md
- name: Reference
items:
- name: Azure SDK for Go API reference
href: https://pkg.go.dev/github.com/Azure/azure-sdk-for-go
- name: Packages list
href: azure-sdk-library-package-index.md
- name: Resources
items:
- name: Visual Studio Code extension for Go
href: configure-visual-studio-code.md