You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/configure-ssl-certificate.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,12 +82,13 @@ The free certificate comes with the following limitations:
82
82
83
83
### [Apex domain](#tab/apex)
84
84
- Must have an A record pointing to your web app's IP address.
85
-
-Isn't supported on apps that aren't publicly accessible.
85
+
-Must be on apps that are publicly accessible.
86
86
- Isn't supported with root domains that are integrated with Traffic Manager.
87
87
- Must meet all the above for successful certificate issuances and renewals.
88
88
89
89
### [Subdomain](#tab/subdomain)
90
90
- Must have CNAME mapped _directly_ to `<app-name>.azurewebsites.net` or [trafficmanager.net](configure-domain-traffic-manager.md#enable-custom-domain). Mapping to an intermediate CNAME value blocks certificate issuance and renewal.
91
+
- Must be on apps that are publicly accessible.
91
92
- Must meet all the above for successful certificate issuance and renewals.
Copy file name to clipboardExpand all lines: articles/automation/automation-create-alert-triggered-runbook.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -293,11 +293,11 @@ Azure Automation provides scripts for common Azure VM management operations like
293
293
294
294
|**Azure VM management operations** | **Details**|
295
295
|--- | ---|
296
-
[Stop-Azure-VM-On-Alert](https://github.com/azureautomation/Stop-Azure-VM-On-Alert) | This runbook will stop an Azure Resource Manager VM in response to an Azure alert trigger. </br></br> Input is alert data with information needed to identify which VM to stop.</br></br> The runbook must be called from an Azure alert via a webhook. </br></br> Latest version of Az module should be added to the automation account. </br></br> Managed Identity should be enabled and contributor access to the automation account should be given.
297
-
[Restart-Azure-VM-On-Alert](https://github.com/azureautomation/Restart-Azure-VM-On-Alert) | This runbook will stop an Azure Resource Manager VM in response to an Azure alert trigger. </br></br> Input is alert data with information needed to identify which VM to stop.</br></br> The runbook must be called from an Azure alert via a webhook. </br></br> Latest version of Az module should be added to the automation account. </br></br> Managed Identity should be enabled and contributor access to the automation account should be given.
298
-
[Delete-Azure-VM-On-Alert](https://github.com/azureautomation/Delete-Azure-VM-On-Alert) | This runbook will stop an Azure Resource Manager VM in response to an Azure alert trigger. </br></br> Input is alert data with information needed to identify which VM to stop.</br></br> The runbook must be called from an Azure alert via a webhook. </br></br> Latest version of Az module should be added to the automation account. </br></br> Managed Identity should be enabled and contributor access to the automation account should be given.
299
-
[ScaleDown-Azure-VM-On-Alert](https://github.com/azureautomation/ScaleDown-Azure-VM-On-Alert) | This runbook will stop an Azure Resource Manager VM in response to an Azure alert trigger. </br></br> Input is alert data with information needed to identify which VM to stop.</br></br> The runbook must be called from an Azure alert via a webhook. </br></br> Latest version of Az module should be added to the automation account. </br></br> Managed Identity should be enabled and contributor access to the automation account should be given.
300
-
[ScaleUp-Azure-VM-On-Alert](https://github.com/azureautomation/ScaleUp-Azure-VM-On-Alert) | This runbook will stop an Azure Resource Manager VM in response to an Azure alert trigger. </br></br> Input is alert data with information needed to identify which VM to stop.</br></br> The runbook must be called from an Azure alert via a webhook. </br></br> Latest version of Az module should be added to the automation account. </br></br> Managed Identity should be enabled and contributor access to the automation account should be given.
296
+
|[Stop-Azure-VM-On-Alert](https://github.com/azureautomation/Stop-Azure-VM-On-Alert) | This runbook will stop an Azure Resource Manager VM in response to an Azure alert trigger. </br></br> The target resource of the triggered alert must be the VM to stop. This is passed in an input parameter from the triggered alert payload.</br></br> The runbook must be called from an Azure alert via a webhook. </br></br> Latest version of Az module should be added to the automation account. </br></br> Managed Identity should be enabled and contributor access to the automation account should be given.|
297
+
|[Restart-Azure-VM-On-Alert](https://github.com/azureautomation/Restart-Azure-VM-On-Alert) | This runbook will stop an Azure Resource Manager VM in response to an Azure alert trigger. </br></br> The target resource of the triggered alert must be the VM to restart. This is passed in an input parameter from the triggered alert payload.</br></br> The runbook must be called from an Azure alert via a webhook. </br></br> Latest version of Az module should be added to the automation account. </br></br> Managed Identity should be enabled and contributor access to the automation account should be given.|
298
+
|[Delete-Azure-VM-On-Alert](https://github.com/azureautomation/Delete-Azure-VM-On-Alert) | This runbook will stop an Azure Resource Manager VM in response to an Azure alert trigger. </br></br> The target resource of the triggered alert must be the VM to delete. This is passed in an input parameter from the triggered alert payload.</br></br> The runbook must be called from an Azure alert via a webhook. </br></br> Latest version of Az module should be added to the automation account. </br></br> Managed Identity should be enabled and contributor access to the automation account should be given.|
299
+
|[ScaleDown-Azure-VM-On-Alert](https://github.com/azureautomation/ScaleDown-Azure-VM-On-Alert) | This runbook will stop an Azure Resource Manager VM in response to an Azure alert trigger. </br></br> The target resource of the triggered alert must be the VM to scale down. This is passed in an input parameter from the triggered alert payload.</br></br> The runbook must be called from an Azure alert via a webhook. </br></br> Latest version of Az module should be added to the automation account. </br></br> Managed Identity should be enabled and contributor access to the automation account should be given.|
300
+
|[ScaleUp-Azure-VM-On-Alert](https://github.com/azureautomation/ScaleUp-Azure-VM-On-Alert) | This runbook will stop an Azure Resource Manager VM in response to an Azure alert trigger. </br></br> The target resource of the triggered alert must be the VM to scale up. This is passed in an input parameter from the triggered alert payload.</br></br> The runbook must be called from an Azure alert via a webhook. </br></br> Latest version of Az module should be added to the automation account. </br></br> Managed Identity should be enabled and contributor access to the automation account should be given.|
Accelerate General AI (Gen AI) adoption and optimize AI models and use cases through rapid experimentation. Use Experimentation to iterate quickly on AI models, test different scenarios, and determine effective approaches.
68
-
It helps enhance agility in adapting AI solutions to evolving user needs and market trends, and facilitate understanding of the most effective approaches for scaling AI initiatives.
66
+
### Release defense
69
67
70
-
-**CI, CD and continuous experimentation (Gradual feature rollouts and version updates)**
71
-
Ensure seamless transitions and maintain or improve key metrics with each version update while managing feature releases. Utilize experimentation to gradually roll out new features to subsets of users using feature flags, monitor performance metrics, and collect feedback for iterative improvements.
72
-
It's beneficial to reduce the risk of introducing bugs or performance issues to the entire user base. It enables data-driven decision-making during version rollouts and feature flag management, leading to improved product quality and user satisfaction.
68
+
Objective: Ensure smooth transitions and maintain or improve key metrics with each release.
Optimize business metrics by comparing different UI variations and determining the most effective design. Conduct A/B tests using experimentation to test UI elements, measure user interactions, and analyze performance metrics.
76
-
The best return here's improved user experience by implementing UI changes based on empirical evidence.
70
+
Approach: Employ experimentation to gradually roll out new features, monitor performance metrics, and collect feedback for iterative improvements.
77
71
78
-
-**Personalization and targeting experiments**
79
-
Deliver personalized content and experiences tailored to user preferences and behaviors. Use experimentation to test personalized content, measure engagement, and iterate on personalization strategies.
80
-
Results are increased user engagement, conversion rates, and customer loyalty through relevant and personalized experiences. These results, in turn drive revenue growth and customer retention by targeting audiences with tailored messages and offers.
72
+
Benefits:
81
73
82
-
-**Performance optimization experiments**
83
-
Improve application performance and provide an efficient user experience through performance optimization experiments. Conduct experiments to test performance enhancements, measure key metrics, and implement successful optimizations.
84
-
Here, experimentation enhances application scalability, reliability, and responsiveness through proactive performance improvements. It optimizes resource utilization and infrastructure costs by implementing efficient optimizations.
74
+
* Minimizes the risk of widespread issues by using guardrail metrics to detect and address problems early in the rollout.
75
+
* Helps maintain or improve key performance and user satisfaction metrics by making informed decisions based on real-time data.
76
+
77
+
### Test hypotheses
78
+
79
+
Objective: Validate assumptions and hypotheses to make informed decisions about product features, user behaviors, or business strategies.
80
+
81
+
Approach: Use experimentation to test specific hypotheses by creating different feature versions or scenarios, then analyze user interactions and performance metrics to determine outcomes.
82
+
83
+
Benefits:
84
+
85
+
* Provides evidence-based insights that reduce uncertainty and guide strategic decision-making.
86
+
* Enables faster iteration and innovation by confirming or refuting hypotheses with real user data.
87
+
* Enhances product development by focusing efforts on ideas that are proven to work, ultimately leading to more successful and user-aligned features.
88
+
89
+
### A/B testing
90
+
91
+
Objective: Optimize business metrics by comparing different UI variations and determining the most effective design.
92
+
93
+
Approach: Conduct A/B tests using experimentation to test UI elements, measure user interactions, and analyze performance metrics.
94
+
95
+
Benefits:
96
+
* Improves user experience by implementing UI changes based on empirical evidence.
97
+
* Increases conversion rates, engagement levels, and overall effectiveness of digital products or services.
98
+
99
+
### For intelligent applications (for example, AI-based features)
100
+
101
+
Objective: Accelerate General AI (Gen AI) adoption and optimize AI models and use cases through rapid experimentation.
102
+
103
+
Approach: Use experimentation to iterate quickly on AI models, test different scenarios, and determine effective approaches.
104
+
105
+
Benefits:
106
+
107
+
* Enhances agility in adapting AI solutions to evolving user needs and market trends.
108
+
* Facilitates understanding of the most effective approaches for scaling AI initiatives.
109
+
* Improves accuracy and performance of AI models based on real-world data and feedback.
110
+
111
+
### Personalization and targeting experiments
112
+
113
+
Objective: Deliver personalized content and experiences tailored to user preferences and behaviors.
114
+
115
+
Approach: Leverage experimentation to test personalized content, measure engagement, and iterate on personalization strategies.
116
+
117
+
Benefits:
118
+
119
+
* Increases user engagement, conversion rates, and customer loyalty through relevant and personalized experiences.
120
+
* Drives revenue growth and customer retention by targeting audiences with tailored messages and offers.
121
+
122
+
### Performance optimization experiments
123
+
124
+
Objective: Improve application performance and user experience through performance optimization experiments.
125
+
126
+
Approach: Conduct experiments to test performance enhancements, measure key metrics, and implement successful optimizations.
127
+
128
+
Benefits:
129
+
130
+
* Enhances application scalability, reliability, and responsiveness through proactive performance improvements.
131
+
* Optimizes resource utilization and infrastructure costs by implementing efficient optimizations.
0 commit comments