1
- # ## YamlMime:YamlDocument
2
- documentType : LandingData
1
+ # ## YamlMime:Landing
2
+
3
3
title : Secure development documentation
4
+ summary : Learn how to develop and deploy secure applications on Azure with our sample apps, best practices, and guidance.
5
+
4
6
metadata :
5
- document_id :
6
7
title : Secure development documentation on Microsoft Azure
7
- meta. description : Learn how to develop secure apps on Azure.
8
+ description : Learn how to develop secure apps on Azure.
8
9
services : security
9
- author : TerryLanfear
10
- manager : rkarlin
11
10
ms.service : security
12
11
ms.subservice : develop
13
- ms.tgt_pltfrm : na
14
- ms.devlang : na
15
12
ms.topic : landing-page
16
- ms.date : 09/30/2019
13
+ author : TerryLanfear
17
14
ms.author : terrylan
18
- abstract :
19
- description : " Learn how to develop and deploy secure applications on Azure with our sample apps, best practices, and guidance."
15
+ manager : rkarlin
16
+ ms.date : 10/24/2019
17
+
18
+ # linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
20
19
21
- sections :
22
- - items :
23
- - type : list
24
- style : cards
25
- className : cardsM
26
- columns : 2
27
- items :
28
- - href : /azure/security/develop/secure-dev-overview
29
- html : <p>Develop a secure web application on Azure</p>
30
- image :
31
- src : https://docs.microsoft.com/media/common/i_get-started.svg
32
- title : Get started
33
- - href : https://docs.microsoft.com/learn/modules/top-5-security-items-to-consider
34
- html : <p>Top five security items for web apps</p>
35
- image :
36
- src : https://docs.microsoft.com/media/common/i_learn-about.svg
37
- title : Build your skills with Microsoft Learn
20
+ landingContent :
21
+ # Cards and links should be based on top customer tasks or top subjects
22
+ # Start card title with a verb
23
+ # Card
24
+ - title : Develop secure sample apps
25
+ linkLists :
26
+ - linkListType : tutorial
27
+ links :
28
+ - text : Web app in a Linux container
29
+ url : secure-web-app.md
30
+ - text : Web app with Azure Active Directory
31
+ url : secure-aad-app.md
32
+ - text : Payment card industry
33
+ url : secure-pci-web-app.md
38
34
39
- - title : Secure sample apps
40
- items :
41
- - type : list
42
- style : unordered
43
- className : spaced noBullet
44
- items :
45
- - html : <a href="/azure/security/develop/secure-web-app">Web app in a Linux container</a>
46
- - html : <a href="/azure/security/develop/secure-aad-app">Web app with Azure Active Directory</a>
47
- - html : <a href="/azure/security/develop/secure-pci-web-app">Payment card industry</a>
35
+ # Card
36
+ - title : Get started
37
+ linkLists :
38
+ - linkListType : concept
39
+ links :
40
+ - text : Secure development best practices
41
+ url : secure-dev-overview.md
42
+ - text : Desgin phase
43
+ url : secure-design.md
44
+ - text : Development phase
45
+ url : secure-develop.md
46
+ - text : Deployment phase
47
+ url : secure-deploy.md
48
48
49
- - title : Concepts
50
- items :
51
- - type : list
52
- style : unordered
53
- className : spaced noBullet
54
- items :
55
- - html : <a href="/azure/security/develop/secure-dev-overview">Secure development best practices</a>
49
+ # Card
50
+ - title : Add analysis tools to your secure development
51
+ linkLists :
52
+ - linkListType : concept
53
+ links :
54
+ - text : Security code analysis
55
+ url : security-code-analysis-overview.md
56
+ - text : Threat modeling
57
+ url : threat-modeling-tool.md
56
58
57
- - title : Resources
58
- items :
59
- - type : list
60
- style : unordered
61
- className : spaced noBullet
62
- items :
63
- - html : <a href="/azure/security/develop/security-code-analysis-overview">Microsoft Security Code Analysis</a>
64
- - html : <a href="/azure/security/develop/threat-modeling-tool">Threat modeling tool</a>
59
+ # Card
60
+ - title : Build your skills
61
+ linkLists :
62
+ - linkListType : learn
63
+ links :
64
+ - text : Top 5 security items
65
+ url : https://docs.microsoft.com/learn/modules/top-5-security-items-to-consider
66
+ - text : Secure your cloud applications in Azure
67
+ url : https://docs.microsoft.com/learn/paths/secure-your-cloud-apps
0 commit comments