Skip to content

Commit 3052881

Browse files
authored
Merge pull request #88171 from msmbaldwin/patch-14
Update quick-create-net.md
2 parents 1845755 + 4a79a1d commit 3052881

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/key-vault/quick-create-net.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ This operation will return a series of key / value pairs.
114114
}
115115
```
116116

117-
Take note of the clientId, clientSecret, subscriptionId, and tenantId, as we will use them in the [Authenticate to your key vault](#authenticate-to-your-key-vault) step below.
117+
Take note of the clientId and clientSecret, as we will use them in the [Authenticate to your key vault](#authenticate-to-your-key-vault) step below.
118118

119119
You will also need the appID of the service principal. You can find it by running [az ad sp list](https://docs.microsoft.com/en-us/cli/azure/ad/sp?view=azure-cli-latest#az-ad-sp-list) with the `--show-mine` parameter:
120120

@@ -160,10 +160,6 @@ Before you build and run your app, use the `setx` command to set the `akvClientI
160160
setx akvClientId <your-clientID>
161161

162162
setx akvClientSecret <your-clientSecret>
163-
164-
setx akvTenantId <your-tentantId>
165-
166-
setx akvSubscriptionId <your-subscriptionId>
167163
````
168164

169165
Each time you call `setx`, you should get a response of "SUCCESS: Specified value was saved."

0 commit comments

Comments
 (0)