Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sample rss feed #430

Merged
merged 2 commits into from
Feb 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>