-
Notifications
You must be signed in to change notification settings - Fork 124
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
Updated steps for Visual Studio experience #368
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
coderandhiker
approved these changes
Mar 21, 2024
github-merge-queue bot
pushed a commit
that referenced
this pull request
Apr 10, 2024
* Rwa version 1.1 (#345) * standardize git settings * generic container name * replace infra * version 1.1 * move directory * pin AZD version * add additional-resources.md * src version 1.1 * add isolated deployment doc * add prerequisites * remove unused file * replace steps to deploy * match telemetry * update comment * new telemetryId * no longer beta * fix redis race condition * add local-development * cleaning up image folder * update image * web app name * workflow updates * update simulate the patterns * new re-open image * local-development workflow * updates based on azd workflow * Add Az module installation and update environment creation instructions * Update application name in README * Remove unnecessary information from README.md * Remove Azure deployment deletion instructions * Fix typo in simulate-patterns.md * Update simulation patterns and cleanup screenshots * Add secondary resource group output * Update output variable names in main.bicep file * Fix variable assignment in README.md * Update deployment instructions to use PowerShell scripts * Update App Insights with timing information * Update README.md and isolated-deployment.md * Update deployment instructions for multi-region deployment * Update front-door-route.bicep to add uri * add navigation to redis console * Update deployment commands and add instructions to find application URL * Update isolated deployment configuration * Update secondary region variable name in isolated deployment guide * Update authentication link in isolated deployment guide * unique deployment names * skip SSMS * unique dns zone link deployment name * Update module names based on deployment settings * Remove code for peering spoke to spoke * Support for secondary region in cleanup.ps1 * deployment instructions * reduced deployment time average * align with latest cleanup.ps1 * Update relecloud-solution-diagram.png * Fix variable interpolation in cleanup script * Update module names to include network names in peer connections * Update Az module import in cleanup and setup scripts --------- Co-authored-by: Adrian Hall <adhal@microsoft.com> * update file perm * Azd upgrade (#346) * fix missing dependencies * align with azd latest * target supported version * Incorporate testing feedback (#347) * toggle prompts by support * describe kv location * Update module comments * Remove link * Update template comments * Update Azure Firewall resource description * Update comments front door templates * remove unused param * Update comments in azure-monitor.bicep file * Update comments for peer-networks.bicep file * Update shared-frontdoor.bicep file * Update telemetry module documentation * Add Relecloud VNet Diagram.vsdx diagram * remove unused param * increment AZD version * front door private endpoint approval * Entra update * Add Azure App Configuration service * Fix null reference exception and add user creation * Update error message for null purchase ticket request * deployment parameter validation * deploy resources to secondary location * reference Microsoft Entra ID * update workflow * add budget cleanup scripts * add principal type * file perm * update with troubleshooting * update troubleshooting * set telemetry (#355) * Diagram updates (#356) * add diagram * update workflow * update workflow * support vs * purge support * Update README.md Co-authored-by: Nish Anil <nanil@microsoft.com> * Update README.md Co-authored-by: Nish Anil <nanil@microsoft.com> --------- Co-authored-by: Nish Anil <nanil@microsoft.com> * update annotation * add network diagram to prod-deployment.md * Rwa 1.1 updates (#358) * Update README.md * added new rwa dotnet 1.1 image * deleted old image file * update link to diagram * fixed bullet points in readme * fixed bullet points * Update README.md * Update README.md * Apply suggestions from code review Co-authored-by: Ken Schlobohm <keschlob@microsoft.com> --------- Co-authored-by: Ken Schlobohm <keschlob@microsoft.com> * Simplify AZD experience (#360) * cleanup on azd down * update steps * azd up for dev * format web_uri output * update formatting * update logic * align deployment steps * resourceToken for naming deployments * updated steps * fix deployment name conflicts * support cleanup when provision fails * update secondaryResourceToken * update test regions * fix delete groups condition * align with new script switch * update timing * add postconfiguration * describe deployment steps * simplify steps * update instructions * azd vars to make prod-deployment easier * az module * prod file cleanup * secondary region instructions * hub resource token * fix secondary region deploy * instruction updates * add resourceToken to hub * convert jq commands to pwsh * fix intermittent delete erorr * describe fingerprint issue * update workflow for azd hooks * remove location * Update infra/scripts/predeploy/set-app-configuration.ps1 Co-authored-by: Mike Rousos <mikerou@microsoft.com> * fix error msg * default to trusted launch * conditionally define var * single chmod * provide region help * script permission * update perm * update perm * add post-deployment * Azure pwsh installed by script * describe troubleshooting link * fix conditional typo * fix conditional typo2 * principal check * update env vars * Rwa 1.1 updates (#358) * Update README.md * added new rwa dotnet 1.1 image * deleted old image file * update link to diagram * fixed bullet points in readme * fixed bullet points * Update README.md * Update README.md * Apply suggestions from code review Co-authored-by: Ken Schlobohm <keschlob@microsoft.com> --------- Co-authored-by: Ken Schlobohm <keschlob@microsoft.com> * remove unused line * arrange tags * remove echo * remove toLower (#361) * remove ToLower * clarify step * unique module names * unique module name * add WSL clone instructions * instruction update * update page name * add DDoS link * update SCP cmd * align SDK to MWA * fix scp command --------- Co-authored-by: Mike Rousos <mikerou@microsoft.com> Co-authored-by: Stephen Sumner <109609721+stephen-sumner@users.noreply.github.com> Co-authored-by: Mark Tinderholt <markti@outlook.com> * Add composite docs (#363) * add sla-calculation * add storage * Update readme (#362) * update readme * fix link * quick updates to developer-experience.md * rename simulate-patterns doc * Update README deployment description * fix title * describe PSVersion * fix link * add trademarks * Update deployment teardown instructions * link to SLA doc * fix link * prod deployment title * typos * Update Redis Console commands to clarify their purpose * fix typo * Update README.md * update demo.md * describe region pairs * update README * update prerequisites.md * Workflow commands (#366) * align steps with readme * azd env new * swap AZURE_PRINCIPAL_TYPE * AZURE_PRINCIPAL_TYPE * select subscription * include jq for teardown * consolidate teardown * fix typo * update teardown * update step label * support purge * set AZURE_RESOURCE_GROUP * add Read-ApplicationPrompt * enable purge option * data validation * add concurrency * Update Dockerfile * label jump host * Hub jump (#367) * wip - move to hub * add var needed for cleanup * remove unused params * remove unused params * add output var type * redefine devopsSubnet * rename * rename host * update deployment instructions * jumpbox * Updated steps for Visual Studio experience (#368) * align with main parameters file * support dev experience auth * updated steps * support dev commands * scripted support to make azure sql accessible * add steps to start the solution * remove unused images * update diagram * update diagram names * fix param validation --------- Co-authored-by: Adrian Hall <adhal@microsoft.com> Co-authored-by: Nish Anil <nanil@microsoft.com> Co-authored-by: Stephen Sumner <109609721+stephen-sumner@users.noreply.github.com> Co-authored-by: Mike Rousos <mikerou@microsoft.com> Co-authored-by: Mark Tinderholt <markti@outlook.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.