forked from MicrosoftDocs/azure-dev-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.yml
147 lines (144 loc) · 6.98 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
135
136
137
138
139
140
141
142
143
144
145
146
147
### 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 libraries (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.
author: kraigb
ms.author: kraigb
ms.date: 05/30/2020
ms.topic: landing-page
ms.collection: collection
ms.technology: azure
ms.service: multiple
ms.devlang: python
landingContent:
- title: Get started with Python on Azure
linkLists:
- linkListType: overview
links:
- text: Cloud development with Azure
url: cloud-development-overview.md
- linkListType: how-to-guide
links:
- text: Set up your local dev environment
url: configure-local-development-environment.md
- linkListType: overview
links:
- text: Get to know the Azure libraries for Python
url: azure-sdk-overview.md
- linkListType: tutorial
links:
- text: Provision Azure Storage with Python
url: azure-sdk-example-storage.md
- text: Use Azure Storage from Python code
url: azure-sdk-example-storage-use.md
- linkListType: reference
links:
- text: Azure libraries API reference for Python
url: sdk-library-api-reference.md
- 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
- text: Run Linux applications natively on Windows 10 with a range of distributions
url: /windows/wsl/install-win10
- title: Host applications in Azure
linkLists:
- linkListType: quickstart
links:
- text: Create a serverless function for HTTP requests with Visual Studio Code
url: tutorial-vs-code-serverless-python-01.md
- text: Create a serverless function for HTTP requests with the Azure CLI
url: /azure/azure-functions/functions-create-first-azure-function-azure-cli?pivots=programming-language-python
- text: Create a Python app in Azure App Service on Linux
url: /azure/app-service/containers/quickstart-python
- text: Deploy containerized apps in Azure Kubernetes Service
url: /azure/aks/kubernetes-walkthrough
- text: Deploy a container instance in Azure using the Azure CLI
url: /azure/container-instances/container-instances-quickstart
- text: Build and deploy a Python app with Azure Pipelines
url: /azure/devops/pipelines/languages/python-webapp
- text: Add sign-in with Microsoft to a Python web application
url: /azure/active-directory/develop/quickstart-v2-python-webapp
- linkListType: overview
links:
- text: Introduction to Azure App Service on Linux
url: /azure/app-service/containers/app-service-linux-intro
- title: Services for Data Science, AI, and Machine Learning
linkLists:
- linkListType: overview
links:
- text: About Azure Machine Learning services
url: /azure/machine-learning/service
- text: About Azure Cognitive Services
url: /azure/cognitive-services
- linkListType: quickstart
links:
- text: Use Azure Machine Learning tools in a Jupyter notebook
url: /azure/notebooks/use-machine-learning-services-jupyter-notebooks
- text: Use a managed Azure HDInsights cluster for data processing
url: /azure/hdinsight/hadoop/apache-hadoop-linux-create-cluster-get-started-portal
- text: Create an Azure virtual machine for data science tasks
url: /azure/machine-learning/data-science-virtual-machine/dsvm-ubuntu-intro
- 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
- text: Scalable NoSQL with Azure Cosmos DB
url: /azure/cosmos-db/introduction
- linkListType: quickstart
links:
- text: Manage blobs in Azure Storage from Python
url: /azure/storage/blobs/storage-quickstart-blobs-python
- text: Create a PostgreSQL instance on Azure and connect to it using Python
url: /azure/postgresql/quickstart-create-server-database-portal
- text: Create a MySQL instance on Azure and connect to it using Python.
url: /azure/mysql/quickstart-create-mysql-server-database-using-azure-portal
- text: Use SQL queries on an Azure Cosmos DB account from Python
url: /azure/cosmos-db/create-sql-api-python
- text: Set up a managed SQL server in Azure
url: /azure/sql-database/sql-database-connect-query-python
- title: Messaging on Azure
linkLists:
- linkListType: overview
links:
- text: Storing messages with Azure queues
url: /azure/storage/queues/storage-queues-introduction
- text: Inter-application messaging with Azure Service Bus
url: /azure/service-bus-messaging
- text: Streaming big data with Event Hubs
url: /azure/event-hubs/event-hubs-about
- text: Building event-based applications with Event Grid
url: /azure/event-grid/overview
- linkListType: quickstart
links:
- text: Use Azure Queue Storage
url: /azure/storage/queues/storage-python-how-to-use-queue-storage
- text: Use Azure Service Bus queues
url: /azure/service-bus-messaging/service-bus-python-how-to-use-queues
- text: Ingest data in real-time through Azure Event Hubs
url: /azure/event-hubs/event-hubs-python
- text: Route custom events with Event Grid
url: /azure/event-grid/custom-event-quickstart