forked from MicrosoftDocs/azure-dev-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.yml
134 lines (131 loc) · 8.07 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
### YamlMime:Landing
title: Azure for Python Developers
summary: |
Azure offers extensive services for Python developers including app hosting, storage, open-source databases like mySQL and PostgreSQL, and data science, machine learning, and AI. The Azure SDK for Python helps developers be highly productive when using these services.
metadata:
title: Azure for Python developers
description: Get started developing with Python and Azure for Python.
author: kraigb
ms.author: kraigb
ms.date: 10/11/2019
ms.topic: landing-page
ms.collection: collection
landingContent:
- title: Get started with the Azure SDK for Python
linkLists:
- linkListType: overview
links:
- text: About the Azure SDK for Python
url: python-sdk-azure-overview.md
- linkListType: download
links:
- text: Install the SDK
url: python-sdk-azure-install.md
- linkListType: how-to-guide
links:
- text: Authenticate your application
url: python-sdk-azure-authenticate.md
- linkListType: reference
links:
- text: Azure SDK for Python API reference
url: /python/api?view=azure-python
- title: Host applications in Azure
linkLists:
- linkListType: quickstart
links:
- text: Build, deploy, and scale Python web apps
url: /azure/app-service/containers/quickstart-python?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- text: Create a serverless Python app in Azure Functions with Visual Studio Code
url: tutorial-vs-code-serverless-python-01.md
- text: Deploy containerized apps in Azure Kubernetes Service
url: /azure/aks/kubernetes-walkthrough?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- text: Build and deploy a Python app with Azure Pipelines
url: /azure/devops/pipelines/languages/python-webapp?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- text: Add sign-in with Microsoft to a Python web application
url: /azure/active-directory/develop/quickstart-v2-python-webapp?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- linkListType: overview
links:
- text: Introduction to Azure App Service on Linux
url: /azure/app-service/containers/app-service-linux-intro?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- title: Get started with developer tools
linkLists:
- linkListType: overview
links:
- text: Python in Visual Studio Code
url: https://code.visualstudio.com/docs/languages/python
- linkListType: tutorial
links:
- text: Create a serverless Python app in Azure Functions with Visual Studio Code
url: tutorial-vs-code-serverless-python-01.md
- text: Create and deploy a web app to Azure with Visual Studio Code
url: tutorial-deploy-app-service-on-linux-01.md
- text: Create and deploy containers to Azure with Visual Studio Code
url: tutorial-deploy-containers-01.md
- linkListType: download
links:
- text: Azure extensions for Visual Studio Code
url: https://code.visualstudio.com/docs/azure/extensions
- text: Install the Azure CLI
url: /cli/azure/install-azure-cli?view=azure-cli-latest?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- text: Run Linux applications natively on Windows 10 with a range of distributions
url: /windows/wsl/install-win10?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- title: Services for Data Science, AI, and Machine Learning
linkLists:
- linkListType: overview
links:
- text: About Azure Machine Learning services
url: /azure/machine-learning/service?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- text: About Azure Cognitive Services
url: /azure/cognitive-services?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- linkListType: quickstart
links:
- text: Use Azure Machine Learning tools in a Jupyter notebook
url: /azure/notebooks/use-machine-learning-services-jupyter-notebooks?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- text: Use a managed Azure HDInsights cluster for data processing
url: /azure/hdinsight/hadoop/apache-hadoop-linux-create-cluster-get-started-portal?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- text: Create an Azure virtual machine for data science tasks
url: /azure/machine-learning/data-science-virtual-machine/dsvm-ubuntu-intro?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- text: Use Jupyter notebooks in Azure Notebooks
url: https://notebooks.azure.com/
- title: Storage and database solutions on Azure
linkLists:
- linkListType: overview
links:
- text: About storage solutions on Azure
url: /azure/storage/common/storage-introduction?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- text: Scalable NoSQL with Azure Cosmos DB
url: /azure/cosmos-db/introduction?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- linkListType: quickstart
links:
- text: Manage blobs in Azure Storage from Python
url: /azure/storage/blobs/storage-quickstart-blobs-python?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- text: Create a PostgreSQL instance on Azure and connect to it using Python
url: /azure/postgresql/quickstart-create-server-database-portal?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- text: Create a MySQL instance on Azure and connect to it using Python.
url: /azure/mysql/quickstart-create-mysql-server-database-using-azure-portal?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- text: Use SQL queries on an Azure Cosmos DB account from Python
url: /azure/cosmos-db/create-sql-api-python?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- text: Set up a managed SQL server in Azure
url: /azure/sql-database/sql-database-connect-query-python?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- title: Messaging on Azure
linkLists:
- linkListType: overview
links:
- text: Storing messages with Azure queues
url: /azure/storage/queues/storage-queues-introduction?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- text: Inter-application messaging with Azure Service Bus
url: /azure/service-bus-messaging?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- text: Streaming big data with Event Hubs
url: /azure/event-hubs/event-hubs-about?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- text: Building event-based applications with Event Grid
url: /azure/event-grid/overview?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- linkListType: quickstart
links:
- text: Use Azure Queue Storage
url: /azure/storage/queues/storage-python-how-to-use-queue-storage?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- text: Use Azure Service Bus queues
url: /azure/service-bus-messaging/service-bus-python-how-to-use-queues?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- text: Ingest data in real-time through Azure Event Hubs
url: /azure/event-hubs/event-hubs-python?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json
- text: Route custom events with Event Grid
url: /azure/event-grid/custom-event-quickstart?toc=/azure/python/toc.json&bc=/azure/python/breadcrumb/toc.json