forked from MicrosoftDocs/azure-dev-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTOC.yml
246 lines (236 loc) · 10.8 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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
- 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: Set up your dev environment
href: configure-local-development-environment.md
- name: Web
items:
- name: Web app solutions
items:
- name: Django/Flask web app
href: /azure/app-service/quickstart-python?toc=/azure/developer/python/toc.json&bc=/azure/developer/breadcrumb/toc.json
- name: Django/Flask web app + database
href: /azure/app-service/tutorial-python-postgresql-app?toc=/azure/developer/python/toc.json&bc=/azure/developer/breadcrumb/toc.json
- name: Django/Flask web app + database + auth
items:
- name: 1. Overview
href: tutorial-python-managed-identity-01.md
- name: 2. Run the web app locally
href: tutorial-python-managed-identity-02.md
- name: 3. Create an App Service
href: tutorial-python-managed-identity-03.md
- name: 4. Create a storage account
href: tutorial-python-managed-identity-04.md
- name: 5. Create a PostgreSQL database
href: tutorial-python-managed-identity-05.md
- name: 6. Deploy the web app to Azure
href: tutorial-python-managed-identity-06.md
- name: 7. Clean up resources
href: tutorial-python-managed-identity-07.md
- name: Static websites
items:
- name: Hosting in Azure Storage
href: /azure/storage/blobs/storage-blob-static-website?toc=/azure/developer/python/toc.json&bc=/azure/developer/breadcrumb/toc.json
- name: Deploy from VS Code
href: /azure/static-web-apps/getting-started?toc=/azure/developer/python/toc.json&bc=/azure/developer/breadcrumb/toc.json
- name: Configure web apps
items:
- name: Set up web dev environment
href: configure-python-web-app-local-environment.md
- name: Configure a startup file
href: configure-python-web-app-on-app-service.md
- name: CI/CD with App Service
items:
- name: GitHub Actions
href: python-web-app-github-actions-app-service.md
- name: Azure Pipelines
href: /azure/devops/pipelines/ecosystems/python-webapp?toc=/azure/developer/python/toc.json&bc=/azure/developer/breadcrumb/toc.json
- name: Add sign in
href: /azure/active-directory/develop/web-app-quickstart?toc=/azure/developer/python/toc.json&bc=/azure/developer/breadcrumb/toc.json
- name: Store and retrieve secrets
href: /azure/key-vault/secrets/quick-create-python?toc=/azure/developer/python/toc.json&bc=/azure/developer/breadcrumb/toc.json
- name: Set up Azure monitor
href: /azure/azure-monitor/app/opencensus-python?toc=/azure/developer/python/toc.json&bc=/azure/developer/breadcrumb/toc.json
- name: Serverless solutions
items:
- name: Create a function
items:
- name: Using Visual Studio Code
href: /azure/azure-functions/create-first-function-vs-code-python?toc=/azure/developer/python/toc.json&bc=/azure/developer/python/breadcrumb/toc.json
- name: Using the Azure CLI
href: /azure/azure-functions/create-first-function-cli-python?toc=/azure/developer/python/toc.json&bc=/azure/developer/python/breadcrumb/toc.json
- 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&toc=/azure/developer/python/toc.json&bc=/azure/developer/python/breadcrumb/toc.json
- name: Using the Azure CLI
href: /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
- name: Data
items:
- name: Data engineering solutions
items:
- name: Serverless, Cloud ETL
items:
- name: 1. Overview
href: tutorial-deploy-azure-cloud-python-etl-01-overview.md
- name: 2. Get data and store
href: tutorial-deploy-azure-cloud-python-etl-02-get-data.md
- name: 3. Transform and store
href: tutorial-deploy-azure-cloud-python-etl-03-process-data.md
- name: 4. Deploy solution to Azure
href: tutorial-deploy-azure-cloud-python-etl-04-deploy-solution.md
- name: More data and storage solutions
href: quickstarts-data-solutions.md
- name: Data science solutions
items:
- name: Deploy machine learning models
href: quickstarts-machine-learning.md
- name: Containers
items:
- name: Python containers overview
href: containers-in-azure-overview-python.md
- name: Deploy to App Service
items:
- name: 1. Overview
href: tutorial-containerize-deploy-python-web-app-azure-01.md
- name: 2. Build and test container locally
href: tutorial-containerize-deploy-python-web-app-azure-02.md
- name: 3. Build container in Azure
href: tutorial-containerize-deploy-python-web-app-azure-03.md
- name: 4. Deploy container App Service
href: tutorial-containerize-deploy-python-web-app-azure-04.md
- name: 5. Clean up resources
href: tutorial-containerize-deploy-python-web-app-azure-05.md
- name: Deploy to Container Apps
items:
- name: Overview
href: tutorial-deploy-python-web-app-azure-container-apps-01.md
- name: Build and deploy a container app
href: tutorial-deploy-python-web-app-azure-container-apps-02.md
- name: Configure CI/CD
href: tutorial-deploy-python-web-app-azure-container-apps-03.md
- name: Deploy a Kubernetes cluster
href: /azure/aks/learn/quick-kubernetes-deploy-cli?toc=/azure/developer/python/toc.json&bc=/azure/developer/python/breadcrumb/toc.json
- name: Logs
href: /azure/azure-monitor/app/opencensus-python
- name: Azure SDK for Python
items:
- name: Overview
href: sdk/azure-sdk-overview.md
- name: Library usage patterns
href: sdk/azure-sdk-library-usage-patterns.md
- name: Authentication
items:
- name: Overview
href: sdk/authentication-overview.md
- name: Auth during local development
items:
- name: Auth using developer service principals
href: sdk/authentication-local-development-service-principal.md
- name: Auth using developer accounts
href: sdk/authentication-local-development-dev-accounts.md
- name: Auth from Azure-hosted apps
href: sdk/authentication-azure-hosted-apps.md
- name: Auth from on-premises apps
href: sdk/authentication-on-premises-apps.md
- name: Additional auth methods
href: sdk/authentication-additional-methods.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 Azure packages
href: sdk/azure-sdk-install.md
- name: Use Azure packages
items:
- name: "Create a resource group"
href: sdk/examples/azure-sdk-example-resource-group.md
- name: "List groups and resources"
href: sdk/examples/azure-sdk-example-list-resource-groups.md
- name: "Create Azure storage"
href: sdk/examples/azure-sdk-example-storage.md
- name: "Use Azure storage"
href: sdk/examples/azure-sdk-example-storage-use.md
- name: "Create & deploy a web app"
href: sdk/examples/azure-sdk-example-web-app.md
- name: "Create & query a database"
href: sdk/examples/azure-sdk-example-database.md
- name: "Create a virtual machine"
href: sdk/examples/azure-sdk-example-virtual-machines.md
- name: "Use Azure Managed Disks with a VM"
href: sdk/examples/azure-sdk-samples-managed-disks.md
- name: Configure logging
href: sdk/azure-sdk-logging.md
- name: Configure proxies
href: sdk/azure-sdk-configure-proxy.md
- name: Use a sovereign domain
href: sdk/azure-sdk-sovereign-domain.md
- name: SDK PyPi package index
href: sdk/azure-sdk-library-package-index.md
- name: SDK reference documentation
href: /python/api/overview/azure/
- 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, Events & 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