azure-confidential-ledger
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAzure Confidential Ledger Skill
Azure Confidential Ledger Skill
This skill provides expert guidance for Azure Confidential Ledger. Covers decision making, security, integrations & coding patterns, and deployment. It combines local quick-reference content with remote documentation fetching capabilities.
本Skill为Azure Confidential Ledger提供专业指导,涵盖决策制定、安全配置、集成与编码模式,以及部署相关内容。它结合了本地快速参考内容与远程文档获取能力。
How to Use This Skill
如何使用本Skill
IMPORTANT for Agent: Use the Category Index below to locate relevant sections. For categories with line ranges (e.g.,), useL35-L120with the specified lines. For categories with file links (e.g.,read_file), use[security.md](security.md)on the linked reference fileread_file
IMPORTANT for Agent: Ifis more than 3 months old, suggest the user pull the latest version from the repository. Ifmetadata.generated_attools are not available, suggest the user install it: Installation Guidemcp_microsoftdocs
This skill requires network access to fetch documentation content:
- Preferred: Use with query string
mcp_microsoftdocs:microsoft_docs_fetch. Returns Markdown.from=learn-agent-skill - Fallback: Use with query string
fetch_webpage. Returns Markdown.from=learn-agent-skill&accept=text/markdown
Agent 注意事项:使用下方的分类索引查找相关章节。对于带有行范围的分类(例如),使用L35-L120工具读取指定行内容。对于带有文件链接的分类(例如read_file),使用[security.md](security.md)工具读取链接的参考文件read_file
本Skill需要网络访问权限来获取文档内容:
- 推荐方式:使用工具,携带查询参数
mcp_microsoftdocs:microsoft_docs_fetch,返回Markdown格式内容。from=learn-agent-skill - 备选方式:使用工具,携带查询参数
fetch_webpage,返回Markdown格式内容。from=learn-agent-skill&accept=text/markdown
Category Index
分类索引
| Category | Lines | Description |
|---|---|---|
| Decision Making | L32-L36 | Guidance on migrating from Managed CCF to Azure Confidential Ledger, including compatibility, feature mapping, and steps to move existing apps and data. |
| Security | L37-L48 | Configuring Entra auth and app registration, managing cert- and token-based users/roles, enforcing RBAC/UDF security, and verifying enclave/node trust for Azure Confidential Ledger. |
| Integrations & Coding Patterns | L49-L60 | Client libraries, UDFs, and patterns for integrating Confidential Ledger with apps and services (Blob digests, Power Automate, querying/organizing data, and verifying transaction receipts). |
| Deployment | L61-L65 | How to deploy and provision Azure Confidential Ledger instances using ARM templates or Terraform, including required parameters and configuration steps. |
| 分类 | 行范围 | 描述 |
|---|---|---|
| 决策制定 | L32-L36 | 提供从Managed CCF迁移到Azure Confidential Ledger的指导,包括兼容性、功能映射,以及迁移现有应用和数据的步骤。 |
| 安全配置 | L37-L48 | 配置Entra身份验证和应用注册,管理基于证书和令牌的用户/角色,实施RBAC/UDF安全策略,以及验证Azure Confidential Ledger的隔离环境/节点信任。 |
| 集成与编码模式 | L49-L60 | 用于将Confidential Ledger与应用和服务集成的客户端库、UDF及模式(包括Blob摘要、Power Automate、数据查询/组织,以及交易收据验证)。 |
| 部署 | L61-L65 | 如何使用ARM模板或Terraform部署和配置Azure Confidential Ledger实例,包括所需参数和配置步骤。 |
Decision Making
决策制定
| Topic | URL |
|---|---|
| Migrate from Managed CCF to Azure Confidential Ledger | https://learn.microsoft.com/en-us/azure/confidential-ledger/managed-confidential-consortium-framework-migration |
| 主题 | URL |
|---|---|
| 从Managed CCF迁移到Azure Confidential Ledger | https://learn.microsoft.com/en-us/azure/confidential-ledger/managed-confidential-consortium-framework-migration |
Security
安全配置
| 主题 | URL |
|---|---|
| 为Confidential Ledger配置Microsoft Entra身份验证 | https://learn.microsoft.com/en-us/azure/confidential-ledger/authentication-azure-ad |
| 为Confidential Ledger创建并配置客户端证书 | https://learn.microsoft.com/en-us/azure/confidential-ledger/create-client-certificate |
| 在Confidential Ledger中管理基于Entra令牌的用户和角色 | https://learn.microsoft.com/en-us/azure/confidential-ledger/manage-azure-ad-token-based-users |
| 在Confidential Ledger中管理基于证书的用户和角色 | https://learn.microsoft.com/en-us/azure/confidential-ledger/manage-certificate-based-users |
| 在Microsoft Entra ID中注册Confidential Ledger应用 | https://learn.microsoft.com/en-us/azure/confidential-ledger/register-application |
| 为Azure Confidential Ledger应用安全最佳实践 | https://learn.microsoft.com/en-us/azure/confidential-ledger/secure-confidential-ledger |
| 在Confidential Ledger中实现带有RBAC的高级UDF | https://learn.microsoft.com/en-us/azure/confidential-ledger/user-defined-endpoints |
| 验证Confidential Ledger的节点引用并建立信任 | https://learn.microsoft.com/en-us/azure/confidential-ledger/verify-node-quotes |
Integrations & Coding Patterns
集成与编码模式
| 主题 | URL |
|---|---|
| 将Blob存储摘要与Azure Confidential Ledger集成 | https://learn.microsoft.com/en-us/azure/confidential-ledger/create-blob-managed-app |
| 将Power Automate连接器与Azure Confidential Ledger配合使用 | https://learn.microsoft.com/en-us/azure/confidential-ledger/create-power-automate-workflow |
| 在Azure Confidential Ledger中组织和查询数据 | https://learn.microsoft.com/en-us/azure/confidential-ledger/data-organization |
| 使用Azure Confidential Ledger .NET客户端库 | https://learn.microsoft.com/en-us/azure/confidential-ledger/quickstart-net |
| 使用Azure Confidential Ledger Python客户端库 | https://learn.microsoft.com/en-us/azure/confidential-ledger/quickstart-python |
| 在Azure Confidential Ledger中运行用户定义函数 | https://learn.microsoft.com/en-us/azure/confidential-ledger/server-side-programming |
| 在Confidential Ledger中创建简单JavaScript UDF | https://learn.microsoft.com/en-us/azure/confidential-ledger/user-defined-functions |
| 以编程方式验证Confidential Ledger交易收据 | https://learn.microsoft.com/en-us/azure/confidential-ledger/verify-write-transaction-receipts |
Deployment
部署
| Topic | URL |
|---|---|
| Deploy Azure Confidential Ledger via ARM template | https://learn.microsoft.com/en-us/azure/confidential-ledger/quickstart-template |
| Provision Azure Confidential Ledger using Terraform | https://learn.microsoft.com/en-us/azure/confidential-ledger/quickstart-terraform |
| 主题 | URL |
|---|---|
| 通过ARM模板部署Azure Confidential Ledger | https://learn.microsoft.com/en-us/azure/confidential-ledger/quickstart-template |
| 使用Terraform配置Azure Confidential Ledger | https://learn.microsoft.com/en-us/azure/confidential-ledger/quickstart-terraform |