forked from MicrosoftDocs/azure-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTOC.yml
617 lines (617 loc) · 30.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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
- name: Azure Storage Documentation
href: /azure/storage/
- name: Overview
expanded: true
items:
- name: What is Azure Blob storage?
href: storage-blobs-overview.md
- name: Blob storage
items:
- name: Overview
items:
- name: Introduction to Blob storage
href: storage-blobs-introduction.md
- name: Quickstarts
items:
- name: Create a storage account
href: ../common/storage-quickstart-create-account.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Manage blobs without code
items:
- name: Azure portal
href: storage-quickstart-blobs-portal.md
- name: Storage Explorer
href: storage-quickstart-blobs-storage-explorer.md
- name: PowerShell
href: storage-quickstart-blobs-powershell.md
- name: CLI
href: storage-quickstart-blobs-cli.md
- name: Develop with blobs
items:
- name: .NET
href: storage-quickstart-blobs-dotnet.md
- name: Java (Storage SDK V10)
href: storage-quickstart-blobs-java-v10.md
- name: Python
href: storage-quickstart-blobs-python.md
- name: Go
href: storage-quickstart-blobs-go.md
- name: Ruby
href: storage-quickstart-blobs-ruby.md
- name: Node.js (Storage SDK v10)
href: storage-quickstart-blobs-nodejs-v10.md
- name: JS/HTML
href: storage-quickstart-blobs-javascript-client-libraries.md
- name: PHP
href: storage-quickstart-blobs-php.md
- name: Tutorials
items:
- name: Upload and process an image
items:
- name: 1 - Upload and retrieve image data in the cloud
href: storage-upload-process-images.md
- name: 2 - Trigger Azure Functions to process blobs
href: ../../event-grid/resize-images-on-storage-blob-upload-event.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: 3 - Secure application data
href: storage-secure-access-application.md
- name: 4 - Monitor and troubleshoot storage
href: storage-monitor-troubleshoot-storage-application.md
- name: Design for high availability in cloud storage
items:
- name: 1 - Make your application highly available
href: storage-create-geo-redundant-storage.md
- name: 2 - Simulate a failure with RA-GRS storage
href: storage-simulate-failure-ragrs-account-app.md
- name: Migrate data to cloud with AzCopy
href: ../common/storage-use-azcopy-migrate-on-premises-data.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Search unstructured data in cloud storage
href: storage-unstructured-search.md
- name: Optimize storage application performance and scalability
items:
- name: 1 - Create a VM and storage account
href: storage-blob-scalable-app-create-vm.md
- name: 2 - Upload large data to an Azure storage account
href: storage-blob-scalable-app-upload-files.md
- name: 3- Download large data from a Azure storage account
href: storage-blob-scalable-app-download-files.md
- name: 4 - Verify throughput and latency metrics
href: storage-blob-scalable-app-verify-metrics.md
- name: Samples
items:
- name: .NET
href: ../common/storage-samples-dotnet.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Java
href: ../common/storage-samples-java.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Azure PowerShell
href: storage-samples-blobs-powershell.md
- name: Azure CLI
href: storage-samples-blobs-cli.md
- name: Concepts
items:
- name: Storage accounts
href: ../common/storage-account-overview.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
items:
- name: Manage a storage account
href: ../common/storage-account-manage.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Upgrade a storage account
href: ../common/storage-account-upgrade.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Authorization
href: ../common/storage-auth.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
items:
- name: Authenticate with Azure AD
href: ../common/storage-auth-aad.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
items:
- name: Manage access rights with RBAC
href: ../common/storage-auth-aad-rbac.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Authenticate from an application
href: ../common/storage-auth-aad-app.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Authenticate with managed identities
href: ../common/storage-auth-aad-msi.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Use an Azure AD identity with CLI or PowerShell
href: ../common/storage-auth-aad-script.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Authorize with Shared Key
href: /rest/api/storageservices/authorize-with-shared-key
- name: Authorize with SAS
href: ../common/storage-dotnet-shared-access-signature-part-1.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Anonymous access to blobs
href: storage-manage-access-to-resources.md
- name: Data redundancy
href: ../common/storage-redundancy.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
items:
- name: Locally-redundant storage
href: ../common/storage-redundancy-lrs.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Zone-redundant storage
href: ../common/storage-redundancy-zrs.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Geo-redundant storage
href: ../common/storage-redundancy-grs.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Access tiers
href: storage-blob-storage-tiers.md
- name: Managing the Azure Blob Storage Lifecycle
href: storage-lifecycle-management-concepts.md
- name: Reacting to events
href: storage-blob-event-overview.md
- name: Scalability and performance targets
href: ../common/storage-scalability-targets.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Performance and scalability checklist
href: ../common/storage-performance-checklist.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Concurrency
href: ../common/storage-concurrency.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Disaster recovery guidance
href: ../common/storage-disaster-recovery-guidance.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Move data to and from Storage
href: ../common/storage-moving-data.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Page blob features
href: storage-blob-pageblob-overview.md
- name: Azure Disks
items:
- name: Premium Storage
items:
- name: Linux
items:
- name: High-performance Premium Storage for VM Disks
href: ../../virtual-machines/linux/premium-storage.md
- name: Migrating to Premium Storage using Azure Site Recovery
href: ../../virtual-machines/linux/migrate-to-premium-storage-using-azure-site-recovery.md
- name: Design for high performance
href: ../../virtual-machines/linux/premium-storage-performance.md
- name: Windows
items:
- name: High-performance Premium Storage for VM Disks
href: ../../virtual-machines/windows/premium-storage.md
- name: Migrating to Premium Storage using Azure Site Recovery
href: ../../virtual-machines/windows/migrate-to-premium-storage-using-azure-site-recovery.md
- name: Design for high performance
href: ../../virtual-machines/windows/premium-storage-performance.md
- name: Standard Storage
items:
- name: Linux
items:
- name: Standard Storage for VM Disks
href: ../../virtual-machines/linux/standard-storage.md
- name: Windows
items:
- name: Standard Storage for VM Disks
href: ../../virtual-machines/windows/standard-storage.md
- name: Troubleshoot attached VHDs
href: storage-troubleshoot-vhds.md
items:
- name: Linux
items:
- name: Storage resource deletion errors
href: ../../virtual-machines/linux/storage-resource-deletion-errors.md
- name: Unexpected reboots of VMs with attached VHDs
href: ../../virtual-machines/linux/unexpected-reboots-attached-vhds.md
- name: Windows
items:
- name: Storage resource deletion errors
href: ../../virtual-machines/windows/storage-resource-deletion-errors.md
- name: Unexpected reboots of VMs with attached VHDs
href: ../../virtual-machines/windows/unexpected-reboots-attached-vhds.md
- name: Secure
items:
- name: Security guide
href: ../common/storage-security-guide.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Configure firewalls and virtual networks
href: ../common/storage-network-security.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Encryption for data at rest
href: ../common/storage-service-encryption.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Encryption at rest with customer keys
href: ../common/storage-service-encryption-customer-managed-keys.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Require secure transfer
href: ../common/storage-require-secure-transfer.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Using the Azure CDN to access blobs with custom domains over HTTPs
href: storage-https-custom-domain-cdn.md
- name: Immutable blobs
href: storage-blob-immutable-storage.md
- name: Advanced Threat Protection (preview)
href: ../common/storage-advanced-threat-protection.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Enable secure TLS for Azure Storage client
href: ../common/storage-security-tls.md
- name: Compliance offerings
href: ../common/storage-compliance-offerings.md
- name: Monitor and troubleshoot
items:
- name: Troubleshooting tutorial
href: ../common/storage-e2e-troubleshooting.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Monitor, diagnose, and troubleshoot
href: ../common/storage-monitoring-diagnosing-troubleshooting.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Metrics and logging
items:
- name: Metrics in Azure Monitor
href: ../common/storage-metrics-in-azure-monitor.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Migrate to new metrics
href: ../common/storage-metrics-migration.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Storage Analytics
href: ../common/storage-analytics.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Enable and view metrics (classic)
href: ../common/storage-enable-and-view-metrics.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Import/Export data
href: ../common/storage-import-export-service.md
items:
- name: Review requirements
href: ../common/storage-import-export-requirements.md
- name: Import data to blobs
href: ../common/storage-import-export-data-to-blobs.md
- name: Import data to files
href: ../common/storage-import-export-data-to-files.md
- name: Export data from blobs
href: ../common/storage-import-export-data-from-blobs.md
- name: How-to
items:
- name: View drive status
href: ../common/storage-import-export-view-drive-status.md
- name: Review job status
href: ../common/storage-import-export-tool-reviewing-job-status-v1.md
- name: Repair import job
href: ../common/storage-import-export-tool-repairing-an-import-job-v1.md
- name: Repair export job
href: ../common/storage-import-export-tool-repairing-an-export-job-v1.md
- name: FAQ
href: ../common/storage-import-export-service-faq.md
- name: REST API
href: https://docs.microsoft.com/rest/api/storageimportexport/jobs
- name: Contact Support
href: ../common/storage-import-export-contact-microsoft-support.md
- name: Archive
items:
- name: Prepare drives for import (v1)
href: ../common/storage-import-export-tool-preparing-hard-drives-import-v1.md
items:
- name: Set properties & metadata
href: ../common/storage-import-export-tool-setting-properties-metadata-import-v1.md
- name: Sample - Prepare drives for import
href: ../common/storage-import-export-tool-sample-preparing-hard-drives-import-job-workflow-v1.md
- name: Quick command reference for import
href: ../common/storage-import-export-tool-quick-reference-v1.md
- name: Prepare drives for import (v2)
href: ../common/storage-import-export-tool-preparing-hard-drives-import.md
items:
- name: Set properties & metadata
href: ../common/storage-import-export-tool-setting-properties-metadata-import-v1.md
- name: Sample - Prepare drives for import
href: ../common/storage-import-export-tool-sample-preparing-hard-drives-import-job-workflow-v1.md
- name: Quick command reference for import
href: ../common/storage-import-export-tool-quick-reference-v1.md
- name: Create import job
href: ../common/storage-import-export-creating-an-import-job.md
- name: Create export job
href: ../common/storage-import-export-creating-an-import-job.md
- name: Get job state
href: ../common/storage-import-export-retrieving-state-info-for-a-job.md
- name: Create export job
href: ../common/storage-import-export-creating-an-import-job.md
- name: Enumerate jobs
href: ../common/storage-import-export-enumerating-jobs.md
- name: Cancel & delete job
href: ../common/storage-import-export-cancelling-and-deleting-jobs.md
- name: Back up drive manifest
href: ../common/storage-import-export-backing-up-drive-manifests.md
- name: Enumerate jobs
href: ../common/storage-import-export-enumerating-jobs.md
- name: Diagnostics & error recovery
href: ../common/storage-import-export-diagnostics-and-error-recovery.md
- name: Commands for import jobs
href: ../common/storage-import-export-tool-quick-reference-v1.md
- name: Create import job
href: ../common/storage-import-export-creating-an-import-job.md
- name: Create export job
href: ../common/storage-import-export-creating-an-import-job.md
- name: Get job state
href: ../common/storage-import-export-retrieving-state-info-for-a-job.md
- name: Create export job
href: ../common/storage-import-export-creating-an-import-job.md
- name: Enumerate jobs
href: ../common/storage-import-export-enumerating-jobs.md
- name: Cancel & delete job
href: ../common/storage-import-export-cancelling-and-deleting-jobs.md
- name: Back up drive manifest
href: ../common/storage-import-export-backing-up-drive-manifests.md
- name: Enumerate jobs
href: ../common/storage-import-export-enumerating-jobs.md
- name: Diagnostics & error recovery
href: ../common/storage-import-export-diagnostics-and-error-recovery.md
- name: Commands for import jobs
href: ../common/storage-import-export-tool-quick-reference-v1.md
- name: Service manifest file
href: ../common/storage-import-export-file-format-manifest.md
- name: Service metadata and properties file
href: ../common/storage-import-export-file-format-metadata-and-properties.md
- name: Service log file
href: ../common/storage-import-export-file-format-log.md
- name: How to
items:
- name: Develop with blobs
items:
- name: REST
href: ../common/storage-rest-api-auth.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: C++
href: storage-c-plus-plus-how-to-use-blobs.md
- name: iOS
href: storage-ios-how-to-use-blob-storage.md
- name: Xamarin
href: storage-xamarin-blob-storage.md
- name: Legacy SDKs
items:
- name: Java (Storage SDK V7)
href: storage-quickstart-blobs-java.md
- name: Node.js (Storage SDK v2)
href: storage-quickstart-blobs-nodejs.md
- name: Manage
items:
- name: PowerShell
href: /powershell/module/azure.storage
- name: Azure CLI
href: ../common/storage-azure-cli.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Azure classic CLI
href: ../common/storage-azure-cli-nodejs.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Manage blobs with Storage Explorer
href: ../../vs-azure-tools-storage-explorer-blobs.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Azure Automation
href: ../common/storage-manage-with-automation.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Client-side encryption
items:
- name: .NET
href: ../common/storage-client-side-encryption.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Java
href: ../common/storage-client-side-encryption-java.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Python
href: ../common/storage-client-side-encryption-python.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Configure connection strings
href: ../common/storage-configure-connection-string.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Designing HA Apps using RA-GRS
href: ../common/storage-designing-ha-apps-with-ragrs.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Encrypt and decrypt blobs using Azure Key Vault
href: storage-encrypt-decrypt-blobs-key-vault.md
- name: Set and retrieve properties and metadata
href: storage-properties-metadata.md
- name: Use the Storage Emulator
href: ../common/storage-use-emulator.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Route events to a custom endpoint
href: storage-blob-event-quickstart.md
- name: Recover deleted blobs
href: storage-blob-soft-delete.md
- name: Configure a custom domain
href: storage-custom-domain-name.md
- name: Search Blob storage with Azure Search
href: ../../search/search-blob-storage-integration.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Host a static website
href: storage-blob-static-website.md
- name: Transfer data
items:
- name: AzCopy (v10)
href: ../common/storage-use-azcopy-v10.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: AzCopy on Windows (v8)
href: ../common/storage-use-azcopy.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: AzCopy on Linux (v8)
href: ../common/storage-use-azcopy-linux.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Using Azure Data Factory
href: ../../data-factory/connector-azure-blob-storage.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Mount Blob storage as a file system on Linux
href: storage-how-to-mount-container-linux.md
- name: Storage migration FAQ
href: ../common/storage-migration-faq.md
- name: Reference
items:
- name: PowerShell
href: /powershell/module/azure.storage
- name: Azure CLI
href: /cli/azure/storage
- name: .NET
items:
- name: Blobs, Queues, Tables, and Files
href: https://docs.microsoft.com/dotnet/api/overview/azure/storage/client
- name: Data movement
href: https://docs.microsoft.com/dotnet/api/microsoft.windowsazure.storage.datamovement
- name: Resource Manager
href: https://docs.microsoft.com/dotnet/api/overview/azure/storage/management
- name: Java
items:
- name: Blobs, Queues, Tables, and Files (v7)
href: https://docs.microsoft.com/java/api/overview/azure/storage/client?view=azure-java-stable
- name: Blob SDK (v10)
href: https://docs.microsoft.com/java/api/overview/azure/storage/client?view=azure-java-preview
- name: Node.js
href: https://docs.microsoft.com/javascript/api/overview/azure/storage
- name: Ruby
href: http://azure.github.io/azure-storage-ruby
- name: PHP
href: http://azure.github.io/azure-storage-php/
- name: Python
href: https://docs.microsoft.com/python/api/overview/azure/storage
- name: C++
href: http://azure.github.io/azure-storage-cpp
- name: iOS
href: http://azure.github.io/azure-storage-ios/
- name: Android
href: http://azure.github.io/azure-storage-android
- name: REST
items:
- name: Blobs, Queues, Tables, and Files
href: /rest/api/storageservices
- name: Resource provider
href: /rest/api/storagerp
- name: Import/Export
href: /rest/api/storageimportexport
- name: Resources
items:
- name: Azure roadmap
href: https://azure.microsoft.com/roadmap/?product=storage
- name: Azure Storage client tools
href: ../common/storage-explorers.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Forum
href: https://social.msdn.microsoft.com/forums/azure/home?forum=windowsazuredata
- name: Pricing
href: https://azure.microsoft.com/pricing/details/storage/blobs/
- name: Pricing calculator
href: https://azure.microsoft.com/pricing/calculator/
- name: Stack Overflow
href: http://stackoverflow.com/questions/tagged/windows-azure-storage
- name: Videos
href: https://azure.microsoft.com/documentation/videos/index/?services=storage
- name: Azure Storage Explorer
items:
- name: Storage Explorer
href: ../../vs-azure-tools-storage-manage-with-storage-explorer.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Storage Explorer release notes
href: ../../vs-azure-tools-storage-explorer-relnotes.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Troubleshoot Storage Explorer
href: ../common/storage-explorer-troubleshooting.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Storage Explorer accessibility
href: ../../vs-azure-tools-storage-explorer-accessibility.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: NuGet packages
items:
- name: Azure Storage Client Library for .NET
href: https://www.nuget.org/packages/WindowsAzure.Storage/
- name: Azure Storage Data Movement Library
href: https://www.nuget.org/packages/Microsoft.Azure.Storage.DataMovement/
- name: Azure Configuration Manager
href: https://www.nuget.org/packages/Microsoft.WindowsAzure.ConfigurationManager/
- name: Source code
items:
- name: .NET
items:
- name: Blobs, Queues, Tables, and Files
href: https://docs.microsoft.com/dotnet/api/overview/azure/storage/client
- name: Data movement
href: https://docs.microsoft.com/dotnet/api/microsoft.windowsazure.storage.datamovement
- name: Resource Manager
href: https://docs.microsoft.com/dotnet/api/overview/azure/storage/management
- name: Java
items:
- name: Blobs, Queues, Tables, and Files (v7)
href: https://docs.microsoft.com/java/api/overview/azure/storage/client?view=azure-java-stable
- name: Blob SDK (v10)
href: https://docs.microsoft.com/java/api/overview/azure/storage/client?view=azure-java-preview
- name: Node.js
href: https://docs.microsoft.com/javascript/api/overview/azure/storage
- name: Ruby
href: http://azure.github.io/azure-storage-ruby
- name: PHP
href: http://azure.github.io/azure-storage-php/
- name: Python
href: https://docs.microsoft.com/python/api/overview/azure/storage
- name: C++
href: http://azure.github.io/azure-storage-cpp
- name: iOS
href: http://azure.github.io/azure-storage-ios/
- name: Android
href: http://azure.github.io/azure-storage-android
- name: REST
items:
- name: Blobs, Queues, Tables, and Files
href: /rest/api/storageservices
- name: Resource provider
href: /rest/api/storagerp
- name: Import/Export
href: /rest/api/storageimportexport
- name: Data Lake Storage Gen2
items:
- name: Switch to Data Lake Storage Gen1 documentation
href: /azure/data-lake-store/
- name: Overview
items:
- name: Introduction to Data Lake Storage
href: ../blobs/data-lake-storage-introduction.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Processing big data
href: ../blobs/data-lake-storage-data-scenarios.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Quickstarts
items:
- name: Create a Data Lake Storage Gen2 capable Storage account
href: ../blobs/data-lake-storage-quickstart-create-account.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Create/connect Databricks account
href: ../blobs/data-lake-storage-quickstart-create-databricks-account.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Create an HDInsight cluster
href: ../blobs/data-lake-storage-quickstart-create-connect-hdi-cluster.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Get started using Azure Storage Explorer
href: ../blobs/data-lake-storage-explorer.md
- name: Tutorials
items:
- name: Extract, transform, and load data using Azure Databricks
href: ../blobs/data-lake-storage-handle-data-using-databricks.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Access Data Lake Storage data with Databricks using Spark
href: ../blobs/data-lake-storage-use-databricks-spark.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Extract, transform, and load data using Apache Hive on Azure HDInsight
href: ../blobs/data-lake-storage-tutorial-extract-transform-load-hive.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Concepts
items:
- name: Azure Blob FileSystem driver for Hadoop
href: ../blobs/data-lake-storage-abfs-driver.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Introduction to the Azure Blob File System URI
href: ../blobs/data-lake-storage-introduction-abfs-uri.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Hierarchical Namespace Service
href: ../blobs/data-lake-storage-namespace.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Best practices
href: data-lake-storage-best-practices.md
- name: Security
items:
- name: Big data analytics security guide
href: ../common/storage-data-lake-storage-security-guide.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Encryption for data at rest
href: ../common/storage-service-encryption.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Encryption for data at rest with customer keys
href: ../common/storage-service-encryption-customer-managed-keys.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Access Control in Azure Data Lake Storage Gen2
href: data-lake-storage-access-control.md
- name: Configure firewalls and virtual networks
href: ../common/storage-network-security.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Authentication
items:
- name: Manage access rights with RBAC
href: ../common/storage-auth-aad-rbac.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Data Lake Storage Gen2 evaluation
href: ../blobs/data-lake-storage-evaluation.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: How to
items:
- name: Set permissions using Azure Storage explorer
href: ../blobs/data-lake-storage-how-to-set-permissions-storage-explorer.md
- name: Use Data Lake Storage Gen2 with Azure HDInsight clusters
href: ../blobs/data-lake-storage-use-hdi-cluster.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Use Hadoop File System CLI with Data Lake Storage Gen2
href: ../blobs/data-lake-storage-use-hdfs-data-lake-storage.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Upgrade from Data Lake Storage Gen1
href: ../blobs/data-lake-storage-upgrade.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Ingest data
items:
- name: Copy data into Data Lake Storage Gen2 using Distcp
href: ../blobs/data-lake-storage-use-distcp.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Copy data into Data Lake Storage Gen2 using Azure Data Factory
href: ../../data-factory/load-azure-data-lake-storage-gen2.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Performance
items:
- name: Overview
href: ../blobs/data-lake-storage-performance-tuning-guidance.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Using Spark on HDInsight
href: ../blobs/data-lake-storage-performance-tuning-spark.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Using Hive on HDInsight
href: ../blobs/data-lake-storage-performance-tuning-hive.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Using MapReduce on HDInsight
href: ../blobs/data-lake-storage-performance-tuning-mapreduce.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Use Storm on HDInsight
href: ../blobs/data-lake-storage-performance-tuning-storm.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: Connect to Azure Databricks
href: https://docs.azuredatabricks.net/spark/latest/data-sources/azure/azure-datalake-gen2.html
- name: Connect to Azure SQL Data Warehouse
href: ../../sql-database/sql-database-vnet-service-endpoint-rule-overview.md#azure-sql-data-warehouse-polybase
- name: Reference
items:
- name: REST
href: https://docs.microsoft.com/rest/api/storageservices/data-lake-storage-gen2
- name: Resources
items:
- name: Data Lake Storage Gen2 known issues
href: data-lake-storage-known-issues.md
- name: Azure Roadmap
href: https://azure.microsoft.com/roadmap/?category=storage
- name: Azure Storage client tools
href: ../common/storage-explorers.md?toc=%2fazure%2fstorage%2fdata-lake-storage%2ftoc.json
- name: Forum
href: https://social.msdn.microsoft.com/forums/azure/home?forum=windowsazuredata
- name: Pricing
href: https://azure.microsoft.com/pricing/details/storage/data-lake/
- name: Pricing calculator
href: https://azure.microsoft.com/pricing/calculator/
- name: Service updates
href: https://azure.microsoft.com/updates/?product=storage
- name: Stack Overflow
href: http://stackoverflow.com/questions/tagged/windows-azure-storage
- name: Videos
href: https://azure.microsoft.com/documentation/videos/index/?services=storage