# DeploymentPrerequisitesAnnotation Properties

- Package: [Aspire.Hosting.Azure](/reference/api/csharp/aspire.hosting.azure.md)
- Type: [DeploymentPrerequisitesAnnotation](/reference/api/csharp/aspire.hosting.azure/deploymentprerequisitesannotation.md)
- Kind: `Properties`
- Members: `1`

An annotation that tracks Azure resources (such as role assignments and private endpoints) that must be provisioned before a compute resource can be deployed.

## Resources

- Name: `Resources`
- Modifiers: `get`
- Returns: [IReadOnlySet<AzureBicepResource>](/reference/api/csharp/aspire.hosting.azure/azurebicepresource.md)
- Source: [GitHub](https://github.com/microsoft/aspire/blob/bd20f904cde09ecb9c9ae5116a6f13614bf2d7c2/src/Aspire.Hosting.Azure/DeploymentPrerequisitesAnnotation.cs#L18)

Gets the Azure resources that must be provisioned before the annotated resource is deployed.

```csharp
public IReadOnlySet<AzureBicepResource> Resources { get; }
```
