-
Notifications
You must be signed in to change notification settings - Fork 111
docs: Readme updates #511
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
Merged
Merged
docs: Readme updates #511
Changes from 31 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
45bef2f
Add files via upload
Thanusree-Microsoft 1774ef2
Merge pull request #495 from microsoft/psl-sol-arc-img
Prajwal-Microsoft bc9024b
Merge pull request #502 from microsoft/dev
Roopan-Microsoft 4462d8a
Initial plan
Copilot 615ea8d
Add dgp10801 to CODEOWNERS file
Copilot c359733
Merge pull request #509 from microsoft/copilot/add-codeowners-for-dgp…
Prajwal-Microsoft 1185dde
Add troubleshooting guide and related images for Azure deployment errors
Ayaz-Microsoft 0a9d7d7
Update documentation and add new guides for Azure deployment, includi…
Kingshuk-Microsoft fa02e6b
Fix Azure Account Setup link in README and add log analytics images f…
Kingshuk-Microsoft 7d39ee8
Fix link to Azure Account Setup in documentation
Kingshuk-Microsoft 0a99754
Add section for configuring deployment settings in Deployment Guide
Kingshuk-Microsoft e8007cb
Updated the local setup guide
Prekshith-Microsoft 97b0907
Fix the copilot review comments
Prekshith-Microsoft 0a4fcc9
Fixed the PR review comments
Prekshith-Microsoft f4dd0db
remove the repeated content
Prekshith-Microsoft ec60238
Updated as per the comments
Prekshith-Microsoft 8117d08
Updated the co-pilot comments
Prekshith-Microsoft 09f0ef3
remove the commented line
Prekshith-Microsoft c16b11f
Update all the comments and structure the document properly
Prekshith-Microsoft 00541d6
Updated
Prekshith-Microsoft 79bfe79
Removed Blob Data Reader role assignment
Prekshith-Microsoft 0e6b4be
Updated the alignment
Prekshith-Microsoft a0f9f8a
Updated as per the copilot comments
Prekshith-Microsoft 6f03e11
Removed the deployment re-requisites
Prekshith-Microsoft 2b0c3b2
Resolved the comments
Prekshith-Microsoft c2b4817
Resolved the comments
Prekshith-Microsoft 87d970f
Updated as per the comments
Prekshith-Microsoft c6e096e
Deleted the postdeployment file
Prekshith-Microsoft b8ced5d
Merge psl-dkmlocalsetup into readme-updates
Prekshith-Microsoft 4882c22
Fix broken links: Update LocalSetupGuide.md references to LocalDevelo…
Prekshith-Microsoft b3f63d6
Updated the placeholder and deleted the unwanted images
Prekshith-Microsoft 4dcbd3e
updated
Prekshith-Microsoft e878014
Updated the deployment guide
Prekshith-Microsoft d0e44fe
updated sections causing confusions
Prekshith-Microsoft 46908ca
fix: Minor issues in guide
Prajwal-Microsoft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| # How to Check & Update AI Model Quota | ||
|
|
||
| Please follow [quota check instructions guide](./QuotaCheck.md) to check quota availability by region. | ||
|
|
||
| 1. **Navigate** to the [Azure AI Foundry portal](https://ai.azure.com/). | ||
| 2. **Select** the AI Project associated with this accelerator. | ||
| 3. **Go to** the `Management Center` from the bottom-left navigation menu. | ||
| 4. Select `Request Quota` | ||
| 5. Request More Quota with fill up the form for 'Request for Quota Increase' or delete any unused model deployments as needed. |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,56 @@ | ||
| # Deleting Resources After a Failed Deployment in Azure Portal | ||
|
|
||
| If your deployment fails and you need to clean up the resources manually, follow these steps in the Azure Portal. | ||
|
|
||
| --- | ||
|
|
||
| ## **1. Navigate to the Azure Portal** | ||
|
|
||
| 1. Open [Azure Portal](https://portal.azure.com/). | ||
| 2. Sign in with your Azure account. | ||
|
|
||
| --- | ||
|
|
||
| ## **2. Find the Resource Group** | ||
|
|
||
| 1. In the search bar at the top, type **"Resource groups"** and select it. | ||
| 2. Locate the **resource group** associated with the failed deployment. | ||
|
|
||
|  | ||
|
|
||
|  | ||
|
|
||
| --- | ||
|
|
||
| ## **3. Delete the Resource Group** | ||
|
|
||
| 1. Click on the **resource group name** to open it. | ||
| 2. Click the **Delete resource group** button at the top. | ||
|
|
||
|  | ||
|
|
||
| 3. Type the resource group name in the confirmation box and click **Delete**. | ||
|
|
||
| 📌 **Note:** Deleting a resource group will remove all resources inside it. | ||
|
|
||
| --- | ||
|
|
||
| ## **4. Delete Individual Resources (If Needed)** | ||
|
|
||
| If you don't want to delete the entire resource group, follow these steps: | ||
|
|
||
| 1. Open **Azure Portal** and go to the **Resource groups** section. | ||
| 2. Click on the specific **resource group**. | ||
| 3. Select the **resource** you want to delete (e.g., App Service, Storage Account). | ||
| 4. Click **Delete** at the top. | ||
|
|
||
|  | ||
|
|
||
| --- | ||
|
|
||
| ## **5. Verify Deletion** | ||
|
|
||
| - After a few minutes, refresh the **Resource groups** page. | ||
| - Ensure the deleted resource or group no longer appears. | ||
|
|
||
| 📌 **Tip:** If a resource fails to delete, check if it's **locked** under the **Locks** section and remove the lock. |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.