Skip to content

Commit

Permalink
Use more precise descriptions for hosting types
Browse files Browse the repository at this point in the history
  • Loading branch information
auchenberg authored Feb 22, 2019
1 parent 9ab8301 commit 1cf4d27
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs-ref-conceptual/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,35 +31,35 @@ sections:
image:
src: https://docs.microsoft.com/en-us/media/common/i_get-started.svg
title: Deploy your first Node.js sample app
- title: Host applications
- title: Choose the right hosting for your app
items:
- type: paragragh
html: <p>Build, deploy, and scale your Node.js applications on Azure
html: <p>Azure supports many hosting and application types. Chose your application type below, and we'll guide you how to build, deploy, and scale your application(s) on Azure.</p>
- type: list
style: cards
className: cardsM
columns: 3
items:
- href: https://code.visualstudio.com/tutorials/static-website/getting-started
title: Static sites with Azure Storage
html: <p>Deploy static apps like React, Angular, and Vue apps with Azure Storage</p>
image:
src: https://docs.microsoft.com/media/logos/logo_React.svg
title: Static site
html: <p>Host your React, Angular, and Vue apps with Azure Storage</p>
src: https://docs.microsoft.com/media/logos/logo_React.svg
- href: https://code.visualstudio.com/tutorials/app-service-extension/getting-started
html: <p>Deploy Express apps with App Service</p>
title: Full stack apps with Azure App Service
html: <p>Deploy full stack node.js apps like Express apps with Azure App Service</p>
image:
src: https://docs.microsoft.com/media/logos/logo_vs-code.svg
title: Full stack
- href: https://code.visualstudio.com/tutorials/docker-extension/getting-started
html: <p>Build and deploy docker containers and microservices on Azure</p>
title: Containerized apps with Azure App Service
html: <p>Deploy Docker containers and microservices with Azure App Service</p>
image:
src: https://docs.microsoft.com/azure/media/index/ContainerInstances.svg
title: Container apps
- href: https://code.visualstudio.com/tutorials/functions-extension/getting-started
html: <p>Go serverless with Azure Functions</p>
title: Serverless apps and APIs
html: <p>Deploy serverless apps and APIs with Azure Functions</p>
image:
src: https://docs.microsoft.com/azure/media/index/azurefunctions.svg
title: Serverless apps and APIs
- title: Store data
items:
- type: paragragh
Expand Down

0 comments on commit 1cf4d27

Please sign in to comment.