forked from MicrosoftDocs/azure-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.yml
1632 lines (1627 loc) · 56.7 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
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
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
### YamlMime:Hub
title: Azure documentation
summary: Learn how to build and manage powerful applications using Microsoft Azure cloud services. Get documentation, example code, tutorials, and more.
brand: azure
metadata:
title: Azure documentation
description: Learn how to build and manage powerful applications using Microsoft Azure cloud services. Get documentation, example code, tutorials, and more.
ms.service: azure
ms.custom:
- ignite-2023
ms.topic: hub-page
author: JnHs
ms.author: jenhayes
ms.date: 04/17/2024
featureFlags:
- clicktale
highlightedContent:
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample tutorial | video | whats-new
items:
# Card
- title: Get started for Azure developers
itemType: get-started
url: /azure/developer/
# Card
- title: Design your app using the Azure Architecture Center
itemType: architecture
url: /azure/architecture/
# Card
- title: Prepare your org with the Cloud Adoption Framework
itemType: overview
url: /azure/cloud-adoption-framework/
# Card
- title: Build your skills with Microsoft Learn training
itemType: learn
url: /training/browse/?products=azure&resource_type=learning%20path
productDirectory:
title: Browse Azure products
items:
# Card
- title: Azure AI services
summary: Build cutting-edge, market-ready, responsible applications for your organization with AI
imageSrc: ./media/index/ai-services.svg
azureCategories:
- featured
- ai-machine-learning
- mobile
url: ai-services/index.yml
# Card
- title: Azure OpenAI Service
summary: Apply advanced coding and language models to various use cases
imageSrc: ./media/index/azure-openai.svg
azureCategories:
- ai-machine-learning
url: ai-services/openai/index.yml
# Card
- title: Speech
summary: Speech to text, text to speech, translation and speaker recognition
imageSrc: ./media/index/speech.svg
azureCategories:
- ai-machine-learning
url: ./ai-services/speech-service/index.yml
# Card
- title: Language
summary: Easily evaluate sentiment and topics to understand what users want
imageSrc: ./media/index/language.svg
azureCategories:
- ai-machine-learning
url: ai-services/language-service/index.yml
# Card
- title: Translator
summary: Easily conduct machine translation with a simple REST API call
imageSrc: ./media/index/translator.svg
azureCategories:
- ai-machine-learning
url: ai-services/translator/index.yml
# Card
- title: Vision
summary: Distill actionable information from images
imageSrc: ./media/index/vision.svg
azureCategories:
- ai-machine-learning
url: ai-services/computer-vision/index.yml
# Card
- title: Custom Vision
summary: Easily customize your own state-of-the-art computer vision models for your unique use case
imageSrc: ./media/index/custom-vision.svg
azureCategories:
- ai-machine-learning
url: ai-services/custom-vision-service/index.yml
# Card
- title: Face
summary: Detect, identify, analyze, organize, and tag faces in photos
imageSrc: ./media/index/face.svg
azureCategories:
- ai-machine-learning
url: ai-services/computer-vision/overview-identity.md
# Card
- title: Content Safety
summary: Use AI to monitor text and image content for safety
imageSrc: ./media/index/content-safety.svg
azureCategories:
- ai-machine-learning
url: ai-services/content-safety/index.yml
# Card
- title: Azure AI Bot Service
summary: Intelligent, serverless bot service that scales on demand
imageSrc: ./media/index/bot-services.svg
azureCategories:
- ai-machine-learning
url: /azure/bot-service/
# Card
- title: Document Intelligence
summary: The AI-powered document extraction service that understands your forms
imageSrc: ./media/index/document-intelligence.svg
azureCategories:
- ai-machine-learning
url: ./ai-services/document-intelligence/index.yml
# Card
- title: Azure AI Search
summary: AI-powered cloud search service for mobile and web app development
imageSrc: ./media/index/search.svg
azureCategories:
- ai-machine-learning
- mobile
- web
url: search/index.yml
# Card
- title: Azure AI Video Indexer
summary: Unlock video insights
imageSrc: ./media/index/video-indexer.svg
azureCategories:
- ai-machine-learning
- media
url: /azure/azure-video-indexer/
# Card
- title: Immersive Reader
summary: Empower users of all ages and abilities to read and comprehend text
imageSrc: ./media/index/immersive-reader.svg
azureCategories:
- ai-machine-learning
url: ./ai-services/immersive-reader/index.yml
# Card
- title: Azure Machine Learning
summary: Bring AI to everyone with an end-to-end, scalable, trusted platform with experimentation and model management
imageSrc: ./media/index/machine-learning.svg
azureCategories:
- ai-machine-learning
- iot
url: machine-learning/index.yml
# Card
- title: Azure Databricks
summary: Fast, easy, and collaborative Apache Spark-based analytics platform
imageSrc: ./media/index/databricks.svg
azureCategories:
- ai-machine-learning
- analytics
url: /azure/databricks/
# Card
- title: Health Bot
summary: A managed service purpose-built for development of virtual healthcare assistants.
imageSrc: ./media/index/health-bot-logo.svg
azureCategories:
- ai-machine-learning
url: /azure/health-bot/
# Card
- title: Azure Open Datasets
summary: Cloud platform to host and share curated open datasets to accelerate development of machine learning models
imageSrc: ./media/index/open-datasets.svg
azureCategories:
- ai-machine-learning
url: open-datasets/index.yml
# Card
- title: Azure Communication Services
summary: Build rich communication experiences with the same secure platform used by Microsoft Teams
imageSrc: ./media/index/communication-services.svg
azureCategories:
- web
- mobile
url: communication-services/overview.md
# Card
- title: Azure Communications Gateway
summary: Rapidly connect your fixed and mobile networks with Microsoft Teams
imageSrc: ./media/index/communications-gateway.svg
azureCategories:
- networking
url: communications-gateway/index.yml
# Card
- title: Data Science Virtual Machines
summary: Rich pre-configured environment for AI development
imageSrc: ./media/index/virtual-machine.svg
azureCategories:
- ai-machine-learning
url: machine-learning/data-science-virtual-machine/index.yml
# Card
- title: Kinect DK
summary: Build computer vision and speech models using a developer kit with advanced AI sensors
imageSrc: ./media/index/kinect-viewer.svg
azureCategories:
- ai-machine-learning
- iot
- mixed-reality
url: kinect-dk/index.yml
# Card
- title: Microsoft Azure Data Manager for Energy (Preview)
summary: Accelerate your journey to energy data modernization and digital transformation
imageSrc: ./media/index/energy-data-services.svg
azureCategories:
- integration
url: energy-data-services/index.yml
# Card
- title: Azure Data Manager for Agriculture (Preview)
summary: Create a more sustainable future by innovating with agriculture data
imageSrc: ./media/index/energy-data-services.svg
azureCategories:
- integration
url: data-manager-for-agri/index.yml
# Card
- title: Microsoft Genomics
summary: Power genome sequencing & research insights
imageSrc: ./media/index/genomics.svg
azureCategories:
- ai-machine-learning
url: genomics/index.yml
# Card
- title: Azure Analysis Services
summary: Enterprise-grade analytics engine as a service
imageSrc: ./media/index/analysis-services.svg
azureCategories:
- analytics
url: analysis-services/index.yml
# Card
- title: Azure Chaos Studio
summary: Improve application resilience by introducing faults and simulating outages
imageSrc: ./media/index/chaos-studio.svg
azureCategories:
- analytics
- management-and-governance
url: chaos-studio/index.yml
# Card
- title: Azure Data Explorer
summary: Fast and highly scalable data exploration service
imageSrc: ./media/index/data-explorer.svg
azureCategories:
- analytics
url: /azure/data-explorer
# Card
- title: Azure Data Lake Storage
summary: Massively scalable, secure data lake functionality built on Azure Blob Storage
imageSrc: ./media/index/storage-accounts.svg
azureCategories:
- analytics
- storage
url: storage/blobs/data-lake-storage-introduction.md
# Card
- title: Azure Data Share
summary: A simple and safe service for sharing big data with external organizations
imageSrc: ./media/index/data-shares.svg
azureCategories:
- analytics
- storage
url: data-share/index.yml
# Card
- title: Azure Stream Analytics
summary: Real-time analytics on fast moving streams of data from applications and devices
imageSrc: ./media/index/stream-analytics.svg
azureCategories:
- analytics
- iot
url: stream-analytics/index.yml
# Card
- title: Azure Synapse Analytics
summary: Limitless analytics service with unmatched time to insight
imageSrc: ./media/index/synapse.svg
azureCategories:
- analytics
url: synapse-analytics/index.yml
# Card
- title: Data Catalog
summary: Get more value from your enterprise data assets
imageSrc: ./media/index/data-catalog.svg
azureCategories:
- analytics
url: data-catalog/index.yml
# Card
- title: Microsoft Purview
summary: Maximize business value with unified data governance
imageSrc: ./media/index/purview.svg
azureCategories:
- analytics
- management-and-governance
url: /purview/index
# Card
- title: Data Factory
summary: Hybrid data integration at enterprise scale, made easy
imageSrc: ./media/index/data-factory.svg
azureCategories:
- analytics
url: data-factory/index.yml
# Card
- title: Data Lake Analytics
summary: Distributed analytics service that makes big data easy
imageSrc: ./media/index/data-lake-analytics.svg
azureCategories:
- analytics
url: data-lake-analytics/index.yml
# Card
- title: Event Hubs
summary: Receive telemetry from millions of devices
imageSrc: ./media/index/event-hubs.svg
azureCategories:
- analytics
url: event-hubs/index.yml
# Card
- title: HDInsight
summary: Provision cloud Hadoop, Spark, R Server, HBase, and Storm clusters
imageSrc: ./media/index/hdinsight.svg
azureCategories:
- analytics
url: hdinsight/index.yml
# Card
- title: HDInsight on AKS
summary: Deploy Apache Spark, Apache Flink, and Trino workloads without managing and monitoring containers
imageSrc: ./media/index/hdinsight-aks.svg
azureCategories:
- analytics
url: hdinsight-aks/index.yml
# Card
- title: Log Analytics
summary: Full observability into your applications, infrastructure, and network
imageSrc: ./media/index/log-analytics.svg
azureCategories:
- analytics
- management-and-governance
url: azure-monitor/index.yml
# Card
- title: Power BI Embedded
summary: Embed fully interactive, stunning data visualizations in your applications
imageSrc: ./media/index/power-bi.svg
azureCategories:
- analytics
url: /power-bi/developer/azure-pbie-what-is-power-bi-embedded
# Card
- title: Azure Cosmos DB
summary: Fast NoSQL database with open APIs for any scale
imageSrc: ./media/index/cosmos-db.svg
azureCategories:
- featured
- databases
- iot
url: cosmos-db/index.yml
# Card
- title: Azure Managed Instance for Apache Cassandra
summary: Automate deployment and scaling for managed open-source Apache Cassandra datacenters
imageSrc: ./media/index/managed-instance-apache-cassandra.svg
azureCategories:
- databases
url: managed-instance-apache-cassandra/index.yml
# Card
- title: Logic Apps
summary: Automate the access and use of data across clouds without writing code
imageSrc: ./media/index/logic-apps.svg
azureCategories:
- integration
- iot
url: logic-apps/index.yml
# Card
- title: API Apps
summary: Easily build and consume Cloud APIs
imageSrc: ./media/index/api-apps.svg
azureCategories:
- compute
- containers
- web
url: app-service/index.yml
# Card
- title: App Service
summary: Quickly create powerful cloud apps for web and mobile
imageSrc: ./media/index/app-service.svg
azureCategories:
- featured
- compute
- mobile
- web
url: app-service/index.yml
# Card
- title: Azure CycleCloud
summary: Create, manage, operate, and optimize HPC and big compute clusters of any scale
imageSrc: ./media/index/logo_cyclecloud.svg
azureCategories:
- compute
url: /azure/cyclecloud/index
# Card
- title: Azure Dedicated Host
summary: A dedicated physical server to host your Azure VMs for Windows and Linux
imageSrc: ./media/index/virtual-machine.svg
azureCategories:
- compute
url: ./virtual-machines/dedicated-hosts.md
# Card
- title: Azure Functions
summary: Process events with serverless code
imageSrc: ./media/index/functions.svg
azureCategories:
- featured
- compute
- containers
- iot
- web
url: azure-functions/index.yml
# Card
- title: Azure Kubernetes Service (AKS)
summary: Simplify the deployment, management, and operations of Kubernetes
imageSrc: ./media/index/kubernetes-services.svg
azureCategories:
- featured
- compute
- containers
url: aks/index.yml
# Card
- title: Azure Kubernetes Fleet Manager (Fleet)
summary: Enable multi-cluster and at-scale scenarios for Azure Kubernetes Service clusters
imageSrc: ./media/index/kubernetes-fleet-manager.svg
azureCategories:
- compute
- containers
url: kubernetes-fleet/index.yml
# Card
- title: Azure Quantum (Preview)
summary: Experience quantum impact today on Azure
imageSrc: ./media/index/quantum.svg
azureCategories:
- compute
- featured
url: /azure/quantum/
# Card
- title: Azure Spot Virtual Machines
summary: Provision unused compute capacity at deep discounts to run interruptible workloads
imageSrc: ./media/index/virtual-machine.svg
azureCategories:
- compute
url: ./virtual-machines/spot-vms.md
# Card
- title: Azure Spring Apps
summary: A fully managed Spring Cloud service, built and operated with Pivotal
imageSrc: ./media/index/spring-cloud.svg
azureCategories:
- compute
- web
url: spring-apps/index.yml
# Card
- title: Azure VMware Solution
summary: Run your VMware workloads natively on Azure
imageSrc: ./media/index/azure-vmware.svg
azureCategories:
- compute
url: azure-vmware/index.yml
# Card
- title: Batch
summary: Cloud-scale job scheduling and compute management
imageSrc: ./media/index/batch-accounts.svg
azureCategories:
- compute
url: batch/index.yml
# Card
- title: Cloud Services
summary: Create highly available, infinitely scalable cloud applications and APIs
imageSrc: ./media/index/cloud-services.svg
azureCategories:
- compute
url: cloud-services-extended-support/index.yml
# Card
- title: Container Instances
summary: Easily run containers on Azure without managing servers
imageSrc: ./media/index/container-instances.svg
azureCategories:
- compute
- containers
url: container-instances/index.yml
# Card
- title: Virtual Machines
summary: Provision virtual machines for Ubuntu, Red Hat, Windows, and more
imageSrc: ./media/index/virtual-machine.svg
azureCategories:
- featured
- compute
url: ./virtual-machines/index.yml
# Card
- title: SQL Server on Virtual Machines
summary: Host enterprise SQL Server apps in the cloud
imageSrc: ./media/index/sql-server-vm.svg
azureCategories:
- compute
- databases
url: /azure/azure-sql/virtual-machines/windows/sql-server-on-azure-vm-iaas-what-is-overview?toc=/azure/virtual-machines/windows/toc.json
- title: Static Web Apps
summary: A modern web app service that offers streamlined full-stack development from source code to global high availability
imageSrc: ./media/index/static-apps.svg
azureCategories:
- compute
- web
url: static-web-apps/index.yml
# Card
- title: Virtual Machine Scale Sets
summary: Manage and scale up to thousands of Linux and Windows virtual machines
imageSrc: ./media/index/vm-scale-sets.svg
azureCategories:
- compute
url: virtual-machine-scale-sets/index.yml
# Card
- title: Service Fabric
summary: Develop microservices and orchestrate containers on Windows or Linux
imageSrc: ./media/index/service-fabric-clusters.svg
azureCategories:
- compute
- containers
url: service-fabric/index.yml
# Card
- title: Web Apps
summary: Quickly create and deploy mission critical web apps at scale
imageSrc: ./media/index/app-service.svg
azureCategories:
- compute
- containers
- web
url: app-service/index.yml
# Card
- title: Azure Virtual Desktop
summary: The best virtual desktop experience, delivered on Azure
imageSrc: ./media/index/virtual-desktop.svg
azureCategories:
- featured
- compute
- azure-virtual-desktop
url: virtual-desktop/index.yml
# Card
- title: Azure Container Apps
summary: Build and deploy modern apps and microservices using serverless containers
imageSrc: ./media/index/container-apps.svg
azureCategories:
- containers
url: container-apps/index.yml
# Card
- title: Azure Red Hat OpenShift
summary: Fully managed OpenShift service, jointly operated with Red Hat
imageSrc: ./media/index/openshift.svg
azureCategories:
- containers
url: virtual-machines/linux/openshift-get-started.md
# Card
- title: Container Registry
summary: Store and manage container images across all types of Azure deployments
imageSrc: ./media/index/container-registry.svg
azureCategories:
- containers
url: container-registry/index.yml
# Card
- title: Web App for Containers
summary: Easily deploy and run containerized web apps that scale with your business
imageSrc: ./media/index/web-apps-containers.svg
azureCategories:
- containers
- web
url: ./app-service/index.yml
# Card
- title: Azure API for FHIR
summary: Easily create and deploy a FHIR service for health data solutions and interoperability
imageSrc: ./media/index/api-for-fhir.svg
azureCategories:
- integration
url: healthcare-apis/azure-api-for-fhir/index.yml
# Card
- title: Azure Health Data Services
summary: A unified solution that helps protect and combine health data in the cloud and generates healthcare insights with analytics
imageSrc: ./media/index/api-for-fhir.svg
azureCategories:
- integration
url: healthcare-apis/index.yml
# Card
- title: Azure Cache for Redis
summary: Power applications with high-throughput, low-latency data access
imageSrc: ./media/index/cache-redis.svg
azureCategories:
- databases
url: azure-cache-for-redis/index.yml
# Card
- title: Azure Database for MariaDB
summary: Managed MariaDB database service for app developers
imageSrc: ./media/index/database-mariadb-server.svg
azureCategories:
- databases
url: mariadb/index.yml
# Card
- title: Azure Database for MySQL
summary: Managed MySQL database service for app developers
imageSrc: ./media/index/database-mysql-server.svg
azureCategories:
- databases
url: mysql/index.yml
# Card
- title: Azure Database for PostgreSQL
summary: Managed PostgreSQL database service for app developers
imageSrc: ./media/index/database-postgresql-server.svg
azureCategories:
- databases
- hybrid
url: postgresql/index.yml
# Card
- title: Azure Database Migration Service
summary: Simplify on-premises database migration to the cloud
imageSrc: ./media/index/database-migration-services.svg
azureCategories:
- databases
- migration
url: dms/index.yml
# Card
- title: Azure SQL
summary: Modern SQL family for migration and app modernization
imageSrc: ./media/index/sql.svg
azureCategories:
- featured
- hybrid
- databases
url: /azure/azure-sql/index
# Card
- title: Azure SQL Database
summary: Managed, intelligent SQL in the cloud
imageSrc: ./media/index/sql-database.svg
azureCategories:
- databases
url: /azure/azure-sql/database/index
# Card
- title: Azure SQL Managed Instance
summary: Managed, always up-to-date SQL instance in the cloud
imageSrc: ./media/index/sql-managed-instance.svg
azureCategories:
- databases
url: /azure/azure-sql/managed-instance/index
# Card
- title: Azure SQL Edge
summary: Small-footprint, edge-optimized data engine with built-in AI
imageSrc: ./media/index/sql-database-edge.svg
azureCategories:
- databases
- iot
url: azure-sql-edge/index.yml
# Card
- title: Table Storage
summary: NoSQL key-value store using semi-structured datasets
imageSrc: ./media/index/storage-accounts.svg
azureCategories:
- databases
url: ./storage/tables/table-storage-overview.md
# Card
- title: App Configuration
summary: Fast, scalable parameter storage for app configuration
imageSrc: ./media/index/app-configuration.svg
azureCategories:
- developer-tools
- containers
- mobile
- security
- web
url: azure-app-configuration/index.yml
# Card
- title: Azure Data Studio
summary: A lightweight editor that can run serverless SQL pool queries and view and save results as text, JSON, or Excel.
imageSrc: ./media/index/azure-data-studio.svg
azureCategories:
- developer-tools
url: /azure-data-studio/
# Card
- title: Azure DevOps
summary: Services for teams to share code, track work, and ship software
imageSrc: ./media/index/devops.svg
azureCategories:
- developer-tools
- devops
- hybrid
url: /azure/devops/
# Card
- title: Azure DevTest Labs
summary: Quickly create environments using reusable templates and artifacts
imageSrc: ./media/index/devtest-labs.svg
azureCategories:
- developer-tools
- devops
url: devtest-labs/index.yml
# Card
- title: Azure Lab Services
summary: Set up labs for classrooms, trials, development and testing, and other scenarios
imageSrc: ./media/index/lab-services.svg
azureCategories:
- developer-tools
url: lab-services/index.yml
# Card
- title: Azure Pipelines
summary: Continuously build, test, and deploy to any platform and cloud
imageSrc: ./media/index/pipelines.svg
azureCategories:
- developer-tools
- devops
url: /azure/devops/pipelines/
# Card
- title: Visual Studio
summary: The powerful and flexible environment for developing applications in the cloud
imageSrc: /media/logos/logo_visual-studio.svg
azureCategories:
- developer-tools
url: /visualstudio/windows
# Card
- title: Visual Studio Code
summary: A powerful, lightweight code editor for cloud development
imageSrc: /media/logos/logo_vs-code.svg
azureCategories:
- developer-tools
url: https://code.visualstudio.com/docs
# Card
- title: Application Insights
summary: Full observability into your applications, infrastructure, and network
imageSrc: ./media/index/application-insights.svg
azureCategories:
- devops
- management-and-governance
url: azure-monitor/index.yml
# Card
- title: Azure Artifacts
summary: Create, host, and share packages with your team
imageSrc: ./media/index/artifacts.svg
azureCategories:
- devops
url: /azure/devops/artifacts/
# Card
- title: Azure Boards
summary: Plan, track, and discuss work across your teams
imageSrc: ./media/index/boards.svg
azureCategories:
- devops
url: /azure/devops/boards/
# Card
- title: Azure Deployment Environments
summary: Quickly spin up app infrastructure environments with project-based templates
imageSrc: ./media/index/deployment-environments.svg
azureCategories:
- devops
url: deployment-environments/index.yml
# Card
- title: Azure Monitor
summary: Full observability into your applications, infrastructure, and network
imageSrc: ./media/index/monitor.svg
azureCategories:
- devops
- management-and-governance
url: azure-monitor/index.yml
# Card
- title: Azure Repos
summary: Get unlimited, cloud-hosted private Git repos for your project
imageSrc: ./media/index/repos.svg
azureCategories:
- devops
url: /azure/devops/repos/
# Card
- title: Azure Test Plans
summary: Test and ship with confidence with a manual and exploratory testing toolkit
imageSrc: ./media/index/test-plans.svg
azureCategories:
- devops
url: /azure/devops/test/
# Card
- title: Azure Load Testing
summary: Generate high-scale load and identify performance bottlenecks
imageSrc: ./media/index/load-testing.svg
azureCategories:
- devops
url: load-testing/index.yml
# Card
- title: Microsoft Playwright Testing (Preview)
summary: Run end-to-end Playwright tests at scale
imageSrc: ./media/index/playwright-testing-icon.svg
azureCategories:
- devops
- developer-tools
- web
url: playwright-testing/index.yml
# Card
- title: Azure Managed Grafana
summary: Deploy Grafana dashboards as a fully managed Azure service
imageSrc: ./media/index/managed-grafana.svg
azureCategories:
- devops
- management-and-governance
url: managed-grafana/index.yml
# Card
- title: GitHub Actions for Azure
summary: Build, test and deploy any app from GitHub to Azure
imageSrc: ./media/index/github-actions-icon.svg
azureCategories:
- devops
- developer-tools
url: /azure/developer/github/github-actions
# Card
- title: Microsoft Dev Box
summary: Streamline development with secure, ready-to-code workstations in the cloud
imageSrc: ./media/index/dev-box.svg
azureCategories:
- devops
- developer-tools
- azure-virtual-desktop
url: dev-box/index.yml
# Card
- title: Microsoft Entra ID
summary: Synchronize on-premises directories and enable single sign-on
imageSrc: ./media/index/active-directory.svg
azureCategories:
- hybrid
- identity
- security
url: /entra/identity/
# Card
- title: Azure Arc
summary: Bring Azure services and management to any infrastructure
imageSrc: ./media/index/arc.svg
azureCategories:
- hybrid
- featured
url: azure-arc/index.yml
# Card
- title: Azure ExpressRoute
summary: Dedicated private network fiber connections to Azure
imageSrc: ./media/index/express-route.svg
azureCategories:
- hybrid
- networking
url: expressroute/index.yml
# Card
- title: Microsoft Sentinel
summary: Put cloud-native SIEM and intelligent security analytics to work to help protect your enterprise
imageSrc: ./media/index/sentinel.svg
azureCategories:
- hybrid
- security
url: sentinel/index.yml
# Card
- title: Azure Stack
summary: Build and run innovative hybrid applications across cloud boundaries
imageSrc: ./media/index/stack.svg
azureCategories:
- hybrid
url: /azure-stack/
# Card
- title: Azure Stack HCI
summary: Integrate hyperconverged infrastructure with Azure and hybrid services to run virtual workloads on premises
imageSrc: ./media/index/stack-hci.svg
azureCategories:
- hybrid
url: /azure-stack/hci/
# Card
- title: Azure Stack Hub
summary: Azure Stack Hub is sold as an integrated hardware system, with software pre-installed on validated hardware
imageSrc: ./media/index/stack-hub.svg
azureCategories:
- hybrid
url: /azure-stack/operator/
# Card
- title: Azure Stack Edge
summary: An Azure managed appliance that brings the compute, storage, and intelligence of Azure to the edge
imageSrc: ./media/index/stack-edge.svg
azureCategories:
- hybrid
url: ./databox-online/index.yml
# Card
- title: Azure IoT Edge
summary: Extend cloud intelligence and analytics to edge devices
imageSrc: ./media/index/iot-edge.svg
azureCategories:
- hybrid
- iot
url: iot-edge/index.yml
# Card
- title: Microsoft Entra External ID
summary: Consumer identity and access management in the cloud
imageSrc: ./media/index/active-directory-b2c.svg
azureCategories:
- identity
url: /entra/external-id/
# Card
- title: Microsoft Entra Domain Services
summary: Join Azure virtual machines to a domain without domain controllers
imageSrc: ./media/index/ad-domain-services.svg
azureCategories:
- identity
- security
url: /entra/identity/domain-services/
# Card
- title: Azure Information Protection
summary: Better protect your sensitive information—anytime, anywhere
imageSrc: ./media/index/information-protection.svg
azureCategories:
- identity
- security
url: /azure/information-protection/
# Card
- title: API Management
summary: Publish APIs to developers, partners, and employees securely and at scale
imageSrc: ./media/index/api-management.svg
azureCategories:
- integration
- iot
- mobile
- web
url: api-management/index.yml
# Card
- title: Event Grid
summary: Get reliable event delivery at massive scale
imageSrc: ./media/index/event-grid-domains.svg
azureCategories:
- integration
- iot
url: event-grid/index.yml
# Card
- title: Service Bus
summary: Connect across private and public cloud environments
imageSrc: ./media/index/service-bus.svg
azureCategories:
- integration
url: service-bus-messaging/index.yml
# Card
- title: Azure Digital Twins
summary: Build next-generation IoT spatial intelligence solutions
imageSrc: ./media/index/digital-twins.svg
azureCategories:
- iot
- mixed-reality
url: digital-twins/index.yml
# Card
- title: Azure IoT Central
summary: Accelerate the creation of IoT solutions
imageSrc: ./media/index/iot-central.svg
azureCategories:
- iot
url: iot-central/index.yml
# Card
- title: Azure IoT Hub
summary: Connect, monitor and manage billions of IoT assets
imageSrc: ./media/index/iot-hub.svg
azureCategories:
- iot
url: iot-hub/index.yml
# Card
- title: Azure IoT Operations (Preview)
summary: Unlock insights for intelligent local actions and global visibility
imageSrc: ./media/index/iot-operations.svg
azureCategories:
- iot
url: iot-operations/index.yml
# Card
- title: Azure Maps
summary: Simple and secure location APIs provide geospatial context to data
imageSrc: ./media/index/maps.svg
azureCategories:
- iot
- mobile
- web
url: azure-maps/index.yml
# Card
- title: Azure Sphere
summary: Securely connect MCU-powered devices from the silicon to the cloud
imageSrc: ./media/index/sphere.svg
azureCategories:
- iot
url: /azure-sphere/
# Card
- title: Azure Time Series Insights
summary: Explore and analyze time-series data from IoT devices
imageSrc: ./media/index/time-series-insights-environments.svg
azureCategories:
- iot
url: time-series-insights/index.yml
# Card
- title: Notification Hubs
summary: Send push notifications to any platform from any back end
imageSrc: ./media/index/notification-hubs.svg
azureCategories:
- iot
- mobile
- web
url: notification-hubs/index.yml
# Card
- title: Windows 10 IoT Core Services
summary: Long-term OS support and services to manage device updates and assess device health
imageSrc: ./media/index/iot-windows10-core-services.svg
azureCategories:
- iot
url: /windows-hardware/manufacture/iot/iotcoreservicesoverview
# Card
- title: Automation
summary: Simplify cloud management with process automation
imageSrc: ./media/index/automation.svg