前回の記事中にチラッと書いたんですが、便利になったので改めて記事に書き起こしました。
よくなんらかの原因でデプロイに失敗すると、アラートが表示されてこんな画面が出ます。

そのときのエラー画面の上の方に次の画面が表示され、そこに「再デプロイ」というボタンがあるので、ポチッと押します。

すると、カスタムデプロイという見慣れない画面に飛ばされますが、ここでエラーの原因となっていた情報を再度入れ直します。先のエラーだとリージョンがダメだったようなので、東南アジアにしてみました。VM Sizeも一応直しておきます。

スクロールを下にしていくと、Marketplace から購入したわけじゃないけど、とりあえずチェックを入れて購入を押します。

無事作成出来ました。

前は失敗すると、また一から作り直しだったんですが便利になりました。どうやら次のフィードバックを取り入れてくれたようです。
div.uv-card {background: #fff;border: 1px solid #CED6E6;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;color: #5C5F66;font: normal 11px/1.3em “HelveticaNeue”, Arial, sans-serif;margin: 0;max-width: 500px;padding: 10px 10px 5px 10px;text-rendering: optimizelegibility;zoom: 1;}div.uv-card:after {content: “.";display: block;height: 0;clear: both;visibility: hidden;}.uv-card-info {line-height: 1em;margin-bottom: 10px;}.uv-card-topic {color: #A0A6B3;display: inline-block;}.uv-card-status {background: #DBF0B4;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;color: #446600;display: inline-block;font-size: 10px;font-weight: bold;margin-right: 5px;padding: 3px 5px;text-transform: uppercase;}.uv-card-meta {float: right;list-style: none;line-height: 16px;margin: 0 0 10px 20px;padding: 0;}.uv-card-meta li {margin: 0 0 .7em 0;padding: 0;}.uv-card-meta img {border: none;vertical-align: bottom;}.uv-card-votes {background: #F9FAFC;border: 1px solid #DBDEE6;display: inline-block;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}.uv-card-votes-button {background: #F3F6FA;border: 1px solid #A0A6B3;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;color: #293E66;display: inline-block;font-weight: bold;margin: -1px;padding: 3px 7px 3px 5px;text-decoration: none;}.uv-card-votes-count {display: inline-block;padding-right: 7px;margin-left: 3px;}.uv-card-comments,.uv-card-votecount {display: inline-block;padding: 3px 5px;}.uv-card-votecount {color: #576800;}.uv-card-title {color: #293E66;font-size: 15px;font-weight: bold;margin: 0 0 10px 0;padding: 0;}h2.uv-card-title a {color: inherit;text-decoration: none;}.uv-card-description {margin-bottom: 10px;}.uv-card-description p {margin: 0 0 .7em 0;padding: 0;} completed How can the Azure portal be improved? -

19 votes

4 comments
Be able to reconfigure a failed deployment and relaunch it Sometimes, a deployment fails for different reasons: bad parametering, inappropriate context or runtime error (quite often in this stage of the portal and API). It would be very useful to be able to reopen the workflow from a deployment (the UI worlflow, if it was made via UI). Then it could be … feedback.azure.com
https://feedback.azure.com の意見は本当に開発者がよく見ているようなので、気に入らないところがあれば投稿するようにして、一致する意見があればVoteしてあげると良いと思います。