File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -688,6 +688,38 @@ export default defineConfig({
688688 } ,
689689 ] ,
690690 } ,
691+ {
692+ label : 'Azure' ,
693+ collapsed : true ,
694+ items : [
695+ {
696+ label : 'Welcome' ,
697+ slug : 'azure' ,
698+ } ,
699+ {
700+ label : 'Getting Started' ,
701+ autogenerate : { directory : '/azure/getting-started' } ,
702+ collapsed : true ,
703+ } ,
704+ {
705+ label : 'Local Azure Services' ,
706+ slug : 'azure/services' ,
707+ } ,
708+ {
709+ label : 'Sample Apps' ,
710+ slug : 'azure/sample-apps' ,
711+ } ,
712+ {
713+ label : 'Integrations' ,
714+ autogenerate : { directory : '/azure/integrations' } ,
715+ collapsed : true ,
716+ } ,
717+ {
718+ label : 'Changelog' ,
719+ slug : 'azure/changelog' ,
720+ } ,
721+ ] ,
722+ } ,
691723 ] ,
692724 } ) ,
693725 markdoc ( ) ,
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ LocalStack for Azure 0.1.0 supports the following services:
2222- [ Azure Resource Manager] ( https://azure.microsoft.com/en-us/get-started/azure-portal/resource-manager/ )
2323- [ Azure Blob Storage] ( https://azure.microsoft.com/en-us/products/storage/blobs/ )
2424- [ Azure Storage] ( https://azure.microsoft.com/en-us/products/category/storage/ )
25- - [ Azure SQL] ( https://azure.microsoft.com/en-us/products/azure-sql/database/ )
25+ - [ Azure SQL] ( https://azure.microsoft.com/en-us/products/azure-sql/database/ )
Original file line number Diff line number Diff line change 77---
88
99
10+
1011## Introduction
1112
1213You can set up the Azure emulator by utilizing LocalStack for Azure Docker image.
You can’t perform that action at this time.
0 commit comments