StaticWebsite
Represents Azure Static Web App resources.
Labels: :ArmResource:StaticWebsite
Properties:
id- Resource ID (primary key)allowConfigFileUpdates- Whether config file updates are allowedbranch- Source branchcontentDistributionEndpoint- Content distribution endpointcustomDomains- Custom domainsdefaultHostName- Default host namedeploymentAuthPolicy- Deployment auth policykeyVaultReferenceIdentity- Key Vault reference identityprettyName- Pretty nameprettyNameHostname- Pretty name hostnameprettyNameStatus- Pretty name statusprovider- ProviderpublicNetworkAccess- Public network access settingrepositoryUrl- Source repository URLstableInboundIP- Stable inbound IP addressstagingEnvironmentPolicy- Staging environment policy
Examples
// Find static websites with their repository URLs
MATCH (sw:StaticWebsite)
RETURN sw.name, sw.defaultHostName, sw.repositoryUrl, sw.branch