文件名称:SCIM-Server-Powershell-Azure-Function:Azure功能上的Scim 2.0到Azure表-Powershell
文件大小:36KB
文件格式:ZIP
更新时间:2024-05-16 06:16:30
PowerShell
SCIM-服务器-Powershell-Azure功能 Azure功能/ PowerShell上的Scim 2.0到Azure表 入门 在portal.azure.com中创建一个新的功能应用程序。 选择代码和Powershell核心 创建后,打开用于功能应用程序的存储帐户并创建表“ scimConfig” 使用scomConfig.csv填充表并跳至步骤9或手动输入以下内容 可选PartitionKey = ServiceProviderConfig; RowKey =; json = {您要返回的内容} 可选的PartitionKey = Schema; RowKey = urn:ietf:params:scim:schemas:core:2.0:User; json = {您要返回的内容} 可选PartitionKey = ResourceType; RowKey = User
【文件预览】:
SCIM-Server-Powershell-Azure-Function-master
----.gitignore(73B)
----README.md(2KB)
----UsersEndpointget()
--------sample.dat(24B)
--------run.ps1(2KB)
--------function.json(344B)
----UsersEndpointpost()
--------sample.dat(24B)
--------run.ps1(2KB)
--------function.json(258B)
----.funcignore(38B)
----profile.ps1(60KB)
----.vscode()
--------extensions.json(101B)
--------launch.json(331B)
--------settings.json(322B)
--------tasks.json(264B)
----ServiceProviderConfig()
--------sample.dat(24B)
--------run.ps1(983B)
--------function.json(278B)
----UsersEndpointput()
--------sample.dat(24B)
--------run.ps1(3KB)
--------function.json(257B)
----index()
--------sample.dat(0B)
--------readme.md(755B)
--------run.ps1(2KB)
--------function.json(148B)
----UsersEndpointpatch()
--------sample.dat(24B)
--------run.ps1(2KB)
--------function.json(340B)
----SchemasEndpoint()
--------sample.dat(24B)
--------run.ps1(2KB)
--------function.json(274B)
----extensions.csproj(394B)
----proxies.json(2KB)
----UsersEndpointdelete()
--------sample.dat(24B)
--------run.ps1(2KB)
--------function.json(340B)
----resetTest()
--------sample.dat(24B)
--------run.ps1(1KB)
--------function.json(257B)
----requirements.psd1(296B)
----host.json(185B)
----ResourceTypesEndpoint()
--------sample.dat(24B)
--------run.ps1(2KB)
--------function.json(274B)