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

Cloning the repository for deployment is overkill #2286

Closed
dohughes-msft opened this issue Nov 15, 2023 · 4 comments · Fixed by #2294
Closed

Cloning the repository for deployment is overkill #2286

dohughes-msft opened this issue Nov 15, 2023 · 4 comments · Fixed by #2294
Assignees

Comments

@dohughes-msft
Copy link

Is your feature request related to a problem? Please describe.
The instructions to deploy Arcbox via ARM, Bicep or Terraform specify as a first step to clone the repo, which results in over 5GB of artifacts and thousands of files landing on the local computer or in the Azure Cloud Shell. None of them are necessary to actually run the deployment via any of these tools. Please consider a better way.

Describe the solution you'd like.
Deployment instructions without a lot of unnecessary time spent cloning the repo and copying unnecessary artifacts.

Describe alternatives you've considered.
Simply copying the ARM/Terraform/etc subfolders would work a lot better.

Copy link

Hey friend! Thanks for opening this issue. We appreciate your contribution and welcome you to our community! We are glad to have you here and to have your input on the Azure Arc Jumpstart.

@likamrat likamrat self-assigned this Nov 20, 2023
@likamrat likamrat linked a pull request Nov 20, 2023 that will close this issue
@likamrat
Copy link
Contributor

Hi @dohughes-msft,

Last week we announced our new website. As part of it, we also now have a dedicated docs repo and no longer host this content next to the source code.

@dohughes-msft
Copy link
Author

dohughes-msft commented Nov 21, 2023

Hi @likamrat

The new website still contains the same instructions for cloning the repo giving the same result of unwanted extra material:

donovan [ ~ ]$ git clone https://github.com/microsoft/azure_arc.git
Cloning into 'azure_arc'...
remote: Enumerating objects: 94745, done.
remote: Counting objects: 100% (4733/4733), done.
remote: Compressing objects: 100% (1742/1742), done.
Receiving objects:  19% (18628/94745), 1.67 GiB | 4.44 MiB/s B/s

I am here: https://azurearcjumpstart.com/azure_jumpstart_arcbox/Full#deployment-option-4-terraform-deployment

@likamrat
Copy link
Contributor

@dohughes-msft The issue is not the instructions, we need to finish the repo history pruning which we overlooked. Working on it...

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

Successfully merging a pull request may close this issue.

2 participants