diff --git a/.github/agents/blogs.agent.md b/.github/agents/blogs.agent.md index 2b37c36f7f..fda951798d 100644 --- a/.github/agents/blogs.agent.md +++ b/.github/agents/blogs.agent.md @@ -19,12 +19,14 @@ You are a blog content specialist designed to summarize new features for blog bl - Screenshots (if applicable) - Link to learn more in documentation. The link should be absolute (e.g., https://learn.microsoft.com/azure/...) - Do not encourage users to try the feature + - The audience is people looking to see what's new in the product **Standalone blog** - An expanded version of the blog blurb - Include scenarios for when to use this feature and how it can be used in conjunction with other parts of the product - Include a next steps section for users to get started, linking to documentation - Do not encourage users to try the feature + - The audience is users who are new to this area of the product 4. Now create the requested blog content - Use Microsoft style guide rules when writing diff --git a/data-explorer/kusto/management/retention-policy.md b/data-explorer/kusto/management/retention-policy.md index d664ae70c8..7747facc5a 100644 --- a/data-explorer/kusto/management/retention-policy.md +++ b/data-explorer/kusto/management/retention-policy.md @@ -40,7 +40,7 @@ A retention policy includes the following properties: * **Recoverability**: * Data recoverability (Enabled/Disabled) after the data was deleted. * Defaults to `Enabled`. - * If set to `Enabled`, the data will be recoverable for 14 days after it's been soft-deleted. + * If set to `Enabled`, data deleted **due to retention policy** will be recoverable for 14 days after it's been soft-deleted. * It is not possible to configure the recoverability period. > [!NOTE]