Ketan Kolte

Ketan Kolte

  • 1.2k
  • 516
  • 2.7k

Unable to see "ASP.NET Core App to AWS Elastic Beanstalk on Windows"

Jul 16 2024 5:21 PM

I am trying to publish my .NET app to AWS using Visual Studio 2022 community version and AWS toolkit, When I click on Publish to AWS I can't see any option than fargate, I want "ASP.NET Core App to AWS Elastic Beanstalk on Windows" am i missing any configurations or is this option removed?


Answers (1)

0
Bhuvanesh Mohankumar

Bhuvanesh Mohankumar

  • 149
  • 12.3k
  • 3m
Apr 26 2016 4:48 AM

Thanks Sakthi,

Yes I have gone through those articles, its good.

If anyone share a very simple sample snippet to execute will be very helpful.
 
where  the examples in the link are some what complex for beginners.
 
Thanks. 
 
 
0
Shakti Singh Dulawat

Shakti Singh Dulawat

  • 327
  • 5.4k
  • 388k
Apr 25 2016 8:21 AM
Please find their sample project https://github.com/angular/angular-seed
 

These articles cover the initial setup with Jasmine, Karma and a primer for writing tests:

http://www.bradoncode.com/blog/2015/05/12/angularjs-testing-getting-started/
A quick-start guide to writing unit tests using Jasmine for AngularJS.
http://www.bradoncode.com/blog/2015/05/17/angularjs-testing-controller/
A quick-start guide to writing unit tests for AngularJS controllers using Jasmine and ngMock.
http://www.bradoncode.com/blog/2015/05/19/karma-angularjs-testing/
A quick-start guide to writing unit tests for AngularJS controllers using Karma and Jasmine.