forked from MicrosoftDocs/azure-dev-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTOC.yml
229 lines (218 loc) · 8.81 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
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
- name: Azure for Python developers
href: index.yml
- name: Cloud development with Azure
items:
- name: What is Azure?
href: cloud-development-overview.md
- name: Create, access, and manage resources
href: cloud-development-provisioning.md
- name: The Azure development flow
href: cloud-development-flow.md
- name: Web app solutions
items:
- name: Simple Flask app
items:
- name: Using Visual Studio Code
items:
- name: 1. Configure your environment
href: tutorial-deploy-app-service-on-linux-01.md
- name: 2. Prepare your app
href: tutorial-deploy-app-service-on-linux-02.md
- name: 3. Create the App Service
href: tutorial-deploy-app-service-on-linux-03.md
- name: 4. Configure the startup file
href: tutorial-deploy-app-service-on-linux-04.md
- name: 5. Deploy the app
href: tutorial-deploy-app-service-on-linux-05.md
- name: 6. Stream logs
href: tutorial-deploy-app-service-on-linux-06.md
- name: 7 Clean up resources
href: tutorial-deploy-app-service-on-linux-07.md
- name: Using the Azure CLI
href: /azure/app-service/quickstart-python
- name: Django app + PostgreSQL
items:
- name: Using the Azure portal
href: tutorial-python-postgresql-app-portal.md
- name: Using the Azure CLI
href: /azure/app-service/tutorial-python-postgresql-app
- name: Static websites
href: how-to-create-static-sites.md
- name: Set up CI/CD
href: /azure/devops/pipelines/ecosystems/python-webapp
- name: Configure the Linux host
href: /azure/app-service/configure-language-python
- name: Add sign in
href: /azure/active-directory/develop/quickstart-v2-python-webapp
- name: Store and retrieve secrets
href: /azure/key-vault/quick-create-python
- name: Set up Azure monitor
href: /azure/azure-monitor/app/opencensus-python
- name: Serverless solutions
items:
- name: Create a function
items:
- name: Using Visual Studio Code
href: /azure/azure-functions/create-first-function-vs-code-python
- name: Using the Azure CLI
href: /azure/azure-functions/create-first-function-cli-python?tabs=azure-cli%2Cbash%2Cbrowser
- name: Connect to Azure Storage
items:
- name: Using Visual Studio Code
href: /azure/azure-functions/functions-add-output-binding-storage-queue-vs-code?pivots=programming-language-python
- name: Using the Azure CLI
href: /azure/azure-functions/functions-add-output-binding-storage-queue-cli?tabs=bash%2Cbrowser&pivots=programming-language-python
- name: Data engineering solutions
items:
- name: Serverless, Cloud ETL
items:
- name: 1. Overview
href: tutorial-deploy-serverless-cloud-etl-01.md
- name: 2. Create solution resources
href: tutorial-deploy-serverless-cloud-etl-02.md
- name: 3. Securely ingest relational data
href: tutorial-deploy-serverless-cloud-etl-03.md
- name: 4. Process relational data for analytics
href: tutorial-deploy-serverless-cloud-etl-04.md
- name: 5. Load processed data to Data Lake
href: tutorial-deploy-serverless-cloud-etl-05.md
- name: More data and storage solutions
href: quickstarts-data-solutions.md
- name: Containers solutions
items:
- name: Using Visual Studio Code
items:
- name: 1. Configure your environment
href: tutorial-deploy-containers-01.md
- name: 2. Deploy the container image
href: tutorial-deploy-containers-02.md
- name: 3. Make changes and redeploy
href: tutorial-deploy-containers-03.md
- name: 4. Stream logs
href: tutorial-deploy-containers-04.md
- name: 5. Clean up resources
href: tutorial-deploy-containers-05.md
- name: Deploy a Kubernetes cluster
href: /azure/aks/kubernetes-walkthrough
- name: Data science solutions
items:
- name: Deploy machine learning models
href: quickstarts-machine-learning.md
- name: Use the Azure libraries (SDK)
items:
- name: Overview
href: azure-sdk-overview.md
- name: Set up your dev environment
href: configure-local-development-environment.md
- name: Library usage patterns
href: azure-sdk-library-usage-patterns.md
- name: Authentication
items:
- name: Overview
href: azure-sdk-authenticate.md
- name: Auth in development environments
href: azure-sdk-authenticate-development-environments.md
- name: Auth in hosted applications
href: azure-sdk-authenticate-hosted-applications.md
- name: Auth with user credentials
href: azure-sdk-authenticate-user-credentials.md
- name: Auth with service principals
href: azure-sdk-authenticate-service-principals.md
- name: Manage service principals
href: how-to-manage-service-principals.md
- name: Walkthrough tutorial
items:
- name: 1. Introduction and background
href: walkthrough-tutorial-authentication-01.md
- name: 2. Authentication requirements
href: walkthrough-tutorial-authentication-02.md
- name: 3. Third-party API implementation
href: walkthrough-tutorial-authentication-03.md
- name: 4. Main app implementation
href: walkthrough-tutorial-authentication-04.md
- name: 5. Dependencies and environment variables
href: walkthrough-tutorial-authentication-05.md
- name: 6. Main app startup code
href: walkthrough-tutorial-authentication-06.md
- name: 7. Main app endpoint
href: walkthrough-tutorial-authentication-07.md
- name: Install packages
href: azure-sdk-install.md
- name: Package index
href: azure-sdk-library-package-index.md
- name: Library API reference
href: sdk-library-api-reference.md
- name: Examples
items:
- name: "Create a resource group"
href: azure-sdk-example-resource-group.md
- name: "List groups and resources"
href: azure-sdk-example-list-resource-groups.md
- name: "Create Azure storage"
href: azure-sdk-example-storage.md
- name: "Use Azure storage"
href: azure-sdk-example-storage-use.md
- name: "Create & deploy a web app"
href: azure-sdk-example-web-app.md
- name: "Create & query a database"
href: azure-sdk-example-database.md
- name: "Create a virtual machine"
href: azure-sdk-example-virtual-machines.md
- name: "Use Azure Managed Disks with a VM"
href: azure-sdk-samples-managed-disks.md
- name: Configure logging
href: azure-sdk-logging.md
- name: Configure proxies
href: azure-sdk-configure-proxy.md
- name: Use a sovereign domain
href: azure-sdk-sovereign-domain.md
- name: Library API reference
href: sdk-library-api-reference.md
- name: Tools for Python developers
href: azure-tools.md
- name: Explore services supporting Python
items:
- name: App hosting
href: quickstarts-app-hosting.md
- name: Data solutions
href: quickstarts-data-solutions.md
- name: Identity and security
href: quickstarts-identity-security.md
- name: Machine learning
href: quickstarts-machine-learning.md
- name: AI (Cognitive Services)
href: quickstarts-cognitive-services.md
- name: Messaging & IoT
href: quickstarts-messaging-iot.md
- name: Other services
href: quickstarts-other-services.md
- name: Samples
items:
- name: Web apps & serverless
href: /samples/browse/?languages=python&products=azure-functions%2Cazure-app-service%2Cazure-logic-apps
- name: Databases
href: /samples/browse/?languages=python&products=azure-cosmos-db%2Cazure-sql-database
- name: Storage
items:
- name: Azure Storage
href: /samples/browse/?languages=python&products=azure-storage
- name: Redis Cache
href: /samples/browse/?languages=python&products=azure-redis-cache
- name: Identity & Security
href: /samples/browse/?languages=python&products=azure-active-directory%2Cazure-key-vault
- name: IoT
href: /samples/browse/?languages=python&products=azure-iot-hub%2Cazure-iot-edge%2Cazure-iot-central
- name: Data science
items:
- name: Machine Learning Service
href: /samples/browse/?languages=python&products=azure-machine-learning-service
- name: Databricks
href: /samples/browse/?languages=python&products=azure-databricks
- name: HDInsight
href: /samples/browse/?languages=python&products=azure-hdinsight
- name: AI with Cognitive Services
href: /samples/browse/?languages=python&products=azure-cognitive-services
- name: Search
href: /samples/browse/?languages=python&products=azure-search
- name: All Samples
href: /samples/browse/?languages=python