[BUG]: Typo in HDInsight deployment tutorial
See original GitHub issueDescribe the bug In this doc there is a typo.
To Reproduce
The doc says to compile on windows using this command:
cd mySparkApp
dotnet publish -c Release -f netcoreapp3.0 -r ubuntu.16.04-x6
There is a 4
missing in the ubuntu.16.04-x6
which should be ubuntu.16.04-x64
.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Azure HDInsight Create a cluster - error dictionary
Learn how to troubleshoot errors that occur when creating Azure HDInsight clusters.
Read more >Possible Bug in Microsoft Azure, when deploying Web App?
Yet when it gets down to line 119 or under the heading of the task: Azure Web App Deploy: $(webappname), It then fails...
Read more >What is Azure HDInsight? Features, Uses, Architecture
Azure HDInsight is a service offered by Microsoft, that enables us to use frameworks for big ... Check out this Azure tutorial to...
Read more >Automating infrastructure deployments in the Cloud with ...
Follow the simple walkthrough to know how to use the Azure DevOps Demo Generator ... Exercise 3: Deploy resources using Terraform (IaC) in...
Read more >Resource size availability error despite adequate quotas ...
Solved: My deployment of SAS Viya via the Azure Marketplace is failing due to what appears to be a resource limitation that I...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@imback82 Yep, I’ll open up a PR today to fix this.
@AFFogarty can you help creating a PR for fixing this?