Skip to content

Commit

Permalink
Merge pull request #430 from mspnp/rss
Browse files Browse the repository at this point in the history
sample rss feed
  • Loading branch information
Petertaylor9999 authored Feb 27, 2018
2 parents 098f9ae + bc08b53 commit 29fbcb1
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"**/*.jpg",
"**/*.jpeg",
"**/*.gif",
"**/*.svg"
"**/*.svg",
"feed.xml"
],
"exclude": [
"**/obj/**",
Expand Down
34 changes: 34 additions & 0 deletions docs/feed.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
<title>Azure Architecture Center</title>
<atom:link href="https://docs.microsoft.com/azure/architecture/feed.xml" rel="self" type="application/rss+xml" />
<link>https://docs.microsoft.com/azure/architecture</link>
<description>The Azure Architecture Center is the official center for guidance, blueprints, patterns, and best practices for building solutions with Microsoft Azure. It is curated by the Microsoft patterns &amp; practices team.</description>
<lastBuildDate>Mon, 26 Feb 2018 17:59:06 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>daily</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>

<item>
<title>Azure Application Architecture Guide</title>
<link>https://docs.microsoft.com/azure/architecture/guide/</link>
<pubDate>Thu, 11 May 2017 19:52:09 +0000</pubDate>
<description><![CDATA[This guide presents a structured approach for designing applications on Azure that are scalable, resilient, and highly available. It is based on proven practices that we have learned from customer engagements.]]></description>
</item>

<item>
<title>Azure Data Architecture Guide</title>
<link>https://docs.microsoft.com/azure/architecture/data-guide/</link>
<pubDate>Mon, 12 Feb 2018 19:52:09 +0000</pubDate>
<description><![CDATA[This guide presents a structured approach for designing data-centric solutions on Microsoft Azure. It is based on proven practices derived from customer engagements.]]></description>
</item>

</channel>
</rss>

0 comments on commit 29fbcb1

Please sign in to comment.