forked from MicrosoftDocs/azure-dev-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.yml
108 lines (105 loc) · 5.51 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
### YamlMime:Landing
title: Azure for Python Developers
summary: |
Deploy your Python code to Azure for web apps, serverless apps, containers, and machine learning models. Take advantage of the Azure libraries (SDK) for Python to programmatically access the full range of Azure services including storage, databases, pre-built AI capabilities, and much more.
metadata:
title: Azure for Python developers
description: Get started developing with Python and Azure using Azure Functions, Azure App Service, Azure Container Apps, Azure Machine Learning, Azure Storage, Azure Database for PostgreSQL, and the Azure SDK for Python.
ms.date: 11/08/2022
ms.topic: landing-page
ms.collection: collection
ms.technology: azure
ms.product: azure-python
ms.devlang: python
ms.custom: devx-track-python, py-fresh-zinc
landingContent:
- title: Serverless functions
linkLists:
- linkListType: how-to-guide
links:
- text: Deploy using Visual Studio Code
url: /azure/azure-functions/create-first-function-vs-code-python?toc=/azure/developer/python/toc.json&bc=/azure/developer/python/breadcrumb/toc.json
- text: Deploy using the command line
url: /azure/azure-functions/create-first-function-cli-python?toc=/azure/developer/python/toc.json&bc=/azure/developer/python/breadcrumb/toc.json
- text: Connect to storage using Visual Studio Code
url: /azure/azure-functions/functions-add-output-binding-storage-queue-vs-code?pivots=programming-language-python&toc=/azure/developer/python/toc.json&bc=/azure/developer/python/breadcrumb/toc.json
- text: Connect to storage using the command line
url: /azure/azure-functions/functions-add-output-binding-storage-queue-cli?pivots=programming-language-python&toc=/azure/developer/python/toc.json&bc=/azure/developer/python/breadcrumb/toc.json
- title: Web apps
linkLists:
- linkListType: tutorial
links:
- text: Django / Flask Web App
url: /azure/app-service/quickstart-python?toc=/azure/developer/python/toc.json&bc=/azure/developer/breadcrumb/toc.json
- text: Django / Flask Web App + PostgreSQL
url: /azure/app-service/tutorial-python-postgresql-app?toc=/azure/developer/python/toc.json&bc=/azure/developer/breadcrumb/toc.json
- text: Django / Flask Web App + Managed Identity
url: ./tutorial-python-managed-identity-01.md
- text: GitHub Actions
url: ./python-web-app-github-actions-app-service.md
- text: CI/CD pipeline
url: /azure/devops/pipelines/ecosystems/python-webapp?toc=/azure/developer/python/toc.json&bc=/azure/developer/breadcrumb/toc.json
- text: Logs
url: /azure/azure-monitor/app/opencensus-python
- title: Containers
linkLists:
- linkListType: tutorial
links:
- text: Python containers overview
url: ./containers-in-azure-overview-python.md
- text: Deploy to App Service
url: ./tutorial-containerize-deploy-python-web-app-azure-01.md
- text: Deploy to Container Apps
url: ./tutorial-deploy-python-web-app-azure-container-apps-01.md
- text: Deploy a Kubernetes cluster
url: /azure/aks/learn/quick-kubernetes-deploy-cli?toc=/azure/developer/python/toc.json&bc=/azure/developer/python/breadcrumb/toc.json
- title: Data and storage
linkLists:
- linkListType: quickstart
links:
- text: SQL databases
url: quickstarts-data-solutions.md#databases
- text: Tables, blobs, files, NoSQL
url: quickstarts-data-solutions.md#nosql-blobs-tables-files-graphs-and-caches
- text: Big data and analytics
url: quickstarts-data-solutions.md#big-data-and-analytics
- title: Machine learning
linkLists:
- linkListType: how-to-guide
links:
- text: Create an ML experiment
url: /azure/machine-learning/quickstart-create-resources
- text: Train a prediction model
url: /azure/machine-learning/tutorial-azure-ml-in-a-day
- text: Create ML pipelines
url: /azure/machine-learning/tutorial-pipeline-python-sdk
- text: Use ready-made AI services (face, speech, text, image, etc.)
url: quickstarts-cognitive-services.md
- text: Serverless, Cloud ETL
url: ./tutorial-deploy-azure-cloud-python-etl-01-overview.md
- title: Azure libraries (SDK)
linkLists:
- linkListType: get-started
links:
- text: Cloud development overview
url: cloud-development-overview.md
- text: Set up your local dev environment
url: configure-local-development-environment.md
- text: Get to know the Azure libraries
url: sdk/azure-sdk-overview.md
- text: Learn library usage patterns
url: sdk/azure-sdk-library-usage-patterns.md
- text: Authenticate with Azure services
url: sdk/authentication-overview.md
- title: Developer tools
linkLists:
- linkListType: get-started
links:
- text: Visual Studio Code (IDE)
url: https://code.visualstudio.com/docs/languages/python
- text: Azure Command-Line Interface (CLI)
url: /cli/azure/install-azure-cli
- text: Windows Subsystem for Linux (WSL)
url: /windows/wsl/install-win10
- text: Visual Studio (for Python/C++ development)
url: /visualstudio/python/installation