-
Notifications
You must be signed in to change notification settings - Fork 519
/
Copy pathindex.yml
75 lines (73 loc) · 2.97 KB
/
index.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
71
72
73
74
75
### YamlMime:Landing
title: Azure for Go developers
summary: Learn to use the Azure SDK for Go, browse API references, sample code, tutorials, quickstarts, conceptual articles, and more.
metadata:
title: Azure for Go developers
description: Get started developing with the Azure SDK for Go.
author: bobtabor-msft
ms.author: rotabor
ms.date: 07/30/2024
ms.topic: landing-page
ms.service: azure-go
ms.collection: collection
ms.devlang: golang
ms.custom: devx-track-go
landingContent:
- title: Get started
linkLists:
- linkListType: overview
links:
- text: What is the Azure SDK for Go?
url: overview.md
- text: Key Azure services for Go developers
url: key-azure-services-for-go.md
- text: Authenticate with the Azure Identity module for Go
url: azure-sdk-authentication.md
- linkListType: download
links:
- text: Install the Azure SDK for Go
url: https://pkg.go.dev/github.com/Azure/azure-sdk-for-go
- linkListType: training
links:
- text: Take your first steps with Go
url: /training/paths/go-first-steps
- title: Data and storage
linkLists:
- linkListType: quickstart
links:
- text: Use Blob Storage with Go
url: /azure/storage/blobs/storage-quickstart-blobs-go?toc=/azure/developer/go/toc.json&bc=/azure/developer/go/breadcrumb/toc.json
- text: Connect to an Azure Database for PostgreSQL
url: /azure/postgresql/flexible-server/connect-go?toc=/azure/developer/go/toc.json&bc=/azure/developer/go/breadcrumb/toc.json
- text: Connect to an Azure Database for MySQL
url: /azure/mysql/flexible-server/connect-go?toc=/azure/developer/go/toc.json&bc=/azure/developer/go/breadcrumb/toc.json
- text: Query an Azure SQL database
url: /azure/azure-sql/database/connect-query-go?toc=/azure/developer/go/toc.json&bc=/azure/developer/go/breadcrumb/toc.json
- title: Virtual Machines
linkLists:
- linkListType: quickstart
links:
- text: Authenticate with a managed identity
url: azure-sdk-authentication-managed-identity.md
- title: Serverless functions
linkLists:
- linkListType: quickstart
links:
- text: Create a Go serverless function in Azure
url: /azure/azure-functions/create-first-function-vs-code-other
- title: Containers
linkLists:
- linkListType: how-to-guide
links:
- text: Build and containerize a Go app
url: deploy-container-apps.md
- title: Open source
linkLists:
- linkListType: reference
links:
- text: Dapr (Distributed Application Runtime)
url: https://github.com/dapr/dapr
- text: KEDA (Kubernetes Event Driven Autoscaler)
url: https://github.com/kedacore/keda
- text: KEDA HTTP Add-on
url: https://github.com/kedacore/http-add-on