Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backlog] CWP-58130 #1060

Merged
merged 4 commits into from
Jan 13, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,10 @@ image::agentless-azure-cloud-discovery.png[width=400]

. Click *Save*.

endif::prisma_cloud[]
endif::prisma_cloud[]


[#known-limitations]
=== Known Limitation

* *Ephemeral OS Disks Unsupported:* Agentless scanning is not supported for Ephemeral disks since Azure does https://learn.microsoft.com/en-us/azure/virtual-machines/ephemeral-os-disks#unsupported-features[not support] taking snapshots of hosts with Ephemeral OS disks.
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,7 @@ As a result, Prisma Cloud creates these network resources within the `PCCAgentle
Prisma Cloud copies the route table data to the new resources since this data may contain various addresses that might not necessarily align with the new subnet, such as private IP addresses.
====

[#known-limitations]
=== Known Limitation

* *Ephemeral OS Disks Unsupported:* Agentless scanning is not supported for Ephemeral disks since Azure does https://learn.microsoft.com/en-us/azure/virtual-machines/ephemeral-os-disks#unsupported-features[not support] taking snapshots of hosts with Ephemeral OS disks.
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,7 @@ As a result, Prisma Cloud creates these network resources within the `PCCAgentle
Prisma Cloud copies the route table data to the new resources since this data may contain various addresses that might not necessarily align with the new subnet, such as private IP addresses.
====

[#known-limitations]
=== Known Limitation

* *Ephemeral OS Disks Unsupported:* Agentless scanning is not supported for Ephemeral disks since Azure does https://learn.microsoft.com/en-us/azure/virtual-machines/ephemeral-os-disks#unsupported-features[not support] taking snapshots of hosts with Ephemeral OS disks.
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,9 @@ In Azure, Prisma Cloud does not use the network resources configured directly du

As a result, Prisma Cloud creates these network resources within the `PCCAgentlessScanResourceGroup` resource group, mirroring the configuration of the provided resources for the subnet and security group.
Prisma Cloud copies the route table data to the new resources since this data may contain various addresses that might not necessarily align with the new subnet, such as private IP addresses.
====
====

[#known-limitations]
=== Known Limitation

* *Ephemeral OS Disks Unsupported:* Agentless scanning is not supported for Ephemeral disks since Azure does https://learn.microsoft.com/en-us/azure/virtual-machines/ephemeral-os-disks#unsupported-features[not support] taking snapshots of hosts with Ephemeral OS disks.
Loading