-
Notifications
You must be signed in to change notification settings - Fork 0
URL - Shortener - Guides #46
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
Conversation
Updated the Overview link in docs/index.md to include the .md extension, ensuring correct navigation to the documentation page.
Expanded the Getting Started guide with comprehensive steps for deploying the URL Shortener using Bicep templates on Azure. Instructions now cover resource group creation, template compilation, app registration, permissions, production build, packaging, web app deployment, database setup, environment variables, migration, and initial API usage. This update provides a complete walkthrough for new deployments.
Cleaned up leftover merge conflict markers and redundant lines in the URL Shortener Getting-Started documentation for clarity.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request updates the URL Shortener documentation to include comprehensive deployment instructions and fixes a documentation link. The changes transform the Getting Started guide from a placeholder to a complete step-by-step deployment guide for the SUS (URL Shortener) application using Azure Bicep templates.
- Added detailed 24-step deployment process covering Azure infrastructure setup, application configuration, and initial usage
- Fixed documentation link to include
.mdextension for proper navigation - Expanded from minimal placeholder content to comprehensive deployment documentation
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| docs/index.md | Fixed link to include .md extension for proper documentation navigation |
| docs/URL-Shortener/Getting-Started.md | Added comprehensive deployment instructions with 24 detailed steps covering Azure setup, configuration, and usage |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Added light and dark mode images for login, domain, target URL, and vanity URL to the assets folder. Updated the Usage Guide to include visual references and expanded instructions for logging in, domain association, target and vanity URLs, and QR code actions. Improved Getting Started instructions with a code block for resource group creation.
Signed-off-by: Lani-Kaleel <[email protected]>
Replaces the existing DomainUrl-Dark.png image in the URL-Shortener documentation assets with a new version.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Move the screenshots into an image folder. Update the links to the images to use the correct folder path. Fix file capitalization.
Optimize size for web viewing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
|
This was merged via squash commit because of the multiple copies of picture files, which are in binary format and would have bloated the repo size. |
Server and user getting started guides.