Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The service catalog enables you to quickly deploy tailored Azure Resource Manager (ARM) templates of Azure services into Azure Enclave while being compliant with Policy Guardrails and enclave isolation requirements. The service catalog helps you accelerate the creation of your workloads within the secure boundary of Azure Enclave without getting blocked by the security you want.

Diagram Description: The user/admin accesses the service catalog through the portal. Once the user selects the service catalog template they want to deploy, they can customize the resource creation, and then create those resources.
What is in the service catalog?
Browse the Service Catalog List to view the available templates in the service catalog. Review the documentation for each service catalog template you wish to deploy to determine if there are any prerequisite steps.
Note
You can edit the service catalog template itself but edits might change the parameter inputs view.
Service Catalog Setup
Since Azure Enclave deploys with connections denied by default, you need to create a community endpoint to allow access to the storage account that contains service catalog templates.
{
endpointRuleName: 'service-catalog'
destinationType: 'FQDN'
#disable-next-line no-hardcoded-env-urls
destination: 'veservicecatalogprod.z22.web.core.windows.net'
protocols: ['HTTPS']
ports: '443'
}
You can update the destination for other Clouds using the values in this article.