Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a simple non-docker version of App #258

Open
nssidhu opened this issue Dec 26, 2023 · 5 comments
Open

Create a simple non-docker version of App #258

nssidhu opened this issue Dec 26, 2023 · 5 comments

Comments

@nssidhu
Copy link

nssidhu commented Dec 26, 2023

The current Source code cannot be made to run on local installation without docker.
I would say this has steep learning curve or steep setup curve. There is lack of explanation as well.
I know the intention of docker was to make it simple, but if docker itself is a problem, this becomes non-starter.
Unless the intention of this project was to impart knowledge to masses and make them understand how the different part of the projects to use, this is failing to achieve objective.

There are thousands of developers who are not using docker.

Please provide non-docker version and very good explanation.

======================================================================================

Please provide us with the following information:

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Any log messages given by the failure

Expected/desired behavior

OS and Version?

Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)

Versions

Mention any other details that might be useful


Thanks! We'll be in touch soon.

@Rickcau
Copy link

Rickcau commented Jan 17, 2024

100% agree with this. I tried setting this up locally and I get all sorts of errors when running the azd up. One of the issues was with the docker part then once I got that fixed I am getting lots of other errors.

@Coruscate5
Copy link

FWIW - you can deploy each resource to Azure individually, then starmap your resources back to IaC through bicep. We also had issues with the Docker architecture for Linux with private Nuget repos, so you can always just deploy your Website architecture to Windows App Service.

@thomas-christiansen
Copy link

Totally agree. WHY do they have to over complicate things. Make a simple console app that illustrates the connection between the services, then developers can decide for them self to use docker, kubernetes, a space shuttle or what the h. they want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@nssidhu @thomas-christiansen @Rickcau @Coruscate5 and others