Resource state in Cloud Provisioning and GovernanceSummary<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } .kb-wrapper { font-family: 'Lato', sans-serif; font-size: 12pt; line-height: 1.7; color: #000000; max-width: 100%; } .kb-wrapper h3 { font-family: 'Lato', sans-serif; font-size: 12pt; font-weight: 900; color: #032D42; border-bottom: 2px solid #e8fce4; padding-bottom: 2px; margin-top: 24px; margin-bottom: 10px; } .kb-wrapper p { font-family: 'Lato', sans-serif; font-size: 12pt; margin: 0 0 12px; } .kb-wrapper ul { font-family: 'Lato', sans-serif; font-size: 12pt; padding-left: 24px; margin: 0 0 14px; } .kb-wrapper ul li { margin-bottom: 6px; } .kb-wrapper code { background: #e6f0f5; color: #032D42; border: 1px solid #b8cfd8; padding: 1px 5px; border-radius: 3px; font-family: 'Courier New', Courier, monospace; font-size: 11px; } Understand how Cloud Provisioning and Governance (CPG) assigns and displays state values for provisioned cloud resources, and why certain resource types show a state of None in the Cloud User Portal. How resource state works After a stack is provisioned or deprovisioned, CPG assigns a state value to each resource in the stack. The Cloud User Portal displays resource states using color indicators: Active (green) — resource successfully provisionedTerminated (red) — resource successfully deprovisioned CPG determines the state by checking the ProvisioningState property returned by the cloud provider API. This property is mapped to CPG state values using response mapping configuration in the sn_cmp_response_mapping table. Resources that show a state of None Some resource types do not have a full resource lifecycle. For these types, the cloud provider API does not return a ProvisioningState property. When no ProvisioningState value is returned, CPG cannot map the resource to a state value, and the State field displays None. In the Cloud User Portal, these resources appear grey. This is expected behavior. Not all cloud resource types are lifecycle-managed in the same way as a virtual machine instance. An example of a resource type with this behavior is the Azure autoscale setting. For more information about the Azure autoscale setting resource type, see the Microsoft autoscale settings documentation in Related Links. Related Links<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } .kb-wrapper { font-family: 'Lato', sans-serif; font-size: 12pt; line-height: 1.7; color: #000000; max-width: 100%; } .kb-wrapper .related-links ul { list-style: disc; padding-left: 24px; margin: 0; } .kb-wrapper .related-links ul li { margin-bottom: 8px; } .kb-wrapper .related-links a { color: #032D42; font-family: 'Lato', sans-serif; font-size: 12pt; } .kb-wrapper .link-disclaimer { font-family: 'Lato', sans-serif; font-size: 10pt; font-style: italic; color: #000000; margin: 4px 0 10px 0; } Microsoft autoscale settings documentation This link points to external content maintained by a third party. ServiceNow is not responsible for the accuracy or availability of content on external sites.