{"id":2479,"date":"2018-07-24T00:00:00","date_gmt":"2018-07-24T07:00:00","guid":{"rendered":""},"modified":"2023-08-02T13:38:49","modified_gmt":"2023-08-02T20:38:49","slug":"top-feature-requests-added-with-azure-blockchain-workbench-1-2-0","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/","title":{"rendered":"Top feature requests added with Azure Blockchain Workbench 1.2.0"},"content":{"rendered":"<p>We\u2019re excited to see a ton of engagement and positive feedback on <a href=\"https:\/\/aka.ms\/abcworkbench\" target=\"_blank\" rel=\"noopener\">Azure Blockchain Workbench<\/a> since our initial public preview release in May. Last month, we made our <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-blockchain-workbench-1-1-0-extends-capabilities-and-monitoring\/\" target=\"_blank\" rel=\"noopener\">first major update<\/a> to the public preview release based on your feedback and feature requests. Today, we\u2019re releasing our next update to Workbench, which we\u2019re calling version 1.2.0. You can either deploy a new instance of Workbench through the Azure portal or upgrade your existing deployment to 1.2.0 using our <a href=\"https:\/\/github.com\/Azure-Samples\/blockchain\/tree\/master\/blockchain-workbench\/scripts\" target=\"_blank\" rel=\"noopener\">upgrade script<\/a>.<\/p>\n<p>This update includes the following improvements:<\/p>\n<h2>Enable\/disable apps<\/h2>\n<p>Many of you have started to iterate and create multiple blockchain apps using Workbench. One of the most requested features we\u2019ve heard is the ability to disable unused blockchain apps within the Workbench Web app. With 1.2.0, you will be able to enable or disable applications. In addition, the UI will allow you to filter the list of applications to only show enabled or disabled applications.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"image\" height=\"443\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/07\/dc11762f-d277-4d36-a224-ecddff47936f.webp\" title=\"image\" width=\"624\"><\/p>\n<h2><img loading=\"lazy\" decoding=\"async\" alt=\"image\" height=\"448\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/07\/a6c13d7f-cd8e-40dc-8250-c959f69f6fcc.webp\" title=\"image\" width=\"624\"><\/h2>\n<h2>BYOB \u2013 Bring Your Own Blockchain<\/h2>\n<p>As part of the Workbench deployment, we deploy a set of Ethereum Proof-of Authority (PoA) nodes within a single member\u2019s subscription. This topology works great for situations where it\u2019s OK to have one member manage all the blockchain nodes. With version 1.2.0 customers will have the choice to deploy Workbench and point that deployment to an existing Ethereum PoA network. The topology of the network can be anything you want, including a multi-member blockchain network. The network can exist anywhere, which means the network can be on prem, a hybrid deployment, or even on another cloud. The requirements are:<\/p>\n<ul>\n<li>The endpoint must be an Ethereum Proof-of-Authority (PoA) blockchain network. Coming soon will be a new standalone Ethereum PoA solution, which can be used across members within a consortium.<\/li>\n<li>The endpoint must be publicly accessible over the network.<\/li>\n<li>The PoA blockchain network should be configured to have gas price set to zero (note, Workbench accounts are not funded, so if funds are required, transactions will fail).<\/li>\n<\/ul>\n<p>The interface that allows connecting to an existing network is shown below.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"image\" height=\"356\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/07\/1b1315ca-d3ab-47e9-857e-0ebbbc3996ac.webp\" title=\"image\" width=\"302\"><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"image\" height=\"341\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/07\/464394c3-b733-4cb6-bb36-564b4a359b3d.webp\" title=\"image\" width=\"297\"><\/p>\n<p>Note that we have only tested Workbench against a PoA network and while other protocols may work, we cannot provide support for them at this time. We plan to release a PoA single\/multi-member solution template similar to our Proof-of-Work solution template in the Azure Marketplace soon and that will be compatible with BYOB.<\/p>\n<h2>New supported datatype \u2013 Enum<\/h2>\n<p>Workbench supports several basic datatypes, such as strings and integers. With 1.2.0, we now support a the enum datatype. Enums will allow you to create blockchain apps where you can narrow selection for certain fields to a specific list. The Workbench Web app UI will show enums as a dropdown list of single-select options. The enum type is specified via the configuration file as follows:<br \/>\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 {<br \/>\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 &#8220;Name&#8221;: &#8220;PropertyType&#8221;,<br \/>\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 &#8220;DisplayName&#8221;: &#8220;Property Type&#8221;,<br \/>\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 &#8220;Description&#8221;: &#8220;The type of the property&#8221;,<br \/>\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 &#8220;Type&#8221;: {<br \/>\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 &#8220;Name&#8221;: &#8220;enum&#8221;,<br \/>\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 &#8220;EnumValues&#8221;: [&#8220;House&#8221;, &#8220;Townhouse&#8221;, &#8220;Condo&#8221;, &#8220;Land&#8221;]<br \/>\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 }<br \/>\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 }<\/p>\n<p>This configuration corresponds to the code within the smart contract. For example:<\/p>\n<p>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 enum PropertyTypeEnum {House, Townhouse, Condo, Land}<br \/>\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 PropertyTypeEnum public PropertyType;<\/p>\n<p>In the Web app, you will see the following dropdown UI:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"image\" height=\"388\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/07\/2ffb118e-9d03-4a45-a7aa-51105dee67e8.webp\" title=\"image\" width=\"619\"><\/p>\n<p>You can reference how to use the enum type in the <a href=\"https:\/\/github.com\/Azure-Samples\/blockchain\/blob\/master\/blockchain-workbench\/application-and-smart-contract-samples\/room-thermostat\/readme.md\" target=\"_blank\" rel=\"noopener\">Room Thermostat sample application<\/a>.<\/p>\n<h2>Better visibility into Workbench application deployment errors<\/h2>\n<p>To make it easier to deploy a working Workbench application, we will show solidity warnings. These warnings don\u2019t necessarily mean you have bugs, which need to be fixed. Instead, warnings indicate potential errors you might encounter when running your application.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"image\" height=\"354\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/07\/5f673663-f253-4b66-adaf-b4b02c11b3d1.webp\" title=\"image\" width=\"607\"><\/p>\n<h2>Improvements and bug fixes<\/h2>\n<p>We also made several other improvements to Workbench, including:<\/p>\n<ul>\n<li>The Workbench frontend and backend now fully works with more than 100 provisioned users. You will be able to connect to Azure Active Directories with more than 100 users and the Workbench client allows you to search and add users within large directories.<\/li>\n<li>Deployment of Workbench is more reliable as we\u2019ve addressed the top failure cases, such as database initialization and naming conflicts.\u00a0<\/li>\n<li>Performance of the Workbench REST API has been improved by moving App Service plan to Premium V2. The higher end CPU will result in better overall performance. Note, there is no change in cost from moving to this plan.<\/li>\n<\/ul>\n<p>Please use our <a href=\"https:\/\/aka.ms\/blockchainuservoice\" target=\"_blank\" rel=\"noopener\">Blockchain User Voice<\/a> to provide feedback and suggest features\/ideas for Workbench. Your input is helping make this a great service.\u00a0 We look forward to hearing from you.<\/p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Today, we\u2019re releasing our next update to Workbench, which we\u2019re calling version 1.2.0. You can either deploy a new instance of Workbench through the Azure portal or upgrade your existing deployment to 1.2.0 using our upgrade script.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","footnotes":"","msx_community_cta_settings":[]},"categories":[1506,1459],"tags":[],"audience":[3053,3056],"content-type":[],"product":[1569],"tech-community":[],"topic":[],"coauthors":[97],"class_list":["post-2479","post","type-post","status-publish","format-standard","hentry","category-identity","category-security","audience-it-decision-makers","audience-it-implementors","product-microsoft-entra-id"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Top feature requests added with Azure Blockchain Workbench 1.2.0 | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"Today, we\u2019re releasing our next update to Workbench, which we\u2019re calling version 1.2.0. You can either deploy a new instance of Workbench through the Azure portal or upgrade your existing deployment to 1.2.0 using our upgrade script.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Top feature requests added with Azure Blockchain Workbench 1.2.0 | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"Today, we\u2019re releasing our next update to Workbench, which we\u2019re calling version 1.2.0. You can either deploy a new instance of Workbench through the Azure portal or upgrade your existing deployment to 1.2.0 using our upgrade script.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/microsoftazure\" \/>\n<meta property=\"article:published_time\" content=\"2018-07-24T07:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-02T20:38:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/07\/dc11762f-d277-4d36-a224-ecddff47936f.webp\" \/>\n<meta name=\"author\" content=\"Microsoft Azure\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@azure\" \/>\n<meta name=\"twitter:site\" content=\"@azure\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Microsoft Azure\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/\",\"@type\":\"Person\",\"@name\":\"Microsoft Azure\"}],\"headline\":\"Top feature requests added with Azure Blockchain Workbench 1.2.0\",\"datePublished\":\"2018-07-24T07:00:00+00:00\",\"dateModified\":\"2023-08-02T20:38:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/\"},\"wordCount\":728,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/07\/dc11762f-d277-4d36-a224-ecddff47936f.webp\",\"articleSection\":[\"Identity\",\"Security\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/\",\"name\":\"Top feature requests added with Azure Blockchain Workbench 1.2.0 | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/07\/dc11762f-d277-4d36-a224-ecddff47936f.webp\",\"datePublished\":\"2018-07-24T07:00:00+00:00\",\"dateModified\":\"2023-08-02T20:38:49+00:00\",\"description\":\"Today, we\u2019re releasing our next update to Workbench, which we\u2019re calling version 1.2.0. You can either deploy a new instance of Workbench through the Azure portal or upgrade your existing deployment to 1.2.0 using our upgrade script.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/07\/dc11762f-d277-4d36-a224-ecddff47936f.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/07\/dc11762f-d277-4d36-a224-ecddff47936f.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Identity\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/identity\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Top feature requests added with Azure Blockchain Workbench 1.2.0\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117\",\"name\":\"shakir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"caption\":\"shakir\"},\"sameAs\":[\"https:\/\/azure.microsoft.com\"],\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Top feature requests added with Azure Blockchain Workbench 1.2.0 | Microsoft Azure Blog","description":"Today, we\u2019re releasing our next update to Workbench, which we\u2019re calling version 1.2.0. You can either deploy a new instance of Workbench through the Azure portal or upgrade your existing deployment to 1.2.0 using our upgrade script.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/","og_locale":"en_US","og_type":"article","og_title":"Top feature requests added with Azure Blockchain Workbench 1.2.0 | Microsoft Azure Blog","og_description":"Today, we\u2019re releasing our next update to Workbench, which we\u2019re calling version 1.2.0. You can either deploy a new instance of Workbench through the Azure portal or upgrade your existing deployment to 1.2.0 using our upgrade script.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2018-07-24T07:00:00+00:00","article_modified_time":"2023-08-02T20:38:49+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/07\/dc11762f-d277-4d36-a224-ecddff47936f.webp","type":"","width":"","height":""}],"author":"Microsoft Azure","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Microsoft Azure","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/","@type":"Person","@name":"Microsoft Azure"}],"headline":"Top feature requests added with Azure Blockchain Workbench 1.2.0","datePublished":"2018-07-24T07:00:00+00:00","dateModified":"2023-08-02T20:38:49+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/"},"wordCount":728,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/07\/dc11762f-d277-4d36-a224-ecddff47936f.webp","articleSection":["Identity","Security"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/","name":"Top feature requests added with Azure Blockchain Workbench 1.2.0 | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/07\/dc11762f-d277-4d36-a224-ecddff47936f.webp","datePublished":"2018-07-24T07:00:00+00:00","dateModified":"2023-08-02T20:38:49+00:00","description":"Today, we\u2019re releasing our next update to Workbench, which we\u2019re calling version 1.2.0. You can either deploy a new instance of Workbench through the Azure portal or upgrade your existing deployment to 1.2.0 using our upgrade script.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/07\/dc11762f-d277-4d36-a224-ecddff47936f.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/07\/dc11762f-d277-4d36-a224-ecddff47936f.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/top-feature-requests-added-with-azure-blockchain-workbench-1-2-0\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"Identity","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/identity\/"},{"@type":"ListItem","position":3,"name":"Top feature requests added with Azure Blockchain Workbench 1.2.0"}]},{"@type":"WebSite","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","name":"Microsoft Azure Blog","description":"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.","publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization","name":"Microsoft Azure Blog","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft Azure Blog"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/microsoftazure","https:\/\/x.com\/azure","https:\/\/www.instagram.com\/microsoftdeveloper\/","https:\/\/www.linkedin.com\/company\/16188386","https:\/\/www.youtube.com\/user\/windowsazure"]},{"@type":"Person","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117","name":"shakir","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4","url":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","caption":"shakir"},"sameAs":["https:\/\/azure.microsoft.com"],"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/"}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/2479","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=2479"}],"version-history":[{"count":0,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/2479\/revisions"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=2479"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=2479"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=2479"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=2479"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=2479"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=2479"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=2479"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=2479"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=2479"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}