Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agent-observability-foundation/docs/worm-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ Locked WORM storage has cost implications:

- [verify_worm.py](https://github.com/judeper/FSI-AgentGov-Solutions/blob/main/agent-observability-foundation/scripts/verify_worm.py) - Verification script (read-only)
- [Azure Immutable Storage Overview](https://learn.microsoft.com/azure/storage/blobs/immutable-storage-overview)
- [SEC 17a-4 Compliance Assessment](https://learn.microsoft.com/azure/compliance/offerings/offering-sec-17a-4)
- [SEC 17a-4 Compliance Assessment](https://learn.microsoft.com/en-us/compliance/regulatory/offering-SEC-docs)
- [Cohasset Compliance Assessment](https://servicetrust.microsoft.com)

---
Expand Down
2 changes: 1 addition & 1 deletion agent-observability-foundation/power-bi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ The Power BI solution connects to Application Insights telemetry via Azure Data

### Microsoft Learn Resources
- **[Power BI DirectQuery](https://learn.microsoft.com/power-bi/connect-data/desktop-directquery-about)** - DirectQuery concepts and limitations
- **[Azure Data Explorer Connector](https://learn.microsoft.com/power-bi/connect-data/desktop-connect-azure-data-explorer)** - ADX connector documentation
- **[Azure Data Explorer Connector](https://learn.microsoft.com/en-us/azure/data-explorer/power-bi-data-connector)** - ADX connector documentation
- **[Log Analytics Workspace](https://learn.microsoft.com/azure/azure-monitor/logs/log-analytics-workspace-overview)** - Workspace concepts and query optimization

---
Expand Down
2 changes: 1 addition & 1 deletion conditional-access-automation/docs/deployment-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Allow 24-48 hours for report-only data collection.
> is part of the Microsoft Graph beta surface and is subject to change without
> notice. Do not depend on its response shape in production runbooks; treat
> it as an interactive validation aid only. Track changes in the
> [Microsoft Graph beta changelog](https://learn.microsoft.com/graph/changelog).
> [Microsoft Graph changelog](https://learn.microsoft.com/en-us/graph/whats-new-overview).

```powershell
# Test Zone 3 user accessing Copilot Studio
Expand Down
2 changes: 1 addition & 1 deletion deny-event-correlation-report/docs/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ union isfuzzy=true

### Reference

- [Azure Monitor deprecation announcement](https://learn.microsoft.com/en-us/azure/azure-monitor/logs/api/deprecation)
- [Azure Monitor API migration guide](https://learn.microsoft.com/en-us/azure/azure-monitor/logs/api/migrate-batch-and-beta)
- [Entra ID authentication for Azure Monitor](https://learn.microsoft.com/en-us/azure/azure-monitor/logs/api/access-api)

---
Expand Down
2 changes: 1 addition & 1 deletion finra-supervision-workflow/docs/power-bi-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,5 +303,5 @@ For regulatory examinations, export compliance evidence:
## Related Resources

- [Power BI Documentation](https://learn.microsoft.com/en-us/power-bi/)
- [Dataverse Connector](https://learn.microsoft.com/en-us/power-bi/connect-data/service-connect-to-dataverse)
- [Dataverse Connector](https://learn.microsoft.com/en-us/power-query/connectors/dataverse)
- [Control 3.3: Compliance Reporting](https://github.com/judeper/FSI-AgentGov/blob/main/docs/controls/pillar-3-reporting/3.3-compliance-and-regulatory-reporting.md)
2 changes: 1 addition & 1 deletion hitl-workflow-governance/docs/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Requirements for deploying the HITL Workflow Governance solution.

> **Preview Notice:** The Human in the Loop connector actions — **Request for Information** (RFI) and **Run a Multistage Approval** — are currently in public preview. RFI entered public preview in July 2025. The connector reference labels both actions as "(preview)." Preview features may change before general availability. This solution provides governance tooling, but administrators should monitor the [Copilot Studio release notes](https://learn.microsoft.com/en-us/microsoft-copilot-studio/release-notes) and connector reference for changes that may affect behavior.
> **Preview Notice:** The Human in the Loop connector actions — **Request for Information** (RFI) and **Run a Multistage Approval** — are currently in public preview. RFI entered public preview in July 2025. The connector reference labels both actions as "(preview)." Preview features may change before general availability. This solution provides governance tooling, but administrators should monitor the [Copilot Studio release notes](https://learn.microsoft.com/en-us/microsoft-copilot-studio/whats-new) and connector reference for changes that may affect behavior.

---

Expand Down
2 changes: 1 addition & 1 deletion hitl-workflow-governance/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Error: Access denied to table fsi_HitlCheckpointResult
**Cause:** The **Request for Information** action entered public preview in July 2025. The `advancedapprovals` connector schema may change before general availability. Microsoft may update action parameter names, add new required fields, or modify the bot component representation.

**Resolution:**
1. Check the [Copilot Studio release notes](https://learn.microsoft.com/en-us/microsoft-copilot-studio/release-notes) for recent connector changes
1. Check the [Copilot Studio release notes](https://learn.microsoft.com/en-us/microsoft-copilot-studio/whats-new) for recent connector changes
2. Compare current `botcomponent` content against the expected patterns in `Test-HitlWorkflowCompliance.ps1`
3. If the connector schema has changed:
- Update the scan script's action detection patterns to match the new schema
Expand Down
Loading