-
Notifications
You must be signed in to change notification settings - Fork 104
docs: Updated the local setup guide for DKM #517
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
Open
Prekshith-Microsoft
wants to merge
14
commits into
dev
Choose a base branch
from
psl-dkmlocalsetup
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
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 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| # 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. | ||
|
|
||
|  | ||
Prekshith-Microsoft marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
|  | ||
|
|
||
| --- | ||
|
|
||
| ## **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. | ||
|
|
||
|  | ||
Prekshith-Microsoft marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| --- | ||
|
|
||
| ## **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.