Skip to content

Commit 3b8b031

Browse files
committed
Update landing page
1 parent 378b202 commit 3b8b031

File tree

3 files changed

+73
-133
lines changed

3 files changed

+73
-133
lines changed

articles/cloud-services/index.md

Lines changed: 0 additions & 131 deletions
This file was deleted.

articles/cloud-services/index.yml

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
### YamlMime:Landing
2+
3+
title: Azure Cloud Services documentation
4+
summary: Learn how to use Cloud Services to host and run highly available, scalable cloud applications and APIs. Tutorials, API references and other documentation show you how to manage virtual machine hosts and configure, patch, and install software.
5+
6+
metadata:
7+
title: Azure Cloud Services documentation
8+
description: Describes how to use Cloud Services to host and run highly available and scalable cloud applications and APIs.
9+
ms.service: cloud-services
10+
service: cloud-services
11+
ms.topic: landing-page
12+
author: tgore03
13+
ms.author: tagore
14+
ms.date: 03/06/2020
15+
16+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
17+
18+
landingContent:
19+
# Card
20+
- title: About Cloud Services
21+
linkLists:
22+
- linkListType: overview
23+
links:
24+
- text: What is Cloud Services?
25+
url: cloud-services-choose-me.md
26+
- linkListType: video
27+
links:
28+
- text: Cloud Services video library
29+
url: https://azure.microsoft.com/documentation/videos/index/?services=cloud-services
30+
31+
# Card
32+
- title: Get started
33+
linkLists:
34+
- linkListType: how-to-guide
35+
links:
36+
- text: ASP.NET
37+
url: cloud-services-dotnet-get-started.md
38+
- text: Python for Visual Studio
39+
url: cloud-services-python-ptvs.md
40+
41+
# Card
42+
- title: Develop
43+
linkLists:
44+
- linkListType: how-to-guide
45+
links:
46+
- text: Create PHP web and worker roles
47+
url: cloud-services-php-create-web-role .md
48+
- text: Build and deploy a Node.js application
49+
url: cloud-services-nodejs-develop-deploy-app.md
50+
- text: Build and deploy a Node.js web application using Express
51+
url: cloud-services-nodejs-develop-deploy-express-app.md
52+
53+
# Card
54+
- title: Deploy
55+
linkLists:
56+
- linkListType: how-to-guide
57+
links:
58+
- text: Create and deploy a cloud service in portal
59+
url: cloud-services-how-to-create-deploy-portal.md
60+
- text: Create an empty cloud service container in PowerShell
61+
url: cloud-services-powershell-create-cloud-container.md
62+
63+
# Card
64+
- title: Manage
65+
linkLists:
66+
- linkListType: how-to-guide
67+
links:
68+
- text: Common management tasks
69+
url: cloud-services-how-to-manage-portal.md
70+
- text: Configure Cloud Service
71+
url: cloud-services-how-to-configure-portal.md

articles/cloud-services/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
- name: Cloud Services Documentation
2-
href: index.md
1+
- name: Cloud Services documentation
2+
href: index.yml
33
- name: Overview
44
items:
55
- name: What is Cloud Services?

0 commit comments

Comments
 (0)