Skip to content

Commit 3552abd

Browse files
authored
Merge pull request #175201 from Karthikmuthiahr/patch-4
Adjusted the object id reference
2 parents 2ccd501 + 0bb6a8a commit 3552abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/extensions-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you accidentally deleted the b2c-extensions-app, you have 30 days to recover
3636
1. Log in to the site as a global administrator for the Azure AD B2C directory that you want to restore the deleted app for. This global administrator must have an email address similar to the following: `username@{yourTenant}.onmicrosoft.com`.
3737
1. Issue an HTTP GET against the URL `https://graph.microsoft.com/beta/directory/deleteditems/microsoft.graph.application`. This operation will list all of the applications that have been deleted within the past 30 days.
3838
1. Find the application in the list where the name begins with 'b2c-extensions-app’ and copy its `objectid` property value.
39-
1. Issue an HTTP POST against the URL `https://graph.microsoft.com/beta/directory/deleteditems/{id}/restore`. Replace the `{OBJECTID}` portion of the URL with the `objectid` from the previous step.
39+
1. Issue an HTTP POST against the URL `https://graph.microsoft.com/beta/directory/deleteditems/{id}/restore`. Replace the `{id}` portion of the URL with the `objectid` from the previous step.
4040

4141
You should now be able to [see the restored app](#verifying-that-the-extensions-app-is-present) in the Azure portal.
4242

0 commit comments

Comments
 (0)