-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeed.xml
35 lines (33 loc) · 2.36 KB
/
feed.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Azure Blog</title>
<link href="https://theragus.github.io/feed.xml" rel="self" />
<link href="https://theragus.github.io" />
<updated>2019-05-12T00:46:06+02:00</updated>
<author>
<name>Patrick Bossier</name>
</author>
<id>https://theragus.github.io</id>
<entry>
<title>Azure Blockchain Service now in Public Preview</title>
<author>
<name>Patrick Bossier</name>
</author>
<link href="https://theragus.github.io/azure-blockchain-service-now-in-public-preview.html"/>
<id>https://theragus.github.io/azure-blockchain-service-now-in-public-preview.html</id>
<updated>2019-05-12T00:46:02+02:00</updated>
<summary>
<![CDATA[
At Build 2019, Microsoft anounced their new fully managed Blockchain Service, which is now in Public Preview. Read the Blog Entry here. Azure Blockchain Service takes the heavy load of operating nodes and networks and allows easy creation of permissioned blockchain networks. The first Ledger…
]]>
</summary>
<content type="html">
<![CDATA[
<p>At Build 2019, Microsoft anounced their new fully managed Blockchain Service, which is now in Public Preview. Read the Blog Entry <a href="https://azure.microsoft.com/de-de/blog/digitizing-trust-azure-blockchain-service-simplifies-blockchain-development/">here</a>.</p>
<p>Azure Blockchain Service takes the heavy load of operating nodes and networks and allows easy creation of permissioned blockchain networks. The first Ledger thats gonna be available on Azure Blockchain Service is Quorum, which is based on the Ethereum, which is one of the largest Blockchain developer communities out there.</p>
<p>You can try it our yourself today in the Azure Portal. Just create a Blockchain Service and you can start bulding Applications with your blockchain.</p>
<p>If you already use Visual Studio Code, you can even provision your Azure Blockchain Service without even leaving Code. Just install the <a href="https://marketplace.visualstudio.com/items?itemName=AzBlockchain.azure-blockchain">Azure Blockchain Development Kit for Ethereum</a> and you can create the Service right in VS Code.</p>
]]>
</content>
</entry>
</feed>