灌水王 发表于 2024-6-5 17:33:46

有没有大佬有这个备份?azure创建api

https://images.weserv.nl/?url=https://telegra.ph/file/2cc7b99423b1db06d97ec.png

https://images.weserv.nl/?url=https://telegra.ph/file/117d535e9fac441084050.png

呜呜呜,没了https://hostloc.com/thread-840509-1-1.html

efree 发表于 2024-6-5 17:34:41

我自己找到了,我电脑上
准备
1.下载和安装azure cli:
网址:https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?tabs=azure-cli
直链:https://aka.ms/installazurecliwindows
2:下载之后运行文件安装 azure cli
3.下载并解压manifest:https://files.zorz.cc/manifest.zip
例如解压到 Z:\AzCli\manifest.json

操作
1.打开 cmd 命令行窗口,输入命令
Z:cd Z:\AzCliaz login--allow-no-subscriptions
在打开的浏览器中输入用户名和密码登录
登录成功之后,命令行窗口显示租户相关信息
记录
租户ID: bf7757a1-b331-……………..
"tenantId": "bf7757a1-b331-…………….."
[{"cloudName": "AzureCloud","id": "bf7757a1-b331-……………..","isDefault": true,"name": "N/A(tenant level account)","state": "Enabled","tenantId": "bf7757a1-b331-……………..","user": {"name": "admin@tenant.onmicrosoft.com","type": "user"}}]
2.注册应用
az ad app create --display-name Application --end-date 2099-12-31 --password App1icati0nPa55word --required-resource-accesses @manifest.jsonaz ad app create --display-name Application --end-date 2299-12-31 --available-to-other-tenants true --password App1icati0nPa55word --required-resource-accesses @manifest.json --reply-urls "https://tool.nn.ci/onedrive/callback" "https://zfile.jun6.net/onedrive/callback" "https://oneindex.github.io/" "https://pyoneauth.github.io/" "http://localhost/onedrive-login" "https://scfonedrive.github.io" "http://localhost"
其中的选项按需修改
--display-name Application
--end-date 2099-12-31
--password App1icati0nPa55word
注册成功之后,命令行窗口显示应用相关信息
记录应用程序(客户端) ID: 3eb1d9a8-a9a2-4f18-xxxx-xxxxxxxxxxxx
"appId": "3eb1d9a8-a9a2-4f18-xxxx-xxxxxxxxxxxx",
客户端密码为App1icati0nPa55word
{    "appId": "3eb1d9a8-a9a2-4f18-xxxx-xxxxxxxxxxxx",    "displayName": "Application",    "passwordCredentials": [    {      "additionalProperties": null,      "customKeyIdentifier": null,      "endDate": "2099-12-31T00:00:00+00:00",      "keyId": "65466be7-0f12-4f32-8e39-3a22cbe081e7",      "startDate": "2021-06-05T11:26:52.333549+00:00",      "value": null    }],    "requiredResourceAccess": [    {      "additionalProperties": null,      "resourceAccess": [      {            "additionalProperties": null,            "id": "7dd1be58-6e76-4401-bf8d-31d1e8180d5b",            "type": "Role"      },    }]}
3.为应用程序授权
上一步生成的应用程序(客户端) ID: 3eb1d9a8-a9a2-4f18-xxxx-xxxxxxxxxxxx

--id appId 3eb1d9a8-a9a2-4f18-xxxx-xxxxxxxxxxxx

az ad app permission admin-consent --id 3eb1d9a8-a9a2-4f18-xxxx-xxxxxxxxxxxx
5.使用应用程序所需的信息如下
租户ID: bf7757a1-b331-.................
应用程序客户端 ID: 3eb1d9a8-a9a2-4f18-xxxx-xxxxxxxxxxxx
应用程序客户端密码:App1icati0nPa55word

——————————————————————

ubuntu/debian:
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bashaz login--allow-no-subscriptionsname="Application"password="App1icati0nPa55word"date="2299-12-31"id=`az ad app create --display-name $name --end-date $date --available-to-other-tenants true --password $password --required-resource-accesses @manifest.json --reply-urls "https://tool.nn.ci/onedrive/callback" "https://reruin.github.io/sharelist/redirect.html" "https://zfile.jun6.net/onedrive/callback" "https://oneindex.github.io/" "https://pyoneauth.github.io/" "http://localhost/onedrive-login" "https://scfonedrive.github.io" "http://localhost" 2>&1|grep appId|cut -d \" -f 4`az ad app permission admin-consent --id $idecho "id: $id"echo "pwd: $password"

官方文档
https://docs.microsoft.com/zh-cn/cli/azure/ad/app?view=azure-cli-latest

zjjnyxm 发表于 2024-6-5 17:35:14

百度搜标题,一堆采集

灌水王 发表于 2024-6-5 17:35:55

没有附件鸭

灌水王 发表于 2024-6-5 17:36:39

感谢大佬,这个有啥用~

灌水王 发表于 2024-6-5 17:37:26

直接注册应用只能注册一年过期的了,用这个可以自定义到2099年过期

laing010 发表于 2024-6-5 17:37:32

学习一下技术

灌水王 发表于 2024-6-5 17:38:11

好鸭 发表于 2022-4-3 08:37
直接注册应用只能注册一年过期的了,用这个可以自定义到2099年过期
现在是两年了

灌水王 发表于 2024-6-5 17:38:21

这里也有一个

OFFICE 注册应用之修改应用密钥有效期 AzCli
https://hostloc.com/thread-853850-1-1.html
(出处: 全球主机交流论坛)
页: [1]
查看完整版本: 有没有大佬有这个备份?azure创建api