Skip to content

Commit d543214

Browse files
authored
Update docs index to link out to Azure (#5576)
* Update docs index to link out to Azure This tab gets a nontrivial amount of clicks per month, but the actual content under the `#cloud` pivot is out of date and has poor engagement. There is an Azure .NET index page in the Azure docs which is actively improved, with the intention of it being our home page for Azure and .NET. I propose that we link to that page here. Separately, I'd also like to remove each of these cards, since they would effectively be dead HTML with this change. * Update to undo link change and remove cloud services Cloud services are no longer where we want to point people. Also move the F# one to be last.
1 parent fd01e92 commit d543214

File tree

1 file changed

+5
-24
lines changed

1 file changed

+5
-24
lines changed

index.md

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -389,13 +389,14 @@ ms.custom: "updateeachrelease"
389389
<div class="card">
390390
<div class="cardImageOuter">
391391
<div class="cardImage bgdAccent1">
392-
<img src="/dotnet/images/hub/net-docs-cloud-2.svg" alt="" />
392+
<img src="/dotnet/images/hub/net-docs-cloud-4.svg" alt="" />
393393
</div>
394394
</div>
395395
<div class="cardText">
396-
<a href="/azure/cloud-services/cloud-services-dotnet-get-started">
397-
<h3>Azure Cloud Services and ASP.NET</h3>
398-
<p>Learn to configure, monitor, and scale your cloud services in Azure.</p>
396+
<a href="/azure/storage/">
397+
<h3>Azure Storage</h3>
398+
<p>Learn about Azure Storage, and how to create applications using Azure
399+
blobs, tables, queues, and files.</p>
399400
</a>
400401
</div>
401402
</div>
@@ -422,26 +423,6 @@ ms.custom: "updateeachrelease"
422423
</div>
423424
</div>
424425
</li>
425-
<li>
426-
<div class="cardSize">
427-
<div class="cardPadding">
428-
<div class="card">
429-
<div class="cardImageOuter">
430-
<div class="cardImage bgdAccent1">
431-
<img src="/dotnet/images/hub/net-docs-cloud-4.svg" alt="" />
432-
</div>
433-
</div>
434-
<div class="cardText">
435-
<a href="/azure/storage/">
436-
<h3>Azure Storage</h3>
437-
<p>Learn about Azure Storage, and how to create applications using Azure
438-
blobs, tables, queues, and files.</p>
439-
</a>
440-
</div>
441-
</div>
442-
</div>
443-
</div>
444-
</li>
445426
</ul>
446427
</li>
447428
<li>

0 commit comments

Comments
 (0)