|
| 1 | +--- |
| 2 | +title: Welcome to LocalStack for Azure Docs |
| 3 | +description: Get started with LocalStack for Azure docs. |
| 4 | +template: doc |
| 5 | +editUrl: false |
| 6 | +sidebar: |
| 7 | + label: Welcome |
| 8 | + order: 1 |
| 9 | +--- |
| 10 | + |
| 11 | +import { OverviewCards, HeroCards } from '../../../components/OverviewCards'; |
| 12 | +import rocketIcon from '../../../assets/images/GettingStarted_Color.svg'; |
| 13 | +import connectionsIcon from '../../../assets/images/Integrations_Color.svg'; |
| 14 | +import cubeIcon from '../../../assets/images/LSAWS_Color.svg'; |
| 15 | +import fileIcon from '../../../assets/images/file.svg'; |
| 16 | +import changeIcon from '../../../assets/images/change.svg'; |
| 17 | + |
| 18 | +<HeroCards |
| 19 | + cards={[ |
| 20 | + { |
| 21 | + title: "Emulate Azure Services", |
| 22 | + href: "/azure/services" |
| 23 | + }, |
| 24 | + { |
| 25 | + title: "Connect Azure Tooling", |
| 26 | + href: "/azure/integrations" |
| 27 | + } |
| 28 | + ]} |
| 29 | + client:load |
| 30 | +/> |
| 31 | + |
| 32 | +## What would you like to do today? |
| 33 | + |
| 34 | +<OverviewCards |
| 35 | + cards={[ |
| 36 | + { |
| 37 | + title: "Getting Started", |
| 38 | + description: "Install and run LocalStack for Azure on your machine.", |
| 39 | + href: "/azure/getting-started", |
| 40 | + icon: rocketIcon.src |
| 41 | + }, |
| 42 | + { |
| 43 | + title: "Local Azure Services", |
| 44 | + description: "Browse the Azure services currently documented for LocalStack.", |
| 45 | + href: "/azure/services", |
| 46 | + icon: cubeIcon.src |
| 47 | + }, |
| 48 | + { |
| 49 | + title: "Sample Apps", |
| 50 | + description: "Find and contribute end-to-end Azure sample apps for local development.", |
| 51 | + href: "/azure/sample-apps", |
| 52 | + icon: fileIcon.src |
| 53 | + }, |
| 54 | + { |
| 55 | + title: "Integrations", |
| 56 | + description: "Use LocalStack for Azure with frameworks, SDKs, and developer tooling.", |
| 57 | + href: "/azure/integrations", |
| 58 | + icon: connectionsIcon.src |
| 59 | + }, |
| 60 | + { |
| 61 | + title: "Changelog", |
| 62 | + description: "Track Azure emulator updates and release highlights.", |
| 63 | + href: "/azure/changelog", |
| 64 | + icon: changeIcon.src |
| 65 | + } |
| 66 | + ]} |
| 67 | + client:load |
| 68 | +/> |
0 commit comments