Updates from: 08/03/2024 02:43:45
Service Microsoft Docs article Related commit history on GitHub Change details
active-directory-b2c Tenant Management Check Tenant Creation Permission https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory-b2c/tenant-management-check-tenant-creation-permission.md
As a *Global Administrator* in an Azure AD B2C tenant, you can restrict non-admi
1. Under **Manage**, select **User Settings**.
-1. Under **Tenant creation**, select **Yes**.
+1. Under **Default user role permissions**, for **Restrict non-admin users from creating tenants**, select **Yes**.
1. At the top of the **User Settings** page, select **Save**.
Before you create an Azure AD B2C tenant, make sure that you've the permission t
1. Under **Manage**, select **User Settings**.
-1. Review your **Tenant Creation** setting. If the settings is set to **No**, then contact your administrator to assign the tenant creator role to you. The setting is greyed out if you're not an administrator in the tenant.
+1. Under **Default user role permissions**, review your **Restrict non-admin users from creating tenants** setting. If the setting is set to **No**, then contact your administrator to assign the tenant creator role to you. The setting is greyed out if you're not an administrator in the tenant.
## Next steps
ai-services Concept Custom https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-services/document-intelligence/concept-custom.md
To create a custom extraction model, label a dataset of documents with the value
> Starting with version 4.0 (2024-02-29-preview) API, custom neural models now support **overlapping fields** and **table, row and cell level confidence**. >
-The custom neural (custom document) model uses deep learning models and base model trained on a large collection of documents. This model is then fine-tuned or adapted to your data when you train the model with a labeled dataset. Custom neural models support structured, semi-structured, and unstructured documents to extract fields. When you're choosing between the two model types, start with a neural model to determine if it meets your functional needs. See [neural models](concept-custom-neural.md) to learn more about custom document models.
+The custom neural (custom document) model uses deep learning models and base model trained on a large collection of documents. This model is then fine-tuned or adapted to your data when you train the model with a labeled dataset. Custom neural models support extracting key data fields from structured, semi-structured, and unstructured documents. When you're choosing between the two model types, start with a neural model to determine if it meets your functional needs. See [neural models](concept-custom-neural.md) to learn more about custom document models.
### Custom template model
ai-services Multi Region Deployment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-services/language-service/concepts/custom-features/multi-region-deployment.md
Title: Deploy custom language projects to multiple regions in Azure AI Language
-description: Learn about deploying your language projects to multiple regions.
+description: Learn about how to deploy your custom language projects to multiple regions.
#
> [!NOTE] > This article applies to the following custom features in Azure AI Language:
+>
> * [Conversational language understanding](../../conversational-language-understanding/overview.md) > * [Custom text classification](../../custom-text-classification/overview.md)
-> * [Custom NER](../../custom-named-entity-recognition/overview.md)
+> * [Custom named entity recognition (NER)](../../custom-named-entity-recognition/overview.md)
> * [Orchestration workflow](../../orchestration-workflow/overview.md)
-Custom Language service features enable you to deploy your project to more than one region, making it much easier to access your project globally while managing only one instance of your project in one place.
+Custom language service features enable you to deploy your project to more than one region. This capability makes it much easier to access your project globally while you manage only one instance of your project in one place.
-Before you deploy a project, you can assign **deployment resources** in other regions. Each deployment resource is a different Language resource from the one you use to author your project. You deploy to those resources and then target your prediction requests to that resource in their respective regions and your queries are served directly from that region.
+Before you deploy a project, you can assign *deployment resources* in other regions. Each deployment resource is a different Language resource from the one that you use to author your project. You deploy to those resources and then target your prediction requests to that resource in their respective regions and your queries are served directly from that region.
-When creating a deployment, you can select which of your assigned deployment resources and their corresponding regions you would like to deploy to. The model you deploy is then replicated to each region and accessible with its own endpoint dependent on the deployment resource's custom subdomain.
+When you create a deployment, you can select which of your assigned deployment resources and their corresponding regions you want to deploy to. The model you deploy is then replicated to each region and accessible with its own endpoint dependent on the deployment resource's custom subdomain.
## Example
-Suppose you want to make sure your project, which is used as part of a customer support chatbot, is accessible by customers across the US and India. You would author a project with the name **ContosoSupport** using a _West US 2_ Language resource named **MyWestUS2**. Before deployment, you would assign two deployment resources to your project - **MyEastUS** and **MyCentralIndia** in _East US_ and _Central India_, respectively.
+Suppose you want to make sure your project, which is used as part of a customer support chatbot, is accessible by customers across the United States and India. You author a project with the name `ContosoSupport` by using a West US 2 Language resource named `MyWestUS2`. Before deployment, you assign two deployment resources to your project: `MyEastUS` and `MyCentralIndia` in East US and Central India, respectively.
+
+When you deploy your project, you select all three regions for deployment: the original West US 2 region and the assigned ones through East US and Central India.
-When deploying your project, You would select all three regions for deployment: the original _West US 2_ region and the assigned ones through _East US_ and _Central India_.
+You now have three different endpoint URLs to access your project in all three regions:
-You would now have three different endpoint URLs to access your project in all three regions:
-* West US 2: `https://mywestus2.cognitiveservices.azure.com/language/:analyze-conversations`
-* East US: `https://myeastus.cognitiveservices.azure.com/language/:analyze-conversations`
-* Central India: `https://mycentralindia.cognitiveservices.azure.com/language/:analyze-conversations`
+* **West US 2**: `https://mywestus2.cognitiveservices.azure.com/language/:analyze-conversations`
+* **East US**: `https://myeastus.cognitiveservices.azure.com/language/:analyze-conversations`
+* **Central India**: `https://mycentralindia.cognitiveservices.azure.com/language/:analyze-conversations`
-The same request body to each of those different URLs serves the exact same response directly from that region.
+The same request body to each of those different URLs serves the exact same response directly from that region.
## Validations and requirements
-Assigning deployment resources requires Microsoft Entra authentication. Microsoft Entra ID is used to confirm you have access to the resources you are interested in assigning to your project for multi-region deployment. In the Language Studio, you can automatically [enable Microsoft Entra authentication](https://aka.ms/rbac-language) by assigning yourself the _Cognitive Services Language Owner_ role to your original resource. To programmatically use Microsoft Entra authentication, learn more from the [Azure AI services documentation](../../../authentication.md?source=docs&tabs=powershell&tryIt=true#authenticate-with-azure-active-directory).
+Assigning deployment resources requires Microsoft Entra authentication. Microsoft Entra ID is used to confirm that you have access to the resources that you want to assign to your project for multiregion deployment. In Language Studio, you can automatically [enable Microsoft Entra authentication](https://aka.ms/rbac-language) by assigning yourself the Azure Cognitive Services Language Owner role to your original resource. To programmatically use Microsoft Entra authentication, learn more from the [Azure AI services documentation](../../../authentication.md?source=docs&tabs=powershell&tryIt=true#authenticate-with-azure-active-directory).
-Your project name and resource are used as its main identifiers. Therefore, a Language resource can only have a specific project name in each resource. Any other projects with the same name will not be deployable to that resource.
+Your project name and resource are used as its main identifiers. A Language resource can only have a specific project name in each resource. Any other projects with the same name can't be deployed to that resource.
-For example, if a project **ContosoSupport** was created by resource **MyWestUS2** in _West US 2_ and deployed to resource **MyEastUS** in _East US_, the resource **MyEastUS** cannot create a different project called **ContosoSupport** and deploy a project to that region. Similarly, your collaborators cannot then create a project **ContosoSupport** with resource **MyCentralIndia** in _Central India_ and deploy it to either **MyWestUS2** or **MyEastUS**.
+For example, if a project `ContosoSupport` was created by the resource `MyWestUS2` in West US 2 and deployed to the resource `MyEastUS` in East US, the resource `MyEastUS` can't create a different project called `ContosoSupport` and deploy a project to that region. Similarly, your collaborators can't then create a project `ContosoSupport` with the resource `MyCentralIndia` in Central India and deploy it to either `MyWestUS2` or `MyEastUS`.
-You can only swap deployments that are available in the exact same regions, otherwise swapping will fail.
+You can only swap deployments that are available in the exact same regions. Otherwise, swapping fails.
-If you remove an assigned resource from your project, all of the project deployments to that resource will then be deleted.
+If you remove an assigned resource from your project, all of the project deployments to that resource are deleted.
> [!NOTE] > Orchestration workflow only: >
-> You **cannot** assign deployment resources to orchestration workflow projects with custom question answering or LUIS connections. You subsequently cannot add custom question answering or LUIS connections to projects that have assigned resources.
+> You *can't* assign deployment resources to orchestration workflow projects with custom question answering or LUIS connections. Subsequently, you can't add custom question answering or LUIS connections to projects that have assigned resources.
>
-> For multi-region deployment to work as expected, the connected CLU projects **must also be deployed** to the same regional resources you've deployed the orchestration workflow project to. Otherwise the orchestration workflow project will attempt to route a request to a deployment in its region that doesn't exist.
+> For multiregion deployment to work as expected, the connected CLU projects *must also be deployed* to the same regional resources to which you deployed the orchestration workflow project. Otherwise, the orchestration workflow project attempts to route a request to a deployment in its region that doesn't exist.
Some regions are only available for deployment and not for authoring projects.
-## Next steps
+## Related content
Learn how to deploy models for:+ * [Conversational language understanding](../../conversational-language-understanding/how-to/deploy-model.md) * [Custom text classification](../../custom-text-classification/how-to/deploy-model.md) * [Custom NER](../../custom-named-entity-recognition/how-to/deploy-model.md)
ai-services App Architecture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-services/language-service/conversational-language-understanding/concepts/app-architecture.md
Title: When to choose conversational language understanding or orchestration workflow
+ Title: Choose conversational language understanding or orchestration workflow
-description: Learn when to choose conversational language understanding or orchestration workflow
+description: Learn when to choose between conversational language understanding or orchestration workflow.
#
# When to use conversational language understanding or orchestration workflow apps
-When you create large applications, you should consider whether your use-case would be best served by a single conversational app (flat architecture), or multiple apps that are orchestrated.
+When you create large applications, you should consider whether your use case is best served by a single conversational app (flat architecture) or by multiple apps that are orchestrated.
+## Orchestration overview
-## Orchestration overview
+Orchestration workflow is a feature that allows you to connect different projects from [LUIS](../../../LUIS/what-is-luis.md), [conversational language understanding](../overview.md), and [custom question answering](../../question-answering/overview.md) in one project. You can then use this project for predictions by using one endpoint. The orchestration project makes a prediction on which child project should be called, automatically routes the request, and returns with its response.
-Orchestration workflow is a feature that allows you to connect different projects from [LUIS](../../../LUIS/what-is-luis.md) [conversational language understanding](../overview.md), and [custom question answering](../../question-answering/overview.md) in one project. You can then use this project for predictions using one endpoint. The orchestration project makes a prediction on which child project should be called, automatically routes the request, and returns with its response.
+Orchestration involves two steps:
-The key point is that orchestration involves two steps:
+1. Predicting which child project to call. <!--The model that performs this classification can be trained either with a standard or an advanced recipe. (Please see footnotes on instructions for training with advanced recipe).-->
+1. Routing the utterance to the destination child app and returning the child app's response.
-1. Predicting which child project to call. <!--The model that performs this classification can be trained either with a standard or an advanced recipe. (Please see footnotes on instructions for training with advanced recipe).-->
-2. Routing the utterance to the destination child app, and returning the child app's response.
-
-### Advantages
+### Orchestration advantages
* Clear decomposition and faster development:
- * If your overall schema has a substantial number of domains, the orchestration approach can help decompose your application into several child apps (each serving a specific domain). For example, an automotive conversational app might have a *navigation domain*, a *media domain*, and so on.
- * Developing each domain app in parallel is easier. People and teams with specific domain expertise can work on individual apps collaboratively and in parallel.
- * Since each domain app is smaller, the development cycle becomes faster. Smaller sized domain apps take much less time to train than a single large app.
+
+ * If your overall schema has a substantial number of domains, the orchestration approach can help decompose your application into several child apps (each serving a specific domain). For example, an automotive conversational app might have a *navigation domain* or a *media domain*.
+ * Developing each domain app in parallel is easier. People and teams with specific domain expertise can work on individual apps collaboratively and in parallel.
+ * Because each domain app is smaller, the development cycle becomes faster. Smaller-sized domain apps take much less time to train than a single large app.
* More flexible [confidence score thresholds](/legal/cognitive-services/clu/clu-characteristics-and-limitations?context=/azure/ai-services/language-service/context/context#understand-confidence-scores):
- * Since there are separate child apps serving each domain, it's easy to set separate thresholds for different child apps.
-* AI quality improvements where appropriate:
- * Some applications require that certain entities are domain restricted. Orchestration makes this easy to achieve. Once the orchestration project has predicted which child app should be called, the other child apps won't be called.
- For example, if your app contains a `Person.Name` prebuilt entity, consider the utterance *"How do I use a jack?"*, in the context of a vehicle question. In this context, *jack* is an automotive tool, and shouldnΓÇÖt be recognized as a person's name. Using orchestration, this utterance can be redirected to a child app created to answer such questions, which doesnΓÇÖt have a `Person.Name` entity.
+ * Because separate child apps serve each domain, it's easy to set separate thresholds for different child apps.
+* AI-quality improvements where appropriate:
+
+ * Some applications require that certain entities must be domain restricted. Orchestration makes this task easy to achieve. After the orchestration project predicts which child app should be called, the other child apps aren't called.
-### Disadvantages
+ For example, if your app contains a `Person.Name` prebuilt entity, consider the utterance "How do I use a jack?" in the context of a vehicle question. In this context, *jack* is an automotive tool and shouldn't be recognized as a person's name. When you use orchestration, this utterance can be redirected to a child app created to answer such a question, which doesn't have a `Person.Name` entity.
+
+### Orchestration disadvantages
* Redundant entities in child apps:
- * If you need a particular prebuilt entity being returned in all utterances irrespective of the domain, for example `Quantity.Number` or `Geography.Location`, there is no way of adding an entity to the Orchestration app (it is an intent-only model). You would need to add it to all individual child apps.
+
+ * If you need a particular prebuilt entity being returned in all utterances irrespective of the domain, for example `Quantity.Number` or `Geography.Location`, there's no way of adding an entity to the orchestration app (it's an intent-only model). You would need to add it to all individual child apps.
* Efficiency:
- * Orchestration apps take two model inferences. One for predicting which child app to call, another for the prediction in the child app. Inference times will typically be slower than single apps with a flat architecture.
+
+ * Orchestration apps take two model inferences. One for predicting which child app to call, and another for the prediction in the child app. Inference times are typically slower than single apps with a flat architecture.
* Train/test split for orchestrator:
- * Training an orchestration app does not allow you to granularly split data between the testing and training sets. For example, you cannot train a 90-10 split for child app A, and then an 80-20 split for child app B. This may be a minor point, but worth keeping in mind.
+
+ * Training an orchestration app doesn't allow you to granularly split data between the testing and training sets. For example, you can't train a 90-10 split for child app A, and then train an 80-20 split for child app B. This limitation might be minor, but it's worth keeping in mind.
## Flat architecture overview
-Flat architecture is the other method of developing conversational apps. Instead of using an orchestration app to send utterances to one of multiple child apps, you develop a singular (or flat) app to handle utterances.
+Flat architecture is the other method of developing conversational apps. Instead of using an orchestration app to send utterances to one of multiple child apps, you develop a singular (or flat) app to handle utterances.
-### Advantages
+### Flat architecture advantages
* Simplicity:
- * For small sized apps or domains, the orchestrator approach can be overly complex.
- * Since all intents and entities are at the same app level, it might be easier to make changes to all of them together.
+
+ * For small-sized apps or domains, the orchestrator approach can be overly complex.
+ * Because all intents and entities are at the same app level, it might be easier to make changes to all of them together.
* It's easier to add entities that should always be returned:
- * If you want certain prebuilt or list entities to be returned for all utterances, you only need to add it alongside other entities in a single app. If you use orchestration, as mentioned above, you would need to add it to every child app.
-### Disadvantages
+ * If you want certain prebuilt or list entities to be returned for all utterances, you only need to add them alongside other entities in a single app. If you use orchestration, as mentioned, you need to add it to every child app.
+
+### Flat architecture disadvantages
* Unwieldy for large apps:
- * For large apps (say > 50 intents or entities) it can become difficult to keep track of evolving schemas and datasets. This is particularly evident in cases where the app has to serve several domains. For example an automotive conversational app might have a *navigation domain*, a *media domain*, and so on.
+
+ * For large apps (say, more than 50 intents or entities), it can become difficult to keep track of evolving schemas and datasets. This difficulty is evident in cases where the app has to serve several domains. For example, an automotive conversational app might have a *navigation domain* or a *media domain*.
* Limited control over entity matches:
- * In a flat architecture, there is no way to restrict entities to be returned only in certain cases. You can accomplish this using orchestration by assigning those specific entities to particular child apps.
-## Next steps
+ * In a flat architecture, there's no way to restrict entities to be returned only in certain cases. When you use orchestration, you can assign those specific entities to particular child apps.
+
+## Related content
+ * [Orchestration workflow overview](../../orchestration-workflow/overview.md) * [Conversational language understanding overview](../overview.md)
ai-services Data Formats https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-services/language-service/conversational-language-understanding/concepts/data-formats.md
Title: conversational language understanding data formats
+ Title: Conversational language understanding data formats
description: Learn about the data formats accepted by conversational language understanding. #
# Data formats accepted by conversational language understanding -
-If you're uploading your data into CLU it has to follow a specific format, use this article to learn more about accepted data formats.
+If you're uploading your data into conversational language understanding, it must follow a specific format. Use this article to learn more about accepted data formats.
## Import project file format
-If you're [importing a project](../how-to/create-project.md#import-project) into CLU the file uploaded has to be in the following format.
+If you're [importing a project](../how-to/create-project.md#import-project) into conversational language understanding, the file uploaded must be in the following format:
```json {
If you're [importing a project](../how-to/create-project.md#import-project) into
|Key |Placeholder |Value | Example | |||-|--|
-|`{API-VERSION}` | The [version](../../concepts/model-lifecycle.md#api-versions) of the API you are calling. | `2023-04-01` |
-|`confidenceThreshold`|`{CONFIDENCE-THRESHOLD}`|This is the threshold score below which the intent will be predicted as [none intent](none-intent.md). Values are from `0` to `1`|`0.7`|
-| `projectName` | `{PROJECT-NAME}` | The name of your project. This value is case-sensitive. | `EmailApp` |
-| `multilingual` | `true`| A boolean value that enables you to have utterances in multiple languages in your dataset and when your model is deployed you can query the model in any supported language (not necessarily included in your training documents. See [Language support](../language-support.md#multi-lingual-option) for more information about supported language codes. | `true`|
-|`sublists`|`[]`|Array containing sublists. Each sublist is a key and its associated values.|`[]`|
+|`{API-VERSION}` | The [version](../../concepts/model-lifecycle.md#api-versions) of the API you're calling. | `2023-04-01` |
+|`confidenceThreshold`|`{CONFIDENCE-THRESHOLD}`|This is the threshold score below which the intent is predicted as [None intent](none-intent.md). Values are from `0` to `1`.|`0.7`|
+| `projectName` | `{PROJECT-NAME}` | The name of your project. This value is case sensitive. | `EmailApp` |
+| `multilingual` | `true`| A Boolean value that enables you to have utterances in multiple languages in your dataset. When your model is deployed, you can query the model in any supported language (not necessarily included in your training documents. For more information about supported language codes, see [Language support](../language-support.md#multi-lingual-option). | `true`|
+|`sublists`|`[]`|Array that contains sublists. Each sublist is a key and its associated values.|`[]`|
|`compositionSetting`|`{COMPOSITION-SETTING}`|Rule that defines how to manage multiple components in your entity. Options are `combineComponents` or `separateComponents`. |`combineComponents`|
-|`synonyms`|`[]`|Array containing all the synonyms|synonym|
-| `language` | `{LANGUAGE-CODE}` | A string specifying the language code for the utterances, synonyms, and regular expressions used in your project. If your project is a multilingual project, choose the [language code](../language-support.md) of the majority of the utterances. |`en-us`|
-| `intents` | `[]` | Array containing all the intents you have in the project. These are the intents that will be classified from your utterances.| `[]` |
-| `entities` | `[]` | Array containing all the entities in your project. These are the entities that will be extracted from your utterances. Every entity can have additional optional components defined with them: list, prebuilt, or regex. | `[]` |
-| `dataset` | `{DATASET}` | The test set to which this utterance will go to when split before training. Learn more about data splitting [here](../how-to/train-model.md#data-splitting) . Possible values for this field are `Train` and `Test`. |`Train`|
+|`synonyms`|`[]`|Array that contains all the synonyms.|synonym|
+| `language` | `{LANGUAGE-CODE}` | A string specifying the language code for the utterances, synonyms, and regular expressions used in your project. If your project is a multilingual project, choose the [language code](../language-support.md) of most the utterances. |`en-us`|
+| `intents` | `[]` | Array that contains all the intents you have in the project. These intents are classified from your utterances.| `[]` |
+| `entities` | `[]` | Array that contains all the entities in your project. These entities are extracted from your utterances. Every entity can have other optional components defined with them: list, prebuilt, or regex. | `[]` |
+| `dataset` | `{DATASET}` | The test set to which this utterance goes to when it's split before training. To learn more about data splitting, see [Train your conversational language understanding model](../how-to/train-model.md#data-splitting). Possible values for this field are `Train` and `Test`. |`Train`|
| `category` | ` ` | The type of entity associated with the span of text specified. | `Entity1`| | `offset` | ` ` | The inclusive character position of the start of the entity. |`5`| | `length` | ` ` | The character length of the entity. |`5`| | `listKey`| ` ` | A normalized value for the list of synonyms to map back to in prediction. | `Microsoft` |
-| `values`| `{VALUES-FOR-LIST}` | A list of comma separated strings that will be matched exactly for extraction and map to the list key. | `"msft", "microsoft", "MS"` |
+| `values`| `{VALUES-FOR-LIST}` | A list of comma-separated strings that are matched exactly for extraction and map to the list key. | `"msft", "microsoft", "MS"` |
| `regexKey`| `{REGEX-PATTERN}` | A normalized value for the regular expression to map back to in prediction. | `ProductPattern1` | | `regexPattern`| `{REGEX-PATTERN}` | A regular expression. | `^pre` |
-| `prebuilts`| `{PREBUILT-COMPONENTS}` | The prebuilt components that can extract common types. You can find the list of prebuilts you can add [here](../prebuilt-component-reference.md). | `Quantity.Number` |
-| `requiredComponents` | `{REQUIRED-COMPONENTS}` | A setting that specifies a requirement that a specific component be present to return the entity. You can learn more [here](./entity-components.md#required-components). The possible values are `learned`, `regex`, `list`, or `prebuilts` |`"learned", "prebuilt"`|
---
+| `prebuilts`| `{PREBUILT-COMPONENTS}` | The prebuilt components that can extract common types. For the list of prebuilts you can add, see [Supported prebuilt entity components](../prebuilt-component-reference.md). | `Quantity.Number` |
+| `requiredComponents` | `{REQUIRED-COMPONENTS}` | A setting that specifies a requirement that a specific component must be present to return the entity. To learn more, see [Entity components](./entity-components.md#required-components). The possible values are `learned`, `regex`, `list`, or `prebuilts`. |`"learned", "prebuilt"`|
## Utterance file format
-CLU offers the option to upload your utterance directly to the project rather than typing them in one by one. You can find this option in the [data labeling](../how-to/tag-utterances.md) page for your project.
+Conversational language understanding offers the option to upload your utterances directly to the project rather than typing them in one by one. You can find this option on the [data labeling](../how-to/tag-utterances.md) page for your project.
```json [
CLU offers the option to upload your utterance directly to the project rather th
|Key |Placeholder |Value | Example | |||-|--|
-|`text`|`{Utterance-Text}`|Your utterance text|Testing|
-| `language` | `{LANGUAGE-CODE}` | A string specifying the language code for the utterances used in your project. If your project is a multilingual project, choose the language code of the majority of the utterances. See [Language support](../language-support.md) for more information about supported language codes. |`en-us`|
-| `dataset` | `{DATASET}` | The test set to which this utterance will go to when split before training. Learn more about data splitting [here](../how-to/train-model.md#data-splitting) . Possible values for this field are `Train` and `Test`. |`Train`|
-|`intent`|`{intent}`|The assigned intent| intent1|
-|`entity`|`{entity}`|Entity to be extracted| entity1|
+|`text`|`{Utterance-Text}`|Your utterance text.|Testing|
+| `language` | `{LANGUAGE-CODE}` | A string that specifies the language code for the utterances used in your project. If your project is a multilingual project, choose the language code of most of the utterances. For more information about supported language codes, see [Language support](../language-support.md). |`en-us`|
+| `dataset` | `{DATASET}` | The test set to which this utterance goes to when it's split before training. To learn more about data splitting, see [Train your conversational language understanding model](../how-to/train-model.md#data-splitting). Possible values for this field are `Train` and `Test`. |`Train`|
+|`intent`|`{intent}`|The assigned intent.| intent1|
+|`entity`|`{entity}`|The entity to be extracted.| entity1|
| `category` | ` ` | The type of entity associated with the span of text specified. | `Entity1`| | `offset` | ` ` | The inclusive character position of the start of the text. |`0`| | `length` | ` ` | The length of the bounding box in terms of UTF16 characters. Training only considers the data in this region. |`500`|
+## Related content
-## Next steps
-
-* You can import your labeled data into your project directly. See [import project](../how-to/create-project.md#import-project) for more information.
-* See the [how-to article](../how-to/tag-utterances.md) more information about labeling your data. When you're done labeling your data, you can [train your model](../how-to/train-model.md).
+* For more information on importing your labeled data into your project directly, see [Import project](../how-to/create-project.md#import-project).
+* For more information about labeling your data, see [Label your utterances in Language Studio](../how-to/tag-utterances.md). After you label your data, you can [train your model](../how-to/train-model.md).
ai-services Evaluation Metrics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-services/language-service/conversational-language-understanding/concepts/evaluation-metrics.md
Title: Conversational Language Understanding evaluation metrics
+ Title: Conversational language understanding evaluation metrics
-description: Learn about evaluation metrics in Conversational Language Understanding
+description: Learn about evaluation metrics in conversational language understanding.
#
# Evaluation metrics for conversational language understanding models
-Your [dataset is split](../how-to/train-model.md#data-splitting) into two parts: a set for training, and a set for testing. The training set is used to train the model, while the testing set is used as a test for model after training to calculate the model performance and evaluation. The testing set isn't introduced to the model through the training process, to make sure that the model is tested on new data.
+Your [dataset is split](../how-to/train-model.md#data-splitting) into two parts: a set for training and a set for testing. The training set is used to train the model, while the testing set is used as a test for model after training to calculate the model performance and evaluation. The testing set isn't introduced to the model through the training process to make sure that the model is tested on new data.
-Model evaluation is triggered automatically after training is completed successfully. The evaluation process starts by using the trained model to predict user defined intents and entities for utterances in the test set, and compares them with the provided tags (which establishes a baseline of truth). The results are returned so you can review the modelΓÇÖs performance. For evaluation, conversational language understanding uses the following metrics:
+Model evaluation is triggered automatically after training is completed successfully. The evaluation process starts by using the trained model to predict user-defined intents and entities for utterances in the test set. Then the process compares them with the provided tags to establish a baseline of truth. The results are returned so that you can review the model's performance. For evaluation, conversational language understanding uses the following metrics:
-* **Precision**: Measures how precise/accurate your model is. It's the ratio between the correctly identified positives (true positives) and all identified positives. The precision metric reveals how many of the predicted classes are correctly labeled.
+* **Precision**: Measures how precise or accurate your model is. It's the ratio between the correctly identified positives (true positives) and all identified positives. The precision metric reveals how many of the predicted classes are correctly labeled.
`Precision = #True_Positive / (#True_Positive + #False_Positive)`
-* **Recall**: Measures the model's ability to predict actual positive classes. It's the ratio between the predicted true positives and what was actually tagged. The recall metric reveals how many of the predicted classes are correct.
+* **Recall**: Measures the model's ability to predict actual positive classes. It's the ratio between the predicted true positives and what was tagged. The recall metric reveals how many of the predicted classes are correct.
`Recall = #True_Positive / (#True_Positive + #False_Negatives)`
-* **F1 score**: The F1 score is a function of Precision and Recall. It's needed when you seek a balance between Precision and Recall.
+* **F1 score**: The F1 score is a function of precision and recall. It's needed when you seek a balance between precision and recall.
`F1 Score = 2 * Precision * Recall / (Precision + Recall)`
+Precision, recall, and the F1 score are calculated for:
-Precision, recall, and F1 score are calculated for:
-* Each entity separately (entity-level evaluation)
-* Each intent separately (intent-level evaluation)
+* Each entity separately (entity-level evaluation).
+* Each intent separately (intent-level evaluation).
* For the model collectively (model-level evaluation).
-The definitions of precision, recall, and evaluation are the same for entity-level, intent-level and model-level evaluations. However, the counts for *True Positives*, *False Positives*, and *False Negatives* can differ. For example, consider the following text.
+The definitions of precision, recall, and evaluation are the same for entity-level, intent-level, and model-level evaluations. However, the counts for *true positives*, *false positives*, and *false negatives* can differ. For example, consider the following text.
### Example
-* Make a response with thank you very much.
-* reply with saying yes.
+* Make a response with "thank you very much."
+* Reply with saying "yes."
* Check my email please.
-* email to cynthia that dinner last week was splendid.
-* send email to mike
+* Email to Cynthia that dinner last week was splendid.
+* Send an email to Mike.
-These are the intents used: *Reply*,*sendEmail*,*readEmail*. These are the entities: *contactName*, *message*.
+The intents used are `Reply`, `sendEmail`, and `readEmail`. The entities are `contactName` and `message`.
The model could make the following predictions: | Utterance | Predicted intent | Actual intent |Predicted entity| Actual entity| |--|--|--|--|--|
-|Make a response with thank you very much|Reply|Reply|`thank you very much` as `message` |`thank you very much` as `message` |
-|reply with saying yes| sendEmail|Reply|--|`yes` as `message`|
+|Make a response with "thank you very much"|Reply|Reply|`thank you very much` as `message` |`thank you very much` as `message` |
+|Reply with saying "yes"| sendEmail|Reply|--|`yes` as `message`|
|Check my email please|readEmail|readEmail|--|--|
-|email to cynthia that dinner last week was splendid|Reply|sendEmail|`dinner last week was splendid` as `message`| `cynthia` as `contactName`, `dinner last week was splendid` as `message`|
-|send email to mike|sendEmail|sendEmail|`mike` as `message`|`mike` as `contactName`|
+|Email to Cynthia that dinner last week was splendid|Reply|sendEmail|`dinner last week was splendid` as `message`| `cynthia` as `contactName`, `dinner last week was splendid` as `message`|
+|Send an email to Mike|sendEmail|sendEmail|`mike` as `message`|`mike` as `contactName`|
-
-### Intent level evaluation for *Reply* intent
+### Intent-level evaluation for Reply intent
| Key | Count | Explanation | |--|--|--|
-| True Positive | 1 | Utterance 1 was correctly predicted as *Reply*. |
-| False Positive | 1 |Utterance 4 was mistakenly predicted as *Reply*. |
-| False Negative | 1 | Utterance 2 was mistakenly predicted as *sendEmail*. |
+| True positive | 1 | Utterance 1 was correctly predicted as `Reply`. |
+| False positive | 1 |Utterance 4 was mistakenly predicted as `Reply`. |
+| False negative | 1 | Utterance 2 was mistakenly predicted as `sendEmail`. |
**Precision** = `#True_Positive / (#True_Positive + #False_Positive) = 1 / (1 + 1) = 0.5` **Recall** = `#True_Positive / (#True_Positive + #False_Negatives) = 1 / (1 + 1) = 0.5`
-**F1 Score** = `2 * Precision * Recall / (Precision + Recall) = (2 * 0.5 * 0.5) / (0.5 + 0.5) = 0.5 `
-
+**F1 score** = `2 * Precision * Recall / (Precision + Recall) = (2 * 0.5 * 0.5) / (0.5 + 0.5) = 0.5 `
-### Intent level evaluation for *sendEmail* intent
+### Intent-level evaluation for sendEmail intent
| Key | Count | Explanation | |--|--|--|
-| True Positive | 1 | Utterance 5 was correctly predicted as *sendEmail* |
-| False Positive | 1 |Utterance 2 was mistakenly predicted as *sendEmail*. |
-| False Negative | 1 | Utterance 4 was mistakenly predicted as *Reply*. |
+| True positive | 1 | Utterance 5 was correctly predicted as `sendEmail`. |
+| False positive | 1 |Utterance 2 was mistakenly predicted as `sendEmail`. |
+| False negative | 1 | Utterance 4 was mistakenly predicted as `Reply`. |
**Precision** = `#True_Positive / (#True_Positive + #False_Positive) = 1 / (1 + 1) = 0.5` **Recall** = `#True_Positive / (#True_Positive + #False_Negatives) = 1 / (1 + 1) = 0.5`
-**F1 Score** = `2 * Precision * Recall / (Precision + Recall) = (2 * 0.5 * 0.5) / (0.5 + 0.5) = 0.5 `
+**F1 score** = `2 * Precision * Recall / (Precision + Recall) = (2 * 0.5 * 0.5) / (0.5 + 0.5) = 0.5 `
-### Intent level evaluation for *readEmail* intent
+### Intent-level evaluation for readEmail intent
| Key | Count | Explanation | |--|--|--|
-| True Positive | 1 | Utterance 3 was correctly predicted as *readEmail*. |
-| False Positive | 0 |--|
-| False Negative | 0 |--|
+| True positive | 1 | Utterance 3 was correctly predicted as `readEmail`. |
+| False positive | 0 |--|
+| False negative | 0 |--|
**Precision** = `#True_Positive / (#True_Positive + #False_Positive) = 1 / (1 + 0) = 1` **Recall** = `#True_Positive / (#True_Positive + #False_Negatives) = 1 / (1 + 0) = 1`
-**F1 Score** = `2 * Precision * Recall / (Precision + Recall) = (2 * 1 * 1) / (1 + 1) = 1`
+**F1 score** = `2 * Precision * Recall / (Precision + Recall) = (2 * 1 * 1) / (1 + 1) = 1`
-### Entity level evaluation for *contactName* entity
+### Entity-level evaluation for contactName entity
| Key | Count | Explanation | |--|--|--|
-| True Positive | 1 | `cynthia` was correctly predicted as `contactName` in utterance 4|
-| False Positive | 0 |--|
-| False Negative | 1 | `mike` was mistakenly predicted as `message` in utterance 5 |
+| True positive | 1 | `cynthia` was correctly predicted as `contactName` in utterance 4.|
+| False positive | 0 |--|
+| False negative | 1 | `mike` was mistakenly predicted as `message` in utterance 5. |
**Precision** = `#True_Positive / (#True_Positive + #False_Positive) = 1 / (1 + 0) = 1` **Recall** = `#True_Positive / (#True_Positive + #False_Negatives) = 1 / (1 + 1) = 0.5`
-**F1 Score** = `2 * Precision * Recall / (Precision + Recall) = (2 * 1 * 0.5) / (1 + 0.5) = 0.67`
+**F1 score** = `2 * Precision * Recall / (Precision + Recall) = (2 * 1 * 0.5) / (1 + 0.5) = 0.67`
-### Entity level evaluation for *message* entity
+### Entity-level evaluation for message entity
| Key | Count | Explanation | |--|--|--|
-| True Positive | 2 |`thank you very much` was correctly predicted as `message` in utterance 1 and `dinner last week was splendid` was correctly predicted as `message` in utterance 4 |
-| False Positive | 1 |`mike` was mistakenly predicted as `message` in utterance 5 |
-| False Negative | 1 | ` yes` was not predicted as `message` in utterance 2 |
+| True positive | 2 |`thank you very much` was correctly predicted as `message` in utterance 1 and `dinner last week was splendid` was correctly predicted as `message` in utterance 4. |
+| False positive | 1 |`mike` was mistakenly predicted as `message` in utterance 5. |
+| False negative | 1 | ` yes` wasn't predicted as `message` in utterance 2. |
**Precision** = `#True_Positive / (#True_Positive + #False_Positive) = 2 / (2 + 1) = 0.67`
The model could make the following predictions:
**F1 Score** = `2 * Precision * Recall / (Precision + Recall) = (2 * 0.67 * 0.67) / (0.67 + 0.67) = 0.67` - ### Model-level evaluation for the collective model | Key | Count | Explanation | |--|--|--|
-| True Positive | 6 | Sum of TP for all intents and entities |
-| False Positive | 3| Sum of FP for all intents and entities |
-| False Negative | 4 | Sum of FN for all intents and entities |
+| True positive | 6 | Sum of true positives for all intents and entities. |
+| False positive | 3| Sum of false positives for all intents and entities. |
+| False negative | 4 | Sum of false negatives for all intents and entities. |
**Precision** = `#True_Positive / (#True_Positive + #False_Positive) = 6 / (6 + 3) = 0.67` **Recall** = `#True_Positive / (#True_Positive + #False_Negatives) = 6 / (6 + 4) = 0.60`
-**F1 Score** = `2 * Precision * Recall / (Precision + Recall) = (2 * 0.67 * 0.60) / (0.67 + 0.60) = 0.63`
+**F1 score** = `2 * Precision * Recall / (Precision + Recall) = (2 * 0.67 * 0.60) / (0.67 + 0.60) = 0.63`
## Confusion matrix
-A Confusion matrix is an N x N matrix used for model performance evaluation, where N is the number of entities or intents.
-The matrix compares the expected labels with the ones predicted by the model.
-This gives a holistic view of how well the model is performing and what kinds of errors it is making.
+A confusion matrix is an N x N matrix used for model performance evaluation, where N is the number of entities or intents. The matrix compares the expected labels with the ones predicted by the model. The matrix gives a holistic view of how well the model is performing and what kinds of errors it's making.
-You can use the Confusion matrix to identify intents or entities that are too close to each other and often get mistaken (ambiguity). In this case consider merging these intents or entities together. If that isn't possible, consider adding more tagged examples of both intents or entities to help the model differentiate between them.
+You can use the confusion matrix to identify intents or entities that are too close to each other and often get mistaken (ambiguity). In this case, consider merging these intents or entities together. If merging isn't possible, consider adding more tagged examples of both intents or entities to help the model differentiate between them.
-The highlighted diagonal in the image below is the correctly predicted entities, where the predicted tag is the same as the actual tag.
+The highlighted diagonal in the following image shows the correctly predicted entities, where the predicted tag is the same as the actual tag.
You can calculate the intent-level or entity-level and model-level evaluation metrics from the confusion matrix:
-* The values in the diagonal are the *True Positive* values of each intent or entity.
-* The sum of the values in the intent or entities rows (excluding the diagonal) is the *false positive* of the model.
-* The sum of the values in the intent or entities columns (excluding the diagonal) is the *false Negative* of the model.
+* The values in the diagonal are the true positive values of each intent or entity.
+* The sum of the values in the intent or entities rows (excluding the diagonal) is the false positive of the model.
+* The sum of the values in the intent or entities columns (excluding the diagonal) is the false negative of the model.
-Similarly,
-
-* The *true positive* of the model is the sum of *true Positives* for all intents or entities.
-* The *false positive* of the model is the sum of *false positives* for all intents or entities.
-* The *false Negative* of the model is the sum of *false negatives* for all intents or entities.
+Similarly:
+* The true positive of the model is the sum of true positives for all intents or entities.
+* The false positive of the model is the sum of false positives for all intents or entities.
+* The false negative of the model is the sum of false negatives for all intents or entities.
## Guidance
-After you trained your model, you will see some guidance and recommendations on how to improve the model. It's recommended to have a model covering every point in the guidance section.
-
-* Training set has enough data: When an intent or entity has fewer than 15 labeled instances in the training data, it can lead to lower accuracy due to the model not being adequately trained on that intent. In this case, consider adding more labeled data in the training set. You should only consider adding more labeled data to your entity if your entity has a learned component. If your entity is defined only by list, prebuilt, and regex components, then this recommendation is not applicable.
-
-* All intents or entities are present in test set: When the testing data lacks labeled instances for an intent or entity, the model evaluation is less comprehensive due to untested scenarios. Consider having test data for every intent and entity in your model to ensure everything is being tested.
+After you train your model, you see some guidance and recommendations on how to improve the model. We recommend that you have a model covering every point in the guidance section.
-* Unclear distinction between intents or entities: When data is similar for different intents or entities, it can lead to lower accuracy because they may be frequently misclassified as each other. Review the following intents and entities and consider merging them if theyΓÇÖre similar. Otherwise, add more examples to better distinguish them from each other. You can check the *confusion matrix* tab for more guidance. If you are seeing two entities constantly being predicted for the same spans because they share the same list, prebuilt, or regex components, then make sure to add a **learned** component for each entity and make it **required**. Learn more about [entity components](./entity-components.md).
+* **Training set has enough data:** When an intent or entity has fewer than 15 labeled instances in the training data, it can lead to lower accuracy because the model isn't adequately trained on that intent. In this case, consider adding more labeled data in the training set. You should only consider adding more labeled data to your entity if your entity has a learned component. If your entity is defined only by list, prebuilt, and regex components, this recommendation doesn't apply.
+* **All intents or entities are present in test set:** When the testing data lacks labeled instances for an intent or entity, the model evaluation is less comprehensive because of untested scenarios. Consider having test data for every intent and entity in your model to ensure that everything is being tested.
+* **Unclear distinction between intents or entities:** When data is similar for different intents or entities, it can lead to lower accuracy because they might be frequently misclassified as each other. Review the following intents and entities and consider merging them if they're similar. Otherwise, add more examples to better distinguish them from each other. You can check the **Confusion matrix** tab for more guidance. If you're seeing two entities constantly being predicted for the same spans because they share the same list, prebuilt, or regex components, make sure to add a *learned* component for each entity and make it *required*. Learn more about [entity components](./entity-components.md).
-## Next steps
+## Related content
-[Train a model in Language Studio](../how-to/train-model.md)
+* [Train a model in Language Studio](../how-to/train-model.md)
ai-services None Intent https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-services/language-service/conversational-language-understanding/concepts/none-intent.md
Title: Conversational Language Understanding None Intent
-description: Learn about the default None intent in conversational language understanding
+description: Learn about the default None intent in conversational language understanding.
#
# None intent
-Every project in conversational language understanding includes a default **None** intent. The None intent is a required intent and can't be deleted or renamed. The intent is meant to categorize any utterances that do not belong to any of your other custom intents.
+Every project in conversational language understanding includes a default None intent. The None intent is a required intent and can't be deleted or renamed. The intent is meant to categorize utterances that don't belong to any of your other custom intents.
-An utterance can be predicted as the None intent if the top scoring intent's score is **lower** than the None score threshold. It can also be predicted if the utterance is similar to examples added to the None intent.
+An utterance can be predicted as the None intent if the top scoring intent's score is *lower* than the None score threshold. It can also be predicted if the utterance is similar to examples added to the None intent.
## None score threshold You can go to the **project settings** of any project and set the **None score threshold**. The threshold is a decimal score from **0.0** to **1.0**.
-For any query and utterance, the highest scoring intent ends up **lower** than the threshold score, the top intent will be automatically replaced with the None intent. The scores of all the other intents remain unchanged.
+For any query and utterance, the highest scoring intent ends up *lower* than the threshold score, so the top intent is automatically replaced with the None intent. The scores of all the other intents remain unchanged.
-The score should be set according to your own observations of prediction scores, as they may vary by project. A higher threshold score forces the utterances to be more similar to the examples you have in your training data.
+The score should be set according to your own observations of prediction scores because they might vary by project. A higher threshold score forces the utterances to be more similar to the examples you have in your training data.
-When you export a project's JSON file, the None score threshold is defined in the _**"settings"**_ parameter of the JSON as the _**"confidenceThreshold"**_, which accepts a decimal value between 0.0 and 1.0.
+When you export a project's JSON file, the None score threshold is defined in the `settings` parameter of the JSON as the `confidenceThreshold`. The threshold accepts a decimal value between 0.0 and 1.0.
> [!NOTE]
-> During model evaluation of your test set, the None score threshold is not applied.
+> During model evaluation of your test set, the None score threshold isn't applied.
-## Adding examples to the None intent
+## Add examples to the None intent
-The None intent is also treated like any other intent in your project. If there are utterances that you want predicted as None, consider adding similar examples to them in your training data. For example, if you would like to categorize utterances that are not important to your project as None, such as greetings, yes and no answers, responses to questions such as providing a number, then add those utterances to your intent.
+The None intent is also treated like any other intent in your project. If there are utterances that you want predicted as None, consider adding similar examples to them in your training data. If you want to categorize utterances that aren't important to your project as None, add those utterances to your intent. Examples might include greetings, yes-and-no answers, and responses to questions such as providing a number.
-You should also consider adding false positive examples to the None intent. For example, in a flight booking project it is likely that the utterance "I want to buy a book" could be confused with a Book Flight intent. Adding "I want to buy a book" or "I love reading books" as None training utterances helps alter the predictions of those types of utterances towards the None intent instead of Book Flight.
+You should also consider adding false positive examples to the None intent. For example, in a flight booking project it's likely that the utterance "I want to buy a book" could be confused with a Book Flight intent. You can add "I want to buy a book" or "I love reading books" as None training utterances. They help to alter the predictions of those types of utterances toward the None intent instead of Book Flight.
-## Next steps
+## Related content
-[Conversational language understanding overview](../overview.md)
+- [Conversational language understanding overview](../overview.md)
ai-services Custom Commands Encryption Of Data At Rest https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-services/speech-service/custom-commands-encryption-of-data-at-rest.md
- Title: Custom Commands service encryption of data at rest-
-description: Custom Commands encryption of data at rest.
---- Previously updated : 1/18/2024----
-# Custom Commands encryption of data at rest
--
-Custom Commands automatically encrypts your data when it's persisted to the cloud. The Custom Commands service encryption protects your data and to help you to meet your organizational security and compliance commitments.
-
-> [!NOTE]
-> Custom Commands service doesn't automatically enable encryption for the LUIS resources associated with your application. If needed, you must enable encryption for your LUIS resource from [here](../luis/encrypt-data-at-rest.md).
-
-## About Azure AI services encryption
-Data is encrypted and decrypted using [FIPS 140-2](https://en.wikipedia.org/wiki/FIPS_140-2) compliant [256-bit AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard) encryption. Encryption and decryption are transparent, meaning encryption and access are managed for you. Your data is secure by default and you don't need to modify your code or applications to take advantage of encryption.
-
-## About encryption key management
-
-When you use Custom Commands, speech service stores following data in the cloud:
-* Configuration JSON behind the Custom Commands application
-* LUIS authoring and prediction key
-
-By default, your subscription uses Microsoft-managed encryption keys. However, you can also manage your subscription with your own encryption keys. Customer-managed keys (CMK), also known as bring your own key (BYOK), offer greater flexibility to create, rotate, disable, and revoke access controls. You can also audit the encryption keys used to protect your data.
--
-> [!IMPORTANT]
-> Customer-managed keys are only available resources created after 27 June, 2020. To use CMK with the Speech service, you will need to create a new Speech resource. Once the resource is created, you can use Azure Key Vault to set up your managed identity.
-
-To request the ability to use customer-managed keys, fill out and submit Customer-Managed Key Request Form. It takes approximately 3-5 business days to hear back on the status of your request. Depending on demand, you might be placed in a queue and approved as space becomes available. Once approved for using CMK with the Speech service, you need to create a new Speech resource from the Azure portal.
- > [!NOTE]
- > **Customer-managed keys (CMK) are supported only for custom commands.**
- >
- > **Custom speech and custom voice still support only Bring Your Own Storage (BYOS).** [Learn more](speech-encryption-of-data-at-rest.md)
- >
- > If you're using the given speech resource for accessing these service, compliance needs must be met by explicitly configuring BYOS.
--
-## Customer-managed keys with Azure Key Vault
-
-You must use Azure Key Vault to store customer-managed keys. You can either create your own keys and store them in a key vault, or you can use the Azure Key Vault APIs to generate keys. The Speech resource and the key vault must be in the same region and in the same Microsoft Entra tenant, but they can be in different subscriptions. For more information about Azure Key Vault, see [What is Azure Key Vault?](../../key-vault/general/overview.md).
-
-When a new Speech resource is created and used to provision Custom Commands applications, data is always encrypted using Microsoft-managed keys. It's not possible to enable customer-managed keys at the time that the resource is created. Customer-managed keys are stored in Azure Key Vault, and the key vault must be provisioned with access policies that grant key permissions to the managed identity that is associated with the Azure AI services resource. The managed identity is available only after the resource is created using the Pricing Tier required for CMK.
-
-Enabling customer managed keys also enables a system assigned [managed identity](../../active-directory/managed-identities-azure-resources/overview.md), a feature of Microsoft Entra ID. Once the system assigned managed identity is enabled, this resource is registered with Microsoft Entra ID. After being registered, the managed identity is given access to the Key Vault selected during customer managed key setup.
-
-> [!IMPORTANT]
-> If you disable system assigned managed identities, access to the key vault will be removed and any data encrypted with the customer keys will no longer be accessible. Any features depended on this data will stop working.
-
-> [!IMPORTANT]
-> Managed identities do not currently support cross-directory scenarios. When you configure customer-managed keys in the Azure portal, a managed identity is automatically assigned under the covers. If you subsequently move the subscription, resource group, or resource from one Microsoft Entra directory to another, the managed identity associated with the resource is not transferred to the new tenant, so customer-managed keys may no longer work. For more information, see **Transferring a subscription between Microsoft Entra directories** in [FAQs and known issues with managed identities for Azure resources](../../active-directory/managed-identities-azure-resources/known-issues.md#transferring-a-subscription-between-azure-ad-directories).
-
-## Configure Azure Key Vault
-
-Using customer-managed keys requires that two properties be set in the key vault, **Soft Delete** and **Do Not Purge**. These properties aren't enabled by default, but can be enabled using either PowerShell or Azure CLI on a new or existing key vault.
-
-> [!IMPORTANT]
-> If you do not have the **Soft Delete** and **Do Not Purge** properties enabled and you delete your key, you won't be able to recover the data in your Azure AI services resource.
-
-To learn how to enable these properties on an existing key vault, see the sections titled **Enabling soft-delete** and **Enabling Purge Protection** in one of the following articles:
--- [How to use soft-delete with PowerShell](../../key-vault/general/key-vault-recovery.md).-- [How to use soft-delete with CLI](../../key-vault/general/key-vault-recovery.md).-
-Only RSA keys of size 2048 are supported with Azure Storage encryption. For more information about keys, see **Key Vault keys** in [About Azure Key Vault keys, secrets and certificates](../../key-vault/general/about-keys-secrets-certificates.md).
-
-## Enable customer-managed keys for your Speech resource
-
-To enable customer-managed keys in the Azure portal, follow these steps:
-
-1. Navigate to your Speech resource.
-1. On the **Settings** page for your Speech resource, select **Encryption**. Select the **Customer Managed Keys** option, as shown in the following figure.
-
- ![Screenshot showing how to select Customer Managed Keys](media/custom-commands/select-cmk.png)
-
-## Specify a key
-
-After you enable customer-managed keys, you'll have the opportunity to specify a key to associate with the Azure AI services resource.
-
-### Specify a key as a URI
-
-To specify a key as a URI, follow these steps:
-
-1. To locate the key URI in the Azure portal, navigate to your key vault, and select the **Keys** setting. Select the desired key, then select the key to view its versions. Select a key version to view the settings for that version.
-1. Copy the value of the **Key Identifier** field, which provides the URI.
-
- ![Screenshot showing key vault key URI](../media/cognitive-services-encryption/key-uri-portal.png)
-
-1. In the **Encryption** settings for your Speech service, choose the **Enter key URI** option.
-1. Paste the URI that you copied into the **Key URI** field.
-
-1. Specify the subscription that contains the key vault.
-1. Save your changes.
-
-### Specify a key from a key vault
-
-To specify a key from a key vault, first make sure that you have a key vault that contains a key. To specify a key from a key vault, follow these steps:
-
-1. Choose the **Select from Key Vault** option.
-1. Select the key vault containing the key you want to use.
-1. Select the key from the key vault.
-
- ![Screenshot showing customer-managed key option](media/custom-commands/configure-cmk-fromKV.png)
-
-1. Save your changes.
-
-## Update the key version
-
-When you create a new version of a key, update the Speech resource to use the new version. Follow these steps:
-
-1. Navigate to your Speech resource and display the **Encryption** settings.
-1. Enter the URI for the new key version. Alternately, you can select the key vault and the key again to update the version.
-1. Save your changes.
-
-## Use a different key
-
-To change the key used for encryption, follow these steps:
-
-1. Navigate to your Speech resource and display the **Encryption** settings.
-1. Enter the URI for the new key. Alternately, you can select the key vault and choose a new key.
-1. Save your changes.
-
-## Rotate customer-managed keys
-
-You can rotate a customer-managed key in Azure Key Vault according to your compliance policies. When the key is rotated, you must update the Speech resource to use the new key URI. To learn how to update the resource to use a new version of the key in the Azure portal, see [Update the key version](#update-the-key-version).
-
-Rotating the key doesn't trigger re-encryption of data in the resource. There's no further action required from the user.
-
-## Revoke access to customer-managed keys
-
-To revoke access to customer-managed keys, use PowerShell or Azure CLI. For more information, see [Azure Key Vault PowerShell](/powershell/module/az.keyvault//) or [Azure Key Vault CLI](/cli/azure/keyvault). Revoking access effectively blocks access to all data in the Azure AI services resource, as the encryption key is inaccessible by Azure AI services.
-
-## Disable customer-managed keys
-
-When you disable customer-managed keys, your Speech resource is then encrypted with Microsoft-managed keys. To disable customer-managed keys, follow these steps:
-
-1. Navigate to your Speech resource and display the **Encryption** settings.
-1. Deselect the checkbox next to the **Use your own key** setting.
-
-## Next steps
-
-* [Speech Customer-Managed Key Request Form](https://aka.ms/cogsvc-cmk)
-* [Learn more about Azure Key Vault](../../key-vault/general/overview.md)
-* [What are managed identities](../../active-directory/managed-identities-azure-resources/overview.md)
ai-services Custom Commands References https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-services/speech-service/custom-commands-references.md
- Title: 'Custom Commands concepts and definitions - Speech service'-
-description: In this article, you learn about concepts and definitions for Custom Commands applications.
---- Previously updated : 1/18/2024----
-# Custom Commands concepts and definitions
--
-This article serves as a reference for concepts and definitions for Custom Commands applications.
-
-## Commands configuration
-Commands are the basic building blocks of a Custom Commands application. A command is a set of configurations required to complete a specific task defined by a user.
-
-### Example sentences
-Example utterances are the set examples the user can say to trigger a particular command. You need to provide only a sample of utterances and not an exhaustive list.
-
-### Parameters
-Parameters are information required by the commands to complete a task. In complex scenarios, parameters can also be used to define conditions that trigger custom actions.
-
-### Completion rules
-Completion rules are a series of rules to be executed after the command is ready to be fulfilled, for example, when all the conditions of the rules are satisfied.
-
-### Interaction rules
-Interaction rules are extra rules to handle more specific or complex situations. You can add more validations or configure advanced features such as confirmations or a one-step correction. You can also build your own custom interaction rules.
-
-## Parameters configuration
-
-Parameters are information required by commands to complete a task. In complex scenarios, parameters can also be used to define conditions that trigger custom actions.
-
-### Name
-A parameter is identified by the name property. You should always give a descriptive name to a parameter. A parameter can be referred across different sections, for example, when you construct conditions, speech responses, or other actions.
-
-### Required
-This check box indicates whether a value for this parameter is required for command fulfillment or completion. You must configure responses to prompt the user to provide a value if a parameter is marked as required.
-
-If you configured a **required parameter** to have a **Default value**, the system still prompts for the parameter's value.
-
-### Type
-Custom Commands supports the following parameter types:
-
-* Age
-* Currency
-* DateTime
-* Dimension
-* Email
-* Geography
-* Number
-* Ordinal
-* Percentage
-* PersonName
-* PhoneNumber
-* String
-* Temperature
-* Url
-
-Every locale supports the "String" parameter type, but availability of all other types differs by locale. Custom Commands uses LUIS's prebuilt entity resolution, so the availability of a parameter type in a locale depends on LUIS's prebuilt entity support in that locale. You can find [more details on LUIS's prebuilt entity support per locale](../luis/luis-reference-prebuilt-entities.md). Custom LUIS entities (such as machine learned entities) are currently not supported.
-
-Some parameter types like Number, String and DateTime support default value configuration, which you can configure from the portal.
-
-### Configuration
-Configuration is a parameter property defined only for the type String. The following values are supported:
-
-* **None**.
-* **Accept full input**: When enabled, a parameter accepts any input utterance. This option is useful when the user needs a parameter with the full utterance. An example is postal addresses.
-* **Accept predefined input values from an external catalog**: This value is used to configure a parameter that can assume a wide variety of values. An example is a sales catalog. In this case, the catalog is hosted on an external web endpoint and can be configured independently.
-* **Accept predefined input values from internal catalog**: This value is used to configure a parameter that can assume a few values. In this case, values must be configured in the Speech Studio.
--
-### Validation
-Validations are constructs applicable to certain parameter types that let you configure constraints on a parameter's value. Currently, Custom Commands supports validations on the following parameter types:
-
-* DateTime
-* Number
-
-## Rules configuration
-A rule in Custom Commands is defined by a set of *conditions* that, when met, execute a set of *actions*. Rules also let you configure *post-execution state* and *expectations* for the next turn.
-
-### Types
-Custom Commands supports the following rule categories:
-
-* **Completion rules**: These rules must be executed upon command fulfillment. All the rules configured in this section for which the conditions are true will be executed.
-* **Interaction rules**: These rules can be used to configure extra custom validations, confirmations, and a one-step correction, or to accomplish any other custom dialog logic. Interaction rules are evaluated at each turn in the processing and can be used to trigger completion rules.
-
-The different actions configured as part of a rule are executed in the order in which they appear in the authoring portal.
-
-### Conditions
-Conditions are the requirements that must be met for a rule to execute. Rules conditions can be of the following types:
-
-* **Parameter value equals**: The configured parameter's value equals a specific value.
-* **No parameter value**: The configured parameters shouldn't have any value.
-* **Required parameters**: The configured parameter has a value.
-* **All required parameters**: All the parameters that were marked as required have a value.
-* **Updated parameters**: One or more parameter values were updated as a result of processing the current input (utterance or activity).
-* **Confirmation was successful**: The input utterance or activity was a successful confirmation (yes).
-* **Confirmation was denied**: The input utterance or activity wasn't a successful confirmation (no).
-* **Previous command needs to be updated**: This condition is used in instances when you want to catch a negated confirmation along with an update. Behind the scenes, this condition is configured for when the dialog engine detects a negative confirmation where the intent is the same as the previous turn, and the user has responded with an update.
-
-### Actions
-* **Send speech response**: Send a speech response back to the client.
-* **Update parameter value**: Update the value of a command parameter to a specified value.
-* **Clear parameter value**: Clear the command parameter value.
-* **Call web endpoint**: Make a call to a web endpoint.
-* **Send activity to client**: Send a custom activity to the client.
-
-### Expectations
-Expectations are used to configure hints for the processing of the next user input. The following types are supported:
-
-* **Expecting confirmation from user**: This expectation specifies that the application is expecting a confirmation (yes/no) for the next user input.
-* **Expecting parameter(s) input from user**: This expectation specifies one or more command parameters that the application is expecting from the user input.
-
-### Post-execution state
-The post-execution state is the dialog state after processing the current input (utterance or activity). It's of the following types:
-
-* **Keep current state**: Keep current state only.
-* **Complete the command**: Complete the command and no more rules of the command are processed.
-* **Execute completion rules**: Execute all the valid completion rules.
-* **Wait for user's input**: Wait for the next user input.
--
-## Next steps
-
-> [!div class="nextstepaction"]
-> [See samples on GitHub](https://aka.ms/speech/cc-samples)
ai-services Direct Line Speech https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-services/speech-service/direct-line-speech.md
Direct Line Speech is a robust, end-to-end solution for creating a flexible, ext
[Voice assistants](voice-assistants.md) listen to users and take an action in response, often speaking back. They use [speech to text](speech-to-text.md) to transcribe the user's speech, then take action on the natural language understanding of the text. This action frequently includes spoken output from the assistant generated with [text to speech](text-to-speech.md).
-Direct Line Speech offers the highest levels of customization and sophistication for voice assistants. It's designed for conversational scenarios that are open-ended, natural, or hybrids of the two with task completion or command-and-control use. This high degree of flexibility comes with a greater complexity. Consider [Custom Commands](custom-commands.md) for scenarios that are scoped to well-defined tasks using natural language input.
+Direct Line Speech offers the highest levels of customization and sophistication for voice assistants. It's designed for conversational scenarios that are open-ended, natural, or hybrids of the two with task completion or command-and-control use.
Direct Line Speech supports these locales: `ar-eg`, `ar-sa`, `ca-es`, `da-dk`, `de-de`, `en-au`, `en-ca`, `en-gb`, `en-in`, `en-nz`, `en-us`, `es-es`, `es-mx`, `fi-fi`, `fr-ca`, `fr-fr`, `gu-in`, `hi-in`, `hu-hu`, `it-it`, `ja-jp`, `ko-kr`, `mr-in`, `nb-no`, `nl-nl`, `pl-pl`, `pt-br`, `pt-pt`, `ru-ru`, `sv-se`, `ta-in`, `te-in`, `th-th`, `tr-tr`, `zh-cn`, `zh-hk`, and `zh-tw`.
ai-services How To Custom Commands Debug Build Time https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-services/speech-service/how-to-custom-commands-debug-build-time.md
- Title: 'Debug errors when authoring a Custom Commands application (Preview)'-
-description: In this article, you learn how to debug errors when authoring Custom Commands application.
---- Previously updated : 1/18/2024----
-# Debug errors when authoring a Custom Commands application
--
-This article describes how to debug when you see errors while building Custom Commands application.
-
-## Errors when creating an application
-Custom Commands also creates an application in [LUIS](https://www.luis.ai/) when creating a Custom Commands application.
-
-[LUIS limits 500 applications per authoring resource](../luis/luis-limits.md). Creation of LUIS application could fail if you're using an authoring resource that already has 500 applications.
-
-Make sure the selected LUIS authoring resource has fewer than 500 applications. If not, you can create new LUIS authoring resource, switch to another one, or try to clean up your LUIS applications.
-
-## Errors when deleting an application
-### Can't delete LUIS application
-When you delete a Custom Commands application, Custom Commands might also try to delete the LUIS application associated with the Custom Commands application.
-
-If the deletion of LUIS application failed, go to your [LUIS](https://www.luis.ai/) account to delete them manually.
-
-### TooManyRequests
-When you try to delete large number of applications all at once, it's likely you would see 'TooManyRequests' errors. These errors mean your deletion requests get throttled by Azure.
-
-Refresh your page and try to delete fewer applications.
-
-## Errors when modifying an application
-
-### Can't delete a parameter or a Web Endpoint
-You aren't allowed to delete a parameter when it's being used.
-Remove any reference of the parameter in any speech responses, sample sentences, conditions, actions, and try again.
-
-### Can't delete a Web Endpoint
-You aren't allowed to delete a Web Endpoint when it's being used.
-Remove any **Call Web Endpoint** action that uses this Web Endpoint before removing a Web Endpoint.
-
-## Errors when training an application
-### Built-In intents
-LUIS has built-in Yes/No intents. Having sample sentences with only "yes", "no" would fail the training.
-
-| Keyword | Variations |
-| - | |
-| Yes | Sure, OK |
-| No | Nope, Not |
-
-### Common sample sentences
-Custom Commands doesn't allow common sample sentences shared among different commands. The training of an application could fail if some sample sentences in one command are already defined in another command.
-
-Make sure you don't have common sample sentences shared among different commands.
-
-For best practice of balancing your sample sentences across different commands, refer [LUIS best practice](../luis/faq.md).
-
-### Empty sample sentences
-You need to have at least one sample sentence for each Command.
-
-### Undefined parameter in sample sentences
-One or more parameters are used in the sample sentences but not defined.
-
-### Training takes too long
-LUIS training is meant to learn quickly with fewer examples. Don't add too many example sentences.
-
-If you have many example sentences that are similar, define a parameter, abstract them into a pattern and add it to Example Sentences.
-
-For example, you can define a parameter {vehicle} for the example sentences below, and only add "Book a {vehicle}" to Example Sentences.
-
-| Example sentences | Pattern |
-| - | - |
-| Book a car | Book a {vehicle} |
-| Book a flight | Book a {vehicle} |
-| Book a taxi | Book a {vehicle} |
-
-For best practice of LUIS training, refer [LUIS best practice](../luis/faq.md).
-
-## Can't update LUIS key
-### Reassign to E0 authoring resource
-LUIS doesn't support reassigning LUIS application to E0 authoring resource.
-
-If you need to change your authoring resource from F0 to E0, or change to a different E0 resource, recreate the application.
-
-For quickly export an existing application and import it into a new application, refer to [Continuous Deployment with Azure DevOps](./how-to-custom-commands-deploy-cicd.md).
-
-### Save button is disabled
-If you never assign a LUIS prediction resource to your application, the Save button would be disabled when you try to change your authoring resource without adding a prediction resource.
-
-## Next steps
-
-> [!div class="nextstepaction"]
-> [See samples on GitHub](https://aka.ms/speech/cc-samples)
ai-services How To Custom Commands Debug Runtime https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-services/speech-service/how-to-custom-commands-debug-runtime.md
- Title: 'Troubleshooting guide for a Custom Commands application at runtime'-
-description: In this article, you learn how to debug runtime errors in a Custom Commands application.
---- Previously updated : 1/18/2024----
-# Troubleshoot a Custom Commands application at runtime
--
-This article describes how to debug when you see errors while running Custom Commands application.
-
-## Connection failed
-
-If your run Custom Commands application from [client application (with Speech SDK)](./how-to-custom-commands-setup-speech-sdk.md) or [Windows Voice Assistant Client](./how-to-custom-commands-developer-flow-test.md), you might experience connection errors as listed below:
-
-| Error code | Details |
-| - | -- |
-| [401](#error-401) | AuthenticationFailure: WebSocket Upgrade failed with an authentication error |
-| [1002](#error-1002) | The server returned status code '404' when status code '101' was expected. |
-
-### Error 401
-- The region specified in client application doesn't match with the region of the custom command application--- Speech resource Key is invalid
-
- Make sure your speech resource key is correct.
-
-### Error 1002
-- Your custom command application isn't published
-
- Publish your application in the portal.
--- Your custom command applicationId isn't valid-
- Make sure your custom command application ID is correct.
- custom command application outside your speech resource
-
- Make sure the custom command application is created under your speech resource.
-
-For more information on troubleshooting the connection issues, reference [Windows Voice Assistant Client Troubleshooting](https://github.com/Azure-Samples/Cognitive-Services-Voice-Assistant/tree/master/clients/csharp-wpf#troubleshooting)
--
-## Dialog is canceled
-
-When your Custom Commands application is running, the dialog would be canceled when some errors occur.
--- If you're testing the application in the portal, it would directly display the cancellation description and play out an error earcon. --- If you're running the application with [Windows Voice Assistant Client](./how-to-custom-commands-developer-flow-test.md), it would play out an error earcon. You can find the **Event: CancelledDialog** under the **Activity Logs**.--- If you're following our client application example [client application (with Speech SDK)](./how-to-custom-commands-setup-speech-sdk.md), it would play out an error earcon. You can find the **Event: CancelledDialog** under the **Status**.--- If you're building your own client application, you can always design your desired logics to handle the CancelledDialog events.-
-The CancelledDialog event consists of cancellation code and description, as listed below:
-
-| Cancellation Code | Cancellation Description |
-| - | | -- |
-| [MaxTurnThresholdReached](#no-progress-was-made-after-the-max-number-of-turns-allowed) | No progress was made after the max number of turns allowed |
-| [RecognizerQuotaExceeded](#recognizer-usage-quota-exceeded) | Recognizer usage quota exceeded |
-| [RecognizerConnectionFailed](#connection-to-the-recognizer-failed) | Connection to the recognizer failed |
-| [RecognizerUnauthorized](#this-application-cant-be-accessed-with-the-current-subscription) | This application can't be accessed with the current subscription |
-| [RecognizerInputExceededAllowedLength](#input-exceeds-the-maximum-supported-length) | Input exceeds the maximum supported length for the recognizer |
-| [RecognizerNotFound](#recognizer-not-found) | Recognizer not found |
-| [RecognizerInvalidQuery](#invalid-query-for-the-recognizer) | Invalid query for the recognizer |
-| [RecognizerError](#recognizer-return-an-error) | Recognizer returns an error |
-
-### No progress was made after the max number of turns allowed
-The dialog is canceled when a required slot isn't successfully updated after certain number of turns. The build-in max number is 3.
-
-### Recognizer usage quota exceeded
-Language Understanding (LUIS) has limits on resource usage. Usually "Recognizer usage quota exceeded error" is caused by:
-- Your LUIS authoring exceeds the limit-
- Add a prediction resource to your Custom Commands application:
- 1. go to **Settings**, LUIS resource
- 1. Choose a prediction resource from **Prediction resource**, or select **Create new resource**
--- Your LUIS prediction resource exceeds the limit-
- If you are on a F0 prediction resource, it has limit of 10 thousand/month, 5 queries/second.
-
-For more details on LUIS resource limits, refer [Language Understanding resource usage and limit](../luis/luis-limits.md#resource-usage-and-limits)
-
-### Connection to the recognizer failed
-Usually it means transient connection failure to Language Understanding (LUIS) recognizer. Try it again and the issue should be resolved.
-
-### This application can't be accessed with the current subscription
-Your subscription isn't authorized to access the LUIS application.
-
-### Input exceeds the maximum supported length
-Your input exceeded 500 characters. We only allow at most 500 characters for input utterance.
-
-### Invalid query for the recognizer
-Your input exceeded 500 characters. We only allow at most 500 characters for input utterance.
-
-### Recognizer return an error
-The LUIS recognizer returned an error when trying to recognize your input.
-
-### Recognizer not found
-Can't find the recognizer type specified in your custom commands dialog model. Currently, we only support [Language Understanding (LUIS) Recognizer](https://www.luis.ai/).
-
-## Other common errors
-### Unexpected response
-Unexpected responses result from many different reasons.
-A few checks to start with:
-- Yes/No Intents in example sentences-
- As we currently don't support Yes/No Intents except when using with confirmation feature. All the Yes/No Intents defined in example sentences wouldn't be detected.
--- Similar intents and examples sentences among commands-
- The LUIS recognition accuracy might get affected when two commands share similar intents and examples sentences. You can try to make commands functionality and example sentences as distinct as possible.
-
- For best practice of improving recognition accuracy, refer [LUIS best practice](../luis/faq.md).
--- Dialog is canceled
-
- Check the reasons of cancellation in the section above.
-
-### Error while rendering the template
-An undefined parameter is used in the speech response.
-
-### Object reference not set to an instance of an object
-You have an empty parameter in the JSON payload defined in **Send Activity to Client** action.
-
-## Next steps
-
-> [!div class="nextstepaction"]
-> [See samples on GitHub](https://aka.ms/speech/cc-samples)
ai-services How To Custom Commands Deploy Cicd https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-services/speech-service/how-to-custom-commands-deploy-cicd.md
- Title: 'Continuous Deployment with Azure DevOps'-
-description: In this article, you learn how to set up continuous deployment for your Custom Commands applications. You create the scripts to support the continuous deployment workflows.
---- Previously updated : 1/18/2024----
-# Continuous Deployment with Azure DevOps
--
-In this article, you learn how to set up continuous deployment for your Custom Commands applications. The scripts to support the CI/CD workflow are provided to you.
-
-## Prerequisite
-> [!div class = "checklist"]
-> * A Custom Commands application for development (DEV)
-> * A Custom Commands application for production (PROD)
-> * Sign up for [Azure Pipelines](/azure/devops/pipelines/get-started/pipelines-sign-up)
-
-## Export/Import/Publish
-
-The scripts are hosted at [Voice Assistant - Custom Commands](https://github.com/Azure-Samples/Cognitive-Services-Voice-Assistant/tree/master/custom-commands). Clone the scripts in the bash directory to your repository. Make sure you maintain the same path.
-
-### Set up a pipeline
-
-1. Go to **Azure DevOps - Pipelines** and select "New Pipeline"
-1. In **Connect** section, select the location of your repository where these scripts are located
-1. In **Select** section, select your repository
-1. In **Configure** section, select "Starter pipeline"
-1. Next you get an editor with a YAML file, replace the "steps" section with this script.
-
- ```yaml
- steps:
- - task: Bash@3
- displayName: 'Export source app'
- inputs:
- targetType: filePath
- filePath: ./bash/export.sh
- arguments: '-r westus2 -s $(SubscriptionKey) -c $(Culture) -a $(SourceAppId) -f ExportedDialogModel.json'
- workingDirectory: bash
- failOnStderr: true
-
- - task: Bash@3
- displayName: 'Import to target app'
- inputs:
- targetType: filePath
- filePath: ./bash/import.sh
- arguments: '-r westus2 -s $(SubscriptionKey) -c $(Culture) -a $(TargetAppId) -f ExportedDialogModel.json'
- workingDirectory: bash
- failOnStderr: true
-
- - task: Bash@3
- displayName: 'Train and Publish target app'
- inputs:
- targetType: filePath
- filePath: './bash/train-and-publish.sh'
- arguments: '-r westus2 -s $(SubscriptionKey) -c $(Culture) -a $(TargetAppId)'
- workingDirectory: bash
- failOnStderr: true
- ```
-
-1. These scripts assume that you're using the region `westus2`, if that's not the case update the arguments of the tasks accordingly
-
- > [!div class="mx-imgBorder"]
- > ![Screenshot that highlights the region value in the arguments.](media/custom-commands/cicd-new-pipeline-yaml.png)
-
-1. In the "Save and run" button, open the dropdown and select "Save"
-
-### Hook up the pipeline with your application
-
-1. Navigate to the main page of the pipeline.
-1. In the top-right corner dropdown, select **Edit pipeline**. It gets you to a YAML editor.
-1. In the top-right corner next to "Run" button, select **Variables**. Select **New variable**.
-1. Add these variables:
-
- | Variable | Description |
- | - | | -- |
- | SourceAppId | ID of the DEV application |
- | TargetAppId | ID of the PROD application |
- | SubscriptionKey | The key used for both applications |
- | Culture | Culture of the applications (en-us) |
-
- > [!div class="mx-imgBorder"]
- > ![Send Activity payload](media/custom-commands/cicd-edit-pipeline-variables.png)
-
-1. Select "Run" and then select the "Job" running.
-
- You should see a list of tasks running that contains: "Export source app", "Import to target app" & "Train and Publish target app"
-
-## Deploy from source code
-
-In case you want to keep the definition of your application in a repository, we provide the scripts for deployments from source code. Since the scripts are in bash, If you're using Windows you need to install the [Linux subsystem](/windows/wsl/install-win10).
-
-The scripts are hosted at [Voice Assistant - Custom Commands](https://github.com/Azure-Samples/Cognitive-Services-Voice-Assistant/tree/master/custom-commands). Clone the scripts in the bash directory to your repository. Make sure you maintain the same path.
-
-### Prepare your repository
-
-1. Create a directory for your application, in our example create one called "apps".
-1. Update the arguments of the bash script below, and run. It imports the dialog model of your application to the file myapp.json
- ```BASH
- bash/export.sh -r <region> -s <subscriptionkey> -c en-us -a <appid> -f apps/myapp.json
- ```
- | Arguments | Description |
- | - | | -- |
- | region | Your Speech resource region. For example: `westus2` |
- | subscriptionkey | Your Speech resource key. |
- | appid | the Custom Commands' application ID you want to export. |
-
-1. Push these changes to your repository.
-
-### Set up a pipeline
-
-1. Go to **Azure DevOps - Pipelines** and select "New Pipeline"
-1. In **Connect** section, select the location of your repository where these scripts are located
-1. In **Select** section, select your repository
-1. In **Configure** section, select "Starter pipeline"
-1. Next you get an editor with a YAML file, replace the "steps" section with this script.
-
- ```yaml
- steps:
- - task: Bash@3
- displayName: 'Import app'
- inputs:
- targetType: filePath
- filePath: ./bash/import.sh
- arguments: '-r westus2 -s $(SubscriptionKey) -c $(Culture) -a $(TargetAppId) -f ../apps/myapp.json'
- workingDirectory: bash
- failOnStderr: true
-
- - task: Bash@3
- displayName: 'Train and Publish app'
- inputs:
- targetType: filePath
- filePath: './bash/train-and-publish.sh'
- arguments: '-r westus2 -s $(SubscriptionKey) -c $(Culture) -a $(TargetAppId)'
- workingDirectory: bash
- failOnStderr: true
- ```
-
- > [!NOTE]
- > these scripts assume that you are using the region westus2, if that's not the case update the arguments of the tasks accordingly
-
-1. In the "Save and run" button, open the dropdown and select "Save"
-
-### Hook up the pipeline with your target applications
-
-1. Navigate to the main page of the pipeline.
-1. In the top-right corner dropdown, select **Edit pipeline**. It gets you to a YAML editor.
-1. In the top-right corner next to "Run" button, select **Variables**. Select **New variable**.
-1. Add these variables:
-
- | Variable | Description |
- | - | | -- |
- | TargetAppId | ID of the PROD application |
- | SubscriptionKey | The key used for both applications |
- | Culture | Culture of the applications (en-us) |
-
-1. Select "Run" and then select the "Job" running.
- You should see a list of tasks running that contains: "Import app" & "Train and Publish app"
-
-## Next steps
-
-> [!div class="nextstepaction"]
-> [See samples on GitHub](https://aka.ms/speech/cc-samples)
ai-services How To Custom Commands Developer Flow Test https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-services/speech-service/how-to-custom-commands-developer-flow-test.md
- Title: 'Test your Custom Commands app'-
-description: In this article, you learn different approaches to testing a custom commands application.
---- Previously updated : 1/18/2024----
-# Test your Custom Commands Application
--
-In this article, you learn different approaches to testing a custom commands application.
-
-## Test in the portal
-
-Test in the portal is the simplest and quickest way to check if your custom command application work as expected. After the app is successfully trained, select `Test` button to start testing.
-
-> [!div class="mx-imgBorder"]
-> ![Test in the portal](media/custom-commands/create-basic-test-chat-no-mic.png)
-
-## Test with Windows Voice Assistant Client
-
-The Windows Voice Assistant Client is a Windows Presentation Foundation (WPF) application in C# that makes it easy to test interactions with your bot before creating a custom client application.
-
-The tool can accept a custom command application ID. It allows you to test your task completion or command-and-control scenario hosted on the Custom Commands service.
-
-To set up the client, checkout [Windows Voice Assistant Client](https://github.com/Azure-Samples/Cognitive-Services-Voice-Assistant/tree/master/clients/csharp-wpf).
-
-> [!div class="mx-imgBorder"]
-> ![WVAC Create profile](media/custom-commands/conversation.png)
-
-## Test programatically with the Voice Assistant Test Tool
-
-The Voice Assistant Test Tool is a configurable .NET Core C# console application for end-to-end functional regression tests for your Microsoft Voice Assistant.
-
-The tool can run manually as a console command or automated as part of an Azure DevOps CI/CD pipeline to prevent regressions in your bot.
-
-To learn how to set up the tool, see [Voice Assistant Test Tool](https://github.com/Azure-Samples/Cognitive-Services-Voice-Assistant/tree/main/clients/csharp-dotnet-core/voice-assistant-test).
-
-## Test with Speech SDK-enabled client applications
-
-The Speech software development kit (SDK) exposes many of the Speech service capabilities, which allows you to develop speech-enabled applications. It's available in many programming languages on most platforms.
-
-To set up a Universal Windows Platform (UWP) client application with Speech SDK, and integrate it with your custom command application:
-- [How to: Integrate with a client application using Speech SDK](./how-to-custom-commands-setup-speech-sdk.md)-- [How to: Send activity to client application](./how-to-custom-commands-send-activity-to-client.md)-- [How to: Set up web endpoints](./how-to-custom-commands-setup-web-endpoints.md)-
-For other programming languages and platforms:
-- [Speech SDK programming languages, platforms, scenario capacities](./speech-sdk.md)-- [Voice assistant sample codes](https://github.com/Azure-Samples/Cognitive-Services-Voice-Assistant)-
-## Next steps
-
-> [!div class="nextstepaction"]
-> [See samples on GitHub](https://aka.ms/speech/cc-samples)
ai-services How To Custom Commands Send Activity To Client https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-services/speech-service/how-to-custom-commands-send-activity-to-client.md
- Title: 'Send Custom Commands activity to client application' -
-description: In this article, you learn how to send activity from a Custom Commands application to a client application running the Speech SDK.
---- Previously updated : 1/18/2024----
-# Send Custom Commands activity to client application
--
-In this article, you learn how to send activity from a Custom Commands application to a client application running the Speech SDK.
-
-You complete the following tasks:
--- Define and send a custom JSON payload from your Custom Commands application-- Receive and visualize the custom JSON payload contents from a C# UWP Speech SDK client application-
-## Prerequisites
-> [!div class = "checklist"]
-> * [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) or higher. This guide uses Visual Studio 2019
-> * An Azure AI Speech resource key and region: Create a Speech resource on the [Azure portal](https://portal.azure.com). For more information, see [Create a multi-service resource](../multi-service-resource.md?pivots=azportal).
-> * A previously [created Custom Commands app](quickstart-custom-commands-application.md)
-> * A Speech SDK enabled client app:
-[How-to: Integrate with a client application using Speech SDK](./how-to-custom-commands-setup-speech-sdk.md)
-
-## Setup Send activity to client
-1. Open the Custom Commands application you previously created
-1. Select **TurnOnOff** command, select **ConfirmationResponse** under completion rule, then select **Add an action**
-1. Under **New Action-Type**, select **Send activity to client**
-1. Copy the JSON below to **Activity content**
- ```json
- {
- "type": "event",
- "name": "UpdateDeviceState",
- "value": {
- "state": "{OnOff}",
- "device": "{SubjectDevice}"
- }
- }
- ```
-1. Select **Save** to create a new rule with a Send Activity action, **Train** and **Publish** the change
-
- > [!div class="mx-imgBorder"]
- > ![Send Activity completion rule](media/custom-commands/send-activity-to-client-completion-rules.png)
-
-## Integrate with client application
-
-In [How-to: Setup client application with Speech SDK (Preview)](./how-to-custom-commands-setup-speech-sdk.md), you created a UWP client application with Speech SDK that handled commands such as `turn on the tv`, `turn off the fan`. With some visuals added, you can see the result of those commands.
-
-To Add labeled boxes with text indicating **on** or **off**, add the following XML block of StackPanel to `MainPage.xaml`.
-
-```xml
-<StackPanel Orientation="Vertical" H......>
-......
-</StackPanel>
-<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" Margin="20">
- <Grid x:Name="Grid_TV" Margin="50, 0" Width="100" Height="100" Background="LightBlue">
- <StackPanel>
- <TextBlock Text="TV" Margin="0, 10" TextAlignment="Center"/>
- <TextBlock x:Name="State_TV" Text="off" TextAlignment="Center"/>
- </StackPanel>
- </Grid>
- <Grid x:Name="Grid_Fan" Margin="50, 0" Width="100" Height="100" Background="LightBlue">
- <StackPanel>
- <TextBlock Text="Fan" Margin="0, 10" TextAlignment="Center"/>
- <TextBlock x:Name="State_Fan" Text="off" TextAlignment="Center"/>
- </StackPanel>
- </Grid>
-</StackPanel>
-<MediaElement ....../>
-```
-
-### Add reference libraries
-
-Since you've created a JSON payload, you need to add a reference to the [JSON.NET](https://www.newtonsoft.com/json) library to handle deserialization.
-
-1. Right-client your solution.
-1. Choose **Manage NuGet Packages for Solution**, Select **Browse**
-1. If you already installed **Newtonsoft.json**, make sure its version is at least 12.0.3. If not, go to **Manage NuGet Packages for Solution - Updates**, search for **Newtonsoft.json** to update it. This guide is using version 12.0.3.
-
- > [!div class="mx-imgBorder"]
- > ![Send Activity payload](media/custom-commands/send-activity-to-client-json-nuget.png)
-
-1. Also, make sure NuGet package **Microsoft.NETCore.UniversalWindowsPlatform** is at least 6.2.10. This guide is using version 6.2.10.
-
-In `MainPage.xaml.cs', add
-
-```C#
-using Newtonsoft.Json;
-using Windows.ApplicationModel.Core;
-using Windows.UI.Core;
-```
-
-### Handle the received payload
-
-In `InitializeDialogServiceConnector`, replace the `ActivityReceived` event handler with following code. The modified `ActivityReceived` event handler extracts the payload from the activity and change the visual state of the tv or fan respectively.
-
-```C#
-connector.ActivityReceived += async (sender, activityReceivedEventArgs) =>
-{
- NotifyUser($"Activity received, hasAudio={activityReceivedEventArgs.HasAudio} activity={activityReceivedEventArgs.Activity}");
-
- dynamic activity = JsonConvert.DeserializeObject(activityReceivedEventArgs.Activity);
- var name = activity?.name != null ? activity.name.ToString() : string.Empty;
-
- if (name.Equals("UpdateDeviceState"))
- {
- Debug.WriteLine("Here");
- var state = activity?.value?.state != null ? activity.value.state.ToString() : string.Empty;
- var device = activity?.value?.device != null ? activity.value.device.ToString() : string.Empty;
-
- if (state.Equals("on") || state.Equals("off"))
- {
- switch (device)
- {
- case "tv":
- await CoreApplication.MainView.CoreWindow.Dispatcher.RunAsync(
- CoreDispatcherPriority.Normal, () => { State_TV.Text = state; });
- break;
- case "fan":
- await CoreApplication.MainView.CoreWindow.Dispatcher.RunAsync(
- CoreDispatcherPriority.Normal, () => { State_Fan.Text = state; });
- break;
- default:
- NotifyUser($"Received request to set unsupported device {device} to {state}");
- break;
- }
- }
- else {
- NotifyUser($"Received request to set unsupported state {state}");
- }
- }
-
- if (activityReceivedEventArgs.HasAudio)
- {
- SynchronouslyPlayActivityAudio(activityReceivedEventArgs.Audio);
- }
-};
-```
-
-## Try it out
-
-1. Start the application
-1. Select Enable microphone
-1. Select the Talk button
-1. Say `turn on the tv`
-1. The visual state of the tv should change to "on"
- > [!div class="mx-imgBorder"]
- > ![Screenshot that shows that the visual state of the T V is now on.](media/custom-commands/send-activity-to-client-turn-on-tv.png)
-
-## Next steps
-
-> [!div class="nextstepaction"]
-> [How to: set up web endpoints](./how-to-custom-commands-setup-web-endpoints.md)
ai-services How To Custom Commands Setup Speech Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-services/speech-service/how-to-custom-commands-setup-speech-sdk.md
- Title: 'Integrate with a client app using Speech SDK' -
-description: how to make requests to a published Custom Commands application from the Speech SDK running in a UWP application.
---- Previously updated : 1/18/2024----
-# Integrate with a client application using Speech SDK
--
-In this article, you learn how to make requests to a published Custom Commands application from the Speech SDK running in an UWP application. In order to establish a connection to the Custom Commands application, you need:
--- Publish a Custom Commands application and get an application identifier (App ID)-- Create a Universal Windows Platform (UWP) client app using the Speech SDK to allow you to talk to your Custom Commands application-
-## Prerequisites
-
-A Custom Commands application is required to complete this article. Try a quickstart to create a custom commands application:
-> [!div class = "checklist"]
-> * [Create a Custom Commands application](quickstart-custom-commands-application.md)
-
-You also need:
-> [!div class = "checklist"]
-> * [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) or higher. This guide is based on Visual Studio 2019.
-> * An Azure AI Speech resource key and region: Create a Speech resource on the [Azure portal](https://portal.azure.com). For more information, see [Create a multi-service resource](../multi-service-resource.md?pivots=azportal).
-> * [Enable your device for development](/windows/uwp/get-started/enable-your-device-for-development)
-
-## Step 1: Publish Custom Commands application
-
-1. Open your previously created Custom Commands application.
-1. Go to **Settings**, select **LUIS resource**.
-1. If **Prediction resource** isn't assigned, select a query prediction key or create a new one.
-
- Query prediction key is always required before publishing an application. For more information about LUIS resources, reference [Create LUIS Resource](../luis/luis-how-to-azure-subscription.md)
-
-1. Go back to editing Commands, Select **Publish**.
-
- > [!div class="mx-imgBorder"]
- > ![Publish application](media/custom-commands/setup-speech-sdk-publish-application.png)
-
-1. Copy the App ID from the "publish" notification for later use.
-1. Copy the Speech Resource Key for later use.
-
-## Step 2: Create a Visual Studio project
-
-Create a Visual Studio project for UWP development and [install the Speech SDK](./quickstarts/setup-platform.md?pivots=programming-language-csharp&tabs=uwp).
-
-## Step 3: Add sample code
-
-In this step, we add the XAML code that defines the user interface of the application, and add the C# code-behind implementation.
-
-### XAML code
-
-Create the application's user interface by adding the XAML code.
-
-1. In **Solution Explorer**, open `MainPage.xaml`
-
-1. In the designer's XAML view, replace the entire contents with the following code snippet:
-
- ```xml
- <Page
- x:Class="helloworld.MainPage"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:local="using:helloworld"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- mc:Ignorable="d"
- Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
-
- <Grid>
- <StackPanel Orientation="Vertical" HorizontalAlignment="Center"
- Margin="20,50,0,0" VerticalAlignment="Center" Width="800">
- <Button x:Name="EnableMicrophoneButton" Content="Enable Microphone"
- Margin="0,10,10,0" Click="EnableMicrophone_ButtonClicked"
- Height="35"/>
- <Button x:Name="ListenButton" Content="Talk"
- Margin="0,10,10,0" Click="ListenButton_ButtonClicked"
- Height="35"/>
- <StackPanel x:Name="StatusPanel" Orientation="Vertical"
- RelativePanel.AlignBottomWithPanel="True"
- RelativePanel.AlignRightWithPanel="True"
- RelativePanel.AlignLeftWithPanel="True">
- <TextBlock x:Name="StatusLabel" Margin="0,10,10,0"
- TextWrapping="Wrap" Text="Status:" FontSize="20"/>
- <Border x:Name="StatusBorder" Margin="0,0,0,0">
- <ScrollViewer VerticalScrollMode="Auto"
- VerticalScrollBarVisibility="Auto" MaxHeight="200">
- <!-- Use LiveSetting to enable screen readers to announce
- the status update. -->
- <TextBlock
- x:Name="StatusBlock" FontWeight="Bold"
- AutomationProperties.LiveSetting="Assertive"
- MaxWidth="{Binding ElementName=Splitter, Path=ActualWidth}"
- Margin="10,10,10,20" TextWrapping="Wrap" />
- </ScrollViewer>
- </Border>
- </StackPanel>
- </StackPanel>
- <MediaElement x:Name="mediaElement"/>
- </Grid>
- </Page>
- ```
-
-The Design view is updated to show the application's user interface.
-
-### C# code-behind source
-
-Add the code-behind source so that the application works as expected. The code-behind source includes:
--- Required `using` statements for the `Speech` and `Speech.Dialog` namespaces.-- A simple implementation to ensure microphone access, wired to a button handler.-- Basic UI helpers to present messages and errors in the application.-- A landing point for the initialization code path.-- A helper to play back text to speech (without streaming support).-- An empty button handler to start listening.-
-Add the code-behind source as follows:
-
-1. In **Solution Explorer**, open the code-behind source file `MainPage.xaml.cs` (grouped under `MainPage.xaml`)
-
-1. Replace the file's contents with the following code:
-
- ```csharp
- using Microsoft.CognitiveServices.Speech;
- using Microsoft.CognitiveServices.Speech.Audio;
- using Microsoft.CognitiveServices.Speech.Dialog;
- using System;
- using System.IO;
- using System.Text;
- using Windows.UI.Xaml;
- using Windows.UI.Xaml.Controls;
- using Windows.UI.Xaml.Media;
-
- namespace helloworld
- {
- public sealed partial class MainPage : Page
- {
- private DialogServiceConnector connector;
-
- private enum NotifyType
- {
- StatusMessage,
- ErrorMessage
- };
-
- public MainPage()
- {
- this.InitializeComponent();
- }
-
- private async void EnableMicrophone_ButtonClicked(
- object sender, RoutedEventArgs e)
- {
- bool isMicAvailable = true;
- try
- {
- var mediaCapture = new Windows.Media.Capture.MediaCapture();
- var settings =
- new Windows.Media.Capture.MediaCaptureInitializationSettings();
- settings.StreamingCaptureMode =
- Windows.Media.Capture.StreamingCaptureMode.Audio;
- await mediaCapture.InitializeAsync(settings);
- }
- catch (Exception)
- {
- isMicAvailable = false;
- }
- if (!isMicAvailable)
- {
- await Windows.System.Launcher.LaunchUriAsync(
- new Uri("ms-settings:privacy-microphone"));
- }
- else
- {
- NotifyUser("Microphone was enabled", NotifyType.StatusMessage);
- }
- }
-
- private void NotifyUser(
- string strMessage, NotifyType type = NotifyType.StatusMessage)
- {
- // If called from the UI thread, then update immediately.
- // Otherwise, schedule a task on the UI thread to perform the update.
- if (Dispatcher.HasThreadAccess)
- {
- UpdateStatus(strMessage, type);
- }
- else
- {
- var task = Dispatcher.RunAsync(
- Windows.UI.Core.CoreDispatcherPriority.Normal,
- () => UpdateStatus(strMessage, type));
- }
- }
-
- private void UpdateStatus(string strMessage, NotifyType type)
- {
- switch (type)
- {
- case NotifyType.StatusMessage:
- StatusBorder.Background = new SolidColorBrush(
- Windows.UI.Colors.Green);
- break;
- case NotifyType.ErrorMessage:
- StatusBorder.Background = new SolidColorBrush(
- Windows.UI.Colors.Red);
- break;
- }
- StatusBlock.Text += string.IsNullOrEmpty(StatusBlock.Text)
- ? strMessage : "\n" + strMessage;
-
- if (!string.IsNullOrEmpty(StatusBlock.Text))
- {
- StatusBorder.Visibility = Visibility.Visible;
- StatusPanel.Visibility = Visibility.Visible;
- }
- else
- {
- StatusBorder.Visibility = Visibility.Collapsed;
- StatusPanel.Visibility = Visibility.Collapsed;
- }
- // Raise an event if necessary to enable a screen reader
- // to announce the status update.
- var peer = Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer.FromElement(StatusBlock);
- if (peer != null)
- {
- peer.RaiseAutomationEvent(
- Windows.UI.Xaml.Automation.Peers.AutomationEvents.LiveRegionChanged);
- }
- }
-
- // Waits for and accumulates all audio associated with a given
- // PullAudioOutputStream and then plays it to the MediaElement. Long spoken
- // audio will create extra latency and a streaming playback solution
- // (that plays audio while it continues to be received) should be used --
- // see the samples for examples of this.
- private void SynchronouslyPlayActivityAudio(
- PullAudioOutputStream activityAudio)
- {
- var playbackStreamWithHeader = new MemoryStream();
- playbackStreamWithHeader.Write(Encoding.ASCII.GetBytes("RIFF"), 0, 4); // ChunkID
- playbackStreamWithHeader.Write(BitConverter.GetBytes(UInt32.MaxValue), 0, 4); // ChunkSize: max
- playbackStreamWithHeader.Write(Encoding.ASCII.GetBytes("WAVE"), 0, 4); // Format
- playbackStreamWithHeader.Write(Encoding.ASCII.GetBytes("fmt "), 0, 4); // Subchunk1ID
- playbackStreamWithHeader.Write(BitConverter.GetBytes(16), 0, 4); // Subchunk1Size: PCM
- playbackStreamWithHeader.Write(BitConverter.GetBytes(1), 0, 2); // AudioFormat: PCM
- playbackStreamWithHeader.Write(BitConverter.GetBytes(1), 0, 2); // NumChannels: mono
- playbackStreamWithHeader.Write(BitConverter.GetBytes(16000), 0, 4); // SampleRate: 16kHz
- playbackStreamWithHeader.Write(BitConverter.GetBytes(32000), 0, 4); // ByteRate
- playbackStreamWithHeader.Write(BitConverter.GetBytes(2), 0, 2); // BlockAlign
- playbackStreamWithHeader.Write(BitConverter.GetBytes(16), 0, 2); // BitsPerSample: 16-bit
- playbackStreamWithHeader.Write(Encoding.ASCII.GetBytes("data"), 0, 4); // Subchunk2ID
- playbackStreamWithHeader.Write(BitConverter.GetBytes(UInt32.MaxValue), 0, 4); // Subchunk2Size
-
- byte[] pullBuffer = new byte[2056];
-
- uint lastRead = 0;
- do
- {
- lastRead = activityAudio.Read(pullBuffer);
- playbackStreamWithHeader.Write(pullBuffer, 0, (int)lastRead);
- }
- while (lastRead == pullBuffer.Length);
-
- var task = Dispatcher.RunAsync(
- Windows.UI.Core.CoreDispatcherPriority.Normal, () =>
- {
- mediaElement.SetSource(
- playbackStreamWithHeader.AsRandomAccessStream(), "audio/wav");
- mediaElement.Play();
- });
- }
-
- private void InitializeDialogServiceConnector()
- {
- // New code will go here
- }
-
- private async void ListenButton_ButtonClicked(
- object sender, RoutedEventArgs e)
- {
- // New code will go here
- }
- }
- }
- ```
- > [!NOTE]
- > If you see error: "The type 'Object' is defined in an assembly that is not referenced"
- > 1. Right-client your solution.
- > 1. Choose **Manage NuGet Packages for Solution**, Select **Updates**
- > 1. If you see **Microsoft.NETCore.UniversalWindowsPlatform** in the update list, Update **Microsoft.NETCore.UniversalWindowsPlatform** to newest version
-
-1. Add the following code to the method body of `InitializeDialogServiceConnector`
-
- ```csharp
- // This code creates the `DialogServiceConnector` with your resource information.
- // create a DialogServiceConfig by providing a Custom Commands application id and Speech resource key
- // The RecoLanguage property is optional (default en-US); note that only en-US is supported in Preview
- const string speechCommandsApplicationId = "YourApplicationId"; // Your application id
- const string speechSubscriptionKey = "YourSpeechSubscriptionKey"; // Your Speech resource key
- const string region = "YourServiceRegion"; // The Speech resource region.
-
- var speechCommandsConfig = CustomCommandsConfig.FromSubscription(speechCommandsApplicationId, speechSubscriptionKey, region);
- speechCommandsConfig.SetProperty(PropertyId.SpeechServiceConnection_RecoLanguage, "en-us");
- connector = new DialogServiceConnector(speechCommandsConfig);
- ```
-
-1. Replace the strings `YourApplicationId`, `YourSpeechSubscriptionKey`, and `YourServiceRegion` with your own values for your app, speech key, and [region](regions.md)
-
-1. Append the following code snippet to the end of the method body of `InitializeDialogServiceConnector`
-
- ```csharp
- //
- // This code sets up handlers for events relied on by `DialogServiceConnector` to communicate its activities,
- // speech recognition results, and other information.
- //
- // ActivityReceived is the main way your client will receive messages, audio, and events
- connector.ActivityReceived += (sender, activityReceivedEventArgs) =>
- {
- NotifyUser(
- $"Activity received, hasAudio={activityReceivedEventArgs.HasAudio} activity={activityReceivedEventArgs.Activity}");
-
- if (activityReceivedEventArgs.HasAudio)
- {
- SynchronouslyPlayActivityAudio(activityReceivedEventArgs.Audio);
- }
- };
-
- // Canceled will be signaled when a turn is aborted or experiences an error condition
- connector.Canceled += (sender, canceledEventArgs) =>
- {
- NotifyUser($"Canceled, reason={canceledEventArgs.Reason}");
- if (canceledEventArgs.Reason == CancellationReason.Error)
- {
- NotifyUser(
- $"Error: code={canceledEventArgs.ErrorCode}, details={canceledEventArgs.ErrorDetails}");
- }
- };
-
- // Recognizing (not 'Recognized') will provide the intermediate recognized text
- // while an audio stream is being processed
- connector.Recognizing += (sender, recognitionEventArgs) =>
- {
- NotifyUser($"Recognizing! in-progress text={recognitionEventArgs.Result.Text}");
- };
-
- // Recognized (not 'Recognizing') will provide the final recognized text
- // once audio capture is completed
- connector.Recognized += (sender, recognitionEventArgs) =>
- {
- NotifyUser($"Final speech to text result: '{recognitionEventArgs.Result.Text}'");
- };
-
- // SessionStarted will notify when audio begins flowing to the service for a turn
- connector.SessionStarted += (sender, sessionEventArgs) =>
- {
- NotifyUser($"Now Listening! Session started, id={sessionEventArgs.SessionId}");
- };
-
- // SessionStopped will notify when a turn is complete and
- // it's safe to begin listening again
- connector.SessionStopped += (sender, sessionEventArgs) =>
- {
- NotifyUser($"Listening complete. Session ended, id={sessionEventArgs.SessionId}");
- };
- ```
-
-1. Add the following code snippet to the body of the `ListenButton_ButtonClicked` method in the `MainPage` class
-
- ```csharp
- // This code sets up `DialogServiceConnector` to listen, since you already established the configuration and
- // registered the event handlers.
- if (connector == null)
- {
- InitializeDialogServiceConnector();
- // Optional step to speed up first interaction: if not called,
- // connection happens automatically on first use
- var connectTask = connector.ConnectAsync();
- }
-
- try
- {
- // Start sending audio
- await connector.ListenOnceAsync();
- }
- catch (Exception ex)
- {
- NotifyUser($"Exception: {ex.ToString()}", NotifyType.ErrorMessage);
- }
- ```
-
-1. From the menu bar, choose **File** > **Save All** to save your changes
-
-## Try it out
-
-1. From the menu bar, choose **Build** > **Build Solution** to build the application. The code should compile without errors.
-
-1. Choose **Debug** > **Start Debugging** (or press **F5**) to start the application. The **helloworld** window appears.
-
- ![Sample UWP virtual assistant application in C# - quickstart](media/sdk/qs-voice-assistant-uwp-helloworld-window.png)
-
-1. Select **Enable Microphone**. If the access permission request pops up, select **Yes**.
-
- ![Microphone access permission request](media/sdk/qs-csharp-uwp-10-access-prompt.png)
-
-1. Select **Talk**, and speak an English phrase or sentence into your device's microphone. Your speech is transmitted to the Direct Line Speech channel and transcribed to text, which appears in the window.
-
-## Next steps
-
-> [!div class="nextstepaction"]
-> [How-to: send activity to client application (Preview)](./how-to-custom-commands-send-activity-to-client.md)
ai-services How To Custom Commands Setup Web Endpoints https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-services/speech-service/how-to-custom-commands-setup-web-endpoints.md
- Title: 'Set up web endpoints' -
-description: set up web endpoints for Custom Commands
---- Previously updated : 1/18/2024----
-# Set up web endpoints
--
-In this article, you learn how to set up web endpoints in a Custom Commands application that allow you to make HTTP requests from a client application. You complete the following tasks:
--- Set up web endpoints in Custom Commands application-- Call web endpoints in Custom Commands application-- Receive the web endpoints response-- Integrate the web endpoints response into a custom JSON payload, send, and visualize it from a C# UWP Speech SDK client application-
-## Prerequisites
-
-> [!div class = "checklist"]
-> * [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)
-> * An Azure AI Speech resource key and region: Create a Speech resource on the [Azure portal](https://portal.azure.com). For more information, see [Create a multi-service resource](../multi-service-resource.md?pivots=azportal).
-> * A Custom Commands app (see [Create a voice assistant using Custom Commands](quickstart-custom-commands-application.md))
-> * A Speech SDK enabled client app (see [Integrate with a client application using Speech SDK](how-to-custom-commands-setup-speech-sdk.md))
-
-## Deploy an external web endpoint using Azure Function app
-
-For this tutorial, you need an HTTP endpoint that maintains states for all the devices you set up in the **TurnOnOff** command of your Custom Commands application.
-
-If you already have a web endpoint you want to call, skip to the [next section](#set-up-web-endpoints-in-custom-commands).
-Alternatively, the next section provides details about a default hosted web endpoint you can use if you want to skip this section.
-
-### Input format of Azure function
-
-Next, you deploy an endpoint using [Azure Functions](../../azure-functions/index.yml).
-The following is the format of a Custom Commands event that is passed to your Azure function. Use this information when you're writing your Azure Function app.
-
-```json
-{
- "conversationId": "string",
- "currentCommand": {
- "name": "string",
- "parameters": {
- "SomeParameterName": "string",
- "SomeOtherParameterName": "string"
- }
- },
- "currentGlobalParameters": {
- "SomeGlobalParameterName": "string",
- "SomeOtherGlobalParameterName": "string"
- }
-}
-```
-
-
-The following table describes the key attributes of this input:
-
-| Attribute | Explanation |
-| - | |
-| **conversationId** | The unique identifier of the conversation. Note this ID can be generated by the client app. |
-| **currentCommand** | The command that's currently active in the conversation. |
-| **name** | The name of the command. The `parameters` attribute is a map with the current values of the parameters. |
-| **currentGlobalParameters** | A map like `parameters`, but used for global parameters. |
--
-For the **DeviceState** Azure Function, an example Custom Commands event looks like following. This acts as an **input** to the function app.
-
-```json
-{
- "conversationId": "someConversationId",
- "currentCommand": {
- "name": "TurnOnOff",
- "parameters": {
- "item": "tv",
- "value": "on"
- }
- }
-}
-```
-
-### Azure Function output for a Custom Command app
-
-If output from your Azure Function is consumed by a Custom Commands app, it should appear in the following format. See [Update a command from a web endpoint](./how-to-custom-commands-update-command-from-web-endpoint.md) for details.
-
-```json
-{
- "updatedCommand": {
- "name": "SomeCommandName",
- "updatedParameters": {
- "SomeParameterName": "SomeParameterValue"
- },
- "cancel": false
- },
- "updatedGlobalParameters": {
- "SomeGlobalParameterName": "SomeGlobalParameterValue"
- }
-}
-```
-
-### Azure Function output for a client application
-
-If output from your Azure Function is consumed by a client application, the output can take whatever form the client application requires.
-
-For our **DeviceState** endpoint, output of your Azure function is consumed by a client application instead of the Custom Commands application. Example output of the Azure function should look like the following:
-
-```json
-{
- "TV": "on",
- "Fan": "off"
-}
-```
-
-This output should be written to an external storage, so that you can maintain the state of devices. The external storage state is used in the [Integrate with client application](#integrate-with-client-application) section below.
--
-### Deploy Azure function
-
-We provide a sample you can configure and deploy as an Azure Functions app. To create a storage account for our sample, follow these steps.
-
-1. Create table storage to save device state. In the Azure portal, create a new resource of type **Storage account** by name **devicestate**.
-1. Copy the **Connection string** value from **devicestate -> Access keys**. You need to add this string secret to the downloaded sample Function App code.
-1. Download sample [Function App code](https://github.com/Azure-Samples/Cognitive-Services-Voice-Assistant/tree/main/custom-commands/quick-start).
-1. Open the downloaded solution in Visual Studio 2019. In **Connections.json**, replace **STORAGE_ACCOUNT_SECRET_CONNECTION_STRING** with the secret from Step 2.
-1. Download the **DeviceStateAzureFunction** code.
-
-To deploy the sample app to Azure Functions, follow these steps.
-
-1. [Deploy](../../azure-functions/index.yml) the Azure Functions app.
-1. Wait for deployment to succeed and go the deployed resource on the Azure portal.
-1. Select **Functions** in the left pane, and then select **DeviceState**.
-1. In the new window, select **Code + Test** and then select **Get function URL**.
-
-## Set up web endpoints in Custom Commands
-
-Let's hook up the Azure function with the existing Custom Commands application.
-In this section, you use an existing default **DeviceState** endpoint. If you created your own web endpoint using Azure Function or otherwise, use that instead of the default `https://webendpointexample.azurewebsites.net/api/DeviceState`.
-
-1. Open the Custom Commands application you previously created.
-1. Go to **Web endpoints**, select **New web endpoint**.
-
- > [!div class="mx-imgBorder"]
- > ![New web endpoint](media/custom-commands/setup-web-endpoint-new-endpoint.png)
-
- | Setting | Suggested value | Description |
- | - | | -- |
- | Name | UpdateDeviceState | Name for the web endpoint. |
- | URL | ```https://webendpointexample.azurewebsites.net/api/DeviceState``` | The URL of the endpoint you wish your custom command app to talk to. |
- | Method | POST | The allowed interactions (such as GET, POST) with your endpoint.|
- | Headers | Key: app, Value: take the first eight digits of your applicationId | The header parameters to include in the request header.|
-
- > [!NOTE]
- > - The example web endpoint created using [Azure Functions](../../azure-functions/index.yml), which hooks up with the database that saves the device state of the tv and fan.
- > - The suggested header is only needed for the example endpoint.
- > - To make sure the value of the header is unique in our example endpoint, take the first 8 digits of your **applicationId**.
- > - In real world, the web endpoint can be the endpoint to the [IOT hub](../../iot-hub/about-iot-hub.md) that manages your devices.
-
-1. Select **Save**.
-
-## Call web endpoints
-
-1. Go to **TurnOnOff** command, select **ConfirmationResponse** under completion rule, then select **Add an action**.
-1. Under **New Action-Type**, select **Call web endpoint**
-1. In **Edit Action - Endpoints**, select **UpdateDeviceState**, which is the web endpoint we created.
-1. In **Configuration**, put the following values:
- > [!div class="mx-imgBorder"]
- > ![Call web endpoints action parameters](media/custom-commands/setup-web-endpoint-edit-action-parameters.png)
-
- | Setting | Suggested value | Description |
- | - | | -- |
- | Endpoints | UpdateDeviceState | The web endpoint you wish to call in this action. |
- | Query parameters | item={SubjectDevice}&&value={OnOff} | The query parameters to append to the web endpoint URL. |
- | Body content | N/A | The body content of the request. |
-
- > [!NOTE]
- > - The suggested query parameters are only needed for the example endpoint
-
-1. In **On Success - Action to execute**, select **Send speech response**.
-
- In **Simple editor**, enter `{SubjectDevice} is {OnOff}`.
-
- > [!div class="mx-imgBorder"]
- > ![Screenshot that shows the On Success - Action to execute screen.](media/custom-commands/setup-web-endpoint-edit-action-on-success-send-response.png)
-
- | Setting | Suggested value | Description |
- | - | | -- |
- | Action to execute | Send speech response | Action to execute if the request to web endpoint succeeds |
-
- > [!NOTE]
- > - You can also directly access the fields in the http response by using `{YourWebEndpointName.FieldName}`. For example: `{UpdateDeviceState.TV}`
-
-1. In **On Failure - Action to execute**, select **Send speech response**
-
- In **Simple editor**, enter `Sorry, {WebEndpointErrorMessage}`.
-
- > [!div class="mx-imgBorder"]
- > ![Call web endpoints action On Fail](media/custom-commands/setup-web-endpoint-edit-action-on-fail.png)
-
- | Setting | Suggested value | Description |
- | - | | -- |
- | Action to execute | Send speech response | Action to execute if the request to web endpoint fails |
-
- > [!NOTE]
- > - `{WebEndpointErrorMessage}` is optional. You are free to remove it if you don't want to expose any error message.
- > - Within our example endpoint, we send back http response with detailed error messages for common errors such as missing header parameters.
-
-### Try it out in test portal
-- On Success response, save, train and test.
- > [!div class="mx-imgBorder"]
- > ![Screenshot that shows the On Success response.](media/custom-commands/setup-web-endpoint-on-success-response.png)
-- On Fail response, remove one of the query parameters, save, retrain, and test.
- > [!div class="mx-imgBorder"]
- > ![Call web endpoints action On Success](media/custom-commands/setup-web-endpoint-on-fail-response.png)
-
-## Integrate with client application
-
-In [Send Custom Commands activity to client application](./how-to-custom-commands-send-activity-to-client.md), you added a **Send activity to client** action. The activity is sent to the client application whether or not **Call web endpoint** action is successful or not.
-However, typically you only want to send activity to the client application when the call to the web endpoint is successful. In this example, this is when the device's state is successfully updated.
-
-1. Delete the **Send activity to client** action you previously added.
-1. Edit call web endpoint:
- 1. In **Configuration**, make sure **Query Parameters** is `item={SubjectDevice}&&value={OnOff}`
- 1. In **On Success**, change **Action to execute** to **Send activity to client**
- 1. Copy the JSON below to the **Activity Content**
- ```json
- {
- "type": "event",
- "name": "UpdateDeviceState",
- "value": {
- "state": "{OnOff}",
- "device": "{SubjectDevice}"
- }
- }
- ```
-Now you only send activity to the client when the request to the web endpoint is successful.
-
-### Create visuals for syncing device state
-
-Add the following XML to `MainPage.xaml` above the **EnableMicrophoneButton** block.
-
-```xml
-<Button x:Name="SyncDeviceStateButton" Content="Sync Device State"
- Margin="0,10,10,0" Click="SyncDeviceState_ButtonClicked"
- Height="35"/>
-<Button x:Name="EnableMicrophoneButton" ......
- .........../>
-```
-
-### Sync device state
-
-In `MainPage.xaml.cs`, add the reference `using Windows.Web.Http;`. Add the following code to the `MainPage` class. This method sends a GET request to the example endpoint, and extract the current device state for your app. Make sure to change `<your_app_name>` to what you used in the **header** in Custom Command web endpoint.
-
-```C#
-private async void SyncDeviceState_ButtonClicked(object sender, RoutedEventArgs e)
-{
- //Create an HTTP client object
- var httpClient = new HttpClient();
-
- //Add a user-agent header to the GET request.
- var your_app_name = "<your-app-name>";
-
- Uri endpoint = new Uri("https://webendpointexample.azurewebsites.net/api/DeviceState");
- var requestMessage = new HttpRequestMessage(HttpMethod.Get, endpoint);
- requestMessage.Headers.Add("app", $"{your_app_name}");
-
- try
- {
- //Send the GET request
- var httpResponse = await httpClient.SendRequestAsync(requestMessage);
- httpResponse.EnsureSuccessStatusCode();
- var httpResponseBody = await httpResponse.Content.ReadAsStringAsync();
- dynamic deviceState = JsonConvert.DeserializeObject(httpResponseBody);
- var TVState = deviceState.TV.ToString();
- var FanState = deviceState.Fan.ToString();
- await CoreApplication.MainView.CoreWindow.Dispatcher.RunAsync(
- CoreDispatcherPriority.Normal,
- () =>
- {
- State_TV.Text = TVState;
- State_Fan.Text = FanState;
- });
- }
- catch (Exception ex)
- {
- NotifyUser(
- $"Unable to sync device status: {ex.Message}");
- }
-}
-```
-
-## Try it out
-
-1. Start the application.
-1. Select Sync Device State.\
-If you tested out the app with `turn on tv` in previous section, you would see the TV shows as **on**.
- > [!div class="mx-imgBorder"]
- > ![Sync device state](media/custom-commands/setup-web-endpoint-sync-device-state.png)
-1. Select **Enable microphone**.
-1. Select the **Talk** button.
-1. Say `turn on the fan`. The visual state of the fan should change to **on**.
- > [!div class="mx-imgBorder"]
- > ![Turn on fan](media/custom-commands/setup-web-endpoint-turn-on-fan.png)
-
-## Next steps
-
-> [!div class="nextstepaction"]
-> [Update a command from a client app](./how-to-custom-commands-update-command-from-client.md)
ai-services How To Custom Commands Update Command From Client https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-services/speech-service/how-to-custom-commands-update-command-from-client.md
- Title: 'Update a command parameter from a client app' -
-description: Learn how to update a command from a client application.
---- Previously updated : 1/18/2024----
-# Update a command from a client app
--
-In this article, you learn how to update an ongoing command from a client application.
-
-## Prerequisites
-> [!div class = "checklist"]
-> * A previously [created Custom Commands app](quickstart-custom-commands-application.md)
-
-## Update the state of a command
-
-If your client application requires you to update the state of an ongoing command without voice input, you can send an event to update the command.
-
-To illustrate this scenario, send the following event activity to update the state of an ongoing command (`TurnOnOff`):
-
-```json
-{
- "type": "event",
- "name": "RemoteUpdate",
- "value": {
- "updatedCommand": {
- "name": "TurnOnOff",
- "updatedParameters": {
- "OnOff": "on"
- },
- "cancel": false
- },
- "updatedGlobalParameters": {},
- "processTurn": true
- }
-}
-```
-
-Let's review the key attributes of this activity:
-
-| Attribute | Explanation |
-| - | |
-| **type** | The activity is of type `"event"`. |
-| **name** | The name of the event needs to be `"RemoteUpdate"`. |
-| **value** | The attribute `"value"` contains the attributes required to update the current command. |
-| **updatedCommand** | The attribute `"updatedCommand"` contains the name of the command. Within that attribute, `"updatedParameters"` is a map with the names of the parameters and their updated values. |
-| **cancel** | If the ongoing command needs to be canceled, set the attribute `"cancel"` to `true`. |
-| **updatedGlobalParameters** | The attribute `"updatedGlobalParameters"` is a map just like `"updatedParameters"`, but it's used for global parameters. |
-| **processTurn** | If the turn needs to be processed after the activity is sent, set the attribute `"processTurn"` to `true`. |
-
-You can test this scenario in the Custom Commands portal:
-
-1. Open the Custom Commands application that you previously created.
-1. Select **Train** and then **Test**.
-1. Send `turn`.
-1. Open the side panel and select **Activity editor**.
-1. Type and send the `RemoteCommand` event specified in the previous section.
- > [!div class="mx-imgBorder"]
- > ![Screenshot that shows the event for a remote command.](media/custom-commands/send-remote-command-activity-no-mic.png)
-
-Note how the value for the parameter `"OnOff"` was set to `"on"` through an activity from the client instead of speech or text.
-
-## Update the catalog of the parameter for a command
-
-When you configure the list of valid options for a parameter, the values for the parameter are defined globally for the application.
-
-In our example, the `SubjectDevice` parameter has a fixed list of supported values regardless of the conversation.
-
-If you want to add new entries to the parameter's catalog per conversation, you can send the following activity:
-
-```json
-{
- "type": "event",
- "name": "RemoteUpdate",
- "value": {
- "catalogUpdate": {
- "commandParameterCatalogs": {
- "TurnOnOff": [
- {
- "name": "SubjectDevice",
- "values": {
- "stereo": [
- "cd player"
- ]
- }
- }
- ]
- }
- },
- "processTurn": false
- }
-}
-```
-With this activity, you added an entry for `"stereo"` to the catalog of the parameter `"SubjectDevice"` in the command `"TurnOnOff"`.
-
-> [!div class="mx-imgBorder"]
-> :::image type="content" source="./media/custom-commands/update-catalog-with-remote-activity.png" alt-text="Screenshot that shows a catalog update.":::
-
-Note a couple of things:
-- You need to send this activity only once (ideally, right after you start a connection).-- After you send this activity, you should wait for the event `ParameterCatalogsUpdated` to be sent back to the client.-
-## Add more context from the client application
-
-You can set more context from the client application per conversation that can later be used in your Custom Commands application.
-
-For example, think about the scenario where you want to send the ID and name of the device connected to the Custom Commands application.
-
-To test this scenario, let's create a new command in the current application:
-1. Create a new command called `GetDeviceInfo`.
-1. Add an example sentence of `get device info`.
-1. In the completion rule **Done**, add a **Send speech response** action that contains the attributes of `clientContext`.
- ![Screenshot that shows a response for sending speech with context.](media/custom-commands/send-speech-response-context.png)
-1. Save, train, and test your application.
-1. In the testing window, send an activity to update the client context.
-
- ```json
- {
- "type": "event",
- "name": "RemoteUpdate",
- "value": {
- "clientContext": {
- "deviceId": "12345",
- "deviceName": "My device"
- },
- "processTurn": false
- }
- }
- ```
-1. Send the text `get device info`.
- ![Screenshot that shows an activity for sending client context.](media/custom-commands/send-client-context-activity-no-mic.png)
-
-Note a few things:
-- You need to send this activity only once (ideally, right after you start a connection).-- You can use complex objects for `clientContext`.-- You can use `clientContext` in speech responses, for sending activities and for calling web endpoints.-
-## Next steps
-
-> [!div class="nextstepaction"]
-> [Update a command from a web endpoint](./how-to-custom-commands-update-command-from-web-endpoint.md)
ai-services How To Custom Commands Update Command From Web Endpoint https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-services/speech-service/how-to-custom-commands-update-command-from-web-endpoint.md
- Title: 'Update a command from a web endpoint' -
-description: Learn how to update the state of a command by using a call to a web endpoint.
---- Previously updated : 1/18/2024----
-# Update a command from a web endpoint
--
-If your client application requires an update to the state of an ongoing command without voice input, you can use a call to a web endpoint to update the command.
-
-In this article, you learn how to update an ongoing command from a web endpoint.
-
-## Prerequisites
-> [!div class = "checklist"]
-> * A previously [created Custom Commands app](quickstart-custom-commands-application.md)
-
-## Create an Azure function
-
-For this example, you need an HTTP-triggered [Azure function](../../azure-functions/index.yml) that supports the following input (or a subset of this input):
-
-```JSON
-{
- "conversationId": "SomeConversationId",
- "currentCommand": {
- "name": "SomeCommandName",
- "parameters": {
- "SomeParameterName": "SomeParameterValue",
- "SomeOtherParameterName": "SomeOtherParameterValue"
- }
- },
- "currentGlobalParameters": {
- "SomeGlobalParameterName": "SomeGlobalParameterValue",
- "SomeOtherGlobalParameterName": "SomeOtherGlobalParameterValue"
- }
-}
-```
-
-Let's review the key attributes of this input:
-
-| Attribute | Explanation |
-| - | |
-| **conversationId** | The unique identifier of the conversation. This ID can be generated from the client app. |
-| **currentCommand** | The command that's currently active in the conversation. |
-| **name** | The name of the command. The `parameters` attribute is a map with the current values of the parameters. |
-| **currentGlobalParameters** | A map like `parameters`, but used for global parameters. |
-
-The output of the Azure function needs to support the following format:
-
-```JSON
-{
- "updatedCommand": {
- "name": "SomeCommandName",
- "updatedParameters": {
- "SomeParameterName": "SomeParameterValue"
- },
- "cancel": false
- },
- "updatedGlobalParameters": {
- "SomeGlobalParameterName": "SomeGlobalParameterValue"
- }
-}
-```
-
-You might recognize this format because it's the same one that you used when [updating a command from the client](./how-to-custom-commands-update-command-from-client.md).
-
-Now, create an Azure function based on Node.js. Copy/paste this code:
-
-```nodejs
-module.exports = async function (context, req) {
- context.log(req.body);
- context.res = {
- body: {
- updatedCommand: {
- name: "IncrementCounter",
- updatedParameters: {
- Counter: req.body.currentCommand.parameters.Counter + 1
- }
- }
- }
- };
-}
-```
-
-When you call this Azure function from Custom Commands, you send the current values of the conversation. You return the parameters that you want to update or if you want to cancel the current command.
-
-## Update the existing Custom Commands app
-
-Let's hook up the Azure function with the existing Custom Commands app:
-
-1. Add a new command named `IncrementCounter`.
-1. Add just one example sentence with the value `increment`.
-1. Add a new parameter called `Counter` (same name as specified in the Azure function) of type `Number` with a default value of `0`.
-1. Add a new web endpoint called `IncrementEndpoint` with the URL of your Azure function, with **Remote updates** set to **Enabled**.
- > [!div class="mx-imgBorder"]
- > :::image type="content" source="./media/custom-commands/set-web-endpoint-with-remote-updates.png" alt-text="Screenshot that shows setting a web endpoint with remote updates.":::
-1. Create a new interaction rule called **IncrementRule** and add a **Call web endpoint** action.
- > [!div class="mx-imgBorder"]
- > :::image type="content" source="./media/custom-commands/increment-rule-web-endpoint.png" alt-text="Screenshot that shows the creation of an interaction rule.":::
-1. In the action configuration, select `IncrementEndpoint`. Configure **On success** to **Send speech response** with the value of `Counter`, and configure **On failure** with an error message.
- > [!div class="mx-imgBorder"]
- > :::image type="content" source="./media/custom-commands/set-increment-counter-call-endpoint.png" alt-text="Screenshot that shows setting an increment counter for calling a web endpoint.":::
-1. Set the post-execution state of the rule to **Wait for user's input**.
-
-## Test it
-
-1. Save and train your app.
-1. Select **Test**.
-1. Send `increment` a few times (which is the example sentence for the `IncrementCounter` command).
- > [!div class="mx-imgBorder"]
- > :::image type="content" source="./media/custom-commands/increment-counter-example-no-mic.png" alt-text="Screenshot that shows an increment counter example.":::
-
-Notice how the Azure function increments the value of the `Counter` parameter on each turn.
-
-## Next steps
-
-> [!div class="nextstepaction"]
-> [Enable a CI/CD process for your Custom Commands application](./how-to-custom-commands-deploy-cicd.md)
ai-services How To Develop Custom Commands Application https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-services/speech-service/how-to-develop-custom-commands-application.md
- Title: 'How-to: Develop Custom Commands applications - Speech service'-
-description: Learn how to develop and customize Custom Commands applications. These voice-command apps are best suited for task completion or command-and-control scenarios.
---- Previously updated : 1/21/2024----
-# Develop Custom Commands applications
--
-In this how-to article, you learn how to develop and configure Custom Commands applications. The Custom Commands feature helps you build rich voice-command apps that are optimized for voice-first interaction experiences. The feature is best suited to task completion or command-and-control scenarios. It's well suited for Internet of Things (IoT) devices and for ambient and headless devices.
-
-In this article, you create an application that can turn a TV on and off, set the temperature, and set an alarm. After you create these basic commands, you'll learn about the following options for customizing commands:
-
-* Adding parameters to commands
-* Adding configurations to command parameters
-* Building interaction rules
-* Creating language-generation templates for speech responses
-* Using custom voice tools
-
-## Create an application by using simple commands
-
-Start by creating an empty Custom Commands application. For details, refer to the [quickstart](quickstart-custom-commands-application.md). In this application, instead of importing a project, you create a blank project.
-
-1. In the **Name** box, enter the project name *Smart-Room-Lite* (or another name of your choice).
-1. In the **Language** list, select **English (United States)**.
-1. Select or create a LUIS resource.
-
- > [!div class="mx-imgBorder"]
- > ![Screenshot showing the "New project" window.](media/custom-commands/create-new-project.png)
-
-### Update LUIS resources (optional)
-
-You can update the authoring resource that you selected in the **New project** window. You can also set a prediction resource.
-
-A prediction resource is used for recognition when your Custom Commands application is published. You don't need a prediction resource during the development and testing phases.
-
-### Add a TurnOn command
-
-In the empty Smart-Room-Lite Custom Commands application you created, add a command. The command processes an utterance, `Turn on the tv`. It responds with the message `Ok, turning the tv on`.
-
-1. Create a new command by selecting **New command** at the top of the left pane. The **New command** window opens.
-1. For the **Name** field, provide the value `TurnOn`.
-1. Select **Create**.
-
-The middle pane lists the properties of the command.
-
-The following table explains the command's configuration properties. For more information, see [Custom Commands concepts and definitions](./custom-commands-references.md).
-
-| Configuration | Description |
-| - | |
-| Example sentences | Example utterances the user can say to trigger this command. |
-| Parameters | Information required to complete the command. |
-| Completion rules | Actions to be taken to fulfill the command. Examples: responding to the user or communicating with a web service. |
-| Interaction rules | Other rules to handle more specific or complex situations. |
--
-> [!div class="mx-imgBorder"]
-> ![Screenshot showing where to create a command.](media/custom-commands/add-new-command.png)
-
-#### Add example sentences
-
-In the **Example sentences** section, you provide an example of what the user can say.
-
-1. In the middle pane, select **Example sentences**.
-1. In the pane on the right, add examples:
-
- ```
- Turn on the tv
- ```
-
-1. At the top of the pane, select **Save**.
-
-You don't have parameters yet, so you can move to the **Completion rules** section.
-
-#### Add a completion rule
-
-Next, the command needs a completion rule. This rule tells the user that a fulfillment action is being taken.
-
-For more information about rules and completion rules, see [Custom Commands concepts and definitions](./custom-commands-references.md).
-
-1. Select the default completion rule **Done**. Then edit it as follows:
--
- | Setting | Suggested value | Description |
- | - | - | -- |
- | **Name** | `ConfirmationResponse` | A name describing the purpose of the rule |
- | **Conditions** | None | Conditions that determine when the rule can run |
- | **Actions** | **Send speech response** > **Simple editor** > `Ok, turning the tv on` | The action to take when the rule condition is true |
-
- > [!div class="mx-imgBorder"]
- > ![Screenshot showing where to create a speech response.](media/custom-commands/create-speech-response-action.png)
-
-1. Select **Save** to save the action.
-1. Back in the **Completion rules** section, select **Save** to save all changes.
-
- > [!NOTE]
- > You don't have to use the default completion rule that comes with the command. You can delete the default completion rule and add your own rule.
-
-### Add a SetTemperature command
-
-Now add one more command, `SetTemperature`. This command takes a single utterance, `Set the temperature to 40 degrees`, and respond with the message `Ok, setting temperature to 40 degrees`.
-
-To create the new command, follow the steps you used for the `TurnOn` command, but use the example sentence `Set the temperature to 40 degrees`.
-
-Then edit the existing **Done** completion rules as follows:
-
-| Setting | Suggested value |
-| - | - |
-| **Name** | `ConfirmationResponse` |
-| **Conditions** | None |
-| **Actions** | **Send speech response** > **Simple editor** > **First variation** > `Ok, setting temperature to 40 degrees` |
-
-Select **Save** to save all changes to the command.
-
-### Add a SetAlarm command
-
-Create a new `SetAlarm` command. Use the example sentence `Set an alarm for 9 am tomorrow`. Then edit the existing **Done** completion rules as follows:
-
-| Setting | Suggested value |
-| - | - |
-| **Name** | `ConfirmationResponse` |
-| **Conditions** | None |
-| **Actions** | **Send speech response** > **Simple editor** > **First variation** > `Ok, setting an alarm for 9 am tomorrow` |
-
-Select **Save** to save all changes to the command.
-
-### Try it out
-
-Test the application's behavior by using the test pane:
-
-1. In the upper-right corner of the pane, select the **Train** icon.
-1. When the training finishes, select **Test**.
-
-Try out the following utterance examples by using voice or text:
--- You type: *set the temperature to 40 degrees*-- Expected response: Ok, setting temperature to 40 degrees-- You type: *turn on the tv*-- Expected response: Ok, turning on the tv-- You type: *set an alarm for 9 am tomorrow*-- Expected response: Ok, setting an alarm for 9 am tomorrow-
-> [!div class="mx-imgBorder"]
-> ![Screenshot showing the test in a web-chat interface.](media/custom-commands/create-basic-test-chat-no-mic.png)
-
-> [!TIP]
-> In the test pane, you can select **Turn details** for information about how this voice input or text input was processed.
-
-## Add parameters to commands
-
-In this section, you learn how to add parameters to your commands. Commands require parameters to complete a task. In complex scenarios, parameters can be used to define conditions that trigger custom actions.
-
-### Configure parameters for a TurnOn command
-
-Start by editing the existing `TurnOn` command to turn on and turn off multiple devices.
-
-1. Now that the command handles both on and off scenarios, rename the command as *TurnOnOff*.
- 1. In the pane on the left, select the **TurnOn** command. Then next to **New command** at the top of the pane, select the edit button.
-
- 1. In the **Rename command** window, change the name to *TurnOnOff*.
-
-1. Add a new parameter to the command. The parameter represents whether the user wants to turn the device on or off.
- 1. At top of the middle pane, select **Add**. From the drop-down menu, select **Parameter**.
- 1. In the pane on the right, in the **Parameters** section, in the **Name** box, add `OnOff`.
- 1. Select **Required**. In the **Add response for a required parameter** window, select **Simple editor**. In the **First variation** field, add *On or Off*.
- 1. Select **Update**.
-
- > [!div class="mx-imgBorder"]
- > ![Screenshot that shows the 'Add response for a required parameter' section with the 'Simple editor' tab selected.](media/custom-commands/add-required-on-off-parameter-response.png)
-
- 1. Configure the parameter's properties by using the following table. For information about all of the configuration properties of a command, see [Custom Commands concepts and definitions](./custom-commands-references.md).
--
- | Configuration | Suggested value | Description |
- | | -| |
- | **Name** | `OnOff` | A descriptive name for the parameter |
- | **Required** | Selected | Check box indicating whether a value for this parameter is required before the command finishes. |
- | **Response for required parameter** |**Simple editor** > `On or Off?` | A prompt asking for the value of this parameter when it isn't known. |
- | **Type** | **String** | Parameter type, such as Number, String, Date Time, or Geography. |
- | **Configuration** | **Accept predefined input values from an internal catalog** | For strings, this setting limits inputs to a set of possible values. |
- | **Predefined input values** | `on`, `off` | Set of possible values and their aliases. |
--
- 1. To add predefined input values, select **Add a predefined input**. In **New Item** window, type *Name* as shown in the preceding table. In this case, you're not using aliases, so you can leave this field blank.
-
- > [!div class="mx-imgBorder"]
- > ![Screenshot showing how to create a parameter.](media/custom-commands/create-on-off-parameter.png)
-
- 1. Select **Save** to save all configurations of the parameter.
-
-#### Add a SubjectDevice parameter
-
-1. To add a second parameter to represent the name of the devices that can be controlled by using this command, select **Add**. Use the following configuration.
--
- | Setting | Suggested value |
- | | |
- | **Name** | `SubjectDevice` |
- | **Required** | Selected |
- | **Response for required parameter** | **Simple editor** > `Which device do you want to control?` |
- | **Type** | **String** |
- | **Configuration** | **Accept predefined input values from an internal catalog** |
- | **Predefined input values** | `tv`, `fan` |
- | **Aliases** (`tv`) | `television`, `telly` |
-
-1. Select **Save**.
-
-#### Modify example sentences
-
-For commands that use parameters, it's helpful to add example sentences that cover all possible combinations. For example:
-
-* Complete parameter information: `turn {OnOff} the {SubjectDevice}`
-* Partial parameter information: `turn it {OnOff}`
-* No parameter information: `turn something`
-
-Example sentences that use varying degrees of information allow the Custom Commands application to resolve both one-shot resolutions and multiple-turn resolutions by using partial information.
-
-With that information in mind, edit the example sentences to use these suggested parameters:
-
-```
-turn {OnOff} the {SubjectDevice}
-{SubjectDevice} {OnOff}
-turn it {OnOff}
-turn something {OnOff}
-turn something
-```
-
-Select **Save**.
-
-> [!TIP]
-> In the example-sentences editor, use curly braces to refer to your parameters. For example, `turn {OnOff} the {SubjectDevice}`.
-> Use a tab for automatic completion backed by previously created parameters.
-
-#### Modify completion rules to include parameters
-
-Modify the existing completion rule `ConfirmationResponse`.
-
-1. In the **Conditions** section, select **Add a condition**.
-1. In the **New Condition** window, in the **Type** list, select **Required parameters**. In the list that follows, select both **OnOff** and **SubjectDevice**.
-1. Select **Create**.
-1. In the **Actions** section, edit the **Send speech response** action by hovering over it and selecting the edit button. This time, use the newly created `OnOff` and `SubjectDevice` parameters:
-
- ```
- Ok, turning the {SubjectDevice} {OnOff}
- ```
-1. Select **Save**.
-
-Try out the changes by selecting the **Train** icon at the top of the pane on the right.
-
-When the training finishes, select **Test**. A **Test your application** window appears. Try the following interactions:
--- Input: *turn off the tv*-- Output: Ok, turning off the tv-- Input: *turn off the television*-- Output: Ok, turning off the tv-- Input: *turn it off*-- Output: Which device do you want to control?-- Input: *the tv*-- Output: Ok, turning off the tv-
-### Configure parameters for a SetTemperature command
-
-Modify the `SetTemperature` command to enable it to set the temperature as the user directs.
-
-Add a `TemperatureValue` parameter. Use the following configuration:
-
-| Configuration | Suggested value |
-| | -|
-| **Name** | `TemperatureValue` |
-| **Required** | Selected |
-| **Response for required parameter** | **Simple editor** > `What temperature would you like?`
-| **Type** | `Number` |
--
-Edit the example utterances to use the following values.
-
-```
-set the temperature to {TemperatureValue} degrees
-change the temperature to {TemperatureValue}
-set the temperature
-change the temperature
-```
-
-Edit the existing completion rules. Use the following configuration.
-
-| Configuration | Suggested value |
-| | -|
-| **Conditions** | **Required parameter** > **TemperatureValue** |
-| **Actions** | **Send speech response** > `Ok, setting temperature to {TemperatureValue} degrees` |
-
-### Configure parameters for a SetAlarm command
-
-Add a parameter called `DateTime`. Use the following configuration.
-
- | Setting | Suggested value |
- | | -|
- | **Name** | `DateTime` |
- | **Required** | Selected |
- | **Response for required parameter** | **Simple editor** > `For what time?` |
- | **Type** | **DateTime** |
- | **Date Defaults** | If the date is missing, use today. |
- | **Time Defaults** | If the time is missing, use the start of the day. |
--
-> [!NOTE]
-> This article mostly uses String, Number, and DateTime parameter types. For a list of all supported parameter types and their properties, see [Custom Commands concepts and definitions](./custom-commands-references.md).
--
-Edit the example utterances. Use the following values.
-
-```
-set an alarm for {DateTime}
-set alarm {DateTime}
-alarm for {DateTime}
-```
-
-Edit the existing completion rules. Use the following configuration.
-
- | Setting | Suggested value |
- | - | - |
- | **Actions** | **Send speech response** > `Ok, alarm set for {DateTime}` |
-
-Test the three commands together by using utterances related to different commands. (You can switch between the different commands.)
--- Input: *Set an alarm*-- Output: For what time?-- Input: *Turn on the tv*-- Output: Ok, turning on the tv-- Input: *Set an alarm*-- Output: For what time?-- Input: *5 pm*-- Output: Ok, alarm set for `2020-05-01 17:00:00`-
-## Add configurations to command parameters
-
-In this section, you learn more about advanced parameter configuration, including:
--
-### Configure a parameter as an external catalog entity
-
-The Custom Commands feature allows you to configure string-type parameters to refer to external catalogs hosted over a web endpoint. So you can update the external catalog independently without editing the Custom Commands application. This approach is useful in cases where the catalog entries are numerous.
-
-Reuse the `SubjectDevice` parameter from the `TurnOnOff` command. The current configuration for this parameter is **Accept predefined inputs from internal catalog**. This configuration refers to a static list of devices in the parameter configuration. Move out this content to an external data source that can be updated independently.
-
-To move the content, start by adding a new web endpoint. In the pane on the left, go to the **Web endpoints** section. Add a new web endpoint URL. Use the following configuration.
-
-| Setting | Suggested value |
-|-|-|
-| **Name** | `getDevices` |
-| **URL** | `<Your endpoint of getDevices.json>` |
-| **Method** | **GET** |
-
-Then, configure and host a web endpoint that returns a JSON file that lists the devices that can be controlled. The web endpoint should return a JSON file formatted like this example:
-
-```json
-{
- "fan" : [],
- "refrigerator" : [
- "fridge"
- ],
- "lights" : [
- "bulb",
- "bulbs",
- "light",
- "light bulb"
- ],
- "tv" : [
- "telly",
- "television"
- ]
-}
-
-```
-
-Next go the **SubjectDevice** parameter settings page. Set up the following properties.
-
-| Setting | Suggested value |
-| -| - |
-| **Configuration** | **Accept predefined inputs from external catalog** |
-| **Catalog endpoint** | `getDevices` |
-| **Method** | **GET** |
-
-Then select **Save**.
-
-> [!IMPORTANT]
-> You won't see an option to configure a parameter to accept inputs from an external catalog unless you have the web endpoint set in the **Web endpoint** section in the pane on the left.
-
-Try it out by selecting **Train**. After the training finishes, select **Test** and try a few interactions.
-
-* Input: *turn on*
-* Output: Which device do you want to control?
-* Input: *lights*
-* Output: Ok, turning the lights on
-
-> [!NOTE]
-> You can now control all the devices hosted on the web endpoint. But you still need to train the application to test the new changes and then republish the application.
-
-### Add validation to parameters
-
-*Validations* are constructs that apply to certain parameter types that allow you to configure constraints on the parameter's value. They prompt you for corrections if values don't fall within the constraints. For a list of parameter types that extend the validation construct, see [Custom Commands concepts and definitions](./custom-commands-references.md).
-
-Test out validations by using the `SetTemperature` command. Use the following steps to add a validation for the `Temperature` parameter.
-
-1. In the pane on the left, select the **SetTemperature** command.
-1. In the middle pane, select **Temperature**.
-1. In the pane on the right, select **Add a validation**.
-1. In the **New validation** window, configure validation as shown in the following table. Then select **Create**.
--
- | Parameter configuration | Suggested value | Description |
- | - | - | - |
- | **Min Value** | `60` | For Number parameters, the minimum value this parameter can assume |
- | **Max Value** | `80` | For Number parameters, the maximum value this parameter can assume |
- | **Failure response** | **Simple editor** > **First variation** > `Sorry, I can only set temperature between 60 and 80 degrees. What temperature do you want?` | A prompt to ask for a new value if the validation fails |
-
- > [!div class="mx-imgBorder"]
- > ![Screenshot showing how to add a range validation.](media/custom-commands/add-validations-temperature.png)
-
-Try it out by selecting the **Train** icon at the top of the pane on the right. After the training finishes, select **Test**. Try a few interactions:
--- Input: *Set the temperature to 72 degrees*-- Output: Ok, setting temperature to 72 degrees-- Input: *Set the temperature to 45 degrees*-- Output: Sorry, I can only set temperature between 60 degrees and 80 degrees-- Input: *make it 72 degrees instead*-- Output: Ok, setting temperature to 72 degrees-
-## Add interaction rules
-
-Interaction rules are extra rules that handle specific or complex situations. Although you're free to author your own interaction rules, in this example you use interaction rules for the following scenarios:
-
-* Confirming commands
-* Adding a one-step correction to commands
-
-For more information about interaction rules, see [Custom Commands concepts and definitions](./custom-commands-references.md).
-
-### Add confirmations to a command
-
-To add a confirmation, you use the `SetTemperature` command. To achieve confirmation, create interaction rules by using the following steps:
-
-1. In the pane on the left, select the **SetTemperature** command.
-1. In the middle pane, add interaction rules by selecting **Add**. Then select **Interaction rules** > **Confirm command**.
-
- This action adds three interaction rules. The rules ask the user to confirm the date and time of the alarm. They expect a confirmation (yes or no) for the next turn.
-
- 1. Modify the **Confirm command** interaction rule by using the following configuration:
- 1. Change the name to **Confirm temperature**.
- 1. The condition **All required parameters** is already set.
- 1. Add a new action: **Type** > **Send speech response** > **Are you sure you want to set the temperature as {TemperatureValue} degrees?**
- 1. In the **Expectations** section, leave the default value of **Expecting confirmation from user**.
-
- > [!div class="mx-imgBorder"]
- > ![Screenshot showing how to create the required parameter response.](media/custom-speech-commands/add-confirmation-set-temperature.png)
--
- 1. Modify the **Confirmation succeeded** interaction rule to handle a successful confirmation (the user said yes).
-
- 1. Change the name to **Confirmation temperature succeeded**.
- 1. Leave the existing **Confirmation was successful** condition.
- 1. Add a new condition: **Type** > **Required parameters** > **TemperatureValue**.
- 1. Leave the default **Post-execution state** value as **Execute completion rules**.
-
- 1. Modify the **Confirmation denied** interaction rule to handle scenarios when confirmation is denied (the user said no).
-
- 1. Change the name to **Confirmation temperature denied**.
- 1. Leave the existing **Confirmation was denied** condition.
- 1. Add a new condition: **Type** > **Required parameters** > **TemperatureValue**.
- 1. Add a new action: **Type** > **Send speech response** > **No problem. What temperature then?**.
- 1. Change the default **Post-execution state** value to **Wait for user's input**.
-
-> [!IMPORTANT]
-> In this article, you use the built-in confirmation capability. You can also manually add interaction rules one by one.
-
-Try out the changes by selecting **Train**. When the training finishes, select **Test**.
--- **Input**: *Set temperature to 80 degrees*-- **Output**: are you sure you want to set the temperature as 80 degrees?-- **Input**: *No*-- **Output**: No problem. What temperature then?-- **Input**: *72 degrees*-- **Output**: are you sure you want to set the temperature as 72 degrees?-- **Input**: *Yes*-- **Output**: OK, setting temperature to 72 degrees-
-### Implement corrections in a command
-
-In this section, you configure a one-step correction. This correction is used after the fulfillment action has run. You'll also see an example of how a correction is enabled by default if the command isn't fulfilled yet. To add a correction when the command isn't finished, add the new parameter `AlarmTone`.
-
-In the left pane, select the **SetAlarm** command. Then and add the new parameter **AlarmTone**.
--- **Name** > `AlarmTone`-- **Type** > **String**-- **Default Value** > **Chimes**-- **Configuration** > **Accept predefined input values from the internal catalog**-- **Predefined input values** > **Chimes**, **Jingle**, and **Echo** (These values are individual predefined inputs.)--
-Next, update the response for the **DateTime** parameter to **Ready to set alarm with tone as {AlarmTone}. For what time?**. Then modify the completion rule as follows:
-
-1. Select the existing completion rule **ConfirmationResponse**.
-1. In the pane on the right, hover over the existing action and select **Edit**.
-1. Update the speech response to `OK, alarm set for {DateTime}. The alarm tone is {AlarmTone}`.
-
-> [!IMPORTANT]
-> The alarm tone can change without any explicit configuration in an ongoing command. For example, it can change when the command hasn't finished yet. A correction is enabled *by default* for all of the command parameters, regardless of the turn number, if the command is yet to be fulfilled.
-
-#### Implement a correction when a command is finished
-
-The Custom Commands platform allows for one-step correction even when the command finishes. This feature isn't enabled by default. It must be explicitly configured.
-
-Use the following steps to configure a one-step correction:
-
-1. In the **SetAlarm** command, add an interaction rule of the type **Update previous command** to update the previously set alarm. Rename the interaction rule as **Update previous alarm**.
-1. Leave the default condition: **Previous command needs to be updated**.
-1. Add a new condition: **Type** > **Required Parameter** > **DateTime**.
-1. Add a new action: **Type** > **Send speech response** > **Simple editor** > **Updating previous alarm time to {DateTime}**.
-1. Leave the default **Post-execution state** value as **Command completed**.
-
-Try out the changes by selecting **Train**. Wait for the training to finish, and then select **Test**.
--- **Input**: *Set an alarm.*-- **Output**: Ready to set alarm with tone as Chimes. For what time?-- **Input**: *Set an alarm with the tone as Jingle for 9 am tomorrow.*-- **Output**: OK, alarm set for `2020-05-21 09:00:00`. The alarm tone is Jingle.-- **Input**: *No, 8 am.*-- **Output**: Updating previous alarm time to 2020-05-29 08:00.-
-> [!NOTE]
-> In a real application, in the **Actions** section of this correction rule, you'll also need to send back an activity to the client or call an HTTP endpoint to update the alarm time in your system. This action should be solely responsible for updating the alarm time. It shouldn't be responsible for any other attribute of the command. In this case, that attribute would be the alarm tone.
-
-## Add language-generation templates for speech responses
-
-Language-generation (LG) templates allow you to customize the responses sent to the client. They introduce variance into the responses. You can achieve language generation by using:
-
-* Language-generation templates.
-* Adaptive expressions.
-
-Custom Commands templates are based on the Bot Framework's [LG templates](/azure/bot-service/file-format/bot-builder-lg-file-format#templates). Because the Custom Commands feature creates a new LG template when required (for speech responses in parameters or actions), you don't have to specify the name of the LG template.
-
-So you don't need to define your template like this:
-
- ```
- # CompletionAction
- - Ok, turning {OnOff} the {SubjectDevice}
- - Done, turning {OnOff} the {SubjectDevice}
- - Proceeding to turn {OnOff} {SubjectDevice}
- ```
-
-Instead, you can define the body of the template without the name, like this:
-
-> [!div class="mx-imgBorder"]
-> ![Screenshot showing a template editor example.](./media/custom-commands/template-editor-example.png)
--
-This change introduces variation into the speech responses that are sent to the client. For an utterance, the corresponding speech response is randomly picked out of the provided options.
-
-By taking advantage of LG templates, you can also define complex speech responses for commands by using adaptive expressions. For more information, see the [LG templates format](/azure/bot-service/file-format/bot-builder-lg-file-format#templates).
-
-By default, the Custom Commands feature supports all capabilities, with the following minor differences:
-
-* In the LG templates, entities are represented as `${entityName}`. The Custom Commands feature doesn't use entities. But you can use parameters as variables with either the `${parameterName}` representation or the `{parameterName}` representation.
-* The Custom Commands feature doesn't support template composition and expansion, because you never edit the *.lg* file directly. You edit only the responses of automatically created templates.
-* The Custom Commands feature doesn't support custom functions that LG injects. Predefined functions are supported.
-* The Custom Commands feature doesn't support options, such as `strict`, `replaceNull`, and `lineBreakStyle`.
-
-### Add template responses to a TurnOnOff command
-
-Modify the `TurnOnOff` command to add a new parameter. Use the following configuration.
-
-| Setting | Suggested value |
-| | |
-| **Name** | `SubjectContext` |
-| **Required** | Unselected |
-| **Type** | **String** |
-| **Default value** | `all` |
-| **Configuration** | **Accept predefined input values from internal catalog** |
-| **Predefined input values** | `room`, `bathroom`, `all`|
-
-#### Modify a completion rule
-
-Edit the **Actions** section of the existing completion rule **ConfirmationResponse**. In the **Edit action** window, switch to **Template Editor**. Then replace the text with the following example.
-
-```
-- IF: @{SubjectContext == "all" && SubjectDevice == "lights"}
- - Ok, turning all the lights {OnOff}
-- ELSEIF: @{SubjectDevice == "lights"}
- - Ok, turning {OnOff} the {SubjectContext} {SubjectDevice}
-- ELSE:
- - Ok, turning the {SubjectDevice} {OnOff}
- - Done, turning {OnOff} the {SubjectDevice}
-```
-
-Train and test your application by using the following input and output. Notice the variation of responses. The variation is created by multiple alternatives of the template value and also by use of adaptive expressions.
-
-* Input: *turn on the tv*
-* Output: Ok, turning on the tv
-* Input: *turn on the tv*
-* Output: Done, turned on the tv
-* Input: *turn off the lights*
-* Output: Ok, turning all the lights off
-* Input: *turn off room lights*
-* Output: Ok, turning off the room lights
-
-## Use a custom voice
-
-Another way to customize Custom Commands responses is to select an output voice. Use the following steps to switch the default voice to a custom voice:
-
-1. In your Custom Commands application, in the pane on the left, select **Settings**.
-1. In the middle pane, select **Custom voice**.
-1. In the table, select a custom voice or public voice.
-1. Select **Save**.
-
-> [!div class="mx-imgBorder"]
-> ![Screenshot showing sample sentences and parameters.](media/custom-commands/select-custom-voice.png)
-
-> [!NOTE]
-> For public voices, neural types are available only for specific regions. For more information, see [Speech service supported regions](./regions.md#speech-service).
->
-> You can create custom voices on the **Custom voice** project page. For more information, see [Get started with custom voice](./professional-voice-create-project.md).
-
-Now the application responds in the selected voice, instead of the default voice.
-
-## Next steps
-
-* Learn how to [integrate your Custom Commands application](how-to-custom-commands-setup-speech-sdk.md) with a client app by using the Speech SDK.
-* [Set up continuous deployment](how-to-custom-commands-deploy-cicd.md) for your Custom Commands application by using Azure DevOps.
ai-services Keyword Recognition Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-services/speech-service/keyword-recognition-overview.md
The sample and tutorials linked here show how to use the Speech SDK:
* [Voice assistant samples on GitHub](https://github.com/Azure-Samples/Cognitive-Services-Voice-Assistant) * [Tutorial: Voice enable your assistant built using Azure AI Bot Service with the C# Speech SDK](./tutorial-voice-enable-your-bot-speech-sdk.md)
- * [Tutorial: Create a custom commands application with simple voice commands](./how-to-develop-custom-commands-application.md)
- ## Speech SDK integration and scenarios The Speech SDK enables easy use of personalized on-device keyword recognition models generated with custom keyword and keyword verification. To ensure that your product needs can be met, the SDK supports the following two scenarios: | Scenario | Description | Samples | | -- | -- | - |
-| End-to-end keyword recognition with speech to text | Best suited for products that use a customized on-device keyword model from custom keyword with keyword verification and speech to text. This scenario is the most common. | <ul><li>[Voice assistant sample code](https://github.com/Azure-Samples/Cognitive-Services-Voice-Assistant)</li><li>[Tutorial: Voice enable your assistant built using Azure AI Bot Service with the C# Speech SDK](./tutorial-voice-enable-your-bot-speech-sdk.md)</li><li>[Tutorial: Create a custom commands application with simple voice commands](./how-to-develop-custom-commands-application.md)</li></ul> |
+| End-to-end keyword recognition with speech to text | Best suited for products that use a customized on-device keyword model from custom keyword with keyword verification and speech to text. This scenario is the most common. | <ul><li>[Voice assistant sample code](https://github.com/Azure-Samples/Cognitive-Services-Voice-Assistant)</li><li>[Tutorial: Voice enable your assistant built using Azure AI Bot Service with the C# Speech SDK](./tutorial-voice-enable-your-bot-speech-sdk.md)</li></ul> |
| Offline keyword recognition | Best suited for products without network connectivity that use a customized on-device keyword model from custom keyword. | <ul><li>[C# on Windows UWP sample](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/csharp/uwp/keyword-recognizer)</li><li>[Java on Android sample](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/java/android/keyword-recognizer)</li></ul> ## Next steps
ai-services Quickstart Custom Commands Application https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-services/speech-service/quickstart-custom-commands-application.md
- Title: 'Quickstart: Create a voice assistant using custom commands - Speech service'-
-description: In this quickstart, you create and test a basic custom commands application in Speech Studio.
---- Previously updated : 2/24/2024----
-# Quickstart: Create a voice assistant with custom commands
--
-In this quickstart, you create and test a basic custom commands application using Speech Studio. You can also access this application from a Windows client app.
-
-## Region Availability
-At this time, custom commands support speech resources created in regions that have [voice assistant capabilities](./regions.md#voice-assistants).
-
-## Prerequisites
-
-> [!div class="checklist"]
-> * <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesSpeechServices" target="_blank">Create a Speech resource in a region that supports custom commands.</a> Refer to the **Region Availability** section above for list of supported regions.
-> * Download the sample [Smart Room Lite](https://aka.ms/speech/cc-quickstart) json file.
-> * Download the latest version of [Windows Voice Assistant Client](https://aka.ms/speech/va-samples-wvac).
-
-## Go to the Speech Studio for custom commands
-
-1. In a web browser, go to [Speech Studio](https://aka.ms/speechstudio/customcommands).
-1. Enter your credentials to sign in to the portal.
-
- The default view is your list of Speech resources.
- > [!NOTE]
- > If you don't see the select resource page, you can navigate there by choosing "Resource" from the settings menu on the top bar.
-
-1. Select your Speech resource, and then select **Go to Studio**.
-1. Select **Custom commands**.
-
- The default view is a list of the custom commands applications you have under your selected resource.
-
-## Import an existing application as a new custom commands project
-
-1. Select **New project** to create a project.
-
-1. In the **Name** box, enter project name as `Smart-Room-Lite` (or something else of your choice).
-1. In the **Language** list, select **English (United States)**.
-1. Select **Browse files** and in the browse window, select the **SmartRoomLite.json** file.
-
- > [!div class="mx-imgBorder"]
- > ![Create a project](media/custom-commands/import-project.png)
-
-1. In the **LUIS authoring resource** list, select an authoring resource. If there are no valid authoring resources, create one by selecting **Create new LUIS authoring resource**.
-
- 1. In the **Resource Name** box, enter the name of the resource.
- 1. In the **Resource Group** list, select a resource group.
- 1. In the **Location** list, select a location.
- 1. In the **Pricing Tier** list, select a tier.
-
-
- > [!NOTE]
- > You can create resource groups by entering the desired resource group name into the "Resource Group" field. The resource group will be created when **Create** is selected.
--
-1. Next, select **Create** to create your project.
-1. After the project is created, select your project.
-You should now see overview of your new custom commands application.
-
-## Try out some voice commands
-1. Select **Train** at the top of the right pane.
-1. Once training is completed, select **Test** and try out the following utterances:
- - Turn on the tv
- - Set the temperature to 80 degrees
- - Turn it off
- - The tv
- - Set an alarm for 5 PM
-
-## Integrate custom commands application in an assistant
-Before you can access this application from outside Speech Studio, you need to publish the application. For publishing an application, you need to configure prediction LUIS resource.
-
-### Update prediction LUIS resource
--
-1. Select **Settings** in the left pane and select **LUIS resources** in the middle pane.
-1. Select a prediction resource, or create one by selecting **Create new resource**.
-1. Select **Save**.
-
- > [!div class="mx-imgBorder"]
- > ![Set LUIS Resources](media/custom-commands/set-luis-resources.png)
-
-> [!NOTE]
-> Because the authoring resource supports only 1,000 prediction endpoint requests per month, you will mandatorily need to set a LUIS prediction resource before publishing your custom commands application.
-
-### Publish the application
-
-Select **Publish** on top of the right pane. Once publish completes, a new window appears. Note down the **Application ID** and **Speech resource key** value from it. You need these two values to be able to access the application from outside Speech Studio.
-
-Alternatively, you can also get these values by selecting **Settings** > **General** section.
-
-### Access application from client
-
-In the scope of this article, we're using the Windows Voice Assistant client you downloaded as part of the prerequisites. Unzip the folder.
-1. Launch **VoiceAssistantClient.exe**.
-1. Create a new publish profile and enter value for **Connection Profile**. In the **General Settings** section, enter values **Subscription Key** (this is same as the **Speech resource key** value you saved when publishing the application), **Subscription key region** and **custom commands app ID**.
- > [!div class="mx-imgBorder"]
- > ![Screenshot that highlights the General Settings section for creating a WVAC profile.](media/custom-commands/create-profile.png)
-1. Select **Save and Apply Profile**.
-1. Now try out the following inputs via speech/text
- > [!div class="mx-imgBorder"]
- > ![WVAC Create profile](media/custom-commands/conversation.png)
--
-> [!TIP]
-> You can select entries in **Activity Log** to inspect the raw responses being sent from the custom commands service.
-
-## Next steps
-
-In this article, you used an existing application. Next, in the [how-to sections](./how-to-develop-custom-commands-application.md), you learn how to design, develop, debug, test and integrate a custom commands application from scratch.
ai-services Speech Encryption Of Data At Rest https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-services/speech-service/speech-encryption-of-data-at-rest.md
By default, your data are stored in Microsoft's storage and your subscription us
For more information about Managed Identity, see [What are managed identities](../../active-directory/managed-identities-azure-resources/overview.md).
-In the meantime, when you use Custom Command, you can manage your subscription with your own encryption keys. Customer-managed keys (CMK), also known as bring your own key (BYOK), offer greater flexibility to create, rotate, disable, and revoke access controls. You can also audit the encryption keys used to protect your data. For more information about Custom Command and CMK, see [Custom Commands encryption of data at rest](custom-commands-encryption-of-data-at-rest.md).
- ## Bring your own storage (BYOS) Bring your own storage (BYOS) is an Azure AI technology for customers, who have high requirements for data security and privacy. The core of the technology is the ability to associate an Azure Storage account, that the user owns and fully controls with the Speech resource. The Speech resource then uses this storage account for storing different artifacts related to the user data processing, instead of storing the same artifacts within the Speech service premises as it is done in the regular case. This approach allows using all set of security features of Azure Storage account, including encrypting the data with the Customer-managed keys, using Private endpoints to access the data, etc.
ai-services Speech Studio Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-services/speech-service/speech-studio-overview.md
In Speech Studio, the following Speech service features are available as project
* [Custom Keyword](https://aka.ms/speechstudio/customkeyword): A custom keyword is a word or short phrase that you can use to voice-activate a product. You create a custom keyword in Speech Studio, and then generate a binary file to [use with the Speech SDK](custom-keyword-basics.md) in your applications.
-* [Custom Commands](https://aka.ms/speechstudio/customcommands): Easily build rich, voice-command apps that are optimized for voice-first interaction experiences. Custom Commands provides a code-free authoring experience in Speech Studio, an automatic hosting model, and relatively lower complexity. The feature helps you focus on building the best solution for your voice-command scenarios. For more information, see the [Develop Custom Commands applications](how-to-develop-custom-commands-application.md) guide. Also see [Integrate with a client application by using the Speech SDK](how-to-custom-commands-setup-speech-sdk.md).
- ## Next steps * [Explore Speech Studio](https://speech.microsoft.com)
ai-studio Connections https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-studio/concepts/connections.md
You can [create connections](../how-to/connections-add.md) to Azure AI services
:::image type="content" source="../media/prompt-flow/llm-tool-connection.png" alt-text="Screenshot of a connection used by the LLM tool in prompt flow." lightbox="../media/prompt-flow/llm-tool-connection.png":::
-As another example, you can [create a connection](../how-to/connections-add.md) to an Azure AI Search resource. The connection can then be used by prompt flow tools such as the Vector DB Lookup tool.
+As another example, you can [create a connection](../how-to/connections-add.md) to an Azure AI Search resource. The connection can then be used by prompt flow tools such as the Index Lookup tool.
## Connections to non-Microsoft services
ai-studio Deploy Models Openai https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-studio/how-to/deploy-models-openai.md
In this article, you learn to create Azure OpenAI model deployments in Azure AI Studio.
-Azure OpenAI service offers a diverse set of models with different capabilities and price points. When you deploy Azure OpenAI models in Azure AI Studio, you can consume the deployments, using prompt flow or another tool. Model availability varies by region. To learn more about the details of each model see [Azure OpenAI Service models](../../ai-services/openai/concepts/models.md).
+Azure OpenAI Service offers a diverse set of models with different capabilities and price points. When you deploy Azure OpenAI models in Azure AI Studio, you can consume the deployments, using prompt flow or another tool. Model availability varies by region. To learn more about the details of each model see [Azure OpenAI Service models](../../ai-services/openai/concepts/models.md).
To modify and interact with an Azure OpenAI model in the [Azure AI Studio](https://ai.azure.com) playground, first you need to deploy a base Azure OpenAI model to your project. Once the model is deployed and available in your project, you can consume its REST API endpoint as-is or customize further with your own data and other components (embeddings, indexes, and more).
ai-studio Prompt Flow Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ai-studio/how-to/prompt-flow-troubleshoot.md
+
+ Title: Troubleshoot guidance for prompt flow
+
+description: This article addresses frequent questions about prompt flow usage.
++++++ Last updated : 07/31/2024++
+# Troubleshoot guidance for prompt flow
+
+This article addresses frequent questions about prompt flow usage.
+
+## Compute session related issues
+
+### Run failed because of "No module named XXX"
+
+This type of error related to compute session lacks required packages. If you're using a default environment, make sure the image of your compute session is using the latest version. If you're using a custom base image, make sure you installed all the required packages in your docker context.
+
+### Where to find the serverless instance used by compute session?
+
+You can view the serverless instance used by compute session in the compute session list tab under compute page. Learn more about how to manage serverless instance [Manage a compute session](./create-manage-compute-session.md#manage-a-compute-session).
+
+### Compute session failures using custom base image
+
+## Flow run related issues
+
+### How to find the raw inputs and outputs of in LLM tool for further investigation?
+
+In prompt flow, on flow page with successful run and run detail page, you can find the raw inputs and outputs of LLM tool in the output section. Select the `view full output` button to view full output.
++
+`Trace` section includes each request and response to the LLM tool. You can check the raw message sent to the LLM model and the raw response from the LLM model.
++
+### How to fix 409 error from Azure OpenAI?
+
+You may encounter 409 error from Azure OpenAI, it means you have reached the rate limit of Azure OpenAI. You can check the error message in the output section of LLM node. Learn more about [Azure OpenAI rate limit](../../ai-services/openai/quotas-limits.md).
++
+### Identify which node consumes the most time
+
+1. Check the compute session logs.
+
+1. Try to find the following warning log format:
+
+ {node_name} has been running for {duration} seconds.
+
+ For example:
+
+ - **Case 1:** Python script node runs for a long time.
+
+ :::image type="content" source="../media/prompt-flow/runtime-timeout-running-for-long-time.png" alt-text="Screenshot that shows a timeout run sign." lightbox = "../media/prompt-flow/runtime-timeout-running-for-long-time.png":::
+
+ In this case, you can find that `PythonScriptNode` was running for a long time (almost 300 seconds). Then you can check the node details to see what's the problem.
+
+ - **Case 2:** LLM node runs for a long time.
+
+ :::image type="content" source="../media/prompt-flow/runtime-timeout-by-language-model-timeout.png" alt-text="Screenshot that shows timeout logs caused by an LLM timeout." lightbox = "../media/prompt-flow/runtime-timeout-by-language-model-timeout.png":::
+
+ In this case, if you find the message `request canceled` in the logs, it might be because the OpenAI API call is taking too long and exceeding the timeout limit.
+
+ An OpenAI API timeout could be caused by a network issue or a complex request that requires more processing time. For more information, see [OpenAI API timeout](https://help.openai.com/en/articles/6897186-timeout).
+
+ Wait a few seconds and retry your request. This action usually resolves any network issues.
+
+ If retrying doesn't work, check whether you're using a long context model, such as `gpt-4-32k`, and have set a large value for `max_tokens`. If so, the behavior is expected because your prompt might generate a long response that takes longer than the interactive mode's upper threshold. In this situation, we recommend trying `Bulk test` because this mode doesn't have a timeout setting.
+
+1. If you can't find anything in logs to indicate it's a specific node issue:
+
+ - Contact the prompt flow team ([promptflow-eng](mailto:aml-pt-eng@microsoft.com)) with the logs. We try to identify the root cause.
+
+## Flow deployment related issues
+
+### Upstream request timeout issue when consuming the endpoint
+
+If you use CLI or SDK to deploy the flow, you may encounter timeout error. By default the `request_timeout_ms` is 5000. You can specify at max to 5 minutes, which is 300,000 ms. Following is example showing how to specify request time-out in the deployment yaml file. To learn more, see [deployment schema](../../machine-learning/reference-yaml-deployment-managed-online.md).
+
+```yaml
+request_settings:
+ request_timeout_ms: 300000
+```
+
+### OpenAI API hits authentication error
+
+If you regenerate your Azure OpenAI key and manually update the connection used in prompt flow, you may encounter errors like "Unauthorized. Access token is missing, invalid, audience is incorrect or have expired." when invoking an existing endpoint created before key regenerating.
+
+This is because the connections used in the endpoints/deployments won't be automatically updated. Any change for key or secrets in deployments should be done by manual update, which aims to avoid impacting online production deployment due to unintentional offline operation.
+
+- If the endpoint was deployed in the studio UI, you can just redeploy the flow to the existing endpoint using the same deployment name.
+- If the endpoint was deployed using SDK or CLI, you need to make some modification to the deployment definition such as adding a dummy environment variable, and then use `az ml online-deployment update` to update your deployment.
+
+### Vulnerability issues in prompt flow deployments
+
+For prompt flow runtime related vulnerabilities, following are approaches, which can help mitigate:
+
+- Update the dependency packages in your requirements.txt in your flow folder.
+- If you're using customized base image for your flow, you need to update the prompt flow runtime to latest version and rebuild your base image, then redeploy the flow.
+
+For any other vulnerabilities of managed online deployments, Azure AI fixes the issues in a monthly manner.
+
+### "MissingDriverProgram Error" or "Could not find driver program in the request"
+
+If you deploy your flow and encounter the following error, it might be related to the deployment environment.
+
+```text
+'error':
+{
+ 'code': 'BadRequest',
+ 'message': 'The request is invalid.',
+ 'details':
+ {'code': 'MissingDriverProgram',
+ 'message': 'Could not find driver program in the request.',
+ 'details': [],
+ 'additionalInfo': []
+ }
+}
+```
+
+```text
+Could not find driver program in the request
+```
+
+There are two ways to fix this error.
+
+- (Recommended) You can find the container image uri in your custom environment detail page, and set it as the flow base image in the flow.dag.yaml file. When you deploy the flow in UI, you just select **Use environment of current flow definition**, and the backend service will create the customized environment based on this base image and `requirement.txt` for your deployment. Learn more about [the environment specified in the flow definition](./flow-deploy.md#requirements-text-file).
+
+- You can fix this error by adding `inference_config` in your custom environment definition.
+
+ Following is an example of customized environment definition.
+
+```yaml
+$schema: https://azuremlschemas.azureedge.net/latest/environment.schema.json
+name: pf-customized-test
+build:
+ path: ./image_build
+ dockerfile_path: Dockerfile
+description: promptflow customized runtime
+inference_config:
+ liveness_route:
+ port: 8080
+ path: /health
+ readiness_route:
+ port: 8080
+ path: /health
+ scoring_route:
+ port: 8080
+ path: /score
+```
+
+### Model response taking too long
+
+Sometimes, you might notice that the deployment is taking too long to respond. There are several potential factors for this to occur.
+
+- The model used in the flow isn't powerful enough (example: use GPT 3.5 instead of text-ada)
+- Index query isn't optimized and taking too long
+- Flow has many steps to process
+
+Consider optimizing the endpoint with above considerations to improve the performance of the model.
+
+### Unable to fetch deployment schema
+
+After you deploy the endpoint and want to test it in the **Test** tab in the deployment detail page, if the **Test** tab shows **Unable to fetch deployment schema**, you can try the following two methods to mitigate this issue:
++
+- Make sure you have granted the correct permission to the endpoint identity. Learn more about [how to grant permission to the endpoint identity](./flow-deploy.md#grant-permissions-to-the-endpoint).
+- It might be because you ran your flow in an old version runtime and then deployed the flow, the deployment used the environment of the runtime that was in old version as well. To update the runtime, follow [Update a runtime on the UI](./create-manage-compute-session.md#upgrade-compute-instance-runtime) and rerun the flow in the latest runtime and then deploy the flow again.
+
+### Access denied to list workspace secret
+
+If you encounter an error like "Access denied to list workspace secret", check whether you have granted the correct permission to the endpoint identity. Learn more about [how to grant permission to the endpoint identity](./flow-deploy.md#grant-permissions-to-the-endpoint).
api-management Add Api Manually https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/add-api-manually.md
description: This tutorial shows you how to use API Management to add an API man
-+ Last updated 06/30/2022
api-management Api Management Api Import Restrictions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-api-import-restrictions.md
description: Details of known issues and restrictions on OpenAPI, WSDL, and WADL
-+ - build-2024
api-management Api Management Authenticate Authorize Azure Openai https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-authenticate-authorize-azure-openai.md
Title: Authenticate to Azure OpenAI API - Azure API Management
description: Options to authenticate and authorize to Azure OpenAI APIs using Azure API Management. Includes API key, managed identity, and OAuth 2.0 authorization. -+ Last updated 02/20/2024
api-management Api Management Capacity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-capacity.md
description: This article explains what the capacity metric is and how to make i
-+ Last updated 07/06/2022
api-management Api Management Configuration Repository Git https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-configuration-repository-git.md
description: Learn how to save and configure your API Management service configu
-+ Last updated 08/05/2022
api-management Api Management Debug Policies https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-debug-policies.md
Title: Debug Azure API Management policies in Visual Studio Code | Microsoft Docs description: Learn how to debug Azure API Management Policies using the Azure API Management Visual Studio Code extension -+ Last updated 09/22/2020
api-management Api Management Error Handling Policies https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-error-handling-policies.md
description: Learn how to respond to error conditions that may occur during the
ms.assetid: 3c777964-02b2-4f55-8731-8c3bd3c0ae27-+ Last updated 01/10/2020
api-management Api Management Features https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-features.md
description: Compare API Management tiers based on the features they offer. See
-+ Last updated 03/13/2024
api-management Api Management Gateways Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-gateways-overview.md
description: Learn more about the features of the API gateway component of Azure
-+ - build-2024
api-management Api Management Get Started Publish Versions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-get-started-publish-versions.md
Title: Tutorial - Publish versions of your API using Azure API Management
description: Follow the steps of this tutorial to learn how to publish multiple API versions in API Management. -+ Last updated 02/10/2021
api-management Api Management Howto Aad B2c https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-aad-b2c.md
description: Learn how to authorize users of the developer portal in Azure API M
-+ Last updated 06/28/2023
api-management Api Management Howto Aad https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-aad.md
description: Learn how to enable user sign-in to the API Management developer portal by using Microsoft Entra ID. -+ Last updated 12/08/2023
api-management Api Management Howto Add Products https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-add-products.md
Title: Tutorial - Create and publish a product in Azure API Management
description: In this tutorial, you create and publish a product in Azure API Management. Once it's published, developers can begin to use the product's APIs. -+ Last updated 01/18/2022
api-management Api Management Howto Api Inspector https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-api-inspector.md
Title: Tutorial - Debug APIs in Azure API Management using request tracing
description: Follow the steps of this tutorial to enable tracing and inspect request processing steps in Azure API Management. -+ Last updated 05/05/2024
api-management Api Management Howto App Insights https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-app-insights.md
description: Learn how to set up a connection to Application Insights and enable logging for APIs in your Azure API Management instance. -+ Last updated 08/25/2023
api-management Api Management Howto Autoscale https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-autoscale.md
description: This article describes how to set up rules to control autoscale beh
-+ Last updated 02/06/2024
api-management Api Management Howto Ca Certificates https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-ca-certificates.md
description: Learn how to add a custom CA certificate in Azure API Management. Y
-+ Last updated 06/01/2021
api-management Api Management Howto Cache External https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-cache-external.md
description: Learn how to configure and use an external Redis-compatible cache i
-+ Last updated 05/19/2022
api-management Api Management Howto Cache https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-cache.md
description: Learn how to improve the latency, bandwidth consumption, and web se
ms.assetid: 740f6a27-8323-474d-ade2-828ae0c75e7a-+ Last updated 03/20/2024
api-management Api Management Howto Configure Custom Domain Gateway https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-configure-custom-domain-gateway.md
description: This topic describes the steps for configuring a custom domain name
-+ Last updated 03/31/2020
api-management Api Management Howto Configure Notifications https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-configure-notifications.md
description: Learn how to configure notifications and email templates for events
-+ Last updated 06/02/2023
api-management Api Management Howto Create Groups https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-create-groups.md
description: Learn how to manage developer accounts using groups in Azure API Management. Create groups, and then associate them with products or developers. -+ Last updated 03/17/2023
api-management Api Management Howto Create Or Invite Developers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-create-or-invite-developers.md
description: Learn how to create or invite users in Azure API Management. View a
-+ Last updated 03/20/2024
api-management Api Management Howto Create Subscriptions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-create-subscriptions.md
description: Learn how to create subscriptions in Azure API Management. A subscr
-+ Last updated 03/26/2024
api-management Api Management Howto Deploy Multi Region https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-deploy-multi-region.md
Title: Deploy Azure API Management instance to multiple Azure regions
description: Learn how to deploy a Premium tier Azure API Management instance to multiple Azure regions to improve API gateway availability. -+ Last updated 07/29/2024
api-management Api Management Howto Developer Portal Customize https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-developer-portal-customize.md
description: Follow this tutorial to learn how to customize the API Management d
-+ Last updated 03/29/2024
api-management Api Management Howto Disaster Recovery Backup Restore https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-disaster-recovery-backup-restore.md
description: Learn how to use backup and restore operations in Azure API Managem
-+ Last updated 01/31/2023
api-management Api Management Howto Integrate Internal Vnet Appgateway https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-integrate-internal-vnet-appgateway.md
description: Set up and configure Azure API Management in an internal virtual ne
-+ Last updated 04/17/2023
api-management Api Management Howto Ip Addresses https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-ip-addresses.md
description: Learn how to retrieve the IP addresses of an Azure API Management s
-+ Last updated 05/15/2024
api-management Api Management Howto Log Event Hubs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-log-event-hubs.md
description: Learn how to log events to Azure Event Hubs in Azure API Management
-+ Last updated 03/31/2023
api-management Api Management Howto Manage Protocols Ciphers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-manage-protocols-ciphers.md
description: Learn how to manage transport layer security (TLS) protocols and ci
-+ Last updated 08/02/2022
api-management Api Management Howto Migrate https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-migrate.md
description: Learn how to migrate an API Management instance from one region to
-+ Last updated 08/20/2021
api-management Api Management Howto Mutual Certificates For Clients https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-mutual-certificates-for-clients.md
description: Learn how to secure access to APIs by using client certificates. Yo
-+ Last updated 01/12/2023
api-management Api Management Howto Mutual Certificates https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-mutual-certificates.md
description: Learn how to manage client certificates and secure backend services
-+ Last updated 01/12/2023
api-management Api Management Howto Oauth2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-oauth2.md
description: Set up OAuth 2.0 user authorization for the test console in the Azu
-+ Last updated 04/01/2024
api-management Api Management Howto Policies https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-policies.md
description: Introduction to API Management policies, which change API behavior
-+ Last updated 10/18/2023
api-management Api Management Howto Properties https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-properties.md
description: Learn how to use named values in Azure API Management policies. Nam
-+ Last updated 01/13/2023
api-management Api Management Howto Protect Backend With Aad https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-protect-backend-with-aad.md
description: Learn how to secure user access to an API in Azure API Management with OAuth 2.0 user authorization and Microsoft Entra ID. -+ Last updated 04/27/2022
api-management Api Management Howto Provision Self Hosted Gateway https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-provision-self-hosted-gateway.md
description: Learn how to provision a self-hosted gateway in Azure API Managemen
-+ Last updated 03/31/2020
api-management Api Management Howto Setup Delegation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-setup-delegation.md
description: Learn how to delegate user registration and product subscription to
-+ Last updated 06/24/2024
api-management Api Management Howto Use Azure Monitor https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-use-azure-monitor.md
description: Learn how to use metrics, alerts, activity logs, and resource logs
-+ Last updated 05/15/2024
api-management Api Management Howto Use Managed Service Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-howto-use-managed-service-identity.md
description: Learn how to create system-assigned and user-assigned identities in
-+ Last updated 05/22/2024
api-management Api Management In Workspace https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-in-workspace.md
Title: Use a workspace in Azure API Management
description: Members of a workspace in Azure API Management can collaborate to manage and productize their own APIs. -+ Last updated 03/10/2023
api-management Api Management Key Concepts Experiment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-key-concepts-experiment.md
description: Introduction to key scenarios, capabilities, and concepts of the Az
-+ Last updated 06/27/2022
api-management Api Management Key Concepts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-key-concepts.md
description: Introduction to key scenarios, capabilities, and concepts of the Az
-+ Last updated 05/21/2024
api-management Api Management Kubernetes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-kubernetes.md
-+ Last updated 12/14/2019
api-management Api Management Log To Eventhub Sample https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-log-to-eventhub-sample.md
ms.assetid: c528cf6f-5f16-4a06-beea-fa1207541a47-+ ms.devlang: csharp
api-management Api Management Policies https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-policies.md
Title: Azure API Management policy reference | Microsoft Docs
description: Reference index for all Azure API Management policies and settings. Policies allow the API publisher to change API behavior through configuration. -+ - build-2024
api-management Api Management Policy Expressions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-policy-expressions.md
description: Learn about policy expressions in Azure API Management. See example
-+ Last updated 03/07/2023
api-management Api Management Revisions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-revisions.md
Title: Revisions in Azure API Management | Microsoft Docs
description: Learn about the concept of revisions in Azure API Management. -+ Last updated 02/22/2022
api-management Api Management Role Based Access Control https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-role-based-access-control.md
description: Learn how to use the built-in roles and create custom roles in Azur
-+ Last updated 02/15/2023
api-management Api Management Sample Cache By Key https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-sample-cache-by-key.md
description: Learn how to cache items by key in Azure API Management. You can mo
-+ Last updated 05/19/2022
api-management Api Management Sample Flexible Throttling https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-sample-flexible-throttling.md
ms.assetid: fc813a65-7793-4c17-8bb9-e387838193ae-+ Last updated 02/03/2018
api-management Api Management Sample Send Request https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-sample-send-request.md
ms.assetid: 4539c0fa-21ef-4b1c-a1d4-d89a38c242fa-+ Last updated 04/14/2022
api-management Api Management Subscriptions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-subscriptions.md
description: Learn about the concept of subscriptions in Azure API Management. C
-+ Last updated 08/02/2023
api-management Api Management Terminology https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-terminology.md
description: This article gives definitions for the terms that are specific to A
-+ Last updated 05/09/2022
api-management Api Management Troubleshoot Cannot Add Custom Domain https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-troubleshoot-cannot-add-custom-domain.md
description: Learn how to troubleshoot the issue in which you can't add a custom
-+ Last updated 07/19/2019
api-management Api Management Using With Internal Vnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-using-with-internal-vnet.md
Title: Deploy Azure API Management instance to internal VNet
description: Learn how to deploy (inject) your Azure API instance to a virtual network in internal mode and access API backends through it. -+ Last updated 05/15/2024
api-management Api Management Using With Vnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-using-with-vnet.md
description: Learn how to deploy (inject) your Azure API instance to a virtual n
-+ Last updated 05/15/2024
api-management Api Management Versions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/api-management-versions.md
description: Learn about the concept of versions in Azure API Management.
-+ Last updated 10/31/2021
api-management Authentication Authorization Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/authentication-authorization-overview.md
description: Learn about authentication and authorization features in Azure API Management to secure access to APIs, including options for OAuth 2.0 authorization. -+ Last updated 11/08/2023
api-management Authentication Basic Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/authentication-basic-policy.md
description: Reference for the authentication-basic policy available for use in
-+ Last updated 03/18/2024
api-management Authentication Certificate Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/authentication-certificate-policy.md
description: Reference for the authentication-certificate policy available for u
-+ Last updated 03/18/2024
api-management Authentication Managed Identity Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/authentication-managed-identity-policy.md
description: Reference for the authentication-managed-identity policy available
-+ Last updated 03/18/2024
api-management Automate Portal Deployments https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/automate-portal-deployments.md
description: Learn how to automatically migrate self-hosted developer portal con
Last updated 04/15/2021-+
api-management Automation Manage Api Management https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/automation-manage-api-management.md
ms.assetid: 2e53c9af-f738-47f8-b1b6-593050a7c51b-+ Last updated 02/13/2018
api-management Azure Openai Api From Specification https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/azure-openai-api-from-specification.md
Title: Import an Azure OpenAI API as REST API - Azure API Management description: How to import an Azure OpenAI API as a REST API from the Azure OpenAI Service or from an OpenAPI specification.-+
api-management Azure Openai Emit Token Metric Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/azure-openai-emit-token-metric-policy.md
description: Reference for the azure-openai-emit-token-metric policy available f
-+ Last updated 07/09/2024
api-management Azure Openai Enable Semantic Caching https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/azure-openai-enable-semantic-caching.md
Title: Enable semantic caching for Azure OpenAI APIs in Azure API Management description: Prerequisites and configuration steps to enable semantic caching for Azure OpenAI APIs in Azure API Management. -+ - build-2024
api-management Azure Openai Semantic Cache Lookup Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/azure-openai-semantic-cache-lookup-policy.md
description: Reference for the azure-openai-semantic-cache-lookup policy availab
-+ - build-2024
api-management Azure Openai Semantic Cache Store Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/azure-openai-semantic-cache-store-policy.md
description: Reference for the azure-openai-semantic-cache-store policy availabl
-+ - build-2024
api-management Azure Openai Token Limit Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/azure-openai-token-limit-policy.md
description: Reference for the azure-openai-token-limit policy available for use
-+ - build-2024
api-management Backends https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/backends.md
Title: Azure API Management backends | Microsoft Docs
description: Learn about backends in Azure API Management. Backend entities encapsulate information about backend services, promoting reusability across APIs and governance. -+ Last updated 05/13/2024
api-management Analytics Dashboard Retirement March 2027 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/breaking-changes/analytics-dashboard-retirement-march-2027.md
Title: Azure API Management - Analytics dashboard retirement (March 2027)
description: Azure API Management is replacing the built-in API analytics dashboard as of March 2027. An equivalent dashboard is available based on an Azure Monitor Workbook. -+ Last updated 05/16/2024
api-management Api Version Retirement Sep 2023 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/breaking-changes/api-version-retirement-sep-2023.md
Title: Azure API Management - API version retirements (June 2024) | Microsoft Do
description: Starting June 1, 2024, the Azure API Management service is retiring all API versions prior to 2021-08-01. If you use one of these API versions, you must update affected tools, scripts, or programs to use the latest versions. -+ Last updated 04/26/2024
api-management Captcha Endpoint Change Sep 2025 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/breaking-changes/captcha-endpoint-change-sep-2025.md
Title: Azure API Management CAPTCHA endpoint change (September 2025) | Microsoft
description: Azure API Management is updating the CAPTCHA endpoint. If your service is hosted in an Azure virtual network, you may need to update network settings to continue using the developer portal. -+ Last updated 09/06/2022
api-management Direct Management Api Retirement March 2025 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/breaking-changes/direct-management-api-retirement-march-2025.md
Title: Azure API Management - Direct management API retirement (March 2025)
description: Azure API Management is retiring its direct management API as of March 2025. Use the Azure Resource Manager-based API instead. -+ Last updated 05/16/2024
api-management Git Configuration Retirement March 2025 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/breaking-changes/git-configuration-retirement-march-2025.md
Title: Azure API Management - Git configuration retirement (March 2025)
description: Azure API Management is retiring configuration management using a built-in Git repo as of March 2025. If you use the feature, adopt a configuration management solution such as APIOps. -+ Last updated 05/16/2024
api-management Identity Provider Adal Retirement Sep 2025 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/breaking-changes/identity-provider-adal-retirement-sep-2025.md
Title: Azure API Management identity providers configuration change (September 2
description: Azure API Management is updating the library used for user authentication in the developer portal. If you use Microsoft Entra ID or Azure AD B2C identity providers, you need to update application settings and identity provider configuration to use the Microsoft Authentication Library (MSAL). -+ Last updated 09/06/2022
api-management Legacy Portal Retirement Oct 2023 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/breaking-changes/legacy-portal-retirement-oct-2023.md
Title: Azure API Management - Legacy developer portal retirement (October 2023)
description: Azure API Management is retiring the legacy developer portal effective 31 October 2023. If you use the legacy portal, migrate to the new developer portal. -+ Last updated 11/09/2023
api-management Metrics Retirement Aug 2023 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/breaking-changes/metrics-retirement-aug-2023.md
Title: Azure API Management - Metrics retirement (August 2023)
description: Azure API Management is retiring five legacy metrics as of August 2023. If you monitor your API Management instance using these metrics, you must update your monitoring settings and alert rules to use the Requests metric. -+ Last updated 04/20/2023
api-management Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/breaking-changes/overview.md
description: A list of all the upcoming breaking changes and feature retirements
-+ Last updated 05/17/2024
api-management Rp Source Ip Address Change Mar 2023 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/breaking-changes/rp-source-ip-address-change-mar-2023.md
Title: Azure API Management IP address change (March 2023) | Microsoft Docs
description: Azure API Management is updating the source IP address of the resource provider in certain regions. If your service is hosted in a Microsoft Azure Virtual Network, you may need to update network settings to continue managing your service. -+ Last updated 02/07/2022
api-management Rp Source Ip Address Change Sep 2023 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/breaking-changes/rp-source-ip-address-change-sep-2023.md
Title: Azure API Management IP address change (September 2023) | Microsoft Docs
description: Azure API Management is updating the source IP address of the resource provider in Switzerland North. If your service is hosted in a Microsoft Azure virtual network, you may need to update network settings to continue managing your service. -+ Last updated 07/25/2022
api-management Self Hosted Gateway V0 V1 Retirement Oct 2023 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/breaking-changes/self-hosted-gateway-v0-v1-retirement-oct-2023.md
Title: Azure API Management - Self-hosted gateway v0/v1 retirement (October 2023
description: Azure API Management is retiring the v0 and v1 versions of the self-hosted gateway container image, effective 1 October 2023. If you've deployed one of these versions, you must migrate to the v2 version of the self-hosted gateway. -+ Last updated 09/06/2022
api-management Stv1 Platform Retirement August 2024 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/breaking-changes/stv1-platform-retirement-august-2024.md
Title: Azure API Management - stv1 platform retirement (August 2024) | Microsoft
description: Azure API Management will retire the stv1 compute platform effective 31 August 2024. Instances hosted on the stv1 platform must be migrated to the stv2 platform. -+ Last updated 12/19/2023
api-management Workspaces Breaking Changes June 2024 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/breaking-changes/workspaces-breaking-changes-june-2024.md
Title: Azure API Management workspaces - breaking changes (June 2024) | Microsof
description: Azure API Management is updating the workspaces (preview) with breaking changes. If your service uses workspaces, you may need to update workspace configurations. -+ Last updated 05/08/2024
api-management Cache Lookup Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/cache-lookup-policy.md
description: Reference for the cache-lookup policy available for use in Azure AP
-+ Last updated 03/18/2024
api-management Cache Lookup Value Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/cache-lookup-value-policy.md
description: Reference for the cache-lookup-value policy available for use in Az
-+ Last updated 03/18/2024
api-management Cache Remove Value Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/cache-remove-value-policy.md
description: Reference for the cache-remove-value policy available for use in Az
-+ Last updated 03/18/2024
api-management Cache Store Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/cache-store-policy.md
description: Reference for the cache-store policy available for use in Azure API
-+ Last updated 03/18/2024
api-management Cache Store Value Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/cache-store-value-policy.md
description: Reference for the cache-store-value policy available for use in Azu
-+ Last updated 03/18/2024
api-management Check Header Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/check-header-policy.md
description: Reference for the check-header policy available for use in Azure AP
-+ Last updated 03/18/2024
api-management Choose Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/choose-policy.md
description: Reference for the choose policy available for use in Azure API Mana
-+ Last updated 03/18/2024
api-management Compute Infrastructure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/compute-infrastructure.md
Title: Azure API Management compute platform description: Learn about the compute platform used to host your API Management service instance. Instances in the classic service tiers of API Management are hosted on the stv1 or stv2 compute platform. -+ Last updated 03/26/2024
api-management Configure Credential Connection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/configure-credential-connection.md
Title: Set up multiple connections - Azure API Management
description: Learn how to set up multiple connections to a configured API credential provider using the portal. -+ Last updated 11/08/2023
api-management Configure Custom Domain https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/configure-custom-domain.md
description: How to configure a custom domain name and choose certificates for t
-+ Last updated 01/13/2023
api-management Configure Graphql Resolver https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/configure-graphql-resolver.md
description: Configure a GraphQL resolver in Azure API Management for a field in
-+ Last updated 05/02/2024
api-management Cors Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/cors-policy.md
description: Reference for the cors policy available for use in Azure API Manage
-+ Last updated 03/18/2024
api-management Cosmosdb Data Source Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/cosmosdb-data-source-policy.md
description: Reference for the cosmosdb-data-source resolver policy available fo
-+ Last updated 03/18/2024
api-management Credentials Configure Common Providers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/credentials-configure-common-providers.md
Title: Configure credential providers - Azure API Management | Microsoft Docs
description: Learn how to configure common credential providers in Azure API Management's credential manager. Example providers are Microsoft Entra and generic OAuth 2.0. -+ Last updated 11/10/2023
api-management Credentials How To Azure Ad https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/credentials-how-to-azure-ad.md
Title: Create connection to Microsoft Graph API - Azure API Management | Microso
description: Learn how to create and use a managed connection to a backend Microsoft Graph API using the Azure API Management credential manager. -+ Last updated 11/14/2023
api-management Credentials How To Github https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/credentials-how-to-github.md
Title: Create connection to GitHub API - Azure API Management | Microsoft Docs
description: Learn how to create and use a managed connection to a backend GitHub API using the Azure API Management credential manager. -+ Last updated 11/14/2023
api-management Credentials How To User Delegated https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/credentials-how-to-user-delegated.md
Title: Manage connections for end users - Azure API Management | Microsoft Docs
description: Learn how to configure a connection with user-delegated permissions to a backend OAuth 2.0 API using the Azure API Management credential manager. -+ Last updated 11/14/2023
api-management Credentials Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/credentials-overview.md
Title: About credential manager in Azure API Management description: Learn about using credential manager in Azure API Management to create and manage connections to backend SaaS APIs -+ Last updated 11/14/2023
api-management Credentials Process Flow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/credentials-process-flow.md
Title: Credential manager in Azure API Management - process flows description: Learn about the management and runtime process flows for managing OAuth 2.0 connections using credential manager in Azure API Management -+ Last updated 11/14/2023
api-management Cross Domain Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/cross-domain-policy.md
description: Reference for the cross-domain policy available for use in Azure AP
-+ Last updated 03/18/2024
api-management Developer Portal Alternative Processes Self Host https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/developer-portal-alternative-processes-self-host.md
description: Learn about alternative approaches you can use when you self-host a
Last updated 03/25/2021-+
api-management Developer Portal Audit Log Schema Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/developer-portal-audit-log-schema-reference.md
description: Schema reference for the Azure API Management DeveloperPortalAuditL
-+ Last updated 05/14/2024
api-management Developer Portal Basic Authentication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/developer-portal-basic-authentication.md
description: Learn how to set up user accounts with username and password authentication to the developer portal in Azure API Management. -+ Last updated 08/30/2022
api-management Developer Portal Enable Usage Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/developer-portal-enable-usage-logs.md
description: Enable logs to monitor usage of the developer portal in Azure API M
-+ Last updated 05/23/2024
api-management Developer Portal Extend Custom Functionality https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/developer-portal-extend-custom-functionality.md
description: How to customize the managed API Management developer portal with c
Last updated 10/27/2023-+
api-management Developer Portal Faq https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/developer-portal-faq.md
description: Frequently asked questions about the developer portal in API Manage
-+ Last updated 04/01/2024
api-management Developer Portal Integrate Application Insights https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/developer-portal-integrate-application-insights.md
description: Learn how to integrate Application Insights into your managed or se
Last updated 08/16/2022-+
api-management Developer Portal Integrate Google Tag Manager https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/developer-portal-integrate-google-tag-manager.md
description: Learn how to plug Google Tag Manager into your managed or self-host
Last updated 03/25/2021-+
api-management Developer Portal Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/developer-portal-overview.md
description: Learn about the developer portal in API Management - a customizable
-+ Last updated 03/29/2024
api-management Developer Portal Self Host https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/developer-portal-self-host.md
description: Learn how to self-host the developer portal for Azure API Managemen
Last updated 03/29/2024-+
api-management Developer Portal Testing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/developer-portal-testing.md
description: Learn how to set up unit tests and end-to-end tests for your self-h
Last updated 03/25/2021-+
api-management Developer Portal Wordpress Plugin https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/developer-portal-wordpress-plugin.md
Title: Customize developer portal on WordPress - Azure API Management
description: Configure a WordPress plugin (preview) for the developer portal in your API Management instance. Use WordPress customizations to enhance the developer portal. -+ Last updated 07/18/2024
api-management Devops Api Development Templates https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/devops-api-development-templates.md
Title: Use DevOps and CI/CD to publish APIs
description: Introduction to API DevOps with Azure API Management -+ Last updated 08/15/2022
api-management Diagnose Solve Problems https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/diagnose-solve-problems.md
Title: Azure API Management Diagnose and solve problems description: Learn how to troubleshoot issues with your API in Azure API Management with the Diagnose and Solve tool in the Azure portal. -+ Last updated 02/05/2021
api-management Diagnostic Logs Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/diagnostic-logs-reference.md
description: Reference for settings to define the API data collected from Azure
-+ Last updated 05/15/2024
api-management Edit Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/edit-api.md
Title: Edit an API with the Azure portal | Microsoft Docs
description: Learn how to use API Management to edit an API. Add, delete, or rename operations in the APIM instance, or edit the API's swagger. -+ Last updated 01/19/2022
api-management Emit Metric Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/emit-metric-policy.md
description: Reference for the emit-metric policy available for use in Azure API
-+ Last updated 03/18/2024
api-management Enable Cors Developer Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/enable-cors-developer-portal.md
description: How to configure CORS to enable the Azure API Management developer
-+ Last updated 12/22/2023
api-management Enable Cors Power Platform https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/enable-cors-power-platform.md
description: How to enable CORS policies in Azure API Management and Power Platf
-+ Last updated 03/24/2023
api-management Export Api Postman https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/export-api-postman.md
Title: Export API from Azure API Management to Postman for testing and monitorin
description: Learn how to export an API definition from API Management to Postman and use Postman for API testing and monitoring -+ Last updated 10/11/2022
api-management Export Api Power Platform https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/export-api-power-platform.md
description: Learn how to export an API from API Management as a custom connecto
-+ Last updated 03/24/2023
api-management Find And Replace Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/find-and-replace-policy.md
description: Reference for the find-and-replace policy available for use in Azur
-+ Last updated 03/18/2024
api-management Forward Request Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/forward-request-policy.md
description: Reference for the forward-request policy available for use in Azure
-+ Last updated 03/18/2024
api-management Front Door Api Management https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/front-door-api-management.md
description: Learn how to front your API Management instance with Azure Front Do
-+ Last updated 09/27/2022
api-management Gateway Log Schema Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/gateway-log-schema-reference.md
description: Schema reference for the Azure API Management GatewayLogs log. Entr
-+ Last updated 05/14/2024
api-management Get Authorization Context Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/get-authorization-context-policy.md
description: Reference for the get-authorization-context policy available for us
-+ Last updated 03/18/2024
api-management Get Started Create Service Instance Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/get-started-create-service-instance-cli.md
Title: Quickstart - Create Azure API Management instance - CLI description: Use this quickstart to create a new Azure API Management instance by using the Azure CLI. -+ Last updated 12/11/2023
api-management Get Started Create Service Instance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/get-started-create-service-instance.md
Title: Quickstart - Create Azure API Management instance - Portal description: Use this quickstart to create a new Azure API Management instance by using the Azure portal. -+ Last updated 12/11/2023
api-management Graphql Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/graphql-api.md
Title: Add a GraphQL API to Azure API Management | Microsoft Docs description: Learn how to add an existing GraphQL service as an API in Azure API Management using the Azure portal, Azure CLI, or Azure PowerShell. Manage the API and enable queries to pass through to the GraphQL endpoint.-+
api-management Graphql Apis Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/graphql-apis-overview.md
description: Learn about GraphQL and how Azure API Management helps you manage G
-+ Last updated 05/05/2024
api-management Graphql Schema Resolve Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/graphql-schema-resolve-api.md
Title: Add a synthetic GraphQL API to Azure API Management | Microsoft Docs description: Add a synthetic GraphQL API by importing a GraphQL schema to API Management and configuring field resolvers that use HTTP-based data sources.-+
api-management Grpc Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/grpc-api.md
description: Learn how to import a gRPC service definition as an API to an API M
-+ Last updated 05/06/2024
api-management High Availability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/high-availability.md
Title: Ensure reliability of your Azure API Management instance
description: Learn how to use Azure reliability features including availability zones and multiregion deployments to make your Azure API Management service instance resilient to cloud failures. -+ Last updated 03/08/2024
api-management How To Configure Cloud Metrics Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/how-to-configure-cloud-metrics-logs.md
description: Learn how to configure cloud metrics and logs for Azure API Managem
-+ Last updated 04/30/2020
api-management How To Configure Local Metrics Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/how-to-configure-local-metrics-logs.md
description: Learn how to configure local metrics and logs for Azure API Managem
-+ Last updated 04/12/2024
api-management How To Create Workspace https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/how-to-create-workspace.md
Title: Set up a workspace in Azure API Management
description: Learn how to create a workspace in Azure API Management. Workspaces allow decentralized API development teams to own and productize their own APIs. -+ Last updated 03/07/2023
api-management How To Deploy Self Hosted Gateway Azure Arc https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/how-to-deploy-self-hosted-gateway-azure-arc.md
Title: Deploy an Azure API Management gateway on Azure Arc
description: Enable Azure Arc to deploy your self-hosted Azure API Management gateway. -+ Last updated 06/12/2023
api-management How To Deploy Self Hosted Gateway Azure Kubernetes Service https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/how-to-deploy-self-hosted-gateway-azure-kubernetes-service.md
Title: Deploy a self-hosted gateway to Azure Kubernetes Service
description: Learn how to deploy self-hosted gateway component of Azure API Management to Azure Kubernetes Service -+ Last updated 06/11/2021
api-management How To Deploy Self Hosted Gateway Container Apps https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/how-to-deploy-self-hosted-gateway-container-apps.md
Title: Deploy a self-hosted gateway to Azure Container Apps - Azure API Management description: Learn how to deploy a self-hosted gateway component of Azure API Management to an Azure Container Apps environment. -+ Last updated 03/04/2024
api-management How To Deploy Self Hosted Gateway Docker https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/how-to-deploy-self-hosted-gateway-docker.md
Title: Deploy self-hosted gateway to Docker
description: Learn how to deploy a self-hosted gateway component of Azure API Management to Docker -+ Last updated 04/19/2021
api-management How To Deploy Self Hosted Gateway Kubernetes Helm https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/how-to-deploy-self-hosted-gateway-kubernetes-helm.md
Title: Deploy a self-hosted gateway to Kubernetes with Helm
description: Learn how to deploy self-hosted gateway component of Azure API Management to Kubernetes with Helm -+ Last updated 12/21/2021
api-management How To Deploy Self Hosted Gateway Kubernetes Opentelemetry https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/how-to-deploy-self-hosted-gateway-kubernetes-opentelemetry.md
Title: Deploy self-hosted gateway to Kubernetes with OpenTelemetry integration
description: Learn how to deploy a self-hosted gateway component of Azure API Management on Kubernetes with OpenTelemetry -+ Last updated 12/17/2021
api-management How To Deploy Self Hosted Gateway Kubernetes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/how-to-deploy-self-hosted-gateway-kubernetes.md
Title: Deploy a self-hosted gateway to Kubernetes with YAML
description: Learn how to deploy a self-hosted gateway component of Azure API Management to Kubernetes with YAML -+ Last updated 05/22/2023
api-management How To Event Grid https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/how-to-event-grid.md
Title: Send events from Azure API Management to Event Grid
description: In this quickstart, you enable Event Grid events for your Azure API Management instance, then send events to a sample application. -+ Last updated 11/2/2021
api-management How To Self Hosted Gateway On Kubernetes In Production https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/how-to-self-hosted-gateway-on-kubernetes-in-production.md
Title: Self-hosted gateway on Kubernetes in production | Azure API Management
description: Learn about guidance to run an API Management self-hosted gateway on Kubernetes for production workloads -+ Last updated 01/17/2023
api-management How To Server Sent Events https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/how-to-server-sent-events.md
Title: Configure API for server-sent events in Azure API Management description: How to configure an API for server-sent events (SSE) in Azure API Management -+ Last updated 02/24/2022
api-management Howto Protect Backend Frontend Azure Ad B2c https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/howto-protect-backend-frontend-azure-ad-b2c.md
description: Protect a serverless API with OAuth 2.0 by using Azure Active Direc
-+ Last updated 02/18/2021
api-management Howto Use Analytics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/howto-use-analytics.md
Title: Use API analytics in Azure API Management | Microsoft Docs
description: Use analytics in Azure API Management to understand and categorize the usage of your APIs and API performance. Analytics is provided using an Azure workbook. -+ Last updated 03/26/2024
api-management Http Data Source Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/http-data-source-policy.md
description: Reference for the http-data-source resolver policy available for us
-+ Last updated 05/02/2024
api-management Import And Publish https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/import-and-publish.md
Title: Tutorial - Import and publish your first API in Azure API Management
description: In this tutorial, you import an OpenAPI specification API into Azure API Management, and then test your API in the Azure portal. -+ Last updated 06/15/2023
api-management Import Api From Oas https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/import-api-from-oas.md
description: Learn how to import an OpenAPI specification to an API Management i
-+ Last updated 10/26/2022
api-management Import Api From Odata https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/import-api-from-odata.md
description: Learn how to import an OData API to an API Management instance usin
-+ - build-2024
api-management Import App Service As Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/import-app-service-as-api.md
description: This article shows you how to use Azure API Management to import a
-+ Last updated 04/27/2021
api-management Import Container App With Oas https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/import-container-app-with-oas.md
description: This article shows you how to use Azure API Management to import a
-+ Last updated 11/03/2021
api-management Import Function App As Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/import-function-app-as-api.md
description: This article shows you how to import an Azure Function App into Azu
-+ Last updated 04/16/2021
api-management Import Logic App As Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/import-logic-app-as-api.md
description: This article shows you how to use API Management to import a Logic
-+ Last updated 04/16/2021
api-management Import Soap Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/import-soap-api.md
Title: Import SOAP API to Azure API Management | Microsoft Docs description: Learn how to import a SOAP API to Azure API Management as a WSDL specification using the Azure portal, Azure CLI, or Azure PowerShell. Then, test the API in the Azure portal. -+ Last updated 10/26/2022
api-management Include Fragment Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/include-fragment-policy.md
description: Reference for the include-fragment policy available for use in Azur
-+ Last updated 03/18/2024
api-management Integrate Vnet Outbound https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/integrate-vnet-outbound.md
Title: Connect API Management instance to a private network | Microsoft Docs
description: Learn how to integrate an Azure API Management instance in the Standard v2 tier with a virtual network to access backend APIs hosted within the network. -+ Last updated 05/20/2024
api-management Invoke Dapr Binding Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/invoke-dapr-binding-policy.md
description: Reference for the invoke-dapr-binding policy available for use in A
-+ Last updated 03/18/2024
api-management Ip Filter Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/ip-filter-policy.md
description: Reference for the ip-filter policy available for use in Azure API M
-+ Last updated 03/18/2024
api-management Json To Xml Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/json-to-xml-policy.md
description: Reference for the json-to-xml policy available for use in Azure API
-+ Last updated 03/18/2024
api-management Jsonp Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/jsonp-policy.md
description: Reference for the jsonp policy available for use in Azure API Manag
-+ Last updated 03/18/2024
api-management Limit Concurrency Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/limit-concurrency-policy.md
description: Reference for the limit-concurrency policy available for use in Azu
-+ Last updated 03/18/2024
api-management Log To Eventhub Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/log-to-eventhub-policy.md
description: Reference for the log-to-eventhub policy available for use in Azure
-+ Last updated 03/18/2024
api-management Migrate Stv1 To Stv2 No Vnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/migrate-stv1-to-stv2-no-vnet.md
Title: Migrate to stv2 platform - Azure API Management - Non-VNet injected
description: Migrate your Azure API Management instance in-place from the stv1 compute platform to the stv2 platform. Follow these migration steps if your API Management instance is not deployed (injected) in an external or internal VNet. -+ Last updated 03/14/2024
api-management Migrate Stv1 To Stv2 Vnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/migrate-stv1-to-stv2-vnet.md
Title: Migrate to stv2 platform - Azure API Management - VNet injected
description: Migrate your Azure API Management instance in-place from stv1 to stv2 compute platform. Follow these migration steps if your instance is deployed (injected) in an external or internal VNet. -+ Last updated 06/18/2024
api-management Migrate Stv1 To Stv2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/migrate-stv1-to-stv2.md
Title: Migrate Azure API Management instance to stv2 platform | Microsoft Docs
description: Find guidance to migrate your Azure API Management instance from the stv1 compute platform to the stv2 platform. Migration steps depend on whether the instance is injected in a VNet. -+ Last updated 03/14/2024
api-management Mitigate Owasp Api Threats https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/mitigate-owasp-api-threats.md
Title: Mitigate OWASP API security top 10 in Azure API Management description: Learn how to protect against common API-based vulnerabilities, as identified by the OWASP API Security Top 10 threats, using Azure API Management. -+ Last updated 04/13/2023
api-management Mock Api Responses https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/mock-api-responses.md
Title: Tutorial - Mock API responses in API Management - Azure portal | Microso
description: In this tutorial, you use API Management to set a policy on an API. The policy returns a mocked response even if the backend isn't available to send real responses. -+ Last updated 12/17/2021
api-management Mock Response Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/mock-response-policy.md
description: Reference for the mock-response policy available for use in Azure A
-+ Last updated 03/18/2024
api-management Monetization Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/monetization-overview.md
Last updated 08/23/2021 -+ # Monetization with Azure API Management
api-management Monetization Support https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/monetization-support.md
Last updated 02/10/2022 -+ # How API Management supports monetization
api-management Observability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/observability.md
description: Overview of all API observability and monitoring options in Azure A
-+ Last updated 06/01/2020
api-management Plan Manage Costs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/plan-manage-costs.md
description: Learn how to plan for and manage costs for Azure API Management by
-+ Last updated 06/11/2021
api-management Policy Fragments https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/policy-fragments.md
description: Learn how to create and manage reusable policy fragments in Azure A
-+ Last updated 04/28/2022
api-management Policy Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/policy-reference.md
description: Lists Azure Policy built-in policy definitions for Azure API Manage
Last updated 02/06/2024 -+
api-management Powershell Create Service Instance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/powershell-create-service-instance.md
Title: Quickstart - Create API Management instance - PowerShell
description: Use this quickstart to create a new Azure API Management instance by using Azure PowerShell cmdlets. -+ Last updated 12/12/2023
api-management Private Endpoint https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/private-endpoint.md
Title: Set up inbound private endpoint for Azure API Management description: Learn how to restrict inbound access to an Azure API Management instance by using an Azure private endpoint and Azure Private Link.-+
api-management Protect With Ddos Protection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/protect-with-ddos-protection.md
description: Learn how to protect your API Management instance in an external vi
-+ Last updated 01/24/2023
api-management Protect With Defender For Apis https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/protect-with-defender-for-apis.md
description: Learn how to enable advanced API security features in Azure API Man
-+ Last updated 04/20/2023
api-management Proxy Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/proxy-policy.md
description: Reference for the proxy policy available for use in Azure API Manag
-+ Last updated 03/18/2024
api-management Publish Event Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/publish-event-policy.md
description: Reference for the publish-event policy available for use in Azure A
-+ Last updated 03/18/2024
api-management Publish To Dapr Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/publish-to-dapr-policy.md
description: Reference for the publish-to-dapr policy available for use in Azure
-+ Last updated 03/18/2024
api-management Quickstart Arm Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/quickstart-arm-template.md
Title: Quickstart - Create Azure API Management instance - ARM template
description: Use this quickstart to create an Azure API Management instance in the Developer tier by using an Azure Resource Manager template (ARM template). -+
api-management Quickstart Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/quickstart-bicep.md
Title: Quickstart - Create Azure API Management instance - Bicep
description: Use this quickstart to create an Azure API Management instance in the Developer tier by using Bicep. -+ tags: azure-resource-manager, bicep
api-management Quickstart Terraform https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/quickstart-terraform.md
Title: Quickstart - Create Azure API Management instance - Terraform description: Use this quickstart to create an Azure API Management instance using Terraform. -+ Last updated 12/12/2023
api-management Quota By Key Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/quota-by-key-policy.md
description: Reference for the quota-by-key policy available for use in Azure AP
-+ Last updated 03/18/2024
api-management Quota Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/quota-policy.md
description: Reference for the quota policy available for use in Azure API Manag
-+ Last updated 03/18/2024
api-management Rate Limit By Key Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/rate-limit-by-key-policy.md
description: Reference for the rate-limit-by-key policy available for use in Azu
-+ Last updated 05/23/2024
api-management Rate Limit Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/rate-limit-policy.md
description: Reference for the rate-limit policy available for use in Azure API
-+ Last updated 03/18/2024
api-management Redirect Content Urls Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/redirect-content-urls-policy.md
description: Reference for the redirect-content-urls policy available for use in
-+ Last updated 03/18/2024
api-management Restify Soap Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/restify-soap-api.md
description: Learn how to import a SOAP API to Azure API Management as a WSDL sp
-+ Last updated 03/29/2022
api-management Retry Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/retry-policy.md
description: Reference for the retry policy available for use in Azure API Manag
-+ Last updated 03/18/2024
api-management Return Response Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/return-response-policy.md
description: Reference for the return-response policy available for use in Azure
-+ Last updated 03/18/2024
api-management Rewrite Uri Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/rewrite-uri-policy.md
description: Reference for the rewrite-uri policy available for use in Azure API
-+ Last updated 03/18/2024
api-management Sap Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/sap-api.md
Title: Import an SAP API using the Azure portal | Microsoft Docs description: Learn how to import OData metadata from SAP as an API to Azure API Management, either directly or by converting the metadata to an OpenAPI specification.-+ - build-2024
api-management Secure Developer Portal Access https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/secure-developer-portal-access.md
description: Learn about options to secure access to the API Management developer portal, including Microsoft Entra ID, Azure AD B2C, and basic authentication -+ Last updated 09/12/2023
api-management Security Controls Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/security-controls-policy.md
Last updated 03/18/2024
-+ # Azure Policy Regulatory Compliance controls for Azure API Management
api-management Self Hosted Gateway Arc Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/self-hosted-gateway-arc-reference.md
description: Reference for the required and optional settings to configure when
-+ Last updated 06/04/2023
api-management Self Hosted Gateway Enable Azure Ad https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/self-hosted-gateway-enable-azure-ad.md
description: Enable the Azure API Management self-hosted gateway to authenticate
-+ Last updated 05/22/2023
api-management Self Hosted Gateway Enable Dapr https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/self-hosted-gateway-enable-dapr.md
description: Learn now to enable Dapr support in the self-hosted gateway of Azur
-+ Last updated 05/01/2023
api-management Self Hosted Gateway Migration Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/self-hosted-gateway-migration-guide.md
description: Learn how to migrate the Azure API Management self-hosted gateway t
-+ Last updated 03/08/2022
api-management Self Hosted Gateway Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/self-hosted-gateway-overview.md
description: Learn how self-hosted gateway feature of Azure API Management helps
-+ Last updated 05/15/2024
api-management Self Hosted Gateway Settings Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/self-hosted-gateway-settings-reference.md
description: Reference for the required and optional settings to configure the A
-+ Last updated 04/12/2024
api-management Self Hosted Gateway Support Policies https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/self-hosted-gateway-support-policies.md
Title: Support policies for self-hosted gateway | Azure API Management description: Learn about the support policies and the shared responsibilities for the API Management self-hosted gateway. -+ Last updated 05/12/2023
api-management Send One Way Request Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/send-one-way-request-policy.md
description: Reference for the send-one-way-request policy available for use in
-+ Last updated 03/18/2024
api-management Send Request Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/send-request-policy.md
description: Reference for the send-request policy available for use in Azure AP
-+ Last updated 03/18/2024
api-management Set Backend Service Dapr Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/set-backend-service-dapr-policy.md
description: Reference for the set-backend-service policy available for use in D
-+ Last updated 03/18/2024
api-management Set Backend Service Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/set-backend-service-policy.md
description: Reference for the set-backend-service policy available for use in A
-+ - build-2024
api-management Set Body Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/set-body-policy.md
description: Reference for the set-body policy available for use in Azure API Ma
-+ Last updated 03/18/2024
api-management Set Edit Policies https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/set-edit-policies.md
description: Configure policies at different scopes in an Azure API Management i
-+ Last updated 10/18/2023
api-management Set Header Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/set-header-policy.md
description: Reference for the set-header policy available for use in Azure API
-+ Last updated 03/18/2024
api-management Set Method Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/set-method-policy.md
description: Reference for the set-method policy available for use in Azure API
-+ Last updated 03/18/2024
api-management Set Query Parameter Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/set-query-parameter-policy.md
description: Reference for the set-query-parameter policy available for use in A
-+ Last updated 03/18/2024
api-management Set Status Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/set-status-policy.md
description: Reference for the set-status policy available for use in Azure API
-+ Last updated 03/18/2024
api-management Set Variable Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/set-variable-policy.md
description: Reference for the set-variable policy available for use in Azure AP
-+ Last updated 03/18/2024
api-management Soft Delete https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/soft-delete.md
Title: Azure API Management soft-delete (preview) | Microsoft Docs description: Soft-delete allows you to recover a recently deleted API Management instance.-+
api-management Sql Data Source Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/sql-data-source-policy.md
description: Reference for the sql-data-source resolver policy available for use
-+ Last updated 03/18/2024
api-management Trace Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/trace-policy.md
Title: Azure API Management policy reference - trace | Microsoft Docs
description: Reference for the trace policy available for use in Azure API Management. Provides policy usage, settings, and examples. -+ Last updated 03/18/2024
api-management Troubleshoot Response Timeout And Errors https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/troubleshoot-response-timeout-and-errors.md
Last updated 12/04/2020 -+ # Troubleshooting client response timeouts and errors with API Management
api-management Upgrade And Scale https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/upgrade-and-scale.md
description: This article describes how to upgrade and scale an Azure API Manage
-+ Last updated 03/21/2024
api-management V2 Service Tiers Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/v2-service-tiers-overview.md
description: Introduction to key scenarios, capabilities, and concepts of the v2
-+ Last updated 07/08/2024
api-management Validate Azure Ad Token Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/validate-azure-ad-token-policy.md
description: Reference for the validate-azure-ad-token policy available for use
-+ Last updated 06/24/2024
api-management Validate Client Certificate Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/validate-client-certificate-policy.md
description: Reference for the validate-client-certificate policy available for
-+ Last updated 03/18/2024
api-management Validate Content Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/validate-content-policy.md
description: Reference for the validate-content policy available for use in Azur
-+ Last updated 03/18/2024
api-management Validate Graphql Request Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/validate-graphql-request-policy.md
description: Reference for the validate-graphql-request policy available for use
-+ Last updated 03/18/2024
api-management Validate Headers Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/validate-headers-policy.md
description: Reference for the validate-headers policy available for use in Azur
-+ Last updated 03/18/2024
api-management Validate Jwt Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/validate-jwt-policy.md
description: Reference for the validate-jwt policy available for use in Azure AP
-+ Last updated 06/25/2024
api-management Validate Odata Request Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/validate-odata-request-policy.md
description: Reference for the validate-odata-request policy available for use i
-+ - build-2024
api-management Validate Parameters Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/validate-parameters-policy.md
description: Reference for the validate-parameters policy available for use in A
-+ Last updated 03/18/2024
api-management Validate Service Updates https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/validate-service-updates.md
Title: Validate Azure API Management service updates description: Apply the Azure safe deployment approach with your Azure API Management instances to validate service updates and avoid disruptions to your production environments. -+ Last updated 02/25/2022
api-management Validate Status Code Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/validate-status-code-policy.md
Title: Azure API Management policy reference - validate-status-code | Microsoft
description: Reference for the validate-status-code policy available for use in Azure API Management. Provides policy usage, settings, and examples. -+ Last updated 03/18/2024
api-management Virtual Network Concepts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/virtual-network-concepts.md
Title: Azure API Management with an Azure virtual network
description: Learn about scenarios and requirements to secure inbound or outbound traffic for your API Management instance using an Azure virtual network. -+ Last updated 03/26/2024
api-management Virtual Network Injection Resources https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/virtual-network-injection-resources.md
Title: Azure API Management virtual network integration - network resources
description: Learn about requirements for network resources when you deploy (inject) your API Management instance in an Azure virtual network. -+ Last updated 06/10/2024
api-management Virtual Network Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/virtual-network-reference.md
description: Reference for network configuration settings when deploying Azure A
-+ Last updated 11/29/2023
api-management Visual Studio Code Tutorial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/visual-studio-code-tutorial.md
Title: Tutorial - Import and manage APIs - Azure API Management and VS Code description: Learn how to use the Azure API Management extension for Visual Studio Code to import, test, and manage APIs.-+
api-management Visualize Using Managed Grafana Dashboard https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/visualize-using-managed-grafana-dashboard.md
Title: Visualize Azure API Management monitoring data with Azure Managed Grafana description: Learn how to use an Azure Managed Grafana dashboard to visualize monitoring data from Azure API Management. -+ Last updated 10/17/2022
api-management Vscode Create Service Instance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/vscode-create-service-instance.md
Title: Quickstart - Create Azure API Management instance - VS Code description: Use this quickstart to create an Azure API Management instance with the API Management extension for Visual Studio Code.-+
api-management Wait Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/wait-policy.md
description: Reference for the wait policy available for use in Azure API Manage
-+ Last updated 03/18/2024
api-management Websocket Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/websocket-api.md
Title: Import a WebSocket API to Azure API Management | Microsoft Docs description: Learn how API Management supports WebSocket, add a WebSocket API, and WebSocket limitations.-+
api-management Workspaces Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/workspaces-overview.md
description: Learn about workspaces (preview) in Azure API Management. Workspace
-+ Last updated 01/25/2024
api-management Xml To Json Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/xml-to-json-policy.md
description: Reference for the xml-to-json policy available for use in Azure API
-+ Last updated 03/18/2024
api-management Xsl Transform Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/api-management/xsl-transform-policy.md
description: Reference for the xsl-transform policy available for use in Azure A
-+ Last updated 03/18/2024
application-gateway Create Gateway Internal Load Balancer App Service Environment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/application-gateway/create-gateway-internal-load-balancer-app-service-environment.md
description: Learn how to troubleshoot an application gateway by using an Intern
-+ Last updated 06/10/2022
application-gateway Tutorial Protect Application Gateway Ddos https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/application-gateway/tutorial-protect-application-gateway-ddos.md
Last updated 09/20/2023 -+
attestation Attestation Token Examples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/attestation-token-examples.md
Title: Examples of an Azure Attestation token
description: Examples of Azure Attestation token -+ Last updated 01/30/2024
attestation Author Sign Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/author-sign-policy.md
Title: How to author an Azure Attestation policy
description: An explanation of how to author an attestation policy. -+ Last updated 01/30/2024
attestation Azure Tpm Vbs Attestation Usage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/azure-tpm-vbs-attestation-usage.md
Title: Azure TPM VBS attestation usage
description: Learn about how to apply TPM and VBS attestation -+ Last updated 09/05/2022
attestation Basic Concepts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/basic-concepts.md
Title: Azure Attestation Basic Concepts
description: Basic concepts of Azure Attestation. -+ Last updated 01/30/2024
attestation Claim Rule Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/claim-rule-functions.md
Title: Azure Attestation claim rule functions
description: Learn about claim rule concepts for Azure Attestation policy and the improvements made to the policy language. -+ Last updated 04/05/2022
attestation Claim Rule Grammar https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/claim-rule-grammar.md
Title: Azure Attestation claim rule grammar
description: Details on Azure Attestation policy claims and claim rules. -+ Last updated 01/30/2024
attestation Claim Sets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/claim-sets.md
Title: Azure Attestation Claim sets
description: The claim sets of Azure Attestation. -+ Last updated 01/30/2024
attestation Custom Tcb Baseline Enforcement https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/custom-tcb-baseline-enforcement.md
Title: Custom TCB baseline enforcement for Azure Attestation users
description: Custom TCB baseline enforcement for Azure Attestation users -+ Last updated 01/30/2024
attestation Enable Logging https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/enable-logging.md
Title: Enable logging in Azure Attestation
description: Enable logging in Azure Attestation -+ Last updated 10/16/2023
attestation Logs Data Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/logs-data-reference.md
Title: Azure Attestation monitoring data reference
description: Azure Attestation monitoring data reference -+ Last updated 10/16/2023
attestation Monitor Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/monitor-logs.md
Title: Monitor Azure Attestation
description: Monitoring Azure Attestation -+ Last updated 10/16/2023
attestation Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/overview.md
Title: Azure Attestation overview
description: An overview of Microsoft Azure Attestation, a solution for attesting Trusted Execution Environments (TEEs) -+ Last updated 01/30/2024
attestation Policy Examples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/policy-examples.md
Title: Examples of an Azure SGX Attestation policy
description: Examples of Azure Attestation policy. -+ Last updated 01/30/2024
attestation Policy Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/policy-reference.md
Title: Built-in policy definitions for Azure Attestation
description: Lists Azure Policy built-in policy definitions for Azure Attestation. These built-in policy definitions provide common approaches to managing your Azure resources. Last updated 02/06/2024 -+
attestation Policy Signer Examples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/policy-signer-examples.md
Title: Examples of an Azure Attestation policy signer certificate
description: An example of Azure Attestation policy signer certificate content. -+ Last updated 01/30/2024
attestation Policy Version 1 0 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/policy-version-1-0.md
Title: Azure Attestation policy version 1.0
description: Learn about Azure Attestation policy version 1.0 to define what must be validated during the attestation flow. -+ Last updated 04/05/2022
attestation Policy Version 1 1 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/policy-version-1-1.md
Title: Azure Attestation policy version 1.1
description: Learn about Azure Attestation policy version 1.1 to define what must be validated during the attestation flow. -+ Last updated 04/05/2022
attestation Policy Version 1 2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/policy-version-1-2.md
Title: Azure Attestation policy version 1.2
description: Learn about Azure Attestation policy version 1.2 to define what must be validated during the attestation flow. -+ Last updated 04/05/2022
attestation Private Endpoint Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/private-endpoint-powershell.md
Title: Create a private endpoint using Azure PowerShell
description: Create a private endpoint for Azure Attestation using Azure PowerShell -+ Last updated 01/30/2024
attestation Quickstart Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/quickstart-Bicep.md
Title: Create an Azure Attestation certificate by using Bicep
description: Learn how to create an Azure Attestation certificate by using Bicep. -+
attestation Quickstart Azure Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/quickstart-azure-cli.md
Title: Set up Azure Attestation with Azure CLI
description: How to set up and configure an attestation provider using Azure CLI. -+ Last updated 01/30/2024
attestation Quickstart Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/quickstart-portal.md
Title: 'Quickstart: Set up Azure Attestation by using the Azure portal'
description: In this quickstart, you'll learn how to set up and configure an attestation provider by using the Azure portal. -+ Last updated 01/30/2024
attestation Quickstart Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/quickstart-powershell.md
Title: Set up Azure Attestation with Azure PowerShell
description: How to set up and configure an attestation provider using Azure PowerShell. -+ Last updated 01/30/2024
attestation Quickstart Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/quickstart-template.md
Title: Create an Azure Attestation certificate by using Azure Resource Manager t
description: Learn how to create an Azure Attestation certificate by using Azure Resource Manager template. -+
attestation Quickstart Terraform https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/quickstart-terraform.md
Title: 'Quickstart: Create an Azure Attestation provider by using Terraform' description: In this article, you learn how to create an Azure Attestation provider using Terraform -+
attestation Tpm Attestation Concepts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/tpm-attestation-concepts.md
Title: TPM attestation overview for Azure
description: This article provides an overview of Trusted Platform Module (TPM) attestation and capabilities supported by Azure Attestation. -+ Last updated 04/05/2022
attestation Tpm Attestation Sample Policies https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/tpm-attestation-sample-policies.md
Title: Examples of an Azure TPM Attestation policy
description: Examples of Azure Attestation policy for TPM endpoint. -+ Last updated 10/12/2022
attestation Troubleshoot Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/troubleshoot-guide.md
Title: Azure Attestation troubleshooting guide
description: Trouble shooting guide to the commonly observed issues -+ Last updated 01/23/2023
attestation Trust Domain Extensions Eat Profile https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/trust-domain-extensions-eat-profile.md
Title: Azure Attestation EAT profile for TDX
description: Azure Attestation EAT profile for TDX -+ Last updated 10/18/2023
attestation View Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/view-logs.md
Title: Azure Attestation logs
description: Describes the full logs that are collected for Azure Attestation -+ Last updated 01/23/2023
attestation Virtualization Based Security Protocol https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/virtualization-based-security-protocol.md
Title: Virtualization-based security (VBS) protocol for Azure Attestation
description: VBS attestation protocol -+ Last updated 01/23/2023
attestation Workflow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/attestation/workflow.md
Title: Azure Attestation Workflow
description: The workflow of Azure Attestation. -+ Last updated 01/30/2024
automanage Arm Deploy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/arm-deploy.md
Title: Onboard a machine to Azure Automanage with an ARM template description: Learn how to onboard a machine to Azure Automanage with an Azure Resource Manager template.-+ Last updated 12/10/2021
automanage Automanage Account https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/automanage-account.md
Title: Azure Automanage Account description: Learn how an Automanage Account works and how to create one.-+ Last updated 12/10/2021
automanage Automanage Arc https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/automanage-arc.md
Title: Azure Automanage for Azure Arc-enabled servers description: Learn about Azure Automanage for Azure Arc-enabled servers-+ Last updated 05/12/2022
automanage Automanage Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/automanage-linux.md
Title: Azure Automanage for Linux description: Learn about Azure Automanage for virtual machines best practices for services that are automatically onboarded and configured for Linux machines. -+
automanage Automanage Smb Over Quic https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/automanage-smb-over-quic.md
Title: SMB over QUIC with Azure Automanage machine best practices description: Overview of managing SMB over QUIC with Azure Automanage machine best practices -+ Last updated 11/1/2021
automanage Automanage Upgrade https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/automanage-upgrade.md
Title: Upgrade your Azure Automanage machines to the latest Automanage version description: Learn how to upgrade your machines to the latest Azure Automanage version -+ Last updated 9/1/2022
automanage Automanage Windows Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/automanage-windows-server.md
Title: Azure Automanage for Windows Server description: Learn about Azure Automanage for virtual machines best practices for services that are automatically onboarded and configured for Windows Server machines. -+ Last updated 03/22/2022
automanage Common Errors https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/common-errors.md
Title: Troubleshoot common Azure Automanage onboarding errors description: Common Automanage onboarding errors and how to troubleshoot them-+ Last updated 12/10/2021
automanage How To Disable Automanage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/how-to-disable-automanage.md
Title: Disable Azure Automanage for virtual machines description: Learn how to disable Azure Automanage for Automanaged virtual machines. -+ Last updated 09/07/2022
automanage Move Automanaged Configuration Profile https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/move-automanaged-configuration-profile.md
Title: Move an Azure Automanage configuration profile across regions description: Learn how to move an Automanage Configuration Profile across regions-+ Last updated 05/01/2022
automanage Move Automanaged Vms https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/move-automanaged-vms.md
Title: Move an Azure Automanage virtual machine across regions description: Learn how to move an Automanaged virtual machine across regions-+ Last updated 12/10/2021
automanage Overview About https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/overview-about.md
Title: About Azure Automanage Machine Best Practices description: Learn about Azure Automanage machine best practices. -+ Last updated 9/07/2022
automanage Overview Azure Disk Encryption https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/overview-azure-disk-encryption.md
Title: Azure disk encryption description: Learn about Azure disk encryption on Azure Automanaged enabled virtual machines. -+ Last updated 9/07/2022
automanage Overview Configuration Profiles https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/overview-configuration-profiles.md
Title: Automanage Configuration profiles description: Learn about Azure Automanage configuration profiles for virtual machines. -+ Last updated 9/07/2022
automanage Overview Vm Status https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/overview-vm-status.md
Title: Check an Automanaged VM status description: Learn about Azure Automanage configuration profile statuses for virtual machines. -+ Last updated 9/07/2022
automanage Quick Create Virtual Machines Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/quick-create-virtual-machines-portal.md
Last updated 12/10/2021 -+
automanage Quick Go Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/quick-go-sdk.md
Title: Azure Quickstart SDK for Go description: Create configuration profile assignments using the GO SDK for Automanage. -+ Last updated 08/24/2022
automanage Quick Java Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/quick-java-sdk.md
Title: Azure Quickstart SDK for Java description: Create configuration profile assignments using the Java SDK for Automanage. -+ Last updated 08/24/2022
automanage Quick Javascript Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/quick-javascript-sdk.md
Title: Azure Quickstart SDK for JavaScript description: Create configuration profile assignments using the JavaScript SDK for Automanage. -+ Last updated 08/24/2022
automanage Quick Python Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/quick-python-sdk.md
Title: Azure Quickstart SDK for Python description: Create configuration profile assignments using the Python SDK for Automanage. -+ Last updated 08/24/2022
automanage Reference Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/reference-sdk.md
Title: SDK Overview description: Get started with the Automanage SDKs. -+ Last updated 11/17/2022
automanage Repair Automanage Account https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/repair-automanage-account.md
Title: Repair a broken Azure Automanage Account description: If you've recently moved a subscription that contains an Automanage Account to a new tenant, you need to reconfigure it. In this article, you'll learn how.-+ Last updated 11/05/2020
automanage Tutorial Create Assignment Python https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/tutorial-create-assignment-python.md
Title: Tutorial - python description: Create a virtual machine and assign an automanage best practices configuration profile to it. -+ Last updated 08/25/2022
automanage Virtual Machines Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/virtual-machines-best-practices.md
Title: Azure Automanage Machine Best Practices description: Learn about the Azure Automanage machine best practices for services that are automatically onboarded and configured for you. -+ Last updated 12/10/2021
automanage Virtual Machines Custom Profile https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/virtual-machines-custom-profile.md
Title: Create a custom profile in Azure Automanage for VMs description: Learn how to create a custom profile in Azure Automanage and select your services and settings. -+ Last updated 07/01/2023
automanage Virtual Machines Policy Enable https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automanage/virtual-machines-policy-enable.md
Title: Enable Automanage for virtual machines through Azure Policy description: Learn how to enable Azure Automanage for VMs through a built-in Azure Policy in the Azure portal. -+ Last updated 12/10/2021
automation Add User Assigned Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/add-user-assigned-identity.md
Last updated 05/01/2022 + # Using a user-assigned managed identity for an Azure Automation account
automation Automation Availability Zones https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-availability-zones.md
Last updated 10/16/2023 + # Availability zones support for Azure Automation
automation Automation Child Runbooks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-child-runbooks.md
Last updated 11/21/2022
#Customer intent: As a developer, I want create modular runbooks so that I can be more efficient.+ # Create modular runbooks in Automation
automation Automation Config Aws Account https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-config-aws-account.md
Last updated 10/28/2022 + # Authenticate runbooks with Amazon Web Services
automation Automation Connections https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-connections.md
Last updated 04/12/2023 + # Manage connections in Azure Automation
automation Automation Create Alert Triggered Runbook https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-create-alert-triggered-runbook.md
Last updated 12/15/2022
#Customer intent: As a developer, I want to trigger a runbook so that VMs can be stopped under certain conditions.+ # Use an alert to trigger an Azure Automation runbook
automation Automation Create Standalone Account https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-create-standalone-account.md
Last updated 04/25/2024 + # Create a standalone Azure Automation account
automation Automation Deploy Template Runbook https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-deploy-template-runbook.md
Last updated 09/23/2021
#Customer intent: As a developer, I want to use Runbooks to deploy ARM templates so that I can increase efficiency.+ # Deploy an Azure Resource Manager template in an Automation PowerShell runbook
automation Automation Disaster Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-disaster-recovery.md
Last updated 10/17/2022 + # Disaster recovery for Azure Automation
automation Automation Dsc Cd Chocolatey https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-dsc-cd-chocolatey.md
Title: Set up Azure Automation continuous deployment with Chocolatey description: This article tells how to set up continuous deployment with State Configuration and the Chocolatey package manager. -+ Last updated 08/08/2018 + # Set up continuous deployment with Chocolatey
automation Automation Dsc Compile https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-dsc-compile.md
Title: Compile DSC configurations in Azure Automation State Configuration description: This article tells how to compile Desired State Configuration (DSC) configurations for Azure Automation. -+ Last updated 04/06/2020 + # Compile DSC configurations in Azure Automation State Configuration
automation Automation Dsc Config Data At Scale https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-dsc-config-data-at-scale.md
Title: Configure data at scale for Azure Automation State Configuration
description: This article tells how to configure data at scale for Azure Automation State Configuration. keywords: dsc,powershell,configuration,setup -+ Last updated 10/21/2022 + # Configure data at scale for Azure Automation State Configuration
automation Automation Dsc Config From Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-dsc-config-from-server.md
Title: Create configurations from existing servers for Azure Automation State Co
description: This article tells how to create configurations from existing servers for Azure Automation State Configuration. keywords: dsc,powershell,configuration,setup -+ Last updated 10/25/2022 + # Create configurations from existing servers
automation Automation Dsc Configuration Based On Stig https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-dsc-configuration-based-on-stig.md
Title: Configure data based on STIG for Azure Automation State Configuration
description: This article tells how to configure data based on DoD STIG for Azure Automation State Configuration. keywords: dsc,powershell,configuration,setup -+ Last updated 08/08/2019 + # Configure data based on Security Technical Information Guide (STIG)
automation Automation Dsc Create Composite https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-dsc-create-composite.md
Title: Convert configurations to composite resources for Azure Automation State
description: This article tells how to convert configurations to composite resources for Azure Automation State Configuration. keywords: dsc,powershell,configuration,setup -+ Last updated 10/21/2022 + # Convert configurations to composite resources
automation Automation Dsc Diagnostics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-dsc-diagnostics.md
Title: Integrate Azure Automation State Configuration with Azure Monitor Logs description: This article tells how to send Desired State Configuration reporting data from Azure Automation State Configuration to Azure Monitor Logs. -+ Last updated 08/16/2021 + # Integrate Azure Automation State Configuration with Azure Monitor Logs
automation Automation Dsc Extension History https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-dsc-extension-history.md
description: This article shares version history information for the Desired Sta
Last updated 02/17/2021 keywords: dsc, powershell, azure, extension -+ + # Work with Azure Desired State Configuration extension version history
automation Automation Dsc Getting Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-dsc-getting-started.md
Title: Get started with Azure Automation State Configuration description: This article tells how to do the most common tasks in Azure Automation State Configuration. -+ Last updated 01/03/2022 + # Get started with Azure Automation State Configuration
automation Automation Dsc Onboarding https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-dsc-onboarding.md
Title: Enable Azure Automation State Configuration description: This article tells how to set up machines for management with Azure Automation State Configuration. --++ Last updated 12/10/2019
automation Automation Dsc Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-dsc-overview.md
Title: Azure Automation State Configuration overview
description: This article provides an overview of Azure Automation State Configuration. keywords: powershell dsc, desired state configuration, powershell dsc azure --++ Last updated 05/20/2024
automation Automation Dsc Remediate https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-dsc-remediate.md
Title: Remediate noncompliant Azure Automation State Configuration servers description: This article tells how to reapply configurations on demand to servers where configuration state has drifted. --++ Last updated 07/17/2019
automation Automation Edit Textual Runbook https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-edit-textual-runbook.md
Title: Edit textual runbooks in Azure Automation description: This article tells how to use the Azure Automation textual editor to work with PowerShell and PowerShell Workflow runbooks. -+ Last updated 08/01/2018
automation Automation Graphical Authoring Intro https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-graphical-authoring-intro.md
Title: Author graphical runbooks in Azure Automation description: This article tells how to author a graphical runbook without working with code.-+ Last updated 10/03/2023
$h = @{'q'=$query; 'lr'='lang_ja'; 'count'=$Count}
$h ```
-The following example uses output from an activity called `Get Twitter Connection` to populate a hashtable.
+The following example uses output from an activity called `Get X Connection` to populate a hashtable.
```powershell-interactive
-@{'ApiKey'=$ActivityOutput['Get Twitter Connection'].ConsumerAPIKey;
- 'ApiSecret'=$ActivityOutput['Get Twitter Connection'].ConsumerAPISecret;
- 'AccessToken'=$ActivityOutput['Get Twitter Connection'].AccessToken;
- 'AccessTokenSecret'=$ActivityOutput['Get Twitter Connection'].AccessTokenSecret}
+@{'ApiKey'=$ActivityOutput['Get X Connection'].ConsumerAPIKey;
+ 'ApiSecret'=$ActivityOutput['Get X Connection'].ConsumerAPISecret;
+ 'AccessToken'=$ActivityOutput['Get X Connection'].AccessToken;
+ 'AccessTokenSecret'=$ActivityOutput['Get X Connection'].AccessTokenSecret}
``` ## Authenticate to Azure resources
automation Automation Hrw Run Runbooks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-hrw-run-runbooks.md
Last updated 06/28/2024 + # Run Automation runbooks on a Hybrid Runbook Worker
automation Automation Hybrid Runbook Worker https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-hybrid-runbook-worker.md
Last updated 09/17/2023 + # Automation Hybrid Runbook Worker overview
automation Automation Linux Hrw Install https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-linux-hrw-install.md
Last updated 06/29/2024 + # Deploy an agent-based Linux Hybrid Runbook Worker in Automation
automation Automation Manage Send Joblogs Log Analytics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-manage-send-joblogs-log-analytics.md
Last updated 05/01/2024 + # Forward Azure Automation diagnostic logs to Azure Monitor
automation Automation Managed Identity Faq https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-managed-identity-faq.md
Last updated 07/25/2021 #Customer intent: As an implementer, I want answers to various questions.+ # FAQ for migrating from a Run As account to managed identities
automation Automation Managing Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-managing-data.md
Last updated 11/20/2023 + # Management of Azure Automation data
automation Automation Orchestrator Migration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-orchestrator-migration.md
Last updated 03/16/2018 + # Migrate from Orchestrator to Azure Automation (Beta)
automation Automation Powershell Workflow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-powershell-workflow.md
Last updated 04/12/2023 + # Learn PowerShell Workflow for Azure Automation
automation Automation Role Based Access Control https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-role-based-access-control.md
Last updated 01/09/2023
#Customer intent: As an administrator, I want to understand permissions so that I use the least necessary set of permissions.+ # Manage role permissions and security in Azure Automation
automation Automation Runbook Authoring https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-runbook-authoring.md
Last updated 01/10/2023 + # Runbook authoring through VS Code in Azure Automation
automation Automation Runbook Execution https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-runbook-execution.md
Last updated 06/27/2024 + # Runbook execution in Azure Automation
automation Automation Runbook Gallery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-runbook-gallery.md
Last updated 10/27/2022 + # Use existing runbooks and modules
automation Automation Runbook Graphical Error Handling https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-runbook-graphical-error-handling.md
Last updated 02/27/2022 + # Handle errors in graphical runbooks
automation Automation Runbook Output And Messages https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-runbook-output-and-messages.md
Last updated 08/28/2023 + # Configure runbook output and message streams
automation Automation Runbook Types https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-runbook-types.md
Last updated 07/19/2024 + # Azure Automation runbook types
automation Automation Scenario Aws Deployment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-scenario-aws-deployment.md
Last updated 03/16/2018 + # Deploy an Amazon Web Services VM with a runbook
automation Automation Scenario Using Watcher Task https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-scenario-using-watcher-task.md
Last updated 12/17/2020+ # Track updated files with a watcher task
automation Automation Secure Asset Encryption https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-secure-asset-encryption.md
Title: Encryption of secure assets in Azure Automation description: This article provides concepts for configuring the Automation account to use encryption. -+
automation Automation Security Guidelines https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-security-guidelines.md
Last updated 10/03/2023 + # Security best practices in Azure Automation
automation Automation Security Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-security-overview.md
Last updated 10/04/2023 + # Azure Automation account authentication overview
automation Automation Send Email https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-send-email.md
Last updated 09/21/2021
#Customer intent: As a developer, I want understand runbooks so that I can use it to automate e-mails.+ # Send an email from an Automation runbook
automation Automation Update Azure Modules https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-update-azure-modules.md
Last updated 07/17/2024 + # Update Azure PowerShell modules in Automation
automation Automation Webhooks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-webhooks.md
Last updated 12/21/2023 + # Start a runbook from a webhook
automation Automation Windows Hrw Install https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/automation-windows-hrw-install.md
Last updated 04/21/2024 + # Deploy an agent-based Windows Hybrid Runbook Worker in Automation
automation Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/change-tracking/overview.md
Title: Azure Automation Change Tracking and Inventory overview
description: This article describes the Change Tracking and Inventory feature, which helps you identify software and Microsoft service changes in your environment. Previously updated : 07/22/2024 Last updated : 08/02/2024
This article introduces you to Change Tracking and Inventory in Azure Automation
> [!NOTE] > To track Azure Resource Manager property changes, see the Azure Resource Graph [change history](../../governance/resource-graph/how-to/get-resource-changes.md).
-Change Tracking and Inventory makes use of [Microsoft Defender for Cloud File Integrity Monitoring (FIM)](../../security-center/security-center-file-integrity-monitoring.md) to examine operating system and application files, and Windows Registry. While FIM monitors those entities, Change Tracking and Inventory natively tracks:
+Change Tracking and Inventory is used by Microsoft Defender [Microsoft Defender for Cloud File Integrity Monitoring (FIM)](../../security-center/security-center-file-integrity-monitoring.md) to examine operating system and application files, and Windows Registry. While FIM monitors those entities, Change Tracking and Inventory natively tracks:
- Software changes - Windows services
automation Compose Configurationwithcompositeresources https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/compose-configurationwithcompositeresources.md
Title: Compose DSC configurations
description: This article tells how to compose configurations using composite resources in Azure Automation State Configuration. keywords: powershell dsc, desired state configuration, powershell dsc azure, composite resources -+ Last updated 08/21/2018 + # Compose DSC configurations
automation Context Switching https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/context-switching.md
Last updated 08/18/2023 #Customer intent: As a developer, I want to understand Azure context so that I can avoid error when running multiple runbooks.+ # Context switching in Azure Automation
automation Delete Account https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/delete-account.md
Title: Manage your Azure Automation account description: This article tells how to delete and your Automation account across the different configuration scenarios and restore a deleted Automation account -+ Last updated 06/04/2021
automation Delete Run As Account https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/delete-run-as-account.md
Last updated 10/02/2023 + # Delete an Azure Automation Run As account
automation Disable Local Authentication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/disable-local-authentication.md
Last updated 11/20/2023
#Customer intent: As an administrator, I want disable local authentication so that I can enhance security.+ # Disable local authentication in Automation
automation Disable Managed Identity For Automation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/disable-managed-identity-for-automation.md
Last updated 10/26/2021 + # Disable system-assigned managed identity for Azure Automation account
automation Enable Managed Identity For Automation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/enable-managed-identity-for-automation.md
Last updated 10/26/2021 + # Using a system-assigned managed identity for an Azure Automation account
automation Enforce Job Execution Hybrid Worker https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/enforce-job-execution-hybrid-worker.md
Last updated 09/17/2023 + # Use Azure Policy to enforce job execution on Hybrid Runbook Worker
automation Extension Based Hybrid Runbook Worker Install https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/extension-based-hybrid-runbook-worker-install.md
Last updated 06/29/2024 #Customer intent: As a developer, I want to learn about extension so that I can efficiently deploy Hybrid Runbook Workers.+ # Deploy an extension-based Windows or Linux User Hybrid Runbook Worker in Azure Automation
automation Graphical Runbook Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/graphical-runbook-sdk.md
Last updated 07/20/2018 + # Use the Azure Automation graphical runbook SDK (preview)
automation Automation Region Dns Records https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/how-to/automation-region-dns-records.md
Last updated 07/29/2024 + # DNS records for Azure regions used by Azure Automation
automation Move Account https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/how-to/move-account.md
Last updated 05/26/2023 + # Move your Azure Automation account to another subscription
automation Automation Tutorial Runbook Textual Python 3 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/learn/automation-tutorial-runbook-textual-python-3.md
Last updated 05/17/2023 + # Tutorial: Create a Python 3.8 runbook
automation Automation Tutorial Runbook Textual https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/learn/automation-tutorial-runbook-textual.md
Last updated 07/04/2024
#Customer intent: As a developer, I want use workflow runbooks so that I can automate the parallel starting of VMs.+ # Tutorial: Create a PowerShell Workflow runbook in Automation
automation Powershell Runbook Managed Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/learn/powershell-runbook-managed-identity.md
Last updated 11/24/2021 #Customer intent: As a developer, I want PowerShell runbooks to execute code using a manged identity.+ # Tutorial: Create Automation PowerShell runbook using managed identity
automation Manage Runbooks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/manage-runbooks.md
Last updated 12/20/2023 + # Manage runbooks in Azure Automation
automation Manage Runtime Environment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/manage-runtime-environment.md
Last updated 07/24/2024 +
automation Migrate Existing Agent Based Hybrid Worker To Extension Based Workers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/migrate-existing-agent-based-hybrid-worker-to-extension-based-workers.md
Last updated 06/29/2024
#Customer intent: As a developer, I want to learn about extension so that I can efficiently migrate agent based hybrid workers to extension based workers.+ # Migrate the existing agent-based hybrid workers to extension-based hybrid workers
automation Migrate Run As Accounts Managed Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/migrate-run-as-accounts-managed-identity.md
Last updated 10/03/2023 + # Migrate from an existing Run As account to Managed identities
automation Python 3 Packages https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/python-3-packages.md
Last updated 10/16/2023 + # Manage Python 3 packages in Azure Automation
automation Python Packages https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/python-packages.md
Last updated 07/23/2024 + # Manage Python 2 packages in Azure Automation
automation Create Azure Automation Account Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/quickstarts/create-azure-automation-account-portal.md
#Customer intent: As an administrator, I want to create an Automation account so that I can further use the Automation services.+ # Quickstart: Create an Automation account using the Azure portal
automation Dsc Configuration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/quickstarts/dsc-configuration.md
Title: Azure Quickstart - Configure a VM with Desired State Configuration description: This article helps you get started configuring an Azure VM with Desired State Configuration. -+ keywords: dsc, configuration, automation Last updated 04/12/2023 + # Configure a VM with Desired State Configuration
automation Enable Managed Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/quickstarts/enable-managed-identity.md
#Customer intent: As an administrator, I want to enable managed identities for my Automation account so that I can securely access other Azure resources.+ # Quickstart: Enable managed identities for your Automation account using the Azure portal
automation Remove User Assigned Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/remove-user-assigned-identity.md
Last updated 10/26/2021 + # Remove user-assigned managed identity for Azure Automation account
automation Runbook Input Parameters https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/runbook-input-parameters.md
Last updated 08/18/2023 + # Configure runbook input parameters in Automation
automation Runtime Environment Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/runtime-environment-overview.md
Last updated 07/17/2024 + # Runtime environment (preview) in Azure Automation
automation Certificates https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/shared-resources/certificates.md
Last updated 05/26/2023 + # Manage certificates in Azure Automation
automation Credentials https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/shared-resources/credentials.md
Last updated 05/26/2023 + # Manage credentials in Azure Automation
automation Modules https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/shared-resources/modules.md
Last updated 07/17/2024 + # Manage modules in Azure Automation
automation Schedules https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/shared-resources/schedules.md
Last updated 03/29/2021 + # Manage schedules in Azure Automation
automation Variables https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/shared-resources/variables.md
Last updated 03/28/2021 + # Manage variables in Azure Automation
automation Source Control Integration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/source-control-integration.md
Last updated 05/15/2024 + # Use source control integration
automation Start Runbooks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/start-runbooks.md
Last updated 04/28/2021 + # Start a runbook in Azure Automation
automation Remove Node And Configuration Package https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/state-configuration/remove-node-and-configuration-package.md
Title: Remove DSC and node from Automation State Configuration
description: This article explains how to remove an Azure Automation State Configuration (DSC) configuration document assigned and unregister a managed node. -+ Last updated 04/16/2021 + # How to remove a configuration and node from Automation State Configuration
automation Tutorial Configure Servers Desired State https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/automation/tutorial-configure-servers-desired-state.md
Title: Configure machines to a desired state in Azure Automation description: This article tells how to configure machines to a desired state using Azure Automation State Configuration. -+ Last updated 04/15/2021 + # Configure machines to a desired state
azure-arc Troubleshoot Resource Bridge https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-arc/resource-bridge/troubleshoot-resource-bridge.md
When deploying the resource bridge on VMware vCenter, you might get an error say
If you don't see your problem here or you can't resolve your issue, try one of the following channels for support: - Get answers from Azure experts through [Microsoft Q&A](/answers/topics/azure-arc.html).-- Connect with [@AzureSupport](https://twitter.com/azuresupport), the official Microsoft Azure account for improving customer experience. Azure Support connects the Azure community to answers, support, and experts.
+- Connect with [@AzureSupport](https://x.com/azuresupport), the official Microsoft Azure account for improving customer experience. Azure Support connects the Azure community to answers, support, and experts.
- [Open an Azure support request](../../azure-portal/supportability/how-to-create-azure-support-request.md).
azure-cache-for-redis Cache Administration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-administration.md
Title: How to administer Azure Cache for Redis
description: Learn how to perform administration tasks such as reboot and schedule updates for Azure Cache for Redis -+ Last updated 05/29/2024
azure-cache-for-redis Cache Aspnet Core Output Cache Provider https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-aspnet-core-output-cache-provider.md
Title: ASP.NET Core output cache provider for Azure Cache for Redis
description: Use the Redis Output Cache Provider to cache ASP.NET Core page output out of process by using Azure Cache for Redis. -+ ms.devlang: csharp
azure-cache-for-redis Cache Aspnet Output Cache Provider https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-aspnet-output-cache-provider.md
Title: ASP.NET Output Cache Provider for Azure Cache for Redis
description: Learn how to cache ASP.NET Page Output using Azure Cache for Redis. The Redis Output Cache Provider is an out-of-process storage mechanism for output cache data. -+ ms.devlang: csharp
azure-cache-for-redis Cache Aspnet Session State Provider https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-aspnet-session-state-provider.md
Title: Cache ASP.NET Session State Provider
description: Learn how to store ASP.NET Session State in-memory using Azure Cache for Redis. -+ ms.devlang: csharp
azure-cache-for-redis Cache Azure Active Directory For Authentication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-azure-active-directory-for-authentication.md
description: Learn how to use Microsoft Entra ID with Azure Cache for Redis.
-+ Last updated 07/17/2024
azure-cache-for-redis Cache Best Practices Client Libraries https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-best-practices-client-libraries.md
Title: Best practices using client libraries
description: Learn about client libraries for Azure Cache for Redis. -+ Last updated 01/04/2022
azure-cache-for-redis Cache Best Practices Connection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-best-practices-connection.md
description: Learn how to make your Azure Cache for Redis connections resilient. -+ Last updated 04/22/2024
azure-cache-for-redis Cache Best Practices Development https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-best-practices-development.md
Title: Best practices for development
description: Learn how to develop code for Azure Cache for Redis. -+ Last updated 04/18/2024
azure-cache-for-redis Cache Best Practices Enterprise Tiers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-best-practices-enterprise-tiers.md
Title: Best practices for the Enterprise tiers
description: Learn the best practices when using the high performance Azure Cache for Redis Enterprise and Enterprise Flash tiers. -+ Last updated 06/10/2024
azure-cache-for-redis Cache Best Practices Kubernetes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-best-practices-kubernetes.md
Title: Best practices for hosting a Kubernetes client application
description: Learn how to host a Kubernetes client application that uses Azure Cache for Redis. -+ Last updated 11/10/2023
azure-cache-for-redis Cache Best Practices Memory Management https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-best-practices-memory-management.md
Title: Best practices for memory management
description: Learn how to manage your Azure Cache for Redis memory effectively. -+ Last updated 03/22/2022
azure-cache-for-redis Cache Best Practices Performance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-best-practices-performance.md
Title: Best practices for performance testing
description: Learn how to test the performance of Azure Cache for Redis. -+ Last updated 07/01/2024
azure-cache-for-redis Cache Best Practices Scale https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-best-practices-scale.md
Title: Best practices for scaling
description: Learn how to scale your Azure Cache for Redis. -+ Last updated 04/12/2024
azure-cache-for-redis Cache Best Practices Server Load https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-best-practices-server-load.md
Title: Best practices for Using and Monitoring the Server Load
description: Learn how to use and monitor your server load for Azure Cache for Redis. -+ Last updated 12/30/2021
azure-cache-for-redis Cache Configure Role Based Access Control https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-configure-role-based-access-control.md
description: Learn how to configure role-based access control with Data Access P
-+ Last updated 06/05/2023
azure-cache-for-redis Cache Configure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-configure.md
Title: How to configure Azure Cache for Redis
description: Understand the default Redis configuration for Azure Cache for Redis and learn how to configure your Azure Cache for Redis instances. -+ Last updated 05/07/2024
azure-cache-for-redis Cache Dotnet Core Quickstart https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-dotnet-core-quickstart.md
Title: 'Quickstart: Use Azure Cache for Redis in .NET Core'
description: In this quickstart, learn how to access Azure Cache for Redis in your .NET Core apps -+ ms.devlang: csharp
azure-cache-for-redis Cache Dotnet How To Use Azure Redis Cache https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-dotnet-how-to-use-azure-redis-cache.md
Title: 'Quickstart: Use Azure Cache for Redis in .NET Framework'
description: In this quickstart, learn how to access Azure Cache for Redis from your .NET apps -+ ms.devlang: csharp
azure-cache-for-redis Cache Event Grid Quickstart Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-event-grid-quickstart-cli.md
Last updated 1/5/2021 -+
azure-cache-for-redis Cache Event Grid Quickstart Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-event-grid-quickstart-portal.md
Last updated 1/5/2021 -+
azure-cache-for-redis Cache Event Grid Quickstart Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-event-grid-quickstart-powershell.md
Last updated 1/5/2021
-+
azure-cache-for-redis Cache Event Grid https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-event-grid.md
Last updated 12/21/2020 -+ # Azure Cache for Redis Event Grid Overview
azure-cache-for-redis Cache Failover https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-failover.md
description: Learn about failover, patching, and the update process for Azure Ca
-+ Last updated 04/30/2024
azure-cache-for-redis Cache Go Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-go-get-started.md
Title: Use Azure Cache for Redis with Go
description: In this quickstart, you learn how to create a Go app that uses Azure Cache for Redis. -+ ms.devlang: golang Last updated 09/09/2021
azure-cache-for-redis Cache High Availability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-high-availability.md
Title: High availability for Azure Cache for Redis
description: Learn about Azure Cache for Redis high availability features and options -+ Last updated 03/09/2023
azure-cache-for-redis Cache How To Active Geo Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-how-to-active-geo-replication.md
Title: Configure active geo-replication for Enterprise Azure Cache for Redis ins
description: Learn how to replicate your Azure Cache for Redis Enterprise instances across Azure regions. -+ Last updated 03/23/2023
azure-cache-for-redis Cache How To Encryption https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-how-to-encryption.md
Title: Configure disk encryption in Azure Cache for Redis
description: Learn about disk encryption when using Azure Cache for Redis. -+ Last updated 02/28/2024
azure-cache-for-redis Cache How To Geo Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-how-to-geo-replication.md
Title: Configure passive geo-replication for Premium Azure Cache for Redis insta
description: Learn how to use cross-region replication to provide disaster recovery on the Premium tier of Azure Cache for Redis. -+ Last updated 12/15/2023
azure-cache-for-redis Cache How To Import Export Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-how-to-import-export-data.md
Title: Import and Export data in Azure Cache for Redis
description: Learn how to import and export data to and from blob storage with your premium Azure Cache for Redis instances -+ Last updated 06/26/2023
azure-cache-for-redis Cache How To Manage Redis Cache Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-how-to-manage-redis-cache-powershell.md
Title: Manage Azure Cache for Redis with Azure PowerShell description: Learn how to perform administrative tasks for Azure Cache for Redis using Azure PowerShell. -+ Last updated 06/03/2021
azure-cache-for-redis Cache How To Multi Replicas https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-how-to-multi-replicas.md
Title: Add replicas to Azure Cache for Redis
description: Learn how to add more replicas to your Premium tier Azure Cache for Redis instances -+ Last updated 08/11/2020
azure-cache-for-redis Cache How To Premium Persistence https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-how-to-premium-persistence.md
description: Learn how to configure and manage data persistence your Premium tie
-+ Last updated 04/10/2023
azure-cache-for-redis Cache How To Premium Vnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-how-to-premium-vnet.md
description: Learn how to create and manage virtual network support for your Pre
-+ Last updated 08/29/2023
azure-cache-for-redis Cache How To Redis Cli Tool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-how-to-redis-cli-tool.md
Title: Use redis-cli with Azure Cache for Redis
description: Learn how to use *redis-cli* as a command-line tool for interacting with an Azure Cache for Redis as a client -+ Last updated 01/04/2024
azure-cache-for-redis Cache How To Scale https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-how-to-scale.md
Title: Scale an Azure Cache for Redis instance
description: Learn how to scale your Azure Cache for Redis instances using the Azure portal, and tools such as Azure PowerShell, and Azure CLI -+ Last updated 07/01/2024 ms.devlang: csharp
azure-cache-for-redis Cache How To Upgrade https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-how-to-upgrade.md
description: Learn how to upgrade the version of Azure Cache for Redis.
-+ Last updated 05/21/2024
azure-cache-for-redis Cache How To Zone Redundancy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-how-to-zone-redundancy.md
Title: Enable zone redundancy for Azure Cache for Redis
description: Learn how to set up zone redundancy for your Premium and Enterprise tier Azure Cache for Redis instances -+ Last updated 06/07/2022
azure-cache-for-redis Cache Insights Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-insights-overview.md
description: This article describes Azure Monitor insights for Azure Cache for R
-+ Last updated 03/25/2024
azure-cache-for-redis Cache Java Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-java-get-started.md
Last updated 01/04/2022 -+ ms.devlang: java
azure-cache-for-redis Cache Java Redisson Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-java-redisson-get-started.md
Last updated 01/18/2024 -+ ms.devlang: java #Customer intent: As a Java developer, new to Azure Cache for Redis, I want to create a new Java app that uses Azure Cache for Redis and Redisson as Redis client.
azure-cache-for-redis Cache Manage Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-manage-cli.md
description: Learn how to install the Azure classic CLI on any platform, how to
-+ Last updated 05/25/2021
azure-cache-for-redis Cache Managed Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-managed-identity.md
description: Learn to Azure Cache for Redis -+ Last updated 08/29/2022
azure-cache-for-redis Cache Migration Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-migration-guide.md
Title: Migrate to Azure Cache for Redis
description: Learn how to migrate your existing cache to Azure Cache for Redis -+ Last updated 11/17/2021
azure-cache-for-redis Cache Ml https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-ml.md
Title: Deploy a machine learning model to Azure Functions with Azure Cache for R
description: In this article, you deploy a model from Azure Machine Learning as a function app in Azure Functions using an Azure Cache for Redis instance. Azure Cache for Redis is performant and scalable ΓÇô when paired with an Azure Machine Learning model, you gain low latency and high throughput in your application. -+ Last updated 06/09/2021
azure-cache-for-redis Cache Monitor Diagnostic Settings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-monitor-diagnostic-settings.md
description: Learn how to use diagnostic settings to monitor connected ip addresses to your Azure Cache for Redis. -+ Last updated 12/18/2023
azure-cache-for-redis Cache Moving Resources https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-moving-resources.md
description: How to move Azure Cache for Redis instances to a different Azure re
-+ Last updated 10/20/2022
azure-cache-for-redis Cache Network Isolation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-network-isolation.md
Title: Azure Cache for Redis network isolation options
description: In this article, you learn how to determine the best network isolation solution for your needs. We go through the basics of Azure Private Link, Azure Virtual Network (VNet) injection, and Azure Firewall Rules with their advantages and limitations. -+ Last updated 12/15/2023
azure-cache-for-redis Cache Nodejs Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-nodejs-get-started.md
Title: 'Quickstart: Use Azure Cache for Redis in Node.js' description: In this quickstart, learn how to use Azure Cache for Redis with Node.js and node_redis. -+ ms.devlang: javascript Last updated 06/04/2024
azure-cache-for-redis Cache Overview Vector Similarity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-overview-vector-similarity.md
Title: About Vector Embeddings and Vector Search in Azure Cache for Redis
description: Learn about Azure Cache for Redis to store vector embeddings and provide similarity search. -+ Last updated 04/24/2024
azure-cache-for-redis Cache Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-overview.md
Title: What is Azure Cache for Redis?
description: Learn about Azure Cache for Redis to enable cache-aside, content caching, user session caching, job and message queuing, and distributed transactions. -+ Last updated 04/19/2024
azure-cache-for-redis Cache Private Link https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-private-link.md
description: Learn how to create an Azure Cache, an Azure Virtual Network, and a
-+ Last updated 01/12/2024
azure-cache-for-redis Cache Python Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-python-get-started.md
Last updated 07/09/2024 -+ ms.devlang: python
azure-cache-for-redis Cache Redis Cache Arm Provision https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-redis-cache-arm-provision.md
Title: Deploy Azure Cache for Redis by using Azure Resource Manager template
description: Learn how to use an Azure Resource Manager template (ARM template) to deploy an Azure Cache for Redis resource. Templates are provided for common scenarios. -+ Last updated 04/10/2024
azure-cache-for-redis Cache Redis Cache Bicep Provision https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-redis-cache-bicep-provision.md
Title: Deploy Azure Cache for Redis using Bicep
description: Learn how to use Bicep to deploy an Azure Cache for Redis resource. -+ Last updated 04/10/2024
azure-cache-for-redis Cache Redis Modules https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-redis-modules.md
description: You can use Redis modules with your Azure Cache for Redis instances
-+ Last updated 04/10/2024
azure-cache-for-redis Cache Redis Samples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-redis-samples.md
Title: Azure Cache for Redis samples
description: 'Learn how to use Azure Cache for Redis with these code samples: connecting to a cache, reading and writing data in a cache, ASP.NET Azure Cache for Redis providers.' -+ Last updated 05/11/2021
azure-cache-for-redis Cache Remove Tls 10 11 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-remove-tls-10-11.md
Title: Remove TLS 1.0 and 1.1 from use with Azure Cache for Redis description: Learn how to remove TLS 1.0 and 1.1 from your application when communicating with Azure Cache for Redis -+ Last updated 09/12/2023
azure-cache-for-redis Cache Reserved Pricing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-reserved-pricing.md
description: Prepay for Azure Cache for Redis compute resources with reservation
-+ Last updated 08/19/2022
azure-cache-for-redis Cache Retired Features https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-retired-features.md
description: This article contains information on retirements from Azure Cache f
-+ Last updated 10/17/2023
azure-cache-for-redis Cache Rust Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-rust-get-started.md
Title: Use Azure Cache for Redis with Rust
description: In this quickstart, you learn how to interact with Azure Cache for Redis using Rust. -+ ms.devlang: rust Last updated 01/08/2021
azure-cache-for-redis Cache Tls Configuration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-tls-configuration.md
Title: What are the configuration settings for TLS?
description: Learn about the TLS protocol configuration and how to use TLS to securely communicate with Azure Cache for Redis instances. -+ Last updated 01/23/2024
azure-cache-for-redis Cache Troubleshoot Client https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-troubleshoot-client.md
Title: Troubleshoot Azure Cache for Redis client issues
description: Learn how to resolve common client issues, such as client memory pressure, traffic burst, high CPU, limited bandwidth, large requests, or large response size, when using Azure Cache for Redis. -+ Last updated 12/31/2021
azure-cache-for-redis Cache Troubleshoot Connectivity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-troubleshoot-connectivity.md
description: Learn how to resolve connectivity problems when creating clients with Azure Cache for Redis. -+ Last updated 12/12/2023
azure-cache-for-redis Cache Troubleshoot Data Loss https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-troubleshoot-data-loss.md
Title: Troubleshoot data loss in Azure Cache for Redis
description: Learn how to resolve data-loss problems with Azure Cache for Redis, such as partial loss of keys, key expiration, or complete loss of keys. -+ Last updated 12/01/2021
azure-cache-for-redis Cache Troubleshoot Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-troubleshoot-server.md
Title: Troubleshoot Azure Cache for Redis server issues
description: Learn how to resolve common server issues, such as memory pressure, high CPU, long running commands, or bandwidth limitations, when using Azure Cache for Redis. -+ Last updated 02/02/2022
azure-cache-for-redis Cache Troubleshoot Timeouts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-troubleshoot-timeouts.md
Title: Troubleshoot Azure Cache for Redis latency and timeouts
description: Learn how to resolve common latency and timeout issues with Azure Cache for Redis, such as Redis server patching and timeout exceptions. -+ Last updated 12/02/2023
azure-cache-for-redis Cache Tutorial Active Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-tutorial-active-replication.md
description: In this tutorial, you learn how to connect your AKS hosted applicat
-+ Last updated 09/18/2023 #CustomerIntent: As a developer, I want to see how to use a Enterprise cache that uses active geo-replication to capture data from two apps running against different caches in separate geo-locations.
azure-cache-for-redis Cache Tutorial Aks Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-tutorial-aks-get-started.md
description: In this tutorial, you learn how to connect your AKS-hosted applicat
-+ Last updated 08/15/2023 #CustomerIntent: As a developer, I want to see how to use a Azure Cache for Redis instance with an AKS container so that I see how I can use my cache instance with a Kubernetes cluster.
azure-cache-for-redis Cache Tutorial Functions Getting Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-tutorial-functions-getting-started.md
description: In this tutorial, you learn how to use Azure Functions with Azure C
-+ Last updated 04/12/2024 #CustomerIntent: As a developer, I want a introductory example of using Azure Cache for Redis triggers with Azure Functions so that I can understand how to use the functions with a Redis cache.
azure-cache-for-redis Cache Tutorial Semantic Cache https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-tutorial-semantic-cache.md
Title: 'Tutorial: Use Azure Cache for Redis as a semantic cache'
description: In this tutorial, you learn how to use Azure Cache for Redis as a semantic cache. -+ Last updated 01/08/2024
azure-cache-for-redis Cache Tutorial Vector Similarity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-tutorial-vector-similarity.md
Title: 'Tutorial: Conduct vector similarity search on Azure OpenAI embeddings us
description: In this tutorial, you learn how to use Azure Cache for Redis to store and search for vector embeddings. -+ Last updated 09/15/2023
azure-cache-for-redis Cache Tutorial Write Behind https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-tutorial-write-behind.md
description: In this tutorial, you learn how to use Azure Functions and Azure Ca
-+ Last updated 04/12/2024 #CustomerIntent: As a developer, I want a practical example of using Azure Cache for Redis triggers with Azure Functions so that I can write applications that tie together a Redis cache and a database like Azure SQL.
azure-cache-for-redis Cache Vnet Migration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-vnet-migration.md
description: Learn how to migrate your Azure Cache for Redis Virtual Network (VN
-+ Last updated 07/19/2021
azure-cache-for-redis Cache Web App Arm With Redis Cache Provision https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-web-app-arm-with-redis-cache-provision.md
Title: Provision Web App with Azure Cache for Redis
description: Use Azure Resource Manager template to deploy web app with Azure Cache for Redis. -+ Last updated 01/05/2024
azure-cache-for-redis Cache Web App Aspnet Core Howto https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-web-app-aspnet-core-howto.md
Title: Create an ASP.NET Core web app with Azure Cache for Redis
description: In this quickstart, you learn how to create an ASP.NET Core web app with Azure Cache for Redis. -+ ms.devlang: csharp
azure-cache-for-redis Cache Web App Bicep With Redis Cache Provision https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-web-app-bicep-with-redis-cache-provision.md
Title: Provision Web App that uses Azure Cache for Redis using Bicep description: Use Bicep to deploy web app with Azure Cache for Redis. -+ Last updated 05/24/2022
azure-cache-for-redis Cache Web App Cache Aside Leaderboard https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-web-app-cache-aside-leaderboard.md
Title: 'Tutorial: Create a Web App (cache-aside) - Azure Cache for Redis'
description: Learn how to create a Web App with Azure Cache for Redis that uses the cache-aside pattern. -+ ms.devlang: csharp
azure-cache-for-redis Cache Web App Howto https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-web-app-howto.md
Title: Create an ASP.NET web app with Azure Cache for Redis description: In this quickstart, you learn how to create an ASP.NET web app with Azure Cache for Redis -+ Last updated 03/25/2022
azure-cache-for-redis Cache Whats New https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cache-whats-new.md
-+ Last updated 06/10/2024
azure-cache-for-redis Cli Samples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/cli-samples.md
Title: Manage Azure Cache for Redis with Azure CLI
description: 'Azure CLI samples for managing Azure Cache for Redis: Create a cache, deleting a cache, get cache details, hostname, ports and keys, connecting a web app.' -+ ms.devlang: azurecli Last updated 03/11/2022
azure-cache-for-redis Monitor Cache Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/monitor-cache-reference.md
-+ # Azure Cache for Redis monitoring data reference
azure-cache-for-redis Monitor Cache https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/monitor-cache.md
-+ # Monitor Azure Cache for Redis
azure-cache-for-redis Policy Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/policy-reference.md
Last updated 02/06/2024
-+ # Azure Policy built-in definitions for Azure Cache for Redis
azure-cache-for-redis Quickstart Create Redis Enterprise https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/quickstart-create-redis-enterprise.md
Title: 'Quickstart: Create a Redis Enterprise cache'
description: In this quickstart, learn how to create an instance of Azure Cache for Redis in use the Enterprise tier. -+ Last updated 04/10/2023
azure-cache-for-redis Quickstart Create Redis https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/quickstart-create-redis.md
Title: 'Quickstart: Create an open-source Redis cache'
description: In this quickstart, learn how to create an instance of Azure Cache for Redis in Basic, Standard, or Premium tier -+ Last updated 05/06/2022
azure-cache-for-redis Create Manage Cache https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/scripts/create-manage-cache.md
Title: Create, query, and delete an Azure Cache for Redis - Azure CLI description: This Azure CLI code sample shows how to create an Azure Cache for Redis instance using the command az redis create. It then gets details of an Azure Cache for Redis instance, including provisioning status, the hostname, ports, and keys for an Azure Cache for Redis instance. Finally, it deletes the cache. -+ ms.devlang: azurecli Last updated 03/11/2022
azure-cache-for-redis Create Manage Premium Cache Cluster https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/scripts/create-manage-premium-cache-cluster.md
Title: Create, query, and delete a Premium Azure Cache for Redis with clustering
description: This Azure CLI code sample shows how to create a 6 GB Premium tier Azure Cache for Redis with clustering enabled and two shards. It then gets details of an Azure Cache for Redis instance, including provisioning status, the hostname, ports, and keys for an Azure Cache for Redis instance. Finally, it deletes the cache. -+ ms.devlang: azurecli Last updated 03/11/2022
azure-cache-for-redis Security Controls Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-cache-for-redis/security-controls-policy.md
Last updated 02/06/2024
-+ # Azure Policy Regulatory Compliance controls for Azure Cache for Redis
azure-functions Quickstart Mssql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-functions/durable/quickstart-mssql.md
$collation = "Latin1_General_100_BIN2_UTF8"
docker pull mcr.microsoft.com/mssql/server:$tag # run the image and provide some basic setup parameters
-docker run --name mssql-server -e 'ACCEPT_EULA=Y' -e "SA_PASSWORD=$pw" -e "MSSQL_PID=$edition" -p ${port}:1433 -d mcr.microsoft.com/mssql/server:$tag
+docker run --name mssql-server -e 'ACCEPT_EULA=Y' -e "MSSQL_SA_PASSWORD=$pw" -e "MSSQL_PID=$edition" -p ${port}:1433 -d mcr.microsoft.com/mssql/server:$tag
# wait a few seconds for the container to start...
azure-monitor Azure Monitor Agent Data Field Differences https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-monitor/agents/azure-monitor-agent-data-field-differences.md
This table collects log data from the Internet Information Service on Window sys
| sSiteName | Not be populated | depends on customer data collection configuration | The MMA agent could turn on collection by default, but by principle is restricted from making configuration changes in other services.<p>Enable the `Service Name (s-sitename)` field in W3C logging of IIS. See [Select W3C Fields to Log](/iis/manage/provisioning-and-managing-iis/configure-logging-in-iis#select-w3c-fields-to-log).| | Fileuri | No longer populated | not required for MMA parity | MMA doesn't collect this field. This field was only populated for IIS logs collected from Azure Cloud Services through the Azure Diagnostics Extension.|
+### Windows event table
+This table collects Events from the Windows Event log. There are two other tables that are used to store Windows events, the SecurityEvent and Event tables.
+|LAW Field | Difference | Reason| Additional Information |
+|||||
+| UserName | MMA enriches the event with the username prior to sending the event for ingestion. AMA do not do the same enrichment. | The AMA enrichment is not yet implemented. | AMA principles dictate that the event data should remain unchanged by default. Adding and enriched field adds possible processing errors and additional cost for storage. In this case, the customer demand for the field is very high and work is underway to add the username. |
+ ## Next steps - [Azure Monitor Agent migration helper workbook](./azure-monitor-agent-migration-helper-workbook.md)
azure-monitor Monitor Kubernetes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-monitor/containers/monitor-kubernetes.md
The following table lists the Azure services for the platform engineer to monito
| Service | Description | |:|:| | [Container Insights](container-insights-overview.md) | Azure service for AKS and Azure Arc-enabled Kubernetes clusters that use a containerized version of the [Azure Monitor agent](../agents/agents-overview.md) to collect stdout/stderr logs, performance metrics, and Kubernetes events from each node in your cluster. You can view the data in the Azure portal or query it using [Log Analytics](../logs/log-analytics-overview.md). Configure the [Prometheus experience](./container-insights-experience-v2.md) to use Container insights views with Prometheus data. |
-| [Azure Monitor managed service for Prometheus](../essentials/prometheus-metrics-overview.md) | [Prometheus](https://prometheus.io) is a cloud-native metrics solution from the Cloud Native Compute Foundation and the most common tool used for collecting and analyzing metric data from Kubernetes clusters. Azure Monitor managed service for Prometheus is a fully managed solution that's compatible with the Prometheus query language (PromQL) and Prometheus alerts and integrates with Azure Managed Grafana for visualization. This service supports your investment in open source tools without the complexity of managing your own Prometheus environment. |
+| [Azure Monitor managed service for Prometheus](../essentials/prometheus-metrics-overview.md) | [Prometheus](https://prometheus.io) is a cloud-native metrics solution from the Cloud Native Compute Foundation and the most common tool used for collecting and analyzing metric data from Kubernetes clusters. Azure Monitor managed service for Prometheus is a fully managed solution that's compatible with the Prometheus query language (PromQL) and Prometheus alerts and integrates with Azure Managed Grafana for visualization. This service supports your investment in open source tools without the complexity of managing your own Prometheus environment. |
| [Azure Arc-enabled Kubernetes](container-insights-enable-arc-enabled-clusters.md) | Allows you to attach to Kubernetes clusters running in other clouds so that you can manage and configure them in Azure. With the Arc agent installed, you can monitor AKS and hybrid clusters together using the same methods and tools, including Container insights and Prometheus. |
-| [Azure Managed Grafana](../../managed-grafan) | Fully managed implementation of [Grafana](https://grafana.com/), which is an open-source data visualization platform commonly used to present Prometheus and other data. Multiple predefined Grafana dashboards are available for monitoring Kubernetes and full-stack troubleshooting. You may choose to use Grafana for performance monitoring of your cluster, or you can use Container insights by |
+| [Azure Managed Grafana](../../managed-grafan) | Fully managed implementation of [Grafana](https://grafana.com/), which is an open-source data visualization platform commonly used to present Prometheus and other data. Multiple predefined Grafana dashboards are available for monitoring Kubernetes and full-stack troubleshooting.|
### Configure monitoring for platform engineer
azure-monitor Logs Table Plans https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-monitor/logs/logs-table-plans.md
Last updated 07/04/2024
You can use one Log Analytics workspace to store any type of log required for any purpose. For example: -- High-volume, verbose data that requires **cheap long-term storage for audit and compliance**-- App and resource data for **troubleshooting** by developers-- Key event and performance data for scaling and alerting to ensure ongoing **operational excellence and security**-- Aggregated long-term data trends for **advanced analytics and machine learning**
+* High-volume, verbose data that requires **cheap long-term storage for audit and compliance**
+* App and resource data for **troubleshooting** by developers
+* Key event and performance data for scaling and alerting to ensure ongoing **operational excellence and security**
+* Aggregated long-term data trends for **advanced analytics and machine learning**
Table plans let you manage data costs based on how often you use the data in a table and the type of analysis you need the data for. This article explains and how to set a table's plan.
All tables support the Analytics plan and all DCR-based custom tables and [some
When you change a table's plan from Analytics to Basic, Azure monitor treats any data that's older than 30 days as long-term retention data based on the total retention period set for the table. In other words, the total retention period of the table remains unchanged, unless you explicitly [modify the long-term retention period](../logs/data-retention-configure.md). > [!NOTE]
-> You can switch a table's plan once a week.
-# [Portal](#tab/portal-1)
+> You can switch a table's plan once a week.
+
+### [Portal](#tab/portal-1)
Analytics is the default table plan of all tables you create in the portal. You can switch between the Analytics and Basic plans, as described in this section.
To switch a table's plan in the Azure portal:
1. Select **Save**.
-# [API](#tab/api-1)
+### [API](#tab/api-1)
To configure a table for Basic logs or Analytics logs, call the [Tables - Update API](/rest/api/loganalytics/tables/create-or-update):
To configure a table for Basic logs or Analytics logs, call the [Tables - Update
PATCH https://management.azure.com/subscriptions/<subscriptionId>/resourcegroups/<resourceGroupName>/providers/Microsoft.OperationalInsights/workspaces/<workspaceName>/tables/<tableName>?api-version=2021-12-01-preview ```
-> [!IMPORTANT]
-> Use the bearer token for authentication. Learn more about [using bearer tokens](https://social.technet.microsoft.com/wiki/contents/articles/51140.azure-rest-management-api-the-quickest-way-to-get-your-bearer-token.aspx).
- **Request body**
-|Name | Type | Description |
-| | | |
-|properties.plan | string | The table plan. Possible values are `Analytics` and `Basic`.|
+| Name | Type | Description |
+|--|--|--|
+| properties.plan | string | The table plan. Possible values are `Analytics` and `Basic`. |
+
+> [!IMPORTANT]
+> Use the bearer token for authentication. Learn more about [using bearer tokens](https://social.technet.microsoft.com/wiki/contents/articles/51140.azure-rest-management-api-the-quickest-way-to-get-your-bearer-token.aspx).
-**Example**
+#### Example
This example configures the `ContainerLogV2` table for Basic logs.
Container Insights uses `ContainerLog` by default. To switch to using `Container
PATCH https://management.azure.com/subscriptions/ContosoSID/resourcegroups/ContosoRG/providers/Microsoft.OperationalInsights/workspaces/ContosoWorkspace/tables/ContainerLogV2?api-version=2021-12-01-preview ```
-Use this request body to change to Basic logs:
+* Use this request body to change to Basic logs:
-```http
-{
- "properties": {
- "plan": "Basic"
+ ```http
+ {
+ "properties": {
+ "plan": "Basic"
+ }
}
-}
-```
+ ```
-Use this request body to change to Analytics Logs:
+* Use this request body to change to Analytics Logs:
-```http
-{
- "properties": {
- "plan": "Analytics"
+ ```http
+ {
+ "properties": {
+ "plan": "Analytics"
+ }
}
-}
-```
+ ```
**Sample response**
-This sample is the response for a table changed to Basic logs:
-
-Status code: 200
-
-```http
-{
- "properties": {
- "retentionInDays": 30,
- "totalRetentionInDays": 30,
- "archiveRetentionInDays": 22,
- "plan": "Basic",
- "lastPlanModifiedDate": "2022-01-01T14:34:04.37",
- "schema": {...}
- },
- "id": "subscriptions/ContosoSID/resourcegroups/ContosoRG/providers/Microsoft.OperationalInsights/workspaces/ContosoWorkspace",
- "name": "ContainerLogV2"
-}
-```
+* This sample is the response for a table changed to Basic logs:
+
+ Status code: 200
+
+ ```http
+ {
+ "properties": {
+ "retentionInDays": 30,
+ "totalRetentionInDays": 30,
+ "archiveRetentionInDays": 22,
+ "plan": "Basic",
+ "lastPlanModifiedDate": "2022-01-01T14:34:04.37",
+ "schema": {...}
+ },
+ "id": "subscriptions/ContosoSID/resourcegroups/ContosoRG/providers/Microsoft.OperationalInsights/workspaces/ContosoWorkspace",
+ "name": "ContainerLogV2"
+ }
+ ```
-# [CLI](#tab/cli-1)
+### [CLI](#tab/cli-1)
To configure a table for Basic logs or Analytics logs, run the [az monitor log-analytics workspace table update](/cli/azure/monitor/log-analytics/workspace/table#az-monitor-log-analytics-workspace-table-update) command and set the `--plan` parameter to `Basic` or `Analytics`.
-For example:
+#### Examples
-- To set Basic logs:
+* To set Basic logs:
```azurecli az monitor log-analytics workspace table update --subscription ContosoSID --resource-group ContosoRG --workspace-name ContosoWorkspace --name ContainerLogV2 --plan Basic ``` -- To set Analytics Logs:
+* To set Analytics Logs:
```azurecli az monitor log-analytics workspace table update --subscription ContosoSID --resource-group ContosoRG --workspace-name ContosoWorkspace --name ContainerLogV2 --plan Analytics ```
-# [PowerShell](#tab/azure-powershell)
+### [PowerShell](#tab/azure-powershell)
To configure a table's plan, use the [Update-AzOperationalInsightsTable](/powershell/module/az.operationalinsights/Update-AzOperationalInsightsTable) cmdlet: ```powershell
-Update-AzOperationalInsightsTable -ResourceGroupName RG-NAME -WorkspaceName WORKSPACE-NAME -Plan Basic|Analytics
+Update-AzOperationalInsightsTable -ResourceGroupName RG-NAME -WorkspaceName WORKSPACE-NAME -TableName TABLE-NAME -Plan Basic|Analytics
```
+#### Examples
+
+* To set Basic logs:
+
+ ```powershell
+ Update-AzOperationalInsightsTable -ResourceGroupName ContosoRG -WorkspaceName ContosoWorkspace -TableName ContainerLogV2 -Plan Basic
+ ```
+
+* To set Analytics Logs:
+
+ ```powershell
+ Update-AzOperationalInsightsTable -ResourceGroupName ContosoRG -WorkspaceName ContosoWorkspace -TableName ContainerLogV2 -Plan Analytics
+ ```
+ ## Related content -- [Manage data retention](../logs/data-retention-configure.md).-- [Tables that support the Basic table plan in Azure Monitor Logs](basic-logs-azure-tables.md).
+* [Manage data retention](../logs/data-retention-configure.md).
+* [Tables that support the Basic table plan in Azure Monitor Logs](basic-logs-azure-tables.md).
azure-signalr Availability Zones https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/availability-zones.md
Title: Availability zones support in Azure SignalR Service description: Azure availability zones and zone redundancy in Azure SignalR Service -+ Last updated 03/22/2022
azure-signalr Concept Connection String https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/concept-connection-string.md
Title: Connection strings in Azure SignalR Service description: This article gives an overview of connection strings in Azure SignalR Service, how to generate one, and how to configure one in an app server. -+ Last updated 03/29/2023
azure-signalr Concept Service Mode https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/concept-service-mode.md
Title: Service mode in Azure SignalR Service description: An overview of service modes in Azure SignalR Service. -+ Last updated 09/01/2022
azure-signalr Concept Upstream https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/concept-upstream.md
Title: Upstream endpoints in Azure SignalR Service description: Introduction to upstream endpoints settings and upstream message protocols. -+ Last updated 12/09/2022
azure-signalr Howto Custom Domain https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/howto-custom-domain.md
description: How to configure a custom domain for Azure SignalR Service -+ Last updated 08/15/2022
azure-signalr Howto Disable Local Auth https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/howto-disable-local-auth.md
Last updated 03/31/2023-+
azure-signalr Howto Enable Geo Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/howto-enable-geo-replication.md
Last updated 06/01/2023-+
azure-signalr Howto Network Access Control https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/howto-network-access-control.md
description: Configure network access control for your Azure SignalR Service. -+ Last updated 03/29/2023
azure-signalr Howto Private Endpoints https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/howto-private-endpoints.md
description: Overview of private endpoints for secure access to Azure SignalR Service from virtual networks. -+ Last updated 12/09/2022
azure-signalr Howto Service Tags https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/howto-service-tags.md
description: Use service tags to allow outbound traffic to your Azure SignalR Service -+ Last updated 12/12/2022
azure-signalr Howto Shared Private Endpoints Key Vault https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/howto-shared-private-endpoints-key-vault.md
description: Learn how Azure SignalR Service can use shared private endpoints to avoid exposing your key vault on a public network. -+ Last updated 09/23/2022
azure-signalr Howto Shared Private Endpoints https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/howto-shared-private-endpoints.md
description: How to secure outbound traffic through shared private endpoints to avoid traffic go to public network -+ Last updated 12/09/2022
azure-signalr Howto Use Managed Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/howto-use-managed-identity.md
Title: Managed identities in Azure SignalR Service description: Learn how managed identities work in Azure SignalR Service, and how to use a managed identity in serverless scenarios. -+ Last updated 12/09/2022
azure-signalr Monitor Signalr Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/monitor-signalr-reference.md
-+ # Azure SignalR Service monitoring data reference
azure-signalr Monitor Signalr https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/monitor-signalr.md
-+ # Monitor Azure SignalR Service
azure-signalr Policy Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/policy-reference.md
description: Lists Azure Policy built-in policy definitions for Azure SignalR. T
Last updated 02/06/2024 -+
azure-signalr Signalr Cli Create Service https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/scripts/signalr-cli-create-service.md
Title: Azure CLI Script Sample - Create a SignalR Service description: Learn by following the sample script to create a new Azure SignalR Service in a new resource group, with a random name. -+ ms.devlang: azurecli Last updated 03/30/2022
azure-signalr Signalr Cli Create With App Service Github Oauth https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/scripts/signalr-cli-create-with-app-service-github-oauth.md
Title: Create web app using SignalR Service and GitHub authentication description: Azure CLI Script Sample - Create a web app that uses SignalR Service and GitHub authentication -+ ms.devlang: azurecli Last updated 03/30/2022
azure-signalr Signalr Cli Create With App Service https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/scripts/signalr-cli-create-with-app-service.md
Title: Create SignalR Service with App Service using Azure CLI description: Use Azure CLI to create SignalR Service with App Service. Learn all CLI commands for Azure SignalR Service. -+ ms.devlang: azurecli Last updated 03/30/2022
azure-signalr Security Controls Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/security-controls-policy.md
Last updated 02/06/2024
-+ # Azure Policy Regulatory Compliance controls for Azure SignalR
azure-signalr Server Graceful Shutdown https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/server-graceful-shutdown.md
description: This article provides information about gracefully shutdown SignalR
Last updated 08/16/2021-+
azure-signalr Signalr Concept Authenticate Oauth https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-concept-authenticate-oauth.md
Title: Guide for authenticating Azure SignalR Service clients description: Learn how to implement your own authentication and integrate it with Azure SignalR Service by following the end-to-end example. -+ Last updated 02/18/2024
azure-signalr Signalr Concept Authorize Azure Active Directory https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-concept-authorize-azure-active-directory.md
description: This article provides information on authorizing access to Azure Si
Last updated 09/06/2021-+
azure-signalr Signalr Concept Azure Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-concept-azure-functions.md
Title: Real-time apps with Azure SignalR Service and Azure Functions description: Learn about how Azure SignalR Service and Azure Functions together allow you to create real-time serverless web applications. -+ Last updated 05/16/2024
azure-signalr Signalr Concept Client Negotiation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-concept-client-negotiation.md
Title: Client negotiation in Azure SignalR Service
description: This article provides information about client negotiation in Azure SignalR Service. -+ Last updated 04/02/2024
azure-signalr Signalr Concept Disaster Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-concept-disaster-recovery.md
Title: Resiliency and disaster recovery in Azure SignalR Service description: An overview on how to set up multiple SignalR service instances to achieve resiliency and disaster recovery -+ ms.devlang: csharp
azure-signalr Signalr Concept Event Grid Integration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-concept-event-grid-integration.md
Last updated 11/13/2019 -+ # Reacting to Azure SignalR Service events
azure-signalr Signalr Concept Internals https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-concept-internals.md
Title: Azure SignalR Service internals description: Learn about Azure SignalR Service internals, the architecture, the connections and how data is transmitted. -+ ms.devlang: csharp
azure-signalr Signalr Concept Messages And Connections https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-concept-messages-and-connections.md
Title: Messages and connections in Azure SignalR Service description: An overview of key concepts about messages and connections in Azure SignalR Service. -+ Last updated 03/23/2023
azure-signalr Signalr Concept Performance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-concept-performance.md
Title: Performance guide for Azure SignalR Service description: An overview of the performance and benchmark of Azure SignalR Service. Key metrics to consider when planning the capacity. -+ Last updated 03/23/2023
azure-signalr Signalr Concept Scale Aspnet Core https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-concept-scale-aspnet-core.md
Title: Scale SignalR Apps with Azure SignalR description: An overview of using Azure SignalR service to scale SignalR applications. -+ ms.devlang: csharp
azure-signalr Signalr Concept Serverless Development Config https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-concept-serverless-development-config.md
Title: Develop & configure Azure Functions app - Azure SignalR description: Details on how to develop and configure serverless real-time applications using Azure Functions and Azure SignalR Service -+ Last updated 04/02/2024
azure-signalr Signalr Howto Authorize Application https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-howto-authorize-application.md
description: This article provides information about authorizing requests to Azu
Last updated 02/03/2023-+ ms.devlang: csharp
azure-signalr Signalr Howto Authorize Managed Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-howto-authorize-managed-identity.md
description: This article provides information about authorizing requests to Azu
Last updated 07/28/2024-+ ms.devlang: csharp
azure-signalr Signalr Howto Azure Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-howto-azure-policy.md
Title: Compliance using Azure Policy description: Assign built-in policies in Azure Policy to audit compliance of your Azure SignalR Service resources. -+ Last updated 07/18/2022
azure-signalr Signalr Howto Configure Application Firewall https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-howto-configure-application-firewall.md
Title: SignalR Application Firewall (Preview) description: An introduction about why and how to set up Application Firewall for Azure SignalR service -+ Last updated 07/10/2024
azure-signalr Signalr Howto Diagnostic Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-howto-diagnostic-logs.md
Title: Use diagnostic logs to monitor SignalR Service
+ Title: Use resource logs to monitor SignalR Service
description: Learn how to monitor Azure SignalR Service logs with Azure Monitor and how to self-troubleshoot. -+ Last updated 05/15/2023
-# Use diagnostic logs to monitor SignalR Service
+# Use resource logs to monitor SignalR Service
This article describes how you can use Azure Monitor features to analyze and troubleshoot the resource log monitoring data generated by Azure SignalR.
azure-signalr Signalr Howto Emulator https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-howto-emulator.md
Title: Azure SignalR Local Emulator for serverless development description: Learn how to use Azure SignalR Local Emulator for serverless development -+ Last updated 12/20/2023
azure-signalr Signalr Howto Event Grid Integration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-howto-event-grid-integration.md
Title: How to send Azure SignalR Service events to Event Grid
description: A guide to show you how to enable Event Grid events for your SignalR Service, then send client connection connected/disconnected events to a sample application. -+ Last updated 07/18/2022
azure-signalr Signalr Howto Key Rotation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-howto-key-rotation.md
Title: Rotate access keys for Azure SignalR Service description: An overview on why the customer needs to routinely rotate the access keys and how to do it with the Azure portal GUI and the Azure CLI. -+ Last updated 03/29/2023
azure-signalr Signalr Howto Move Across Regions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-howto-move-across-regions.md
Title: Move an Azure SignalR resource to another region description: Learn how to use an Azure Resource Manager template to export the configuration of an Azure SignalR resource to a different Azure region. -+ Last updated 05/23/2022
azure-signalr Signalr Howto Reverse Proxy Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-howto-reverse-proxy-overview.md
description: This article provides information about the general practice integr
Last updated 06/16/2023-+
azure-signalr Signalr Howto Scale Autoscale https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-howto-scale-autoscale.md
Title: Auto scale Azure SignalR Service description: Learn how to autoscale Azure SignalR Service. -+ Last updated 06/06/2022
azure-signalr Signalr Howto Scale Multi Instances https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-howto-scale-multi-instances.md
Title: Scale with multiple instances - Azure SignalR Service description: In many scaling scenarios, customers often need to create multiple instances and use them together to create a large-scale deployment. For example, sharding requires multiple instances support. -+ ms.devlang: csharp
azure-signalr Signalr Howto Scale Signalr https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-howto-scale-signalr.md
Title: Scale an instance of Azure SignalR Service description: Learn how to scale an Azure SignalR Service instance to add or reduce capacity, through Azure portal or Azure CLI. -+ Last updated 07/18/2022
azure-signalr Signalr Howto Troubleshoot Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-howto-troubleshoot-guide.md
Title: "Troubleshooting guide for Azure SignalR Service" description: Learn how to troubleshoot common issues -+ Last updated 07/02/2024
azure-signalr Signalr Howto Troubleshoot Live Trace https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-howto-troubleshoot-live-trace.md
Title: Use the live trace tool for Azure SignalR Service
description: Learn how to use the live trace tool for Azure SignalR Service. -+ Last updated 07/14/2022
azure-signalr Signalr Howto Troubleshoot Method https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-howto-troubleshoot-method.md
Title: "Troubleshooting practice for Azure SignalR Service" description: Learn how to troubleshoot connectivity and message delivery issues -+ Last updated 07/18/2022
azure-signalr Signalr Howto Use Management Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-howto-use-management-sdk.md
Title: Use Azure SignalR Management SDK description: Learn how to use Azure SignalR Management SDK -+ Last updated 12/23/2023
azure-signalr Signalr Howto Use https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-howto-use.md
Title: Use Azure SignalR Service description: Learn how to use Azure SignalR Service in your app server -+ Last updated 04/18/2024
azure-signalr Signalr Howto Work With Apim https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-howto-work-with-apim.md
description: This article provides information about using Azure SignalR Service
Last updated 05/16/2023-+
azure-signalr Signalr Howto Work With App Gateway https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-howto-work-with-app-gateway.md
description: This article provides information about using Azure SignalR Service
Last updated 05/10/2024-+
azure-signalr Signalr Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-overview.md
Title: What is Azure SignalR Service? description: Better understand what typical use case scenarios to use Azure SignalR, and learn the key benefits of Azure SignalR. -+ Last updated 11/11/2023
azure-signalr Signalr Quickstart Azure Functions Csharp https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-quickstart-azure-functions-csharp.md
Title: "Azure SignalR Service serverless quickstart - C#" description: "A quickstart for using Azure SignalR Service and Azure Functions to create an app showing GitHub star count using C#." -+ ms.devlang: csharp
azure-signalr Signalr Quickstart Azure Functions Java https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-quickstart-azure-functions-java.md
Last updated 04/04/2022 -+ ms.devlang: java
azure-signalr Signalr Quickstart Azure Functions Javascript https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-quickstart-azure-functions-javascript.md
Last updated 04/19/2023 -+ ms.devlang: javascript
azure-signalr Signalr Quickstart Azure Functions Python https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-quickstart-azure-functions-python.md
Last updated 01/23/2024 -+ ms.devlang: python zone_pivot_groups: python-mode-functions
azure-signalr Signalr Quickstart Azure Signalr Service Arm Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-quickstart-azure-signalr-service-arm-template.md
Last updated 10/02/2020 -+
azure-signalr Signalr Quickstart Azure Signalr Service Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-quickstart-azure-signalr-service-bicep.md
Last updated 05/18/2022 -+
azure-signalr Signalr Quickstart Dotnet Core https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-quickstart-dotnet-core.md
Title: Quickstart to learn how to use Azure SignalR Service description: A quickstart for using Azure SignalR Service to create a chat room with ASP.NET Core web apps. -+ ms.devlang: csharp
azure-signalr Signalr Quickstart Dotnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-quickstart-dotnet.md
Title: Develop with ASP.NET - Azure SignalR Service description: A quickstart for using Azure SignalR Service to create a chat room with ASP.NET framework. -+ ms.devlang: csharp
azure-signalr Signalr Quickstart Rest Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-quickstart-rest-api.md
Title: Quickstart - Azure SignalR Service REST API description: Learn how to use REST API with Azure SignalR Service following samples. Find details of REST API specification. -+ Last updated 11/13/2019
azure-signalr Signalr Reference Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-reference-cli.md
Title: Azure CLI Samples - Azure SignalR Service description: Follow real samples to learn Azure CLI for Azure SignalR Service. You will learn how to create SignalR Service with more Azure services. -+ Last updated 11/13/2019
azure-signalr Signalr Reference Data Plane Rest Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-reference-data-plane-rest-api.md
Title: Azure SignalR Service data-plane REST API reference
description: Learn about the REST APIs that Azure SignalR Service supports to manage connections and send messages to connections. -+ Previously updated : 03/29/2023 Last updated : 08/02/2024 # Azure SignalR Service data-plane REST API reference
Similar to authenticating via `AccessKey`, a [JWT](https://en.wikipedia.org/wiki
The difference is that in this scenario, Microsoft Entra ID generates the JWT. For more information, see [Learn how to generate Microsoft Entra tokens](../active-directory/develop/reference-v2-libraries.md).
+The credential scope used should be `https://signalr.azure.com/.default`.
+ You can also use *role-based access control (RBAC)* to authorize the request from your client or server to Azure SignalR Service. For more information, see [Authorize access with Microsoft Entra ID for Azure SignalR Service](./signalr-concept-authorize-azure-active-directory.md). ### User-related REST API
azure-signalr Signalr Tutorial Authenticate Azure Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-tutorial-authenticate-azure-functions.md
Title: "Tutorial: Authentication with Azure Functions - Azure SignalR Service" description: In this tutorial, you learn how to authenticate Azure SignalR Service clients for Azure Functions binding. -+ Last updated 03/18/2024
azure-signalr Signalr Tutorial Build Blazor Server Chat App https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/signalr-tutorial-build-blazor-server-chat-app.md
Title: 'Tutorial: Build a Blazor Server chat app - Azure SignalR' description: In this tutorial, you learn how to build and modify a Blazor Server app with Azure SignalR Service. -+ Last updated 05/22/2022
azure-signalr Signalr Data Plane Rest V1 Preview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/swagger/signalr-data-plane-rest-v1-preview.md
Title: Azure SignalR service data plane REST API reference - v1-preview
description: Describes REST APIs version v1-preview Azure SignalR service supports to manage the connections and send messages to them. -+ Last updated 06/09/2022
azure-signalr Signalr Data Plane Rest V1 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/swagger/signalr-data-plane-rest-v1.md
Title: Azure SignalR service data plane REST API reference - v1
description: Describes the REST APIs version v1 Azure SignalR service supports to manage the connections and send messages to them. -+ Last updated 06/09/2022
azure-signalr Signalr Data Plane Rest V20220601 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-signalr/swagger/signalr-data-plane-rest-v20220601.md
Title: Azure SignalR service data plane REST API reference - v20220601
description: Describes REST APIs version v20220601 Azure SignalR service supports to manage the connections and send messages to them. -+ Last updated 02/22/2023
azure-sql-edge Deploy Kubernetes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-sql-edge/deploy-kubernetes.md
Create an SA password in the Kubernetes cluster. Kubernetes can manage sensitive
The following command creates a password for the SA account: ```azurecli
- kubectl create secret generic mssql --from-literal=SA_PASSWORD="MyC0m9l&xP@ssw0rd" -n <namespace name>
+ kubectl create secret generic mssql --from-literal=MSQL_SA_PASSWORD="MyC0m9l&xP@ssw0rd" -n <namespace name>
``` Replace `MyC0m9l&xP@ssw0rd` with a complex password.
In this step, create a manifest to describe the container based on the Azure SQL
value: "Developer" - name: ACCEPT_EULA value: "Y"
- - name: SA_PASSWORD
+ - name: MSSQL_SA_PASSWORD
valueFrom: secretKeyRef: name: mssql
- key: SA_PASSWORD
+ key: MSSQL_SA_PASSWORD
- name: MSSQL_AGENT_ENABLED value: "TRUE" - name: MSSQL_COLLATION
In this step, create a manifest to describe the container based on the Azure SQL
* `persistentVolumeClaim`: This value requires an entry for `claimName:` that maps to the name used for the persistent volume claim. This tutorial uses `mssql-data`.
- * `name: SA_PASSWORD`: Configures the container image to set the SA password, as defined in this section.
+ * `name: MSSQL_SA_PASSWORD`: Configures the container image to set the SA password, as defined in this section.
```yaml valueFrom: secretKeyRef: name: mssql
- key: SA_PASSWORD
+ key: MSSQL_SA_PASSWORD
``` When Kubernetes deploys the container, it refers to the secret named `mssql` to get the value for the password.
azure-vmware Attach Azure Netapp Files To Azure Vmware Solution Hosts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-vmware/attach-azure-netapp-files-to-azure-vmware-solution-hosts.md
There are some important best practices to follow for optimal performance of NFS
- Create Azure NetApp Files volumes using **Standard** network features to enable optimized connectivity from Azure VMware Solution private cloud via ExpressRoute FastPath connectivity. - For optimized performance, choose either **UltraPerformance** gateway or **ErGw3Az** gateway, and enable [FastPath](../expressroute/expressroute-howto-linkvnet-arm.md#configure-expressroute-fastpath) from a private cloud to Azure NetApp Files volumes virtual network. View more detailed information on gateway SKUs at [About ExpressRoute virtual network gateways](../expressroute/expressroute-about-virtual-network-gateways.md). - Based on your performance requirements, select the correct service level needed for the Azure NetApp Files capacity pool. See [Service levels for Azure NetApp Files](../azure-netapp-files/azure-netapp-files-service-levels.md) to understand the throughput allowed per provisioned TiB for each service level. +
+ >[!IMPORTANT]
+ > If you've changed the Azure NetApp Files volumes performance tier after creating the volume and datastore, see [Service level change for Azure NetApp files datastore](#service-level-change-for-azure-netapp-files-datastore) to ensure that volume/datastore metadata is in sync to avoid unexpected behavior in the portal or the API due to metadata mismatch.
+
- Create one or more volumes based on the required throughput and capacity. See [Performance considerations](../azure-netapp-files/azure-netapp-files-performance-considerations.md) for Azure NetApp Files to understand how volume size, service level, and capacity pool QoS type determines volume throughput. For assistance calculating workload capacity and performance requirements, contact your Azure VMware Solution or Azure NetApp Files field expert. The default maximum number of Azure NetApp Files datastores is 8, but it can be increased to a maximum of 256 by submitting a support ticket. To submit a support ticket, see [Create an Azure support request](../azure-portal/supportability/how-to-create-azure-support-request.md). - Ensure that the Azure VMware Solution private cloud and the Azure NetApp Files volumes are deployed within the same [availability zone](../availability-zones/az-overview.md#availability-zones) using the [the availability zone volume placement](../azure-netapp-files/manage-availability-zone-volume-placement.md) in the same subscription. Information regarding your AVS private cloud's availability zone can be viewed from the overview pane within the AVS private cloud.
To attach an Azure NetApp Files volume to your private cloud using Azure CLI, fo
Cloud Backup for Virtual Machines is a plug-in for Azure VMware Solution that provides backup and restore capabilities for datastores and VMs residing on Azure NetApp Files datastores. With Cloud Backup for Virtual Machines, you can take VM-consistent snapshots for quick recovery points and easily restore VMs and VMDKs residing on Azure NetApp Files datastores. For more information, see [Install Cloud Backup for Virtual Machines](install-cloud-backup-virtual-machines.md).
-## Disconnect an Azure NetApp Files-based datastore from your private cloud
-
-You can use the instructions provided to disconnect an Azure NetApp Files-based datastore using either Azure portal or Azure CLI. There's no maintenance window required for this operation. The disconnect action only disconnects the Azure NetApp Files volume as a datastore, it doesn't delete the data or the Azure NetApp Files volume.
-
-**Disconnect an Azure NetApp Files datastore using the Azure Portal**
-
-1. Select the datastore you want to disconnect from.
-1. Right-click on the datastore and select **disconnect**.
-
-**Disconnect an Azure NetApp Files datastore using Azure CLI**
-
- `az vmware datastore delete --name ANFDatastore1 --resource-group MyResourceGroup --cluster Cluster-1 --private-cloud MyPrivateCloud`
- ## Service level change for Azure NetApp Files datastore
-Under rare circumstances, Azure VMware Solution might not correctly show the Azure NetApp Files volumes used as datastores after changing the service level for the Azure NetApp Files volume. If the necessary metadata updates could not complete successfully, check the activity log for the Azure NetApp Files volume for a message about Datastore metadata update with a status of failure. To correct the mismatch, rerun the datastore creation in the Azure CLI for the existing datastore with the new Resource ID for the Azure NetApp Files volume:
-
-<!--
Based on performance requirements of the datastore, you can change the service level of the Azure NetApp Files volume used for the datastore. Use the instructions provided to [dynamically change the service level of a volume for Azure NetApp Files](../azure-netapp-files/dynamic-change-volume-service-level.md). -
-33## IS ThE FIRST SENTENCE REQUIRED?
- Changing the service level has no effect on the datastore or private cloud. There's no downtime and the volume IP address/mount path remains unchanged. However, the volume resource ID changes as a result of the capacity pool change. To correct any metadata mismatch, rerun the datastore creation in Azure CLI for the existing datastore with the new Resource ID for the Azure NetApp Files volume:>- ```azurecli az vmware datastore netapp-volume create \
az vmware datastore netapp-volume create \
``` >[!IMPORTANT]
-> The parameters for datastore **name**, **resource-group**, **cluster**, and **private-cloud** (SDDC) must be **exactly the same as those on the existing datastore in the private cloud**. The **volume-id** is the updated Resource ID of the Azure NetApp Files volume after the service level change.
+> The parameters for datastore **name**, **resource-group**, **cluster**, and **private-cloud** must be **exactly the same as those on the existing datastore in the private cloud**. The **volume-id** is the updated Resource ID of the Azure NetApp Files volume after the service level change.
+
+## Disconnect an Azure NetApp Files-based datastore from your private cloud
+
+You can use the instructions provided to disconnect an Azure NetApp Files-based datastore using either Azure portal or Azure CLI. There's no maintenance window required for this operation. The disconnect action only disconnects the Azure NetApp Files volume as a datastore, it doesn't delete the data or the Azure NetApp Files volume.
+
+**Disconnect an Azure NetApp Files datastore using the Azure Portal**
+
+1. Select the datastore you want to disconnect from.
+1. Right-click on the datastore and select **disconnect**.
+
+**Disconnect an Azure NetApp Files datastore using Azure CLI**
+
+ `az vmware datastore delete --name ANFDatastore1 --resource-group MyResourceGroup --cluster Cluster-1 --private-cloud MyPrivateCloud`
## Next steps
azure-web-pubsub Howto Develop Eventhandler https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/azure-web-pubsub/howto-develop-eventhandler.md
Title: How to configure event handler description: Guidance about event handler concepts and integration introduction when develop with Azure Web PubSub service.--++ Previously updated : 01/27/2023 Last updated : 08/01/2024
-# Event handler in Azure Web PubSub service
+# Configure event handler in Azure Web PubSub service
The event handler handles the incoming client events. Event handlers are registered and configured in the service through the Azure portal or Azure CLI. When a client event is triggered, the service can send the event to the appropriate event handler. The Web PubSub service now supports the event handler as the server-side, which exposes the publicly accessible endpoint for the service to invoke when the event is triggered. In other words, it acts as a **webhook**.
-The Web PubSub service delivers client events to the upstream webhook using the [CloudEvents HTTP protocol](https://github.com/cloudevents/spec/blob/v1.0.1/http-protocol-binding.md).
+The Web PubSub service delivers client events to the configured upstream webhook using the [CloudEvents HTTP protocol](https://github.com/cloudevents/spec/blob/v1.0.1/http-protocol-binding.md), with [CloudEvents extension for Azure Web PubSub event handler](reference-cloud-events.md).
-For every event, the service formulates an HTTP POST request to the registered upstream endpoint and expects an HTTP response.
-The data sending from the service to the server is always in CloudEvents `binary` format.
+## Event handler settings
+A client always connects to a hub, and you could configure multiple event handler settings for the hub. The order of the event handler settings matters and the former one has the higher priority. When a client connects and an event is triggered, Web PubSub goes through the configured event handlers in the priority order and the first matching one wins. When configuring the event handler, the below properties should be set.
-## Upstream and Validation
+|Property name | Description |
+|--|--|
+| Url template | Defines the template Web PubSub uses to evaluate your upstream webhook URL. |
+| User events | Defines the user events that current event handler setting cares about. |
+| System events | Defines the system events that current event handler setting cares about. |
+| Authentication | Defines the authentication method between the Web PubSub service and your upstream server. |
-When you configure the webhook endpoint, the URL can include the `{event}` parameter to define a URL template. The service calculates the value of the webhook URL dynamically when the client request comes in. For example, when a request `/client/hubs/chat` comes in, with a configured event handler URL pattern `http://host.com/api/{event}` for hub `chat`, when the client connects, it will first POST to this URL: `http://host.com/api/connect`. The `{event}` parameter can be useful when a PubSub WebSocket client sends custom events, that the event handler helps dispatch different events to different upstream endpoints. The `{event}` parameter isn't allowed in the URL domain name.
+### Events
-When setting up the event handler webhook through Azure portal or CLI, the service follows the [CloudEvents Abuse Protection](https://github.com/cloudevents/spec/blob/v1.0/http-webhook.md#4-abuse-protection) to validate the upstream webhook. Every registered upstream webhook URL will be validated by this mechanism. The `WebHook-Request-Origin` request header is set to the service domain name `xxx.webpubsub.azure.com`, and it expects the response to have a header `WebHook-Allowed-Origin` to contain this domain name or `*`.
+The events include user events and system events. System events are predefined events that are triggered during the lifetime of a client, and user events are the events triggered when the client sends data, the user event name can be customized using client protocols, [here contains the detailed explanation](concept-service-internals.md#client-protocol).
-When doing the validation, the `{event}` parameter is resolved to `validate`. For example, when trying to set the URL to `http://host.com/api/{event}`, the service will try to **OPTIONS** a request to `http://host.com/api/validate`. And only when the response is valid, the configuration can be set successfully.
+Event type | Supported values |
+|--|--|
+System events | `connect`, `connected` and `disconnected` |
+User events | `message`, or custom event name following client protocols |
-For now, we don't support [WebHook-Request-Rate](https://github.com/cloudevents/spec/blob/v1.0/http-webhook.md#414-webhook-request-rate) and [WebHook-Request-Callback](https://github.com/cloudevents/spec/blob/v1.0/http-webhook.md#413-webhook-request-callback).
+### URL template
+
+URL template supports several parameters that can be evaluated during runtime. With this feature, it is easy to route different hubs or events into different upstream servers with a single setting. KeyVault reference syntax is also support so that data could be stored in Azure Key Vault securely.
+
+Note URL domain name should not contain parameter syntax, for example, `http://{hub}.com` is not a valid URL template.
+
+| Supported parameters | Syntax | Description | Samples |
+|--|--|--|--|
+| Hub parameter | `{hub}` | The value is the hub that the client connects to. | When a client connects to `client/hubs/chat`, a URL template `http://host.com/api/{hub}` evaluates to `http://host.com/api/chat` because for this client, hub is `chat`. |
+| Event parameter | `{event}` | The value of the triggered event. `event` values are listed [here](#events).The event value for abuse protection requests is `validate` as explained [here](#upstream-and-validation). | If there is a URL template `http://host.com/api/{hub}/{event}` configured for event `connect`, When a client connects to `client/hubs/chat`, Web PubSub initiates a POST request to the evaluated URL `http://host.com/api/chat/connect` when the client is connecting, since for this client event, hub is `chat` and the event triggering this event handler setting is `connect`. |
+| KeyVault reference parameter | `{@Microsoft.KeyVault(SecretUri=<secretUri>)}` | The **SecretUri** should be the full data-plane URI of a secret in the vault, optionally including a version, e.g., `https://myvault.vault.azure.net/secrets/mysecret/` or `https://myvault.vault.azure.net/secrets/mysecret/ec96f02080254f109c51a1f14cdb1931`. When using KeyVault reference, you also need to configure the authentication between your Web PubSub service and your KeyVault service, check [here](howto-use-managed-identity.md#use-a-managed-identity-for-key-vault-reference) for detailed steps. | `@Microsoft.KeyVault(SecretUri=https://myvault.vault.azure.net/secrets/mysecret/)` |
-## Authentication between service and webhook
+### Authentication between service and webhook
You can use any of these methods to authenticate between the service and webhook.
You can use any of these methods to authenticate between the service and webhook
- Simple authentication with `?code=<code>` is provided through the configured Webhook URL as query parameter. - Microsoft Entra authorization. For more information, see [Use a managed identity in client events](howto-use-managed-identity.md#use-a-managed-identity-in-client-events-scenarios).
+## Upstream and Validation
+
+When setting up the event handler webhook through Azure portal or CLI, the service follows the [CloudEvents Abuse Protection](https://github.com/cloudevents/spec/blob/v1.0/http-webhook.md#4-abuse-protection) to validate the upstream webhook. Every registered upstream webhook URL is validated by this mechanism. The `WebHook-Request-Origin` request header is set to the service domain name `xxx.webpubsub.azure.com`, and it expects the response to have a header `WebHook-Allowed-Origin` to contain this domain name or `*`.
+
+When doing the validation, the `{event}` parameter is resolved to `validate`. For example, when trying to set the URL to `http://host.com/api/{event}`, the service tries to **OPTIONS** a request to `http://host.com/api/validate`. And only when the response is valid, the configuration can be set successfully.
+
+For now, we don't support [WebHook-Request-Rate](https://github.com/cloudevents/spec/blob/v1.0/http-webhook.md#414-webhook-request-rate) and [WebHook-Request-Callback](https://github.com/cloudevents/spec/blob/v1.0/http-webhook.md#413-webhook-request-callback).
++ ## Configure event handler ### Configure through Azure portal
backup Archive Tier Support https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/archive-tier-support.md
description: Learn about Archive tier support for Azure Backup.
Last updated 04/25/2024 -+
backup Automation Backup https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/automation-backup.md
Title: Automation in Azure Backup
description: Provides a summary of automation capabilities offered by Azure Backup. Last updated 03/21/2024-+
backup Azure Backup Architecture For Sap Hana Backup https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/azure-backup-architecture-for-sap-hana-backup.md
Title: Azure Backup architecture for SAP HANA Backup
description: Learn about Azure Backup architecture for SAP HANA backup. Last updated 11/02/2023-+
backup Azure Backup Glossary https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/azure-backup-glossary.md
Title: Azure Backup glossary description: This article defines terms helpful for use with Azure Backup. -+ Last updated 03/21/2024
backup Azure File Share Backup Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/azure-file-share-backup-overview.md
Title: About Azure File share backup
description: Learn how to back up Azure file shares in the Recovery Services vault Last updated 03/04/2024-+ - engagement-fy23 - ignite-2023
backup Azure File Share Support Matrix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/azure-file-share-support-matrix.md
description: Provides a summary of support settings and limitations when backing
Last updated 03/29/2024 -+
backup Azure Kubernetes Service Backup Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/azure-kubernetes-service-backup-overview.md
Title: What is Azure Kubernetes Service (AKS) backup? description: Understand Azure Kubernetes Service (AKS) backup, the cloud-native process to back up and restore the containerized applications and data running in an AKS cluster. -+ - ignite-2023 Last updated 05/14/2024
backup Azure Kubernetes Service Backup Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/azure-kubernetes-service-backup-troubleshoot.md
Title: Troubleshoot Azure Kubernetes Service backup
description: Symptoms, causes, and resolutions of the Azure Kubernetes Service backup and restore operations. Last updated 02/29/2024-+ - ignite-2023
backup Azure Kubernetes Service Cluster Backup Concept https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/azure-kubernetes-service-cluster-backup-concept.md
Title: Azure Kubernetes Service (AKS) backup using Azure Backup prerequisites description: This article explains the prerequisites for Azure Kubernetes Service (AKS) backup. -+ - ignite-2023 Last updated 03/28/2024
backup Azure Kubernetes Service Cluster Backup Support Matrix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/azure-kubernetes-service-cluster-backup-support-matrix.md
Last updated 04/21/2024
- references_regions - ignite-2023-+
backup Azure Kubernetes Service Cluster Backup Using Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/azure-kubernetes-service-cluster-backup-using-cli.md
Title: Back up Azure Kubernetes Service (AKS) using Azure CLI description: This article explains how to back up Azure Kubernetes Service (AKS) using Azure CLI. -+ Last updated 02/27/2024 - devx-track-azurecli
backup Azure Kubernetes Service Cluster Backup Using Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/azure-kubernetes-service-cluster-backup-using-powershell.md
Title: Back up Azure Kubernetes Service (AKS) using Azure PowerShell description: This article explains how to back up Azure Kubernetes Service (AKS) using PowerShell. -+ Last updated 04/07/2024 - devx-track-azurepowershell
backup Azure Kubernetes Service Cluster Backup https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/azure-kubernetes-service-cluster-backup.md
Title: Back up Azure Kubernetes Service by using Azure Backup description: Learn how to back up Azure Kubernetes Service (AKS) by using Azure Backup. -+ - ignite-2023 Last updated 01/03/2024
backup Azure Kubernetes Service Cluster Manage Backups https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/azure-kubernetes-service-cluster-manage-backups.md
Title: Manage Azure Kubernetes Service (AKS) backups using Azure Backup description: This article explains how to manage Azure Kubernetes Service (AKS) backups using Azure Backup. -+ - devx-track-azurecli - ignite-2023
backup Azure Kubernetes Service Cluster Restore Using Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/azure-kubernetes-service-cluster-restore-using-cli.md
Title: Restore Azure Kubernetes Service (AKS) using Azure CLI description: This article explains how to restore backed-up Azure Kubernetes Service (AKS) using Azure CLI. -+ Last updated 11/16/2023 - devx-track-azurecli
backup Azure Kubernetes Service Cluster Restore Using Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/azure-kubernetes-service-cluster-restore-using-powershell.md
Title: Restore Azure Kubernetes Service (AKS) using PowerShell description: This article explains how to restore backed-up Azure Kubernetes Service (AKS) using Azure PowerShell. -+ Last updated 05/13/2024 - devx-track-azurepowershell
backup Azure Kubernetes Service Cluster Restore https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/azure-kubernetes-service-cluster-restore.md
Title: Restore Azure Kubernetes Service (AKS) using Azure Backup description: This article explains how to restore backed-up Azure Kubernetes Service (AKS) using Azure Backup. -+ - ignite-2023 Last updated 12/29/2023
backup Back Up Azure Stack Hyperconverged Infrastructure Virtual Machines https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/back-up-azure-stack-hyperconverged-infrastructure-virtual-machines.md
Title: Back up Azure Stack HCI virtual machines with MABS
description: This article contains the procedures to back up and recover virtual machines using Microsoft Azure Backup Server (MABS). Last updated 05/06/2024-+
backup Back Up Hyper V Virtual Machines Mabs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/back-up-hyper-v-virtual-machines-mabs.md
Title: Back up Hyper-V virtual machines with MABS
description: This article contains the procedures for backing up and recovery of virtual machines using Microsoft Azure Backup Server (MABS). Last updated 03/15/2024-+
backup Back Up Managed Disks Tutorial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/back-up-managed-disks-tutorial.md
Title: Tutorial - Back up Azure Managed Disks using Azure Backup
description: In this tutorial, learn how to back up Azure Managed Disks from the Azure portal. Last updated 06/11/2024-+
backup Backup Architecture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-architecture.md
Title: Architecture Overview
description: Provides an overview of the architecture, components, and processes used by the Azure Backup service. Last updated 07/18/2024-+
backup Backup Azure About Mars https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-about-mars.md
Title: About the MARS Agent
description: Learn how the MARS Agent supports the backup scenarios Last updated 08/18/2023-+
backup Backup Azure Afs Automation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-afs-automation.md
description: In this article, learn how to back up an Azure Files file share by
Last updated 07/18/2024 -+
backup Backup Azure Alternate Dpm Server Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-alternate-dpm-server-troubleshoot.md
Title: Troubleshoot data recovery from Microsoft Azure Backup Server by using Az
description: Learn how to troubleshoot data recovery from Microsoft Azure Backup Server. Last updated 01/26/2024-+
backup Backup Azure Alternate Dpm Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-alternate-dpm-server.md
Title: Recover data from an Azure Backup Server by using Azure Backup
description: Recover the data you've protected to a Recovery Services vault from any Azure Backup Server registered to that vault. Last updated 01/26/2024-+
backup Backup Azure Arm Restore Vms https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-arm-restore-vms.md
description: Restore an Azure virtual machine from a recovery point by using the
Last updated 07/02/2024-+
backup Backup Azure Arm Userestapi Createorupdatepolicy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-arm-userestapi-createorupdatepolicy.md
description: In this article, you'll learn how to create and manage backup polic
Last updated 02/21/2024 ms.assetid: 5ffc4115-0ae5-4b85-a18c-8a942f6d4870-+
backup Backup Azure Arm Userestapi Createorupdatevault https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-arm-userestapi-createorupdatevault.md
Title: Create Recovery Services vaults using REST API for Azure Backup description: In this article, learn how to manage backup and restore operations of Azure VM Backup using REST API.-+ Last updated 04/09/2024 ms.assetid: e54750b4-4518-4262-8f23-ca2f0c7c0439
backup Backup Azure Arm Userestapi Managejobs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-arm-userestapi-managejobs.md
Title: Manage the backup jobs using REST API in Azure Backup description: In this article, learn how to track and manage the backup and restore jobs of Azure Backup using REST API.-+ Last updated 04/09/2024 ms.assetid: b234533e-ac51-4482-9452-d97444f98b38
backup Backup Azure Arm Userestapi Restoreazurevms https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-arm-userestapi-restoreazurevms.md
Title: Restore Azure VMs using REST API description: In this article, learn how to manage to restore operations of Azure Virtual Machine Backup using REST API. -+ Last updated 04/24/2024 ms.assetid: b8487516-7ac5-4435-9680-674d9ecf5642
backup Backup Azure Arm Vms Prepare https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-arm-vms-prepare.md
Title: Back up Azure VMs in a Recovery Services vault
description: Describes how to back up Azure VMs in a Recovery Services vault using the Azure Backup Last updated 09/29/2022-+
backup Backup Azure Auto Enable Backup https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-auto-enable-backup.md
Title: Auto-Enable Backup on VM Creation using Azure Policy
description: 'An article describing how to use Azure Policy to auto-enable backup for all VMs created in a given scope' Last updated 06/29/2024-+
backup Backup Azure Backup Cloud As Tape https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-backup-cloud-as-tape.md
Title: Replace your tape infrastructure by using Azure Backup description: Learn how Azure Backup provides tape-like semantics that enable you to back up and restore data in Azure-+ Last updated 03/29/2024
backup Backup Azure Backup Server Import Export https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-backup-server-import-export.md
Title: Offline seeding workflow for DPM and MABS using customer-owned disks with
description: With Azure Backup, you can send data off the network by using the Azure Import/Export service. This article explains the offline backup workflow for DPM and Azure Backup Server. Last updated 05/24/2024-+
backup Backup Azure Backup Server Vmware https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-backup-server-vmware.md
Last updated 11/07/2023 -+ # Back up VMware VMs with Azure Backup Server
backup Backup Azure Backup Sharepoint Mabs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-backup-sharepoint-mabs.md
Title: Back up a SharePoint farm to Azure with MABS
description: Use Azure Backup Server to back up and restore your SharePoint data. This article provides the information to configure your SharePoint farm so that desired data can be stored in Azure. You can restore protected SharePoint data from disk or from Azure. Last updated 07/22/2024-+
backup Backup Azure Backup Sharepoint https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-backup-sharepoint.md
Title: Back up a SharePoint farm to Azure with DPM
description: This article provides an overview of DPM/Azure Backup server protection of a SharePoint farm to Azure Last updated 07/08/2024-+
backup Backup Azure Backup Sql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-backup-sql.md
Title: Back up SQL Server to Azure as a DPM workload
description: An introduction to backing up SQL Server databases by using the Azure Backup service Last updated 01/26/2024-+
backup Backup Azure Backup Vault Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-backup-vault-troubleshoot.md
Title: Troubleshoot Azure Backup Vault
description: Symptoms, causes, and resolutions of the Azure Backup Vault related operations. Last updated 07/18/2024-+
backup Backup Azure Data Protection Use Rest Api Backup Postgresql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-data-protection-use-rest-api-backup-postgresql.md
Title: Back up Azure PostgreSQL databases using Azure data protection REST API
description: In this article, learn how to configure, initiate, and manage backup operations of Azure PostgreSQL databases using REST API. Last updated 07/18/2024-+ ms.assetid: 55fa0a81-018f-4843-bef8-609a44c97dcd
backup Backup Azure Database Postgresql Flex Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-database-postgresql-flex-overview.md
Title: About Azure Database for PostgreSQL Flexible server backup (preview)
description: An overview on Azure Database for PostgreSQL Flexible server backup Last updated 11/06/2023-+
backup Backup Azure Database Postgresql Flex Support Matrix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-database-postgresql-flex-support-matrix.md
description: Provides a summary of support settings and limitations of Azure Dat
Last updated 11/06/2023 -+
backup Backup Azure Database Postgresql Flex Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-database-postgresql-flex-troubleshoot.md
Title: Troubleshoot Azure Database for PostgreSQL - Flexible server backup
description: Troubleshooting information for backing up Azure Database for PostgreSQL - Flexible server. Last updated 03/26/2024-+
backup Backup Azure Database Postgresql Flex https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-database-postgresql-flex.md
Title: Back up Azure Database for PostgreSQL Flexible server with long-term rete
description: Learn about Azure Database for PostgreSQL Flexible server backup with long-term retention. Last updated 06/14/2024-+
backup Backup Azure Database Postgresql Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-database-postgresql-overview.md
Title: About Azure Database for PostgreSQL backup
description: An overview on Azure Database for PostgreSQL backup Last updated 06/19/2024-+
backup Backup Azure Database Postgresql Support Matrix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-database-postgresql-support-matrix.md
description: Provides a summary of support settings and limitations of Azure Dat
Last updated 09/07/2023 -+
backup Backup Azure Database Postgresql Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-database-postgresql-troubleshoot.md
Title: Troubleshoot Azure Database for PostgreSQL backup
description: Troubleshooting information for backing up Azure Database for PostgreSQL. Last updated 02/09/2024-+
backup Backup Azure Database Postgresql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-database-postgresql.md
Title: Back up Azure Database for PostgreSQL
description: Learn about Azure Database for PostgreSQL backup with long-term retention Last updated 06/19/2024-+
backup Backup Azure Dataprotection Use Rest Api Backup Blobs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-dataprotection-use-rest-api-backup-blobs.md
description: In this article, learn how to configure, initiate, and manage backu
Last updated 07/24/2024 ms.assetid: 7c244b94-d736-40a8-b94d-c72077080bbe-+
backup Backup Azure Dataprotection Use Rest Api Create Update Blob Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-dataprotection-use-rest-api-create-update-blob-policy.md
description: In this article, you'll learn how to create and manage backup polic
Last updated 07/24/2024 ms.assetid: 472d6a4f-7914-454b-b8e4-062e8b556de3-+
backup Backup Azure Dataprotection Use Rest Api Create Update Disk Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-dataprotection-use-rest-api-create-update-disk-policy.md
description: In this article, you'll learn how to create and manage backup polic
Last updated 05/09/2024 ms.assetid: ecc107c0-311c-42d0-a094-654d7ee30443-+
backup Backup Azure Delete Vault https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-delete-vault.md
Title: Delete a Microsoft Azure Recovery Services vault
description: In this article, learn how to remove dependencies and then delete an Azure Backup Recovery Services vault. Last updated 05/23/2022-+
backup Backup Azure Diagnostics Mode Data Model https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-diagnostics-mode-data-model.md
Title: Azure Monitor logs data model
description: In this article, learn about the Azure Monitor Log Analytics data model details for Azure Backup data. Last updated 06/29/2024-+
backup Backup Azure Dpm Introduction https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-dpm-introduction.md
Title: Prepare the DPM server to back up workloads
description: In this article, learn how to prepare for System Center Data Protection Manager (DPM) backups to Azure, using the Azure Backup service. Last updated 10/21/2020-+
backup Backup Azure Enhanced Soft Delete About https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-enhanced-soft-delete-about.md
description: This article gives an overview of enhanced soft delete for Azure Ba
Last updated 07/18/2024-+
backup Backup Azure Enhanced Soft Delete Configure Manage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-enhanced-soft-delete-configure-manage.md
Title: Configure and manage enhanced soft delete for Azure Backup
description: This article describes about how to configure and manage enhanced soft delete for Azure Backup. Last updated 09/11/2023-+
backup Backup Azure Enhanced Soft Delete Tutorial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-enhanced-soft-delete-tutorial.md
Title: Tutorial - Recover soft deleted data and recovery points using enhanced s
description: Learn how to enable enhanced soft delete and recover your data and recover backups, if they're deleted. Last updated 09/11/2023-+
backup Backup Azure Files https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-files.md
Title: Back up Azure File shares in the Azure portal
description: Learn how to use the Azure portal to back up Azure File shares in the Recovery Services vault Last updated 07/29/2024-+
backup Backup Azure Immutable Vault Concept https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-immutable-vault-concept.md
Title: Concept of Immutable vault for Azure Backup description: This article explains about the concept of Immutable vault for Azure Backup, and how it helps in protecting data from malicious actors. -+ Last updated 09/21/2023
backup Backup Azure Immutable Vault How To Manage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-immutable-vault-how-to-manage.md
Title: How to manage Azure Backup Immutable vault operations description: This article explains how to manage Azure Backup Immutable vault operations. -+ Last updated 07/29/2024
backup Backup Azure Integrate Microsoft Defender Using Logic Apps https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-integrate-microsoft-defender-using-logic-apps.md
description: Learn how to integrate Microsoft Defender for Cloud and Azure Backu
Last updated 12/30/2022-+
backup Backup Azure Linux App Consistent https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-linux-app-consistent.md
Title: Application-consistent backups of Linux VMs using Azure Backup description: Create application-consistent backups of your Linux virtual machines to Azure. This article explains configuring the script framework to back up Azure-deployed Linux VMs. This article also includes troubleshooting information.-+ Last updated 04/23/2024
backup Backup Azure Mabs Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-mabs-troubleshoot.md
description: Troubleshoot installation, registration of Azure Backup Server, and
Last updated 04/26/2022-+
backup Backup Azure Manage Mars https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-manage-mars.md
description: Learn how to manage and monitor Microsoft Azure Recovery Services (
Last updated 11/07/2023-+
backup Backup Azure Manage Vms https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-manage-vms.md
Title: Manage and monitor Azure VM backups
description: Learn how to manage and monitor Azure VM backups by using the Azure Backup service. Last updated 07/05/2022-+
backup Backup Azure Mars Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-mars-troubleshoot.md
Title: Troubleshoot the Azure Backup agent
description: In this article, learn how to troubleshoot the installation and registration of the Azure Backup agent. Last updated 05/28/2024-+
backup Backup Azure Microsoft Azure Backup https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-microsoft-azure-backup.md
Title: Use Azure Backup Server to back up workloads
description: In this article, learn how to prepare your environment to protect and back up workloads using Microsoft Azure Backup Server (MABS). Last updated 04/30/2024-+
backup Backup Azure Monitoring Built In Monitor https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-monitoring-built-in-monitor.md
description: In this article, learn about the monitoring and notification capabi
Last updated 09/14/2022 ms.assetid: 86ebeb03-f5fa-4794-8a5f-aa5cbbf68a81-+
backup Backup Azure Move Recovery Services Vault https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-move-recovery-services-vault.md
Last updated 07/30/2024 -+
backup Backup Azure Mysql Flexible Server About https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-mysql-flexible-server-about.md
Title: Overview - retention of Azure Database for MySQL - Flexible Server for lo
description: This article provides an overview of Azure Database for MySQL - Flexible Server retention for long term. Last updated 03/08/2024-+
backup Backup Azure Mysql Flexible Server Support Matrix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-mysql-flexible-server-support-matrix.md
description: Provides a summary of support settings and limitations when backing
Last updated 03/08/2024 -+
backup Backup Azure Mysql Flexible Server Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-mysql-flexible-server-troubleshoot.md
Title: Troubleshoot Azure Database for MySQL - Flexible Server backup using Azur
description: Troubleshooting information for backing up Azure Database for MySQL - Flexible server. Last updated 03/29/2024-+
backup Backup Azure Policy Supported Skus https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-policy-supported-skus.md
Title: Supported VM SKUs for Azure Policy
description: 'An article describing the supported VM SKUs (by Publisher, Image Offer and Image SKU) which are supported for the built-in Azure Policies provided by Backup' Last updated 04/08/2022-+
backup Backup Azure Private Endpoints Concept https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-private-endpoints-concept.md
Title: Private endpoints for Azure Backup - Overview description: This article explains about the concept of private endpoints for Azure Backup that helps to perform backups while maintaining the security of your resources. -+ Last updated 07/30/2024
backup Backup Azure Private Endpoints Configure Manage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-private-endpoints-configure-manage.md
Title: How to create and manage private endpoints (with v2 experience) for Azure Backup description: This article explains how to configure and manage private endpoints for Azure Backup. -+ Last updated 07/19/2024
backup Backup Azure Recovery Services Vault Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-recovery-services-vault-overview.md
Title: Overview of Recovery Services vaults
description: An overview of Recovery Services vaults. Last updated 07/30/2024-+
backup Backup Azure Reports Data Model https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-reports-data-model.md
Title: Data model for Azure Backup diagnostics events
description: This data model is in reference to the Resource Specific Mode of sending diagnostic events to Log Analytics (LA). Last updated 05/13/2024-+
backup Backup Azure Reserved Pricing Optimize Cost https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-reserved-pricing-optimize-cost.md
Title: Optimize costs for Azure Backup Storage with reserved capacity description: This article explains about how to optimize costs for Azure Backup Storage with reserved capacity. -+ Last updated 11/01/2023
backup Backup Azure Reserved Pricing Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-reserved-pricing-overview.md
Title: Reservation discounts for Azure Backup storage description: This article explains about how reservation discounts are applied to Azure Backup storage. -+ Last updated 09/09/2022
backup Backup Azure Restore Files From Vm https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-restore-files-from-vm.md
description: In this article, learn how to recover files and folders from an Azu
Last updated 04/12/2024 -+
backup Backup Azure Restore System State https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-restore-system-state.md
Title: Restore System State to a Windows Server
description: Step-by-step explanation for restoring Windows Server System State from a backup in Azure. Last updated 08/14/2023-+
backup Backup Azure Sap Hana Database Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-sap-hana-database-troubleshoot.md
Title: Troubleshoot SAP HANA databases back up errors
description: Describes how to troubleshoot common errors that might occur when you use Azure Backup to back up SAP HANA databases. Last updated 07/30/2024-+
backup Backup Azure Sap Hana Database https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-sap-hana-database.md
Title: Back up an SAP HANA database to Azure with Azure Backup
description: In this article, learn how to back up an SAP HANA database to Azure virtual machines with the Azure Backup service. Last updated 04/26/2024-+
backup Backup Azure Scdpm Troubleshooting https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-scdpm-troubleshooting.md
Title: Troubleshoot System Center Data Protection Manager
description: In this article, discover solutions for issues that you might encounter while using System Center Data Protection Manager. Last updated 10/21/2022-+
backup Backup Azure Security Feature Cloud https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-security-feature-cloud.md
description: Learn how to use security features in Azure Backup to make backups
Last updated 02/08/2024 -+
backup Backup Azure Security Feature https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-security-feature.md
description: Learn how to use security features in Azure Backup to make backups
Last updated 11/07/2023-+
backup Backup Azure Sql Automation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-sql-automation.md
Last updated 07/30/2024 ms.assetid: 57854626-91f9-4677-b6a2-5d12b6a866e1 -+
backup Backup Azure Sql Backup Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-sql-backup-cli.md
Title: Back up SQL server databases in Azure VMs using Azure Backup via CLI
description: Learn how to use CLI to back up SQL server databases in Azure VMs in the Recovery Services vault. Last updated 08/11/2022-+
backup Backup Azure Sql Mabs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-sql-mabs.md
Last updated 03/17/2024 -+
backup Backup Azure Sql Manage Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-sql-manage-cli.md
Title: Manage SQL server databases in Azure VMs using Azure Backup via CLI
description: Learn how to use CLI to manage SQL server databases in Azure VMs in the Recovery Services vault. Last updated 11/16/2023-+
backup Backup Azure Sql Restore Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-sql-restore-cli.md
Title: Restore SQL server databases in Azure VMs using Azure Backup via CLI
description: Learn how to use CLI to restore SQL server databases in Azure VMs in the Recovery Services vault. Last updated 07/30/2024-+
backup Backup Azure Sql Vm Rest Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-sql-vm-rest-api.md
Title: Back up SQL server databases in Azure VMs using Azure Backup via REST API
description: Learn how to use REST API to back up SQL server databases in Azure VMs in the Recovery Services vault Last updated 07/30/2024-+
backup Backup Azure System State https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-system-state.md
Last updated 02/27/2024 -+
backup Backup Azure Troubleshoot Blob Backup https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-troubleshoot-blob-backup.md
Title: Troubleshoot Blob backup and restore issues
description: In this article, learn about symptoms, causes, and resolutions of Azure Backup failures related to Blob backup and restore. Last updated 07/24/2024-+
backup Backup Azure Troubleshoot Slow Backup Performance Issue https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-troubleshoot-slow-backup-performance-issue.md
Title: Troubleshoot slow backup of files and folders
description: Provides troubleshooting guidance to help you diagnose the cause of Azure Backup performance issues Last updated 12/28/2022-+
backup Backup Azure Troubleshoot Vm Backup Fails Snapshot Timeout https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-troubleshoot-vm-backup-fails-snapshot-timeout.md
Title: Troubleshoot Agent and extension issues
description: Symptoms, causes, and resolutions of Azure Backup failures related to agent, extension, and disks. Last updated 04/08/2024-+
backup Backup Azure Vm Migrate Enhanced Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-vm-migrate-enhanced-policy.md
Title: Move VM backup - standard to enhanced policy in Azure Backup
description: Learn how to trigger Azure VM backups migration from standard policy to enhanced policy, and then monitor the configuration backup migration job. Last updated 05/02/2024-+
backup Backup Azure Vms Automation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-vms-automation.md
description: Describes how to back up and recover Azure VMs using Azure Backup w
Last updated 06/04/2024 -+
backup Backup Azure Vms Encryption https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-vms-encryption.md
Title: Back up and restore encrypted Azure VMs
description: Describes how to back up and restore encrypted Azure VMs with the Azure Backup service. Last updated 08/28/2023-+
backup Backup Azure Vms Enhanced Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-vms-enhanced-policy.md
description: Learn how to configure Enhanced policy to back up VMs.
Last updated 06/11/2024 -+
backup Backup Azure Vms Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-azure-vms-troubleshoot.md
description: In this article, learn how to troubleshoot errors encountered with
Last updated 09/20/2023-+
backup Backup Center Actions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-center-actions.md
Title: Perform actions using Backup center in Azure Backup
description: This article explains how to perform actions using Backup center Last updated 03/21/2024-+
backup Backup Center Monitor Operate https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-center-monitor-operate.md
Title: Monitor and operate backups and disaster recovery using Backup center
description: This article explains how to monitor and operate backups and disaster recovery at-scale using Backup center. Last updated 12/08/2022-+
backup Backup Center Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-center-overview.md
Title: Overview of Backup center for Azure Backup and Azure Site Recovery
description: This article provides an overview of Backup center for Azure. Last updated 07/30/2024-+
backup Backup Center Support Matrix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-center-support-matrix.md
Title: Support matrix for Backup center for Azure Backup
description: This article summarizes the scenarios that Backup center supports for each workload type Last updated 03/27/2024-+
backup Backup Dpm Automation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-dpm-automation.md
Title: Use PowerShell to back up DPM workloads description: Learn how to deploy and manage Azure Backup for Data Protection Manager (DPM) using PowerShell-+ Last updated 03/29/2024
backup Backup During Vm Creation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-during-vm-creation.md
Title: Enable backup when you create an Azure VM
description: Describes how to enable backup when you create an Azure VM with Azure Backup. Last updated 05/02/2024-+
backup Backup Encryption https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-encryption.md
description: Learn how encryption features in Azure Backup help you protect your
Last updated 10/28/2022 -+
backup Backup Mabs Add Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-mabs-add-storage.md
Title: Use Modern Backup Storage with Azure Backup Server
description: Learn about the new features in Azure Backup Server. This article describes how to upgrade your Backup Server installation. Last updated 03/27/2024-+
backup Backup Mabs Files Applications Azure Stack https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-mabs-files-applications-azure-stack.md
Title: Back up files in Azure Stack VMs
description: Use Azure Backup to back up and recover Azure Stack files and applications to your Azure Stack environment. Last updated 11/11/2021-+
backup Backup Mabs Install Azure Stack https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-mabs-install-azure-stack.md
Title: Install Azure Backup Server on Azure Stack Hub description: In this article, learn how to use Azure Backup Server to protect or back up workloads in Azure Stack Hub. -+ Last updated 04/22/2024
backup Backup Mabs Protection Matrix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-mabs-protection-matrix.md
Title: MABS (Azure Backup Server) V4 protection matrix
description: This article provides a support matrix listing all workloads, data types, and installations that Azure Backup Server v4 protects. Last updated 07/05/2024 -+
backup Backup Mabs Sharepoint Azure Stack https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-mabs-sharepoint-azure-stack.md
Title: Back up a SharePoint farm on Azure Stack by using Azure Backup
description: Use Azure Backup Server to back up and restore your SharePoint data on Azure Stack. This article provides the information to configure your SharePoint farm so that desired data can be stored in Azure. You can restore protected SharePoint data from disk or from Azure. Last updated 03/15/2024-+
backup Backup Mabs Sql Azure Stack https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-mabs-sql-azure-stack.md
Last updated 02/27/2024 -+
backup Backup Mabs System State And Bmr https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-mabs-system-state-and-bmr.md
Title: System state and bare-metal recovery protection for Azure Backup description: Use Azure Backup Server to back up your system state and provide bare-metal recovery (BMR) protection. -+ Last updated 03/29/2024
backup Backup Mabs Unattended Install https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-mabs-unattended-install.md
Title: Silent installation of Azure Backup Server V4 description: Use a PowerShell script to silently install Azure Backup Server V4. This kind of installation is also called an unattended installation.-+ Last updated 04/18/2024
backup Backup Mabs Whats New Mabs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-mabs-whats-new-mabs.md
Title: What's new in Microsoft Azure Backup Server description: Microsoft Azure Backup Server gives you enhanced backup capabilities for protecting VMs, files and folders, workloads, and more.-+ Last updated 01/09/2024
backup Backup Managed Disks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-managed-disks.md
Title: Back up Azure Managed Disks
description: Learn how to back up Azure Managed Disks from the Azure portal. Last updated 05/09/2024-+
backup Backup Postgresql Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-postgresql-cli.md
description: Learn how to back up Azure Database for PostgreSQL using Azure CLI.
Last updated 07/30/2024 -+
backup Backup Postgresql Ps https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-postgresql-ps.md
description: Learn how to back up Azure Database for PostgreSQL using Azure Powe
Last updated 07/30/2024 -+
backup Backup Rbac Rs Vault https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-rbac-rs-vault.md
description: Use Azure role-based access control to manage access to backup mana
Last updated 01/24/2024-+
The following table captures the Backup management actions and corresponding min
| Restore VM | Backup Operator | Recovery Services vault | | | | Contributor | Resource group in which VM will be deployed | Alternatively, instead of a built-in-role, you can consider a custom role which has the following permissions: Microsoft.Resources/subscriptions/resourceGroups/write Microsoft.DomainRegistration/domains/write (required only for classic VM restore and not required for managed VMs), Microsoft.Compute/virtualMachines/write Microsoft.Compute/virtualMachines/read Microsoft.Network/virtualNetworks/read Microsoft.Network/virtualNetworks/subnets/read Microsoft.Network/virtualNetworks/subnets/join/action | | | Virtual Machine Contributor | Source VM that got backed up | Alternatively, instead of a built-in-role, you can consider a custom role which has the following permissions: Microsoft.Compute/virtualMachines/write Microsoft.Compute/virtualMachines/read|
+| | Storage Account Contributor | Storage account resource where disks are going to be restored | Alternatively, instead of a built-in-role, you can consider a custom role which has the following permissions: Microsoft.Storage/storageAccounts/write Microsoft.Storage/storageAccounts/listkeys/action |
| Restore unmanaged disks VM backup | Backup Operator | Recovery Services vault | | | Virtual Machine Contributor | Source VM that got backed up | Alternatively, instead of a built-in-role, you can consider a custom role which has the following permissions: Microsoft.Compute/virtualMachines/write Microsoft.Compute/virtualMachines/read |
-| | Storage Account Contributor | Storage account resource where disks are going to be restored | Alternatively, instead of a built-in-role, you can consider a custom role which has the following permissions: Microsoft.Storage/storageAccounts/write |
+| | Storage Account Contributor | Storage account resource where disks are going to be restored | Alternatively, instead of a built-in-role, you can consider a custom role which has the following permissions: Microsoft.Storage/storageAccounts/write Microsoft.Storage/storageAccounts/listkeys/action |
| Restore managed disks from VM backup | Backup Operator | Recovery Services vault | | | Virtual Machine Contributor | Source VM that got backed up | Alternatively, instead of a built-in-role, you can consider a custom role which has the following permissions: Microsoft.Compute/virtualMachines/write Microsoft.Compute/virtualMachines/read |
-| | Storage Account Contributor | Temporary Storage account selected as part of restore to hold data from vault before converting them to managed disks | Alternatively, instead of a built-in-role, you can consider a custom role which has the following permissions: Microsoft.Storage/storageAccounts/write |
+| | Storage Account Contributor | Temporary Storage account selected as part of restore to hold data from vault before converting them to managed disks | Alternatively, instead of a built-in-role, you can consider a custom role which has the following permissions: Microsoft.Storage/storageAccounts/write Microsoft.Storage/storageAccounts/listkeys/action |
| | Contributor | Resource group to which managed disk(s) will be restored | Alternatively, instead of a built-in-role, you can consider a custom role which has the following permissions: Microsoft.Resources/subscriptions/resourceGroups/write| | Restore individual files from VM backup | Backup Operator | Recovery Services vault | | | Virtual Machine Contributor | Source VM that got backed up | Alternatively, instead of a built-in-role, you can consider a custom role which has the following permissions: Microsoft.Compute/virtualMachines/write Microsoft.Compute/virtualMachines/read |
backup Backup Release Notes Archived https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-release-notes-archived.md
Title: Azure Backup release notes - Archive
description: Learn about past features releases in Azure Backup. Last updated 07/30/2024-+
backup Backup Reports Email https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-reports-email.md
Title: Email Azure Backup Reports
description: Create automated tasks to receive periodic reports via email Last updated 04/29/2024-+
backup Backup Reports System Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-reports-system-functions.md
Title: System functions on Azure Monitor Logs description: Write custom queries on Azure Monitor Logs using system functions-+ Last updated 04/30/2024
backup Backup Rm Template Samples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-rm-template-samples.md
description: Azure Resource Manager and Bicep templates for use with Recovery Se
Last updated 09/05/2022 -+
backup Backup Sql Server Azure Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-sql-server-azure-troubleshoot.md
Title: Troubleshoot SQL Server database backup
description: Troubleshooting information for backing up SQL Server databases running on Azure VMs with Azure Backup. Last updated 01/04/2024-+
backup Backup Sql Server Database Azure Vms https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-sql-server-database-azure-vms.md
Title: Back up multiple SQL Server VMs from the vault
description: In this article, learn how to back up SQL Server databases on Azure virtual machines with Azure Backup from the Recovery Services vault Last updated 04/17/2024-+
backup Backup Sql Server Database From Azure Vm Blade https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-sql-server-database-from-azure-vm-blade.md
Title: Back up SQL Server from the Azure VM blade using Azure Backup
description: In this article, learn how to back up SQL Server databases from the Azure VM blade via the Azure portal. Last updated 07/23/2024-+
backup Backup Support Automation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-support-automation.md
Title: Automation in Azure Backup support matrix
description: This article summarizes automation tasks related to Azure Backup support. Last updated 05/30/2024 -+
backup Backup Support Matrix Iaas https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-support-matrix-iaas.md
Last updated 06/20/2024 -+
backup Backup Support Matrix Mabs Dpm https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-support-matrix-mabs-dpm.md
Title: MABS & System Center DPM support matrix description: This article summarizes Azure Backup support when you use Microsoft Azure Backup Server (MABS) or System Center DPM to back up on-premises and Azure VM resources.-+ Last updated 05/27/2024
backup Backup Support Matrix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-support-matrix.md
description: Provides a summary of support settings and limitations for the Azur
Last updated 06/18/2024 -+
backup Backup Vault Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/backup-vault-overview.md
description: An overview of Backup vaults.
Last updated 07/30/2024 -+
backup Blob Backup Configure Manage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/blob-backup-configure-manage.md
Title: Configure and manage backup for Azure Blobs using Azure Backup
description: Learn how to configure and manage operational and vaulted backups for Azure Blobs. Last updated 07/24/2024-+
backup Blob Backup Configure Quick https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/blob-backup-configure-quick.md
Title: Quickstart - Configure vaulted backup for Azure Blobs using Azure Backup
description: In this quickstart, learn how to configure vaulted backup for Azure Blobs. Last updated 07/24/2024-+
backup Blob Backup Configure Tutorial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/blob-backup-configure-tutorial.md
Title: Tutorial - Configure vaulted backup for Azure Blobs using Azure Backup
description: In this tutorial, learn how to configure vaulted backup for Azure Blobs. Last updated 07/24/2024-+
backup Blob Backup Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/blob-backup-overview.md
Title: Overview of Azure Blobs backup
description: Learn about Azure Blobs backup. Last updated 07/24/2024-+
backup Blob Backup Support Matrix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/blob-backup-support-matrix.md
description: Provides a summary of support settings and limitations when backing
Last updated 07/31/2024 -+
backup Compliance Offerings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/compliance-offerings.md
Title: Azure Backup compliance offerings
description: Summary of compliance offerings for Azure Backup Last updated 11/29/2022-+
backup Configure Reports https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/configure-reports.md
Title: Configure Azure Backup reports
description: Configure and view reports for Azure Backup by using Log Analytics and Azure workbooks Last updated 04/25/2024-+
backup Create Manage Backup Vault https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/create-manage-backup-vault.md
description: Learn how to create and manage the Backup vaults.
Last updated 02/01/2024 -+
backup Disk Backup Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/disk-backup-overview.md
Title: Overview of Azure Disk Backup
description: Learn about the Azure Disk backup solution. Last updated 07/30/2024-+
backup Disk Backup Support Matrix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/disk-backup-support-matrix.md
description: Provides a summary of support settings and limitations Azure Disk B
Last updated 05/09/2024 -+
backup Enable Multi User Authorization Quickstart https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/enable-multi-user-authorization-quickstart.md
Title: Quickstart - Multi-user authorization using Resource Guard
description: In this quickstart, learn how to use Multi-user authorization to protect against unauthorized operation. Last updated 06/11/2024-+
backup Encryption At Rest With Cmk For Backup Vault https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/encryption-at-rest-with-cmk-for-backup-vault.md
description: Learn how to use Azure Backup to encrypt your backup data by using
Last updated 06/24/2024 -+
backup Encryption At Rest With Cmk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/encryption-at-rest-with-cmk.md
description: Learn how to use Azure Backup to encrypt your backup data by using
Last updated 07/30/2024 -+
backup Guidance Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/guidance-best-practices.md
description: Discover the best practices and guidance for backing up cloud and o
Last updated 03/12/2024 -+
backup Install Mars Agent https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/install-mars-agent.md
Title: Install the Microsoft Azure Recovery Services (MARS) agent
description: Learn how to install the Microsoft Azure Recovery Services (MARS) agent to back up Windows machines. Last updated 11/07/2023-+
backup Manage Afs Backup https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/manage-afs-backup.md
Title: Manage Azure File share backups
description: This article describes common tasks for managing and monitoring the Azure File shares that are backed up by Azure Backup. Last updated 03/04/2024-+
backup Manage Azure Database Postgresql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/manage-azure-database-postgresql.md
Title: Manage Azure Database for PostgreSQL server
description: Learn about managing Azure Database for PostgreSQL server. Last updated 01/24/2022-+
backup Manage Azure Managed Disks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/manage-azure-managed-disks.md
Last updated 03/21/2024 -+
backup Manage Azure Sql Vm Rest Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/manage-azure-sql-vm-rest-api.md
Title: Manage SQL server databases in Azure VMs with REST API
description: Learn how to use REST API to manage and monitor SQL server databases in Azure VM that are backed up by Azure Backup. Last updated 08/11/2022-+
backup Manage Monitor Sql Database Backup https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/manage-monitor-sql-database-backup.md
Title: Manage and monitor SQL Server DBs on an Azure VM
description: This article describes how to manage and monitor SQL Server databases that are running on an Azure VM. Last updated 03/05/2024-+
backup Metrics Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/metrics-overview.md
Title: Monitor the health of your backups using Azure Backup Metrics (preview)
description: In this article, learn about the metrics available for Azure Backup to monitor your backup health Last updated 07/13/2022-+
backup Microsoft Azure Backup Server Protection V3 Ur1 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/microsoft-azure-backup-server-protection-v3-ur1.md
description: This article provides a support matrix listing all workloads, data
Last updated 03/25/2024 -+
backup Microsoft Azure Backup Server Protection V3 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/microsoft-azure-backup-server-protection-v3.md
Title: What Azure Backup Server V3 RTM can back up
description: This article provides a protection matrix listing all workloads, data types, and installations that Azure Backup Serve V3 RTM protects. Last updated 10/11/2023 -+
backup Monitoring And Alerts Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/monitoring-and-alerts-overview.md
Title: Monitoring and reporting solutions for Azure Backup
description: Learn about different monitoring and reporting solutions provided by Azure Backup. Last updated 10/21/2022-+
backup Move To Azure Monitor Alerts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/move-to-azure-monitor-alerts.md
Title: Switch to Azure Monitor based alerts for Azure Backup
description: This article describes the new and improved alerting capabilities via Azure Monitor and the process to configure Azure Monitor. Last updated 03/27/2024-+
backup Multi User Authorization Concept https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/multi-user-authorization-concept.md
Title: Multi-user authorization using Resource Guard
description: An overview of Multi-user authorization using Resource Guard. Last updated 06/11/2024-+
backup Multi User Authorization Tutorial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/multi-user-authorization-tutorial.md
Title: Tutorial - Enable Multi-user authorization using Resource Guard
description: In this tutorial, you'll learn about how create a resource guard and enable Multi-user authorization on Recovery Services vault and Backup vault for Azure Backup. Last updated 09/25/2023-+
backup Multi User Authorization https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/multi-user-authorization.md
description: This article explains how to configure Multi-user authorization usi
zone_pivot_groups: backup-vaults-recovery-services-vault-backup-vault Last updated 06/11/2024-+
backup Offline Backup Azure Data Box Dpm Mabs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/offline-backup-azure-data-box-dpm-mabs.md
Title: Offline Backup with Azure Data Box for DPM and MABS
description: You can use Azure Data Box to seed initial Backup data offline from DPM and MABS. Last updated 05/24/2024-+
backup Offline Backup Azure Data Box https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/offline-backup-azure-data-box.md
Last updated 05/24/2024 -+
backup Offline Backup Server Previous Versions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/offline-backup-server-previous-versions.md
Last updated 01/23/2023 -+ # Offline backup workflow for DPM and Azure Backup Server (previous versions)
backup Private Endpoints Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/private-endpoints-overview.md
description: Understand the use of private endpoints for Azure Backup and the sc
Last updated 07/30/2024 -+
backup Private Endpoints https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/private-endpoints.md
description: Understand the process to creating private endpoints for Azure Back
Last updated 04/16/2024 -+
backup Quick Backup Aks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/quick-backup-aks.md
Title: "Quickstart: Configure an Azure Kubernetes Services cluster backup"
description: Learn how to configure backup for an Azure Kubernetes Service (AKS) cluster, and then use Azure Backup to back up specific items in the cluster. Last updated 11/14/2023-+ - ignite-2023
backup Quick Backup Azure Enable Enhanced Soft Delete https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/quick-backup-azure-enable-enhanced-soft-delete.md
Title: Quickstart - Enable enhanced soft delete for Azure Backup
description: This quickstart describes how to enable enhanced soft delete for Azure Backup. Last updated 09/11/2023-+
backup Quick Backup Hana Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/quick-backup-hana-cli.md
ms.devlang: azurecli
Last updated 06/17/2024 -+
backup Quick Backup Postgresql Database Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/quick-backup-postgresql-database-portal.md
description: In this quickstart, learn how to back up Azure Database for Postgre
Last updated 02/25/2022-+
backup Quick Backup Vm Bicep Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/quick-backup-vm-bicep-template.md
Last updated 11/17/2021 -+
backup Quick Backup Vm Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/quick-backup-vm-cli.md
ms.devlang: azurecli
Last updated 05/05/2022 -+
backup Quick Backup Vm Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/quick-backup-vm-portal.md
Last updated 02/26/2024
ms.devlang: azurecli -+
backup Quick Backup Vm Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/quick-backup-vm-template.md
ms.devlang: azurecli
Last updated 11/15/2021 -+
backup Quick Cross Region Restore https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/quick-cross-region-restore.md
Title: Quickstart - Restore a PostgreSQL database across regions using Azure Bac
description: Learn how to restore a PostgreSQL database across regions by using Azure Backup. Last updated 02/01/2024-+
backup Quick Install Backup Extension https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/quick-install-backup-extension.md
Title: Quickstart - Install Azure Backup extension in an AKS cluster
description: In this quickstart, learn how to install the Azure Backup extension in an AKS cluster and get it ready to configure backup. Last updated 11/14/2023-+ - ignite-2023
backup Quick Kubernetes Backup Terraform https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/quick-kubernetes-backup-terraform.md
Title: Quickstart - Configure backup for an Azure Kubernetes Service (AKS) cluster using Azure Backup via Terraform description: Learn how to quickly configure backup for a Kubernetes cluster using Terraform.-+ Last updated 05/31/2024
backup Quick Restore Hana Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/quick-restore-hana-cli.md
ms.devlang: azurecli
Last updated 06/17/2024 -+
backup Quick Sap Hana Database Instance Restore https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/quick-sap-hana-database-instance-restore.md
ms.devlang: azurecli
Last updated 11/02/2023 -+
backup Restore Afs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/restore-afs.md
Title: Restore Azure File shares
description: Learn how to use the Azure portal to restore an entire file share or specific files from a restore point created by Azure Backup. Last updated 04/05/2024-+
backup Restore Azure Database Postgresql Flex https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/restore-azure-database-postgresql-flex.md
Title: Restore Azure Database for PostgreSQL -Flexible server backups (preview)
description: Learn about how to restore Azure Database for PostgreSQL -Flexible backups. Last updated 06/14/2024-+
backup Restore Azure Database Postgresql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/restore-azure-database-postgresql.md
description: Learn about how to restore Azure Database for PostgreSQL backups.
Last updated 07/24/2024 -+
backup Restore Azure Sql Vm Rest Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/restore-azure-sql-vm-rest-api.md
Title: Restore SQL server databases in Azure VMs with REST API
description: Learn how to use REST API to restore SQL server databases in Azure VM from a restore point created by Azure Backup Last updated 08/11/2022-+
backup Restore Postgresql Database Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/restore-postgresql-database-cli.md
Title: Restore Azure PostgreSQL databases via Azure CLI
description: Learn how to restore Azure PostgreSQL databases using Azure CLI. Last updated 07/30/2024-+
backup Restore Postgresql Database Ps https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/restore-postgresql-database-ps.md
Title: Restore Azure PostgreSQL databases via Azure PowerShell
description: Learn how to restore Azure PostgreSQL databases using Azure PowerShell. Last updated 07/30/2024-+
backup Restore Postgresql Database Use Rest Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/restore-postgresql-database-use-rest-api.md
Title: Restore Azure PostgreSQL databases via Azure data protection REST API
description: Learn how to restore Azure PostGreSQL databases using Azure Data Protection REST API. Last updated 01/24/2022-+
backup Restore Sql Database Azure Vm https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/restore-sql-database-azure-vm.md
Title: Restore SQL Server databases on an Azure VM
description: This article describes how to restore SQL Server databases that are running on an Azure VM and that are backed up with Azure Backup. You can also use Cross Region Restore to restore your databases to a secondary region. Last updated 01/24/2024-+
backup Sap Hana Backup Support Matrix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/sap-hana-backup-support-matrix.md
description: In this article, learn about the supported scenarios and limitation
Last updated 01/30/2024 -+
backup Sap Hana Database About https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/sap-hana-database-about.md
Title: About the SAP HANA database backup on Azure VMs
description: In this article, you'll learn about backing up SAP HANA databases that are running on Azure virtual machines. Last updated 11/02/2023-+
backup Sap Hana Database Instance Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/sap-hana-database-instance-troubleshoot.md
Title: Troubleshoot SAP HANA databases instance backup errors
description: This article describes how to troubleshoot common errors that might occur when you use Azure Backup to back up SAP HANA database instances. Last updated 11/02/2023-+
backup Sap Hana Database Instances Backup https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/sap-hana-database-instances-backup.md
Title: Back up SAP HANA database instances on Azure VMs
description: In this article, you'll learn how to back up SAP HANA database instances that are running on Azure virtual machines. Last updated 11/02/2023-+
backup Sap Hana Database Instances Restore https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/sap-hana-database-instances-restore.md
Title: Restore SAP HANA database instances on Azure VMs
description: In this article, you'll learn how to restore SAP HANA database instances on Azure virtual machines. Last updated 11/02/2023-+
backup Sap Hana Database Manage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/sap-hana-database-manage.md
Title: Manage backed up SAP HANA databases on Azure VMs
description: In this article, you'll learn common tasks for managing and monitoring SAP HANA databases that are running on Azure virtual machines. Last updated 06/11/2024-+
backup Sap Hana Database Restore https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/sap-hana-database-restore.md
Title: Restore SAP HANA databases on Azure VMs
description: In this article, you'll learn how to restore SAP HANA databases that are running on Azure virtual machines. You can also use Cross Region Restore to restore your databases to a secondary region. Last updated 03/26/2024-+
backup Sap Hana Database With Hana System Replication Backup https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/sap-hana-database-with-hana-system-replication-backup.md
Title: Back up SAP HANA System Replication databases on Azure VMs using Azure Ba
description: In this article, discover how to back up SAP HANA databases with HANA System Replication enabled. Last updated 07/29/2024-+
backup Save Backup Passphrase Securely In Azure Key Vault https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/save-backup-passphrase-securely-in-azure-key-vault.md
description: Learn how to save MARS agent passphrase securely in Azure Key Vault
Last updated 07/18/2024 -+
backup Delete Recovery Services Vault https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/scripts/delete-recovery-services-vault.md
Title: Script Sample - Delete a Recovery Services vault for Azure Backup
description: Learn about how to use a PowerShell script to delete a Recovery Services vault. Last updated 03/26/2024-+
backup Geo Code List https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/scripts/geo-code-list.md
Title: Geo-code mapping
description: Learn about geo-codes mapped with the respective regions. Last updated 03/07/2022-+
backup Security Controls Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/security-controls-policy.md
Title: Azure Policy Regulatory Compliance controls for Azure Backup
description: Lists Azure Policy Regulatory Compliance controls available for Azure Backup. These built-in policy definitions provide common approaches to managing the compliance of your Azure resources. Last updated 02/06/2024 -+
backup Selective Disk Backup Restore https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/selective-disk-backup-restore.md
description: In this article, learn about selective disk backup and restore usin
Last updated 10/16/2023 -+
backup Soft Delete Virtual Machines https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/soft-delete-virtual-machines.md
description: Learn how soft delete for virtual machines makes backups more secur
Last updated 08/10/2022 -+
backup Sql Support Matrix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/sql-support-matrix.md
description: Provides a summary of support settings and limitations when backing
Last updated 02/14/2024 -+
backup Troubleshoot Archive Tier https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/troubleshoot-archive-tier.md
Title: Archive tier troubleshoots
description: Learn to troubleshoot Archive Tier errors for Azure Backup. Last updated 10/23/2021-+
backup Troubleshoot Azure Files https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/troubleshoot-azure-files.md
Title: Troubleshoot Azure file share backup description: This article is troubleshooting information about issues occurring when protecting your Azure file shares.-+ Last updated 07/18/2024
backup Tutorial Backup Restore Files Windows Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/tutorial-backup-restore-files-windows-server.md
Title: Tutorial - Recover items to Windows Server by using Azure Backup description: In this tutorial, learn how to use the Microsoft Azure Recovery Services Agent (MARS) agent to recover items from Azure to a Windows Server.-+ Last updated 04/19/2024
backup Tutorial Backup Sap Hana Db https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/tutorial-backup-sap-hana-db.md
Title: Tutorial - Back up SAP HANA databases in Azure VMs
description: In this tutorial, learn how to back up SAP HANA databases running on Azure VM to an Azure Backup Recovery Services vault. Last updated 01/24/2024-+
backup Tutorial Backup Vm At Scale https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/tutorial-backup-vm-at-scale.md
description: In this tutorial, learn how to create a Recovery Services vault, de
Last updated 04/23/2024 -+
backup Tutorial Backup Windows Server To Azure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/tutorial-backup-windows-server-to-azure.md
description: This tutorial details backing up on-premises Windows Servers to a R
Last updated 12/15/2022 -+
backup Tutorial Configure Backup Aks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/tutorial-configure-backup-aks.md
Title: "Tutorial: Configure item-level backup for an Azure Kubernetes Service cl
description: Learn how to configure backup for an Azure Kubernetes Service (AKS) cluster, and use Azure Backup to back up specific items from the cluster. Last updated 11/14/2023-+ - ignite-2023
backup Tutorial Configure Sap Hana Database Instance Snapshot Backup https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/tutorial-configure-sap-hana-database-instance-snapshot-backup.md
description: In this tutorial, learn how to configure the SAP HANA database inst
Last updated 11/02/2023 -+
backup Tutorial Cross Region Restore https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/tutorial-cross-region-restore.md
Title: Tutorial - Configure and run Cross Region Restore for Azure database for
description: Learn how to configure and run Cross Region Restore for Azure database for PostgreSQL using Azure Backup. Last updated 02/01/2024-+
backup Tutorial Postgresql Backup https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/tutorial-postgresql-backup.md
Title: Tutorial - Back up Azure Database for PostgreSQL server
description: Learn about how to back up Azure Database for PostgreSQL server to an Azure Backup Vault. Last updated 02/25/2022-+
backup Tutorial Restore Aks Backups Across Regions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/tutorial-restore-aks-backups-across-regions.md
Title: Tutorial - Enable Vault Tier protection for Azure Kubernetes Cluster (AKS
description: Learn how to enable Vault Tier protection for AKS clusters and restore backups in secondary region using Azure Backup. Last updated 12/25/2023-+ - ignite-2023
backup Tutorial Restore Disk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/tutorial-restore-disk.md
description: Learn how to restore a disk and create a recover a VM in Azure with
Last updated 10/28/2022 -+
backup Tutorial Sap Hana Backup Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/tutorial-sap-hana-backup-cli.md
description: In this tutorial, learn how to back up SAP HANA databases running o
Last updated 03/20/2024 -+
backup Tutorial Sap Hana Restore Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/tutorial-sap-hana-restore-cli.md
description: In this tutorial, learn how to restore SAP HANA databases running o
Last updated 07/30/2024 -+
backup Tutorial Sql Backup https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/tutorial-sql-backup.md
Title: Tutorial - Back up SQL Server databases to Azure
description: In this tutorial, learn how to back up a SQL Server database running on an Azure VM to an Azure Backup Recovery Services vault. Last updated 08/09/2022-+
backup Upgrade Mars Agent https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/upgrade-mars-agent.md
Title: Upgrade the Microsoft Azure Recovery Services (MARS) agent for Azure Back
description: Learn how to upgrade the Microsoft Azure Recovery Services (MARS) agent. Last updated 08/27/2023-+
backup Use Archive Tier Support https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/use-archive-tier-support.md
Last updated 10/03/2022 zone_pivot_groups: backup-client-portaltier-powershelltier-clitier-+
backup Whats New https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/backup/whats-new.md
Title: What's new in the Azure Backup service
description: Learn about the new features in the Azure Backup service. Last updated 07/24/2024-+ - ignite-2023
baremetal-infrastructure About Nc2 On Azure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/baremetal-infrastructure/workloads/nc2-on-azure/about-nc2-on-azure.md
Last updated 7/19/2024+ # About Nutanix Cloud Clusters on Azure
baremetal-infrastructure Architecture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/baremetal-infrastructure/workloads/nc2-on-azure/architecture.md
Last updated 7/19/2024+ # Nutanix Cloud Clusters (NC2) on Azure architectural concepts
baremetal-infrastructure Faq https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/baremetal-infrastructure/workloads/nc2-on-azure/faq.md
Last updated 05/21/2024+ # Frequently asked questions about NC2 on Azure
baremetal-infrastructure Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/baremetal-infrastructure/workloads/nc2-on-azure/get-started.md
Last updated 7/19/2024+ # Getting started with Nutanix Cloud Clusters on Azure
bastion Bastion Connect Vm Linux Rdp https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/bastion-connect-vm-linux-rdp.md
Title: 'Connect to a Linux VM using RDP'
description: Learn how to use Azure Bastion to connect to Linux VM using RDP. -+ Last updated 06/19/2024
bastion Bastion Connect Vm Rdp Windows https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/bastion-connect-vm-rdp-windows.md
Title: 'Connect to a Windows VM using RDP'
description: Learn how to use Azure Bastion to connect to Windows VM using RDP. -+ Last updated 04/05/2024
bastion Bastion Connect Vm Scale Set https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/bastion-connect-vm-scale-set.md
Title: 'Connect to a virtual machine scale set using Azure Bastion' description: Learn how to connect to an Azure virtual machine scale set using Azure Bastion. -+ Last updated 06/23/2023
bastion Bastion Connect Vm Ssh Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/bastion-connect-vm-ssh-linux.md
Title: 'Connect to a Linux VM using SSH'
description: Learn how to use Azure Bastion to connect to Linux VM using SSH. -+ Last updated 06/20/2024
bastion Bastion Connect Vm Ssh Windows https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/bastion-connect-vm-ssh-windows.md
Title: 'Connect to a Windows VM using SSH'
description: Learn how to use Azure Bastion to connect to Windows VM using SSH. -+ Last updated 04/05/2024
bastion Bastion Create Host Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/bastion-create-host-powershell.md
Title: 'Deploy Bastion:PowerShell'
description: Learn how to deploy Azure Bastion using PowerShell. -+ Last updated 04/05/2024
bastion Bastion Faq https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/bastion-faq.md
Title: 'Azure Bastion FAQ' description: Learn about frequently asked questions for Azure Bastion. -+ Last updated 04/01/2024
bastion Bastion Nsg https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/bastion-nsg.md
Title: Working with VMs and NSGs in Azure Bastion description: Learn about using network security groups with Azure Bastion. -+ Last updated 04/05/2024
bastion Bastion Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/bastion-overview.md
Title: 'About Azure Bastion'
description: Learn about Azure Bastion, which provides secure and seamless RDP/SSH connectivity to your virtual machines without exposing RDP/SSH ports externally. # Customer intent: As someone with a basic network background, but is new to Azure, I want to understand the capabilities of Azure Bastion so that I can securely connect to my Azure virtual machines.-+ Last updated 04/30/2024
bastion Bastion Vm Copy Paste https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/bastion-vm-copy-paste.md
Title: 'Copy and paste to and from a Windows virtual machine: Azure'
description: Learn how copy and paste to and from a Windows VM using Bastion. -+ Last updated 04/04/2024
bastion Bastion Vm Full Screen https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/bastion-vm-full-screen.md
Title: 'View virtual machine session full screen in browser'
description: Learn how to change the virtual machine view to full screen and back in your browser for an RDP or SSH connection in Azure Bastion. -+ Last updated 10/21/2022
bastion Configuration Settings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/configuration-settings.md
Title: 'About Azure Bastion configuration settings'
description: Learn about the available configuration settings for Azure Bastion. -+ Last updated 05/13/2024
bastion Configure Host Scaling Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/configure-host-scaling-powershell.md
description: Learn how to add more instances (scale units) to Azure Bastion using PowerShell -+ Last updated 05/17/2023
bastion Configure Host Scaling https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/configure-host-scaling.md
Title: 'Add scale units for host scaling: Azure portal'
description: Learn how to add more instances (scale units) to Azure Bastion. -+ Last updated 04/05/2024
bastion Connect Ip Address https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/connect-ip-address.md
Title: 'Connect to a VM - specified private IP address: Azure portal'
description: Learn how to connect to your virtual machines using a specified private IP address via Azure Bastion. -+ Last updated 04/05/2024
bastion Connect Vm Native Client Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/connect-vm-native-client-linux.md
Title: 'Connect to a VM using Bastion - Linux native client'
description: Learn how to connect to a VM from a Linux computer by using Bastion and a native client. -+ Last updated 04/05/2024
bastion Connect Vm Native Client Windows https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/connect-vm-native-client-windows.md
Title: 'Connect to a VM using Bastion - Windows native client'
description: Learn how to connect to a VM from a Windows computer by using Bastion and a native client. -+ Last updated 04/05/2024
bastion Create Host Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/create-host-cli.md
Title: 'Deploy Bastion: CLI'
description: Learn how to deploy Azure Bastion using CLI -+ Last updated 04/05/2024
bastion Design Architecture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/design-architecture.md
Last updated 05/09/2024 -+ # Design architecture for Azure Bastion
bastion Diagnostic Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/diagnostic-logs.md
Title: 'Enable and work with Azure Bastion resource logs' description: Learn how to enable and work with Azure Bastion diagnostic logs. -+ Last updated 02/03/2020
bastion Howto Metrics Monitor Alert https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/howto-metrics-monitor-alert.md
description: Learn about Azure Bastion monitoring and metrics using Azure Monito
-+ Last updated 04/05/2024
bastion Kerberos Authentication Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/kerberos-authentication-portal.md
Title: 'Configure Bastion for Kerberos authentication: Azure portal'
description: Learn how to configure Bastion to use Kerberos authentication via the Azure portal. -+ Last updated 09/14/2023
bastion Native Client https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/native-client.md
Title: 'Configure Bastion for native client connections'
description: Learn how to configure Bastion for native client connections. -+ Last updated 12/04/2023
bastion Private Only Deployment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/private-only-deployment.md
Title: 'Deploy private-only Bastion' description: Learn how to deploy Bastion for a private-only scenario. -+ Last updated 05/30/2024
bastion Quickstart Developer Sku https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/quickstart-developer-sku.md
Title: 'Quickstart: Deploy Bastion using the Developer SKU: Azure portal' description: Learn how to deploy Bastion using the Developer SKU. -+ Last updated 04/26/2024
bastion Quickstart Host Arm Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/quickstart-host-arm-template.md
description: Learn how to deploy Azure Bastion to a virtual network by using an Azure Resource Manager template. -+ Last updated 12/04/2023
bastion Quickstart Host Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/quickstart-host-portal.md
Title: 'Quickstart: Deploy Azure Bastion automatically - Basic SKU'
description: Learn how to deploy Azure Bastion with default settings from the Azure portal. -+ Last updated 04/25/2024
bastion Session Monitoring https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/session-monitoring.md
description: Learn how to select an ongoing session and force-disconnect or dele
-+ Last updated 05/21/2020
bastion Session Recording https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/session-recording.md
Title: 'Record Bastion sessions'
description: Learn how to configure and record Bastion sessions. -+ Last updated 06/21/2024
bastion Shareable Link https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/shareable-link.md
Title: 'Create a shareable link for Azure Bastion' description: Learn how to create a shareable link to let a user connect to a target resource via Bastion without using the Azure portal. -+ Last updated 05/10/2023
bastion Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/troubleshoot.md
Title: 'Troubleshoot Azure Bastion'
description: Learn how to troubleshoot Azure Bastion. -+ Last updated 01/11/2024
bastion Tutorial Create Host Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/tutorial-create-host-portal.md
Title: 'Tutorial: Deploy Azure Bastion using specified settings: Azure portal' description: Learn how to deploy Azure Bastion by using settings that you specify in the Azure portal. Use these steps when you want to specify features and settings. -+ Last updated 03/29/2024
bastion Upgrade Sku https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/upgrade-sku.md
Title: 'Upgrade or view a SKU: portal'
description: Learn how to view a SKU and upgrade SKU tiers. -+ Last updated 10/13/2023
bastion Vm About https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/vm-about.md
Title: 'About VM connections and features'
description: Learn about VM connections and features when connecting using Azure Bastion. -+ Last updated 06/08/2023
bastion Vm Upload Download Native https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/vm-upload-download-native.md
Title: 'File transfer via native client'
description: Learn how to upload or download files using Azure Bastion and a native client. -+ Last updated 03/11/2024
bastion Vnet Peering https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/vnet-peering.md
Title: 'VNet peering and Azure Bastion architecture' description: Learn how VNet peering and Azure Bastion can be used together to connect to VMs. -+ Last updated 04/05/2024
bastion Work Remotely Support https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/bastion/work-remotely-support.md
description: Learn how to use Azure Bastion to enable remote access to virtual m
-+ Last updated 06/23/2023
batch Batch Certificate Migration Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/batch/batch-certificate-migration-guide.md
Title: Migrate Batch account certificates to Azure Key Vault description: Learn how to migrate Batch account certificates to Azure Key Vault and plan for feature end of support.-+ Last updated 12/05/2023
batch Batch Custom Image Pools To Azure Compute Gallery Migration Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/batch/batch-custom-image-pools-to-azure-compute-gallery-migration-guide.md
Title: Migrate Azure Batch custom image pools to Azure Compute Gallery description: Learn how to migrate Azure Batch custom image pools to Azure compute gallery and plan for feature end of support.-+ Last updated 03/07/2023
batch Batch Pools To Simplified Compute Node Communication Model Migration Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/batch/batch-pools-to-simplified-compute-node-communication-model-migration-guide.md
Title: Migrate Azure Batch pools to the simplified compute node communication model description: Learn how to migrate Azure Batch pools to the simplified compute node communication model and plan for feature end of support.-+ Last updated 03/07/2023
batch Batch Pools Without Public Ip Addresses Classic Retirement Migration Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/batch/batch-pools-without-public-ip-addresses-classic-retirement-migration-guide.md
Title: Migrate pools without public IP addresses (classic) in Batch
description: Learn how to migrate Azure Batch pools without public IP addresses (classic) and plan for feature end of support. -+ Last updated 09/01/2022
batch Batch Rendering Storage Data Movement https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/batch/batch-rendering-storage-data-movement.md
Title: Storage and data movement for rendering description: Learn about the various storage and data movement options for rendering asset and output file workloads. -+ Last updated 08/02/2018
batch Batch Tls 101 Migration Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/batch/batch-tls-101-migration-guide.md
Title: Migrate client code to TLS 1.2 in Azure Batch
description: Learn how to migrate client code to TLS 1.2 in Azure Batch to plan for end of support for TLS 1.0 and TLS 1.1. -+ Last updated 10/12/2022
batch Job Pool Lifetime Statistics Migration Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/batch/job-pool-lifetime-statistics-migration-guide.md
Title: Migrate from job and pool lifetime statistics to logs in Azure Batch
description: Learn how to migrate your Batch monitoring approach from using job and pool lifetime statistics API to using logs and plan for feature end of support. -+ Last updated 10/06/2022
batch Low Priority Vms Retirement Migration Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/batch/low-priority-vms-retirement-migration-guide.md
Title: Migrate low-priority VMs to spot VMs in Batch
description: Learn how to migrate Azure Batch low-priority VMs to Spot VMs and plan for feature end of support. -+ Last updated 10/14/2022
batch Monitor Batch Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/batch/monitor-batch-reference.md
description: This article contains important reference material you need when yo
Last updated 03/28/2024 -+ # Azure Batch monitoring data reference
batch Monitor Batch https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/batch/monitor-batch.md
description: Start here to learn how to monitor Azure Batch.
Last updated 07/19/2024 -+ # Monitor Azure Batch
batch Plan To Manage Costs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/batch/plan-to-manage-costs.md
description: Learn how to plan for and manage costs for Azure Batch workloads by
-+ Last updated 01/09/2024
batch Quick Create Terraform https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/batch/quick-create-terraform.md
Title: 'Quickstart: Create an Azure Batch account using Terraform' description: 'In this article, you create an Azure Batch account using Terraform' -+ Last updated 4/14/2023
batch Security Controls Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/batch/security-controls-policy.md
Last updated 04/29/2024
-+ # Azure Policy Regulatory Compliance controls for Azure Batch
certification Edge Secured Core Devices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/certification/edge-secured-core-devices.md
Last updated 07/22/2024 -+ # Edge Secured-core certified devices
certification Edge Secured Core Get Certified https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/certification/edge-secured-core-get-certified.md
Last updated 01/26/2024 -+ # Get your device certified
certification Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/certification/overview.md
Last updated 02/07/2024 -+ # Edge Secured-core Program
certification Program Requirements Edge Secured Core https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/certification/program-requirements-edge-secured-core.md
Last updated 02/20/2024 -+ zone_pivot_groups: app-service-platform-windows-linux-sphere-rtos
chaos-studio Chaos Studio Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-bicep.md
Last updated 06/09/2023 -+
chaos-studio Chaos Studio Chaos Engineering Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-chaos-engineering-overview.md
Last updated 11/01/2021 -+ # Understand chaos engineering and resilience
chaos-studio Chaos Studio Chaos Experiments https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-chaos-experiments.md
description: Understand the concept of a chaos experiment in Azure Chaos Studio.
-+ Last updated 11/01/2021
chaos-studio Chaos Studio Configure Customer Managed Keys https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-configure-customer-managed-keys.md
Title: Configure customer-managed keys (preview) for experiment encryption
description: Learn how to configure customer-managed keys (preview) for your Azure Chaos Studio experiment resource by using Azure Blob Storage. -+
chaos-studio Chaos Studio Fault Library https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-fault-library.md
Last updated 01/02/2024 -+
chaos-studio Chaos Studio Fault Providers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-fault-providers.md
Last updated 11/01/2021 -+ # Supported resource types and role assignments for Chaos Studio
chaos-studio Chaos Studio Faults Actions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-faults-actions.md
description: Understand what faults and actions are in Azure Chaos Studio. What
-+ Last updated 11/01/2021
chaos-studio Chaos Studio Limitations https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-limitations.md
Last updated 11/02/2021 -+ # Azure Chaos Studio limitations and known issues
chaos-studio Chaos Studio Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-overview.md
Last updated 05/27/2022 -+
chaos-studio Chaos Studio Permissions Security https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-permissions-security.md
description: Understand how permissions work in Azure Chaos Studio and how you c
-+ Last updated 05/06/2024
chaos-studio Chaos Studio Private Link Agent Service https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-private-link-agent-service.md
Last updated 12/04/2023 -+
chaos-studio Chaos Studio Private Networking https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-private-networking.md
Last updated 10/26/2022 -+
chaos-studio Chaos Studio Quickstart Azure Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-quickstart-azure-portal.md
Last updated 11/10/2021 -+ # Quickstart: Create and run a chaos experiment by using Azure Chaos Studio
chaos-studio Chaos Studio Quickstart Dns Outage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-quickstart-dns-outage.md
Last updated 08/26/2021 -+ # Replicate a DNS outage by using the NSG fault
chaos-studio Chaos Studio Region Availability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-region-availability.md
description: Understand how Azure Chaos Studio makes chaos experiments and chaos
-+ Last updated 4/29/2022
chaos-studio Chaos Studio Run Experiment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-run-experiment.md
Last updated 11/01/2021 -+ # Run and manage an experiment in Azure Chaos Studio
chaos-studio Chaos Studio Samples Rest Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-samples-rest-api.md
Last updated 11/01/2021 -+
chaos-studio Chaos Studio Service Limits https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-service-limits.md
description: Understand the throttling and usage limits for Azure Chaos Studio.
-+ Last updated 11/01/2021
chaos-studio Chaos Studio Set Up App Insights https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-set-up-app-insights.md
Last updated 09/27/2023 -+
chaos-studio Chaos Studio Set Up Azure Monitor https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-set-up-azure-monitor.md
Last updated 09/27/2023 -+
chaos-studio Chaos Studio Target Selection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-target-selection.md
description: Understand two different ways to select experiment targets and targ
-+ Last updated 09/25/2023
chaos-studio Chaos Studio Targets Capabilities https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-targets-capabilities.md
description: Understand how to control resource onboarding in Azure Chaos Studio
-+ Last updated 11/01/2021
chaos-studio Chaos Studio Tutorial Aad Outage Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-tutorial-aad-outage-portal.md
description: Use the Azure portal to create an experiment from the Microsoft Ent
-+ Last updated 09/27/2023
chaos-studio Chaos Studio Tutorial Agent Based Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-tutorial-agent-based-cli.md
Last updated 11/10/2021 -+ ms.devlang: azurecli
chaos-studio Chaos Studio Tutorial Agent Based Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-tutorial-agent-based-portal.md
Last updated 11/01/2021 -+
chaos-studio Chaos Studio Tutorial Aks Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-tutorial-aks-cli.md
Last updated 04/25/2024 -+ ms.devlang: azurecli
chaos-studio Chaos Studio Tutorial Aks Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-tutorial-aks-portal.md
Last updated 04/21/2022 -+
chaos-studio Chaos Studio Tutorial Availability Zone Down Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-tutorial-availability-zone-down-portal.md
description: Use the Azure portal to create an experiment from the Availability
-+ Last updated 09/27/2023
chaos-studio Chaos Studio Tutorial Dynamic Target Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-tutorial-dynamic-target-cli.md
description: Create an experiment that uses dynamic targeting with the Azure CLI
-+ Last updated 12/12/2022
chaos-studio Chaos Studio Tutorial Dynamic Target Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-tutorial-dynamic-target-portal.md
description: Use the Azure portal to create an experiment that uses dynamic targ
-+ Last updated 4/19/2023
chaos-studio Chaos Studio Tutorial Service Direct Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-tutorial-service-direct-cli.md
description: Create an experiment that uses a service-direct fault with the Azur
-+ Last updated 11/10/2021
chaos-studio Chaos Studio Tutorial Service Direct Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-tutorial-service-direct-portal.md
description: Create an experiment that uses a service-direct fault with Azure Ch
-+ Last updated 11/01/2021
chaos-studio Chaos Studio Versions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/chaos-studio-versions.md
Last updated 01/26/2024 -+ # Azure Chaos Studio version compatibility
chaos-studio Sample Policy Targets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/sample-policy-targets.md
Last updated 11/11/2021 -+ # Azure Policy samples for adding resources to Azure Chaos Studio
chaos-studio Sample Template Experiment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/sample-template-experiment.md
Last updated 11/10/2021 -+
chaos-studio Sample Template Targets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/sample-template-targets.md
Last updated 11/10/2021 -+
chaos-studio Troubleshooting https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/troubleshooting.md
Title: Troubleshoot common Azure Chaos Studio problems description: Learn to troubleshoot common problems when you use Azure Chaos Studio. -+
chaos-studio Tutorial Schedule https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/chaos-studio/tutorial-schedule.md
Last updated 11/12/2021 -+
cloud-services-extended-support Configure Scaling https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cloud-services-extended-support/configure-scaling.md
Title: Configure scaling for Azure Cloud Services (extended support) description: How to enable scaling options for Azure Cloud Services (extended support) -+
cloud-services-extended-support In Place Migration Common Errors https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cloud-services-extended-support/in-place-migration-common-errors.md
Title: Common errors and known issues when migrating to Azure Cloud Services (extended support) description: Overview of common errors when migrating from Cloud Services (classic) to Cloud Service (extended support) -+
cloud-services-extended-support In Place Migration Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cloud-services-extended-support/in-place-migration-overview.md
Title: Migrate Azure Cloud Services (classic) to Azure Cloud Services (extended support) description: Overview of migration from Cloud Services (classic) to Cloud Service (extended support) -+
cloud-services-extended-support In Place Migration Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cloud-services-extended-support/in-place-migration-portal.md
Title: How to migrate - portal description: How to migrate to Cloud Services (extended support) using the Azure portal -+
cloud-services-extended-support In Place Migration Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cloud-services-extended-support/in-place-migration-powershell.md
Title: Migrate to Azure Cloud Services (extended support) using PowerShell description: How to migrate from Azure Cloud Services (classic) to Azure Cloud Services (extended support) using PowerShell-+ ms.reviwer: mimckitt
cloud-services-extended-support In Place Migration Technical Details https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cloud-services-extended-support/in-place-migration-technical-details.md
Title: Technical details and requirements for migrating to Azure Cloud Services (extended support) description: Provides technical details and requirements for migrating from Azure Cloud Services (classic) to Azure Cloud Services (extended support)-+ ms.reviwer: mimckitt
cloud-services-extended-support Post Migration Changes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cloud-services-extended-support/post-migration-changes.md
Title: Azure Cloud Services (extended support) post-migration changes description: Overview of post migration changes after migrating to Cloud Services (extended support) -+
cloud-services Cloud Services How To Configure Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cloud-services/cloud-services-how-to-configure-portal.md
Title: How to configure a cloud service (classic) - Portal | Microsoft Docs description: Learn how to configure cloud services in Azure. Learn to update the cloud service configuration and configure remote access to role instances. These examples use the Azure portal. --++ Last updated 07/23/2024
cloud-services Cloud Services Model And Package https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cloud-services/cloud-services-model-and-package.md
Title: What is a Cloud Service (classic) model and package | Microsoft Docs description: Describes the cloud service model (.csdef, .cscfg) and package (.cspkg) in Azure --++ Last updated 07/23/2024
cloud-services Cloud Services Role Config Xpath https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cloud-services/cloud-services-role-config-xpath.md
Title: Cloud Services (classic) Role config XPath cheat sheet | Microsoft Docs description: The various XPath settings you can use in the cloud service role config to expose settings as an environment variable. --++ Last updated 07/23/2024
cloud-services Cloud Services Sizes Specs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cloud-services/cloud-services-sizes-specs.md
Title: Virtual machine sizes for Azure Cloud services (classic) | Microsoft Docs description: Lists the different virtual machine sizes (and IDs) for Azure cloud service web and worker roles. --++ Last updated 07/23/2024
cloud-services Schema Cscfg File https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cloud-services/schema-cscfg-file.md
Title: Azure Cloud Services (classic) Definition Schema (.cscfg File) | Microsoft Docs description: A service configuration (.cscfg) file specifies how many role instances to deploy for each role, configuration values, and certificate thumbprints for a role. --++ Last updated 07/24/2024
cloud-services Schema Cscfg Networkconfiguration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cloud-services/schema-cscfg-networkconfiguration.md
Title: Azure Cloud Services (classic) NetworkConfiguration Schema | Microsoft Docs description: Learn about the child elements of the NetworkConfiguration element of the service configuration file, which specifies Virtual Network and Domain Name System (DNS) values. --++ Last updated 07/24/2024
cloud-services Schema Cscfg Role https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cloud-services/schema-cscfg-role.md
Title: Azure Cloud Services (classic) Role Schema | Microsoft Docs description: The Role element of a service configuration file specifies how many role instances to deploy for each role, configuration values, and certificate thumbprints. --++ Last updated 07/24/2024
cloud-services Schema Csdef File https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cloud-services/schema-csdef-file.md
Title: Azure Cloud Services (classic) Definition Schema (.csdef File) | Microsoft Docs description: A service definition (.csdef) file defines a service model for an application, containing available roles, endpoints, and configuration values for the service. --++ Last updated 07/24/2024
cloud-services Schema Csdef Loadbalancerprobe https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cloud-services/schema-csdef-loadbalancerprobe.md
Title: Azure Cloud Services (classic) Def. LoadBalancerProbe Schema | Microsoft Docs description: The customer defined LoadBalancerProbe is a health probe of endpoints in role instances. It combines with web or worker roles in a service definition file. --++ Last updated 07/24/2024
cloud-services Schema Csdef Networktrafficrules https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cloud-services/schema-csdef-networktrafficrules.md
Title: Azure Cloud Services (classic) Def. NetworkTrafficRules Schema | Microsoft Docs description: Learn about NetworkTrafficRules, which limits the roles that can access the internal endpoints of a role. It combines with roles in a service definition file. --++ Last updated 07/24/2024
cloud-services Schema Csdef Webrole https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cloud-services/schema-csdef-webrole.md
Title: Azure Cloud Services (classic) Def. WebRole Schema | Microsoft Docs description: Azure web role is customized for web application programming supporting ASP.NET, PHP, WCF, and FastCGI. Learn about service definition elements of a web role. --++ Last updated 07/24/2024
cloud-services Schema Csdef Workerrole https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cloud-services/schema-csdef-workerrole.md
Title: Azure Cloud Services (classic) Def. WorkerRole Schema | Microsoft Docs description: The Azure worker role is used for generalized development and may perform background processing for a web role. Learn about the Azure worker role schema. --++ Last updated 07/24/2024
communication-services Voice And Video Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communication-services/concepts/analytics/logs/voice-and-video-logs.md
# Azure Communication Services Voice Calling and Video Calling logs
-Azure Communication Services offers logging capabilities that you can use to monitor and debug your Communication Services solution. You configure these capabilities through the Azure portal.
+Azure Communication Services provides logging capabilities that you can use to monitor and debug your Communication Services solution. Configure these capabilities through the Azure portal.
The content in this article refers to logs enabled through [Azure Monitor](../../../../azure-monitor/overview.md) (see also [FAQ](../../../../azure-monitor/overview.md#frequently-asked-questions)). To enable these logs for Communication Services, see [Enable logging in diagnostic settings](../enable-logging.md).
The following high-level descriptions of data concepts are specific to Voice Cal
Become familiar with the following terms: -- **Call**: As represented in the data, a call is an abstraction that's depicted by `correlationId`. Values for `correlationId` are unique for each call, and they're time-bound by `callStartTime` and `callDuration`.
+- **Call**: As represented in the data, a call is an abstraction depicted by `correlationId`. Values for `correlationId` are unique for each call, and are time-bound based on `callStartTime` and `callDuration`.
-- **Participant**: This entity represents the connection between an endpoint and the server. A participant (`participantId`) is present only when the call is a group call.
+- **Participant**: Represents the connection between an endpoint and the server. A participant (`participantId`) is present only when the call is a group call.
-- **Endpoint**: This is the most unique entity, represented by `endpointId`. Every call is an event that contains data from two or more endpoints. Endpoints represent the participants in the call.
+- **Endpoint**: The most unique entity, represented by `endpointId`. Every call is an event that contains data from two or more endpoints. Endpoints represent the participants in the call.
- `EndpointType` tells you whether the endpoint is a human user (PSTN or VoIP), a bot, or the server that's managing multiple participants within a call. When an `endpointType` value is `"Server"`, the endpoint is not assigned a unique ID. You can analyze `endpointType` and the number of `endpointId` values to determine how many users and other nonhuman participants (bots and servers) join a call.
+ `EndpointType` tells you whether the endpoint is a human user (PSTN or VoIP), a bot, or the server that's managing multiple participants within a call. When an `endpointType` value is `"Server"`, the endpoint isn't assigned a unique ID. You can analyze `endpointType` and the number of `endpointId` values to determine how many users and other nonhuman participants (bots and servers) join a call.
Native SDKs for Android and iOS reuse the same `endpointId` value for a user across multiple calls, so you can get an understanding of experiences across sessions. This process differs from web-based endpoints, which always generate a new `endpointId` value for each new call. -- **Stream**: This is the most granular entity. There's one stream for each direction (inbound or outbound) and `mediaType` value (for example, `Audio` or `Video`).
+- **Stream**: The most granular entity. There's one stream for each direction (inbound or outbound) and `mediaType` value (for example, `Audio` or `Video`).
## Data definitions
Become familiar with the following terms:
| Property | Description | | -- | |
-| `Timestamp` | The time stamp (UTC) of when the log was generated. |
+| `Timestamp` | The time stamp (UTC) when the log was generated. |
| `Operation Name` | The operation associated with the log record. | | `Operation Version` | The `api-version` value associated with the operation, if the `Operation Name` operation was performed through an API. If no API corresponds to this operation, the version represents the version of the operation, in case the properties associated with the operation change in the future. | | `Category` | The log category of the event. The category is the granularity at which you can enable or disable logs on a resource. The properties that appear within the `properties` blob of an event are the same within a log category and resource type. |
Become familiar with the following terms:
### Call summary log schema
-The call summary log contains data to help you identify key properties of all calls. A different call summary log is created for each `participantId` (`endpointId` in the case of peer-to-peer [P2P] calls) value in the call.
+The call summary log contains data to help you identify key properties of all calls. A different call summary log is created for each `participantId` (or `endpointId` for peer-to-peer [P2P] calls) value in the call.
> [!IMPORTANT] > Participant information in the call summary log varies based on the participant tenant. The SDK version and OS version are redacted if the participant is not within the same tenant (also called *cross-tenant*) as the Communication Services resource. Cross-tenant participants are classified as external users invited by a resource tenant to join and collaborate during a call.
-| Property | Description |
-|-|-|
-| `time` | The time stamp (UTC) of when the log was generated. |
-| `operationName` | The operation associated with the log record. |
-| `operationVersion` | The `api-version` value associated with the operation, if the `operationName` operation was performed through an API. If no API corresponds to this operation, the version represents the version of the operation, in case the properties associated with the operation change in the future. |
-| `category` | The log category of the event. This property is the granularity at which you can enable or disable logs on a resource. The properties that appear within the `properties` blob of an event are the same within a log category and resource type. |
-| `correlationId` | The unique ID for a call. It identifies correlated events from all of the participants and endpoints that connect during a single call, and you can use it to join data from different logs. If you ever need to open a support case with Microsoft, you can use the `correlationId` value to easily identify the call that you're troubleshooting. |
-| `identifier` | The unique ID for the user. The identity can be an Azure Communication Services user, a Microsoft Entra user ID, a Teams anonymous user ID, or a Teams bot ID. You can use this ID to correlate user events across logs. |
-| `callStartTime` | A time stamp for the start of the call, based on the first attempted connection from any endpoint. |
-| `callDuration` | The duration of the call, expressed in seconds. It's based on the first attempted connection and the end of the last connection between two endpoints. |
-| `callType` | The type of the call. It contains either `"P2P"` or `"Group"`. A `"P2P"` call is a direct 1:1 connection between only two, non-server endpoints. A `"Group"` call is a call that has more than two endpoints or is created as `"Group"` call before the connection. |
-| `teamsThreadId` | The Teams thread ID. This ID is relevant only when the call is organized as a Teams meeting. It then represents the use case of interoperability between Microsoft Teams and Azure Communication Services. <br><br>This ID is exposed in operational logs. You can also get this ID through the Chat APIs. |
-| `participantId` | The ID that's generated to represent the two-way connection between a `"Participant"` endpoint (`endpointType` = `"Server"`) and the server. When `callType` = `"P2P"`, there's a direct connection between two endpoints, and no `participantId` value is generated. |
-| `participantStartTime` | The time stamp for the beginning of the participant's first connection attempt. |
-| `participantDuration` | The duration of each participant connection in seconds, from `participantStartTime` to the time stamp when the connection ended. |
-| `participantEndReason` | The reason for the end of a participant connection. It contains Calling SDK error codes that the SDK emits (when relevant) for each `participantId` value. |
-| `endpointId` | The unique ID that represents each endpoint connected to the call, where `endpointType` defines the endpoint type. When the value is `null`, the connected entity is the Communication Services server (`endpointType` = `"Server"`). <br><br>The `endpointId` value can sometimes persist for the same user across multiple calls (`correlationId`) for native clients. The number of `endpointId` values determines the number of call summary logs. A distinct summary log is created for each `endpointId` value. |
-| `endpointType` | This value describes the properties of each endpoint that's connected to the call. It can contain `"Server"`, `"VOIP"`, `"PSTN"`, `"BOT"`, or `"Unknown"`. |
-| `sdkVersion` | The version string for the Communication Services Calling SDK version that each relevant endpoint uses (for example, `"1.1.00.20212500"`). |
-| `osVersion` | A string that represents the operating system and version of each endpoint device. |
-| `participantTenantId` | The ID of the Microsoft tenant associated with the identity of the participant. The tenant can either be the Azure tenant that owns the Azure Communication Services resource or the Microsoft tenant of an M365 identity. This field is used to guide cross-tenant redaction.
-|`participantType` | Description of the participant as a combination of its client (Azure Communication Services or Teams), and its identity, (Azure Communication Services or Microsoft 365). Possible values include: Azure Communication Services (Azure Communication Services identity and Azure Communication Services SDK), Teams (Teams identity and Teams client), Azure Communication Services as Teams external user (Azure Communication Services identity and Azure Communication Services SDK in Teams call or meeting), Azure Communication Services as Microsoft 365 user (M365 identity and Azure Communication Services client), and Teams Voice Apps.
-| `pstnPartcipantCallType `|It represents the type and direction of PSTN participants including Emergency calling, direct routing, transfer, forwarding, etc.|
-| `ParticipantEndSubCode `| it represents the Calling SDK error subcode that the SDK emits (when relevant) for each `participantId` value.|
-| `ResultCategory `|It represents the category of the participant ending the call. It can be one of these 4 values: Success, ExpectedError, UnexpectedClientError, UnexpectedServerError. |
+| Property | Description |
+| | |
+| `time` | The time stamp (UTC) when the log was generated. |
+| `operationName` | The operation associated with the log record. |
+| `operationVersion` | The `api-version` value associated with the operation, if the `operationName` operation was performed through an API. If no API corresponds to this operation, the version represents the version of the operation, in case the properties associated with the operation change in the future. |
+| `category` | The log category of the event. This property is the granularity at which you can enable or disable logs on a resource. The properties that appear within the `properties` blob of an event are the same within a log category and resource type. |
+| `correlationId` | The unique ID for a call. It identifies correlated events from all of the participants and endpoints that connect during a single call, and you can use it to join data from different logs. If you ever need to open a support case with Microsoft, you can use the `correlationId` value to easily identify the call that you're troubleshooting. |
+| `identifier` | The unique ID for the user. The identity can be an Azure Communication Services user, a Microsoft Entra user ID, a Teams anonymous user ID, or a Teams bot ID. You can use this ID to correlate user events across logs. |
+| `callStartTime` | A time stamp for the start of the call, based on the first attempted connection from any endpoint. |
+| `callDuration` | The duration of the call, expressed in seconds, based on the first attempted connection and the end of the last connection between two endpoints. |
+| `callType` | The type of the call. It contains either `"P2P"` or `"Group"`. A `"P2P"` call is a direct 1:1 connection between only two, nonserver endpoints. A `"Group"` call is a call that has more than two endpoints or is created as `"Group"` call before the connection. |
+| `teamsThreadId` | The Teams thread ID. This ID is relevant only when the call is organized as a Teams meeting. It then represents the use case of interoperability between Microsoft Teams and Azure Communication Services. <br><br>This ID is exposed in operational logs. You can also get this ID through the Chat APIs. |
+| `participantId` | The ID generated to represent the two-way connection between a `"Participant"` endpoint (`endpointType` = `"Server"`) and the server. When `callType` = `"P2P"`, there's a direct connection between two endpoints, and no `participantId` value is generated. |
+| `participantStartTime` | The time stamp for the beginning of the participant's first connection attempt. |
+| `participantDuration` | The duration of each participant connection in seconds, from `participantStartTime` to the time stamp when the connection ended. |
+| `participantEndReason` | The reason for the end of a participant connection. It contains Calling SDK error codes that the SDK emits (when relevant) for each `participantId` value. |
+| `endpointId` | The unique ID that represents each endpoint connected to the call, where `endpointType` defines the endpoint type. When the value is `null`, the connected entity is the Communication Services server (`endpointType` = `"Server"`). <br><br>The `endpointId` value can sometimes persist for the same user across multiple calls (`correlationId`) for native clients. The number of `endpointId` values determines the number of call summary logs. A distinct summary log is created for each `endpointId` value. |
+| `endpointType` | This value describes the properties of each endpoint connected to the call. It can contain `"Server"`, `"VOIP"`, `"PSTN"`, `"BOT"`, or `"Unknown"`. |
+| `sdkVersion` | The version string for the Communication Services Calling SDK version that each relevant endpoint uses (for example, `"1.1.00.20212500"`). |
+| `osVersion` | A string representing the operating system and version of each endpoint device. |
+| `participantTenantId` | The ID of the Microsoft tenant associated with the identity of the participant. The tenant can either be the Azure tenant that owns the Azure Communication Services resource or the Microsoft tenant of a Microsoft 365 identity. This field is used to guide cross-tenant redaction. |
+| `participantType` | Description of the participant as a combination of its client (Azure Communication Services or Teams), and its identity (Azure Communication Services or Microsoft 365). Possible values include: Azure Communication Services (Azure Communication Services identity and Azure Communication Services SDK), Teams (Teams identity and Teams client), Azure Communication Services as Teams external user (Azure Communication Services identity and Azure Communication Services SDK in Teams call or meeting), Azure Communication Services as Microsoft 365 user (Microsoft 365 identity and Azure Communication Services client), and Teams Voice Apps. |
+| `pstnPartcipantCallType` | Represents the type and direction of PSTN participants including Emergency calling, direct routing, transfer, forwarding, and so on. |
+| `ParticipantEndSubCode `| Represents the Calling SDK error subcode that the SDK emits (when relevant) for each `participantId` value. |
+| `ResultCategory `| Represents the category of the participant ending the call. It can be one of these 4 values: Success, ExpectedError, UnexpectedClientError, UnexpectedServerError. |
### Call diagnostic log schema
For each endpoint within a call, a distinct call diagnostic log is created for o
> [!NOTE] > In this article, P2P and group calls are within the same tenant, by default, for all call scenarios that are cross-tenant. They're specified accordingly throughout the article.
-| Property | Description |
-||-|
-| `operationName` | The operation associated with the log record. |
-| `operationVersion` | The `api-version` value associated with the operation, if the `operationName` operation was performed through an API. If no API corresponds to this operation, the version represents the version of the operation, in case the properties associated with the operation change in the future. |
-| `category` | The log category of the event. This property is the granularity at which you can enable or disable logs on a resource. The properties that appear within the `properties` blob of an event are the same within a log category and resource type. |
-| `correlationId` | The unique ID for a call. It identifies correlated events from all of the participants and endpoints that connect during a single call. If you ever need to open a support case with Microsoft, you can use the `correlationId` value to easily identify the call that you're troubleshooting. |
-| `participantId` | The ID that's generated to represent the two-way connection between a `"Participant"` endpoint (`endpointType` = `"Server"`) and the server. When `callType` = `"P2P"`, there's a direct connection between two endpoints, and no `participantId` value is generated. |
-| `identifier` | The unique ID for the user. The identity can be an Azure Communication Services user, a Microsoft Entra user ID, a Teams object ID, or a Teams bot ID. You can use this ID to correlate user events across logs. |
-| `endpointId` | The unique ID that represents each endpoint that's connected to the call, where `endpointType` defines the endpoint type. When the value is `null`, the connected entity is the Communication Services server. `EndpointId` can persist for the same user across multiple calls (`correlationId`) for native clients but is unique for every call when the client is a web browser. |
-| `endpointType` | The value that describes the properties of each `endpointId` instance. It can contain `"Server"`, `"VOIP"`, `"PSTN"`, `"BOT"`, `"Voicemail"`, `"Anonymous"`, or `"Unknown"`. |
-| `mediaType` | The string value that describes the type of media that's being transmitted between endpoints within each stream. Possible values include `"Audio"`, `"Video"`, `"VBSS"` (video-based screen sharing), and `"AppSharing"`. |
-| `streamId` | A non-unique integer that, together with `mediaType`, you can use to uniquely identify streams of the same `participantId` value.|
-| `transportType` | The string value that describes the network transport protocol for each `participantId` value. It can contain `"UDP"`, `"TCP"`, or `"Unrecognized"`. `"Unrecognized"` indicates that the system could not determine if the transport type was TCP or UDP. |
-| `roundTripTimeAvg` | The average time that it takes to get an IP packet from one endpoint to another within a `participantDuration` period. This network propagation delay is related to the physical distance between the two points, the speed of light, and any overhead that the various routers take in between. <br><br>The latency is measured as one-way time or round-trip time (RTT). Its value expressed in milliseconds. An RTT greater than 500 ms is negatively affecting the call quality. |
-| `roundTripTimeMax` | The maximum RTT (in milliseconds) measured fo reach media stream during a `participantDuration` period in a group call or during a `callDuration` period in a P2P call. |
-| `jitterAvg` | The average change in delay between successive packets. Azure Communication Services can adapt to some levels of jitter through buffering. When the jitter exceeds the buffering, which is approximately at a `jitterAvg` time greater than 30 ms, a negative quality impact is likely occurring. The packets arriving at different speeds cause a speaker's voice to sound robotic. <br><br>This metric is measured for each media stream over the `participantDuration` period in a group call or over the `callDuration` period in a P2P call. |
-| `jitterMax` | The maximum jitter value measured between packets for each media stream. Bursts in network conditions can cause problems in the audio/video traffic flow. |
-| `packetLossRateAvg` | The average percentage of packets that are lost. Packet loss directly affects audio quality. Small, individual lost packets have almost no impact, whereas back-to-back burst losses cause audio to cut out completely. The packets being dropped and not arriving at their intended destination cause gaps in the media. This situation results in missed syllables and words, along with choppy video and sharing. <br><br>A packet loss rate of greater than 10% (0.1) is likely having a negative quality impact. This metric is measured for each media stream over the `participantDuration` period in a group call or over the `callDuration` period in a P2P call. |
-| `packetLossRateMax` | This value represents the maximum packet loss rate (percentage) for each media stream over the `participantDuration` period in a group call or over the `callDuration` period in a P2P call. Bursts in network conditions can cause problems in the audio/video traffic flow.
-| `JitterBufferSizeAvg` | The average size of jitter buffer over the duration of each media stream. A jitter buffer is a shared data area where voice packets can be collected, stored, and sent to the voice processor in evenly spaced intervals. Jitter buffer is used to counter the effects of jitter. <br><br> Jitter buffers can be either static or dynamic. Static jitter buffers are set to a fixed size, while dynamic jitter buffers can adjust their size based on network conditions. The goal of the jitter buffer is to provide a smooth and uninterrupted stream of audio and video data to the user. <br><br> In the web SDK, this 'JitterBufferSizeAvg' is the average value of the 'jitterBufferDelay' during the call, the 'jitterBufferDelay' is the duration of an audio sample or a video frame that stays in the jitter buffer. <br><br> Normally when 'JitterBufferSizeAvg' value is greater than 200 ms, it will cause a negative quality impact.
-| `JitterBufferSizeMax` | The maximum jitter buffer size measured during the duration of each media stream. <br><br> Normally when this value is greater than 200 ms, it will cause a negative quality impact.
-| `HealedDataRatioAvg` | The average percentage of lost or damaged data packets that are successfully reconstructed or recovered by the healer over the duration of audio stream. Healed data ratio is a measure of the effectiveness of error correction techniques used in VoIP systems. <br><br> When this value is greater than 0.1 (10%), we consider the stream as bad quality.
-| `HealedDataRatioMax` | The maximum healed data ratio measured during the duration of each media stream. <br><br> When this value is greater than 0.1 (10%), we consider the stream as bad quality.
-| `VideoFrameRateAvg` | The average number of video frames that are transmitted per second during a video/screensharing call. The video frame rate can impact the quality and smoothness of the video stream, with higher frame rates generally resulting in smoother and more fluid motion. The standard frame rate for WebRTC video is typically 30 frames per second (fps), although this can vary depending on the specific implementation and network conditions. <br><br> The stream quality is considered poor when this value is less than 7 for video stream, or less than 1 for screensharing stream.
-| `RecvResolutionHeight` | The average of vertical size of the incoming video stream that is transmitted during a video/screensharing call. It's measured in pixels and is one of the factors that determines the overall resolution and quality of the video stream. The specific resolution used may depend on the capabilities of the devices and network conditions involved in the call. <br><br> The stream quality is considered poor when this value is less than 240 for video stream, or less than 768 for screensharing stream.
-| `RecvFreezeDurationPerMinuteInMs` | The average freeze duration in milliseconds per minute for incoming video/screensharing stream. Freezes are typically due to bad network condition and can degrade the stream quality. <br><br> The stream quality is considered poor when this value is greater than 6,000 ms for video stream, or greater than 25,000 ms for screensharing stream.
-| `PacketUtilization` | The packets sent or received for a given media stream. <br><br> Usually the longer the call, the higher the value is. If this value is zero, it could indicate that media is not flowing.
-| `VideoBitRateAvg` | The average bitrate (bits pers second) for a video or screenshare stream. <br><br> A low bitrate value could indicate poor network issue. The minimum bitrate (bandwidth) required can be found here: [Network bandwidth](../../voice-video-calling/network-requirements.md#network-bandwidth).
-| `VideoBitRateMax` | The maximum bitrate (bits pers second) for a video or screenshare stream. <br><br> A low bitrate value could indicate poor network issue. The minimum bitrate (bandwidth) required can be found here: [Network bandwidth](../../voice-video-calling/network-requirements.md#network-bandwidth).
-| `StreamDirection` | The direction of the media stream. It is either Inbound or Outbound.
-| `CodecName` | The name of the codec used for processing media streams. It can be OPUS, G722, H264S, SATIN etc.
+| Property | Description |
+| | |
+| `operationName` | The operation associated with the log record. |
+| `operationVersion` | The `api-version` value associated with the operation, if the `operationName` operation was performed through an API. If no API corresponds to this operation, the version represents the version of the operation, in case the properties associated with the operation change in the future. |
+| `category` | The log category of the event. This property is the granularity at which you can enable or disable logs on a resource. The properties that appear within the `properties` blob of an event are the same within a log category and resource type. |
+| `correlationId` | The unique ID for a call. It identifies correlated events from all of the participants and endpoints that connect during a single call. If you ever need to open a support case with Microsoft, you can use the `correlationId` value to easily identify the call that you're troubleshooting. |
+| `participantId` | ID generated to represent the two-way connection between a `"Participant"` endpoint (`endpointType` = `"Server"`) and the server. When `callType` = `"P2P"`, there's a direct connection between two endpoints, and no `participantId` value is generated. |
+| `identifier` | The unique ID for the user. The identity can be an Azure Communication Services user, a Microsoft Entra user ID, a Teams object ID, or a Teams bot ID. You can use this ID to correlate user events across logs. |
+| `endpointId` | The unique ID that represents each endpoint connected to the call, where `endpointType` defines the endpoint type. When the value is `null`, the connected entity is the Communication Services server. `EndpointId` can persist for the same user across multiple calls (`correlationId`) for native clients but is unique for every call when the client is a web browser. |
+| `endpointType` | The value that describes the properties of each `endpointId` instance. It can contain `"Server"`, `"VOIP"`, `"PSTN"`, `"BOT"`, `"Voicemail"`, `"Anonymous"`, or `"Unknown"`. |
+| `mediaType` | The string value that describes the type of media that's being transmitted between endpoints within each stream. Possible values include `"Audio"`, `"Video"`, `"VBSS"` (video-based screen sharing), and `"AppSharing"`. |
+| `streamId` | A nonunique integer that, together with `mediaType`, you can use to uniquely identify streams of the same `participantId` value. |
+| `transportType` | The string value that describes the network transport protocol for each `participantId` value. It can contain `"UDP"`, `"TCP"`, or `"Unrecognized"`. `"Unrecognized"` indicates that the system couldn't determine if the transport type was TCP or UDP. |
+| `roundTripTimeAvg` | The average time that it takes to get an IP packet from one endpoint to another within a `participantDuration` period. This network propagation delay is related to the physical distance between the two points, the speed of light, and any overhead that the various routers take in between. <br><br>The latency is measured as one-way time or round-trip time (RTT). Its value expressed in milliseconds. An RTT greater than 500 ms is negatively affecting the call quality. |
+| `roundTripTimeMax` | The maximum RTT (in milliseconds) measured fo reach media stream during a `participantDuration` period in a group call or during a `callDuration` period in a P2P call. |
+| `jitterAvg` | The average change in delay between successive packets. Azure Communication Services can adapt to some levels of jitter through buffering. When the jitter exceeds the buffering, which is approximately at a `jitterAvg` time greater than 30 ms, it can negatively affect quality. The packets arriving at different speeds cause a speaker's voice to sound robotic. <br><br> This metric is measured for each media stream over the `participantDuration` period in a group call or over the `callDuration` period in a P2P call. |
+| `jitterMax` | The maximum jitter value measured between packets for each media stream. Bursts in network conditions can cause problems in the audio/video traffic flow. |
+| `packetLossRateAvg` | The average percentage of packets that are lost. Packet loss directly affects audio quality. Small, individual lost packets have almost no impact, whereas back-to-back burst losses cause audio to cut out completely. The packets being dropped and not arriving at their intended destination cause gaps in the media. This situation results in missed syllables and words, along with choppy video and sharing. <br><br> A packet loss rate of greater than 10% (0.1) is likely having a negative quality impact. This metric is measured for each media stream over the `participantDuration` period in a group call or over the `callDuration` period in a P2P call. |
+| `packetLossRateMax` | This value represents the maximum packet loss rate (percentage) for each media stream over the `participantDuration` period in a group call or over the `callDuration` period in a P2P call. Bursts in network conditions can cause problems in the audio/video traffic flow. |
+| `JitterBufferSizeAvg` | The average size of jitter buffer over the duration of each media stream. A jitter buffer is a shared data area where voice packets can be collected, stored, and sent to the voice processor in evenly spaced intervals. Jitter buffer is used to counter the effects of jitter. <br><br> Jitter buffers can be either static or dynamic. Static jitter buffers are set to a fixed size, while dynamic jitter buffers can adjust their size based on network conditions. The goal of the jitter buffer is to provide a smooth and uninterrupted stream of audio and video data to the user. <br><br> In the web SDK, this `JitterBufferSizeAvg` is the average value of the `jitterBufferDelay` during the call. The `jitterBufferDelay` is the duration of an audio sample or a video frame that stays in the jitter buffer. <br><br> Normally when `JitterBufferSizeAvg` value is greater than 200 ms, it negatively impacts quality. |
+| `JitterBufferSizeMax` | The maximum jitter buffer size measured during the duration of each media stream. <br><br> Normally when this value is greater than 200 ms, it negatively impacts quality. |
+| `HealedDataRatioAvg` | The average percentage of lost or damaged data packets successfully reconstructed or recovered by the healer over the duration of audio stream. Healed data ratio is a measure of the effectiveness of error correction techniques used in VoIP systems. <br><br> When this value is greater than 0.1 (10%), we consider the stream as bad quality. |
+| `HealedDataRatioMax` | The maximum healed data ratio measured during the duration of each media stream. <br><br> When this value is greater than 0.1 (10%), we consider the stream as bad quality. |
+| `VideoFrameRateAvg` | The average number of video frames that are transmitted per second during a video/screensharing call. The video frame rate can impact the quality and smoothness of the video stream, with higher frame rates generally resulting in smoother and more fluid motion. The standard frame rate for WebRTC video is typically 30 frames per second (fps), although frame rate can vary depending on the specific implementation and network conditions. <br><br> The stream quality is considered poor when this value is less than 7 for video stream, or less than 1 for screen sharing stream. |
+| `RecvResolutionHeight` | The average of vertical size of the incoming video stream that is transmitted during a video/screensharing call. It's measured in pixels and is one of the factors that determines the overall resolution and quality of the video stream. The specific resolution used may depend on the capabilities of the devices and network conditions involved in the call. <br><br> The stream quality is considered poor when this value is less than 240 for video stream, or less than 768 for screen sharing stream. |
+| `RecvFreezeDurationPerMinuteInMs` | The average freeze duration in milliseconds per minute for incoming video/screensharing stream. Freezes are typically due to bad network condition and can degrade the stream quality. <br><br> The stream quality is considered poor when this value is greater than 6,000 ms for video stream, or greater than 25,000 ms for screen sharing stream. |
+| `PacketUtilization` | The packets sent or received for a given media stream. <br><br> Usually the longer the call, the higher the value is. If this value is zero, it could indicate that media is not flowing. |
+| `VideoBitRateAvg` | The average bitrate (bits pers second) for a video or screenshare stream. <br><br> A low bitrate value could indicate poor network issue. The minimum bitrate (bandwidth) required can be found here: [Network bandwidth](../../voice-video-calling/network-requirements.md#network-bandwidth). |
+| `VideoBitRateMax` | The maximum bitrate (bits pers second) for a video or screenshare stream. <br><br> A low bitrate value could indicate poor network issue. The minimum bitrate (bandwidth) required can be found here: [Network bandwidth](../../voice-video-calling/network-requirements.md#network-bandwidth). |
+| `StreamDirection` | The direction of the media stream. It is either Inbound or Outbound. |
+| `CodecName` | The name of the codec used for processing media streams. It can be OPUS, G722, H264S, SATIN, and so on. |
### Call client operations log schema
-The **call client operations** log provides client-side information about the calling endpoints and participants involved in a call. These logs are currently in preview and show client events that occurred in a call and what actions a customer may have taken during a call.
+The **call client operations** log provides client-side information about the calling endpoints and participants involved in a call. These logs are currently in preview and show client events that occurred in a call and which actions a customer takes during a call.
This log provides detailed information on actions taken during a call and can be used to visualize and investigate call issues by using Call Diagnostics for your Azure Communication Services Resource. [Learn more about Call Diagnostics](../../voice-video-calling/call-diagnostics.md)
-| Property | Description |
-||-|
+| Property | Description |
+| | |
| `CallClientTimeStamp` | The timestamp for when on operation occurred on the SDK in UTC. | | `OperationName` | The name of the operation triggered on the calling SDK. |
-| `CallId` | The unique ID for a call. It identifies correlated events from all of the participants and endpoints that connect during a single call, and you can use it to join data from different logs. It is similar to the correlationId in call summary log and call diagnostic log. |
+| `CallId` | The unique ID for a call. It identifies correlated events from all of the participants and endpoints that connect during a single call, and you can use it to join data from different logs. It's similar to the correlationId in call summary log and call diagnostic log. |
| `ParticipantId` | The unique identifier for each call leg (in Group calls) or call participant (in Peer to Peer calls). This ID is the main correlation point between CallSummary, CallDiagnostic, CallClientOperations, and CallClientMediaStats logs. | | `OperationType` | Call Client Operation. | | `OperationId` | A unique GGUID identifying an SDK operation. | | `DurationMs` | The time took by a Calling SDK operation to fail or succeed. | | `ResultType` | Field describing success or failure of an operation. |
-| `ResultSignature` | HTTP like failure or success code (200, 500). |
+| `ResultSignature` | HTTP-like failure or success code (200, 500). |
| `SdkVersion` | The version of Calling SDK being used. | | `UserAgent` | The standard user agent string based on the browser or the platform Calling SDK is used. | | `ClientInstanceId` | A unique GGUID identifying the CallClient object. |
This log provides detailed information on actions taken during a call and can be
The **call client media statistics time series** log provides client-side information about the media streams between individual participants involved in a call. These logs are currently in limited preview and provide detailed time series
-data on the audio, video, and screenshare media steams between
-participants with a default 10-seconds aggregation interval. The logs contain granular time series information about media stream type, direction, codec as well as bitrate properties (for example, max, min, average).
+data on the audio, video, and screen share media steams between
+participants with a default 10-seconds aggregation interval. The logs contain granular time series information about media stream type, direction, codec, and bitrate properties (for example, max, min, average).
This log provides more detailed information than the Call Diagnostic log
Diagnostics for your Azure Communication Services Resource. [Learn more about Ca
-| Property | Description |
-|-|-|
-| `OperationName` | The operation associated with the log record. |
-| `CallId` | The unique ID for a call. It identifies correlated events from all of the participants and endpoints that connect during a single call, and you can use it to join data from different logs. It is similar to the correlationId in call summary log and call diagnostic log. |
-| `CallClientTimeStamp` | The timestamp when the media stats is recorded. |
-| `MetricName` | The name of the media statistics, such as Bitrate, JitterInMs, PacketsPerSecond etc. |
-| `Count` | The number of data points sampled at a given timestamp. |
-| `Sum` | The sum of metric values of all the data points sampled. |
-| `Average` | The average metric value of the data points sampled. Average = Sum / Count |
-| `Minimum` | The minimum of metric values of all the data points sampled. |
-| `Maximum` | The maximum of metric values of all the data points sampled. |
-| `MediaStreamDirection` | The direction of the media stream. It can be send or receive |
-| `MediaStreamType` | The type of the media stream. It can be video, audio or screen. |
-| `MediaStreamCodec` | The codec used to encode/decode the media stream, such as H264, OPUS, VP8 etc. |
-| `ParticipantId` | The unique ID that is generated to represent each endpoint in the call. |
-| `ClientInstanceId` | The unique ID that represents the Call Client object created in the calling SDK. |
-| `EndpointId` | The unique ID that represents each endpoint that is connected to the call. EndpointId can persist for the same user across multiple calls (callIds) for native clients but is unique for every call when the client is a web browser. Note that EndpointId is not currently instrumented in this log. When implemented in future, it will match the values in CallSummary/Diagnostics logs |
-| `RemoteParticipantId` | The unique ID that represents the remote endpoint in the media stream. For example, a user can render multiple video streams for the other users in the same call. Each video stream has a different RemoteParticipantId. |
-| `RemoteEndpointId` | Same as EndpointId, but it represents the user on the remote side of the stream. |
-| `MediaStreamId` | A unique ID that represents each media stream in the call. MediaStreamId is not currently instrumented in clients. When implemented, it will match the streamId column in CallDiagnostics logs. |
-| `AggregationIntervalSeconds` | The time interval for aggregating the media statistics. Currently in calling SDK, the media metrics are sampled every 1 second, and when we report in the log we aggregate all samples every 10 seconds. So each row in this table at most have 10 sampling points.
-
+| Property | Description |
+| | |
+| `OperationName` | The operation associated with the log record. |
+| `CallId` | The unique ID for a call. It identifies correlated events from all of the participants and endpoints that connect during a single call, and you can use it to join data from different logs. It's similar to the correlationId in call summary log and call diagnostic log. |
+| `CallClientTimeStamp` | The timestamp when the media stats is recorded. |
+| `MetricName` | The name of the media statistics, such as `Bitrate`, `JitterInMs`, `PacketsPerSecond`, and so on. |
+| `Count`| The number of data points sampled at a given timestamp. |
+| `Sum` | The sum of metric values of all the data points sampled. |
+| `Average` | The average metric value of the data points sampled. Average = Sum / Count. |
+| `Minimum` | The minimum of metric values of all the data points sampled. |
+| `Maximum` | The maximum of metric values of all the data points sampled. |
+| `MediaStreamDirection` | The direction of the media stream. It can be `send` or `receive`. |
+| `MediaStreamType` | The type of the media stream. It can be `video`, `audio`, or `screen`. |
+| `MediaStreamCodec` | The codec used to encode/decode the media stream, such as `H264`, `OPUS`, `VP8`, and so on. |
+| `ParticipantId` | The unique ID generated to represent each endpoint in the call. |
+| `ClientInstanceId` | The unique ID representing the Call Client object created in the calling SDK. |
+| `EndpointId` | The unique ID that represents each endpoint that is connected to the call. EndpointId can persist for the same user across multiple calls (`callIds`) for native clients but is unique for every call when the client is a web browser. The `EndpointId` isn't currently instrumented in this log. When implemented, it matches the values in CallSummary/Diagnostics logs |
+| `RemoteParticipantId` | The unique ID that represents the remote endpoint in the media stream. For example, a user can render multiple video streams for the other users in the same call. Each video stream has a different `RemoteParticipantId`. |
+| `RemoteEndpointId` | Same as `EndpointId`, but it represents the user on the remote side of the stream. |
+| `MediaStreamId` | A unique ID that represents each media stream in the call. `MediaStreamId` isn't currently instrumented in clients. When implemented, it matches the `streamId` column in CallDiagnostics logs. |
+| `AggregationIntervalSeconds` | The time interval for aggregating the media statistics. Currently in the Calling SDK, media metrics are sampled every 1 second, and when we report in the log we aggregate all samples every 10 seconds. So each row in this table has, at most, 10 sampling points. |
### P2P vs. group calls There are two types of calls, as represented by `callType`: -- **Peer to Peer (P2P) call**: A connection between only two endpoints, with no server endpoint. P2P calls are initiated as a call between those endpoints and are not created as a group call event before the connection.
+- **Peer to Peer (P2P) call**: A connection between only two endpoints, with no server endpoint. P2P calls are initiated as a call between those endpoints and aren't created as a group call event before the connection.
- :::image type="content" source="../media/call-logs-azure-monitor/p2p-diagram.png" alt-text="Diagram that shows a P2P call across two endpoints.":::
+ :::image type="content" source="../media/call-logs-azure-monitor/p2p-diagram.png" alt-text="Diagram showing a P2P call across two endpoints.":::
- **Group call**: Any call that has more than two endpoints connected. Group calls include a server endpoint and the connection between each endpoint and the server. P2P calls that add another endpoint during the call cease to be P2P, and they become a group call. You can determine the timeline of when each endpoint joined the call by using the `participantStartTime` and `participantDuration` metrics.
- :::image type="content" source="../media/call-logs-azure-monitor/group-call-version-a.png" alt-text="Diagram that shows a group call across multiple endpoints.":::
+ :::image type="content" source="../media/call-logs-azure-monitor/group-call-version-a.png" alt-text="Diagram showing a group call across multiple endpoints.":::
## Log structure
Azure Communication Services creates four types of logs:
- **Call diagnostic logs**: Contain information about the stream, along with a set of metrics that indicate quality of experience measurements. For each `EndpointId` within a call (including the server), Azure Communication Services creates a distinct call diagnostic log for each media stream (audio or video, for example) between endpoints. -- **Call client operations logs**: Contain detailed call client events. These log events are generated for each `EndpointId` in a call and the number of event logs generated will depend on the operations the participant performed during the call.
+- **Call client operations logs**: Contain detailed call client events. These log events are generated for each `EndpointId` in a call and the number of event logs generated depends on the operations the participant performed during the call.
-- **Call client media statistics logs**: Contain detailed media stream values. These logs are generated for each media stream in a call. For each `EndpointId` within a call (including the server), Azure Communication Services creates a distinct log for each media stream (audio or video, for example) between endpoints. The volume of data generated in each log depends on the duration of call and number of media steams in the call.
+- **Call client media statistics logs**: Contain detailed media stream values. These logs are generated for each media stream in a call. For each `EndpointId` within a call (including the server), Azure Communication Services creates a distinct log for each media stream (audio or video, for example) between endpoints. The volume of data generated in each log depends on the duration of call and number of media steams in the call.
-In a P2P call, each log contains data that relates to each of the outbound streams associated with each endpoint. In a group call, each stream associated with `endpointType` = `"Server"` creates a log that contains data for the inbound streams. All other streams create logs that contain data for the outbound streams for all non-server endpoints. In group calls, use the `participantId` value as the key to join the related inbound and outbound logs into a distinct participant connection.
+In a P2P call, each log contains data that relates to each of the outbound streams associated with each endpoint. In a group call, each stream associated with `endpointType` = `"Server"` creates a log that contains data for the inbound streams. All other streams create logs that contain data for the outbound streams for all nonserver endpoints. In group calls, use the `participantId` value as the key to join the related inbound and outbound logs into a distinct participant connection.
### Example: P2P call The following diagram represents two endpoints connected directly in a P2P call. In this example, Communication Services creates two call summary logs (one for each `participantID` value) and four call diagnostic logs (one for each media stream).
-For Azure Communication Services (ACS) call client participants there will also be a series of call client operations logs and call client media stats time series logs. The exact number of these logs depend on what kind of SDK operations are called and how long the call is.
+For Azure Communication Services call client participants, there are also a series of call client operations logs and call client media statistics time series logs. The exact number of these logs depend on what kind of SDK operations are called and call duration.
### Example: Group call The following diagram represents a group call example with three `participantId` values (which means three participants) and a server endpoint. Multiple values for `endpointId` can potentially appear in multiple participants--for example, when they rejoin a call from the same device. Communication Services creates one call summary log for each `participantId` value. It creates four call diagnostic logs: one for each media stream per `participantId`.
-For Azure Communication Services (ACS) call client participants the call client operations logs are the same as P2P calls. For each participant using calling SDK, there will be a series of call client operations logs.
+For Azure Communication Services call client participants, the call client operations logs are the same as P2P calls. For each participant using calling SDK, there are a series of call client operations logs.
-For Azure Communication Services (ACS) call client participants the call client operations logs and call client media statistics time series logs are the same as P2P calls. For each participant using calling SDK, there will be a series of call client operations logs and call client media statistics time series logs.
+For Azure Communication Services call client participants, the call client operations logs and call client media statistics time series logs are the same as P2P calls. For each participant using calling SDK, there are a series of call client operations logs and call client media statistics time series logs.
### Example: Cross-tenant P2P call The following diagram represents two participants across multiple tenants that are connected directly in a P2P call. In this example, Communication Services creates one call summary log (one for each participant) with redacted OS and SDK versions. Communication Services also creates four call diagnostic logs (one for each media stream). Each log contains data that relates to the outbound stream of `participantID`. ### Example: Cross-tenant group call The following diagram represents a group call example with three `participantId` values across multiple tenants. Communication Services creates one call summary log for each participant with redacted OS and SDK versions. Communication Services also creates four call diagnostic logs that relate to each `participantId` value (one for each media stream). > [!NOTE] > This release supports only outbound diagnostic logs.
Here are shared fields for all logs in a P2P call:
#### Call summary logs
-Call summary logs have shared operation and category information:
+Call summary logs share operation and category information:
```json "operationName": "CallSummary",
Data for a group call is generated in three call summary logs and six call diagn
#### Call summary logs
-Call summary logs have shared operation and category information:
+Call summary logs share operation and category information:
```json "operationName": "CallSummary",
Here's a diagnostic log for an audio stream from a server endpoint to VoIP endpo
### Call client operations log and call client media statistics logs for P2P and group calls
-For call client operations log and call client media stats time series log, there is no difference between P2P and group call scenarios and the number of logs depends on the SDK operations and call duration. The following provide some generic samples that show the schema of these logs.
+For call client operations log and call client media stats time series log, there's no difference between P2P and group call scenarios and the number of logs depends on the SDK operations and call duration. The following code is a generic sample showing the schema of these logs.
#### Call client operations log
Here's a call client operations log for "CreateView" operation:
"Type": "ACSCallClientOperations" } ```
-Each participant can have many different metrics for a call. The following query can be run in Log Analytics in Azure portal to list all the possible Operations in the call client operations log:
+
+Each participant can have many different metrics for a call. You can run the following query in Log Analytics in the Azure portal to list all the possible Operations in the call client operations log:
`ACSCallClientOperations | distinct OperationName` #### Call client media statistics time series log
-The following is an example of media statistics time series log. It shows the participant's Jitter metric for receiving an audio stream at a specific timestamp.
+Here's an example of media statistics time series log. It shows the participant's Jitter metric for receiving an audio stream at a specific timestamp.
```json "properties": {
The following is an example of media statistics time series log. It shows the pa
} ```
-Each participant can have many different media statistics metrics for a call. The following query can be run in Log Analytics in Azure Portal to show all possible metrics in this log:
+Each participant can have many different media statistics metrics for a call. The following query can be run in Log Analytics in Azure portal to show all possible metrics in this log:
`ACSCallClientMediaStatsTimeSeries | distinct MetricName` ### Error codes
-The `participantEndReason` property contains a value from the set of Calling SDK error codes. You can refer to these codes to troubleshoot issues during the call, for each endpoint. See [Troubleshooting in Azure Communication Services](../../troubleshooting-info.md?tabs=csharp%2cios%2cdotnet#calling-sdk-error-codes).
+The `participantEndReason` property contains a value from the set of Calling SDK error codes. You can refer to these codes to troubleshoot issues during the call, for each endpoint. See [Troubleshooting call end response codes for Calling SDK, Call Automation SDK, PSTN, Chat SDK, and SMS SDK](../../troubleshooting-codes.md).
## Next steps
communication-services Sms Faq https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communication-services/concepts/sms/sms-faq.md
This article answers commonly asked questions about the SMS serv
Azure Communication Services customers can use Azure Event Grid to receive incoming messages. Follow this [quickstart](../../quickstarts/sms/handle-sms-events.md) to set up your event-grid to receive messages.
-### Can I receive messages from any country/region on toll-free numbers?
+### Can I receive messages from any country or region on toll-free numbers?
-Toll-free numbers aren't capable of sending or receiving messages to/from countries/regions outside of US, CA, and PR.
+Toll-free numbers aren't capable of sending or receiving messages to or from countries or regions outside of the United States (US), Canada (CA), and Puerto Rico (PR).
-### Can I receive messages from any country/region on short codes?
-Short codes are domestic numbers and aren't capable of sending or receiving messages to/from outside of the country/region it was registered for. *Example: US short code can only send and receive messages to/from US recipients.*
+### Can I receive messages from any country or region on short codes?
+Short codes are domestic numbers and aren't capable of sending or receiving messages to/from outside of the country or region it was registered for. *For example: US short code can only send and receive messages to and from US recipients.*
### How are messages sent to landline numbers treated?
Yes, you can make one request with multiple recipients. Follow this [quickstart]
### I received an HTTP Status 202 from the Send SMS API but the SMS didn't reach my phone, what do I do now?
-The 202 returned by the service means that your message was queued to be sent and not delivered. Use this [quickstart](../../quickstarts/sms/handle-sms-events.md) to subscribe to delivery report events and troubleshoot. Once the events are configured, inspect the "deliveryStatus" field of your delivery report to verify delivery success/failure.
+
+The 202 returned by the service means that the message you queued to be sent wasn't delivered. Use this [Quickstart: Handle SMS events](../../quickstarts/sms/handle-sms-events.md) to subscribe to delivery report events and troubleshoot. Once the events are configured, inspect the `deliveryStatus` field of your delivery report to verify delivery success or failure.
### How to send shortened URLs in messages? Shortened URLs are a good way to keep messages short and readable. However, US carriers prohibit the use of free publicly available URL shortener services. This is because the ΓÇÿfree-publicΓÇÖ URL shorteners are used by bad-actors to evade detection and get their SPAM messages passed through text messaging platforms. When sending messages in the US, we encourage using custom URL shorteners to create URLs with dedicated domain that belongs to your brand. Many US carriers block SMS traffic if they contain publicly available URL shorteners.
-Following is a list with examples of common URL shorteners you should avoid to maximize deliverability:
+To increase the chances of your messages being delivered, the following list shows examples of common URL shorteners you should avoid:
+ - bit.ly - goo.gl - tinyurl.com
Following is a list with examples of common URL shorteners you should avoid to m
- bc.vc ## Opt-out handling+ ### How does Azure Communication Services handle opt-outs for toll-free numbers?
-Opt-outs for US toll-free numbers are mandated and enforced by US carriers and can't be overridden.
-- **STOP** - If a text message recipient wishes to opt out, they can send ΓÇÿSTOPΓÇÖ to the toll-free number. The carrier sends the following default response for STOP: *"NETWORK MSG: You replied with the word "stop", which blocks all texts sent from this number. Text back "unstop" to receive messages again."*-- **START/UNSTOP** - If the recipient wishes to resubscribe to text messages from a toll-free number, they can send ΓÇÿSTARTΓÇÖ or ΓÇÿUNSTOPΓÇÖ to the toll-free number. The carrier sends the following default response for START/UNSTOP: *ΓÇ£NETWORK MSG: You have replied ΓÇ£unstopΓÇ¥ and will begin receiving messages again from this number.ΓÇ¥*-- Azure Communication Services detects STOP messages and blocks all further messages to the recipient. The delivery report indicates a failed delivery with the status message as ΓÇ£Sender blocked for given recipient.ΓÇ¥-- The STOP, UNSTOP, and START messages are relayed back to you. Azure Communication Services encourages you to monitor and implement these opt-outs to ensure that no further message-send attempts are made to recipients who opted out of your communications.
+Opt-outs for US toll-free numbers are mandated and enforced by US carriers and cannot be overridden.
+
+- **STOP** - If a text message recipient wishes to opt out, they can send `STOP` to the toll-free number. The carrier sends the following default response for STOP: *"NETWORK MSG: You replied with the word STOP, which blocks all texts sent from this number. Text back UNSTOP to receive messages again."*
+- **START/UNSTOP** - If the recipient wishes to resubscribe to text messages from a toll-free number, they can send `START` or `UNSTOP` to the toll-free number. The carrier sends the following default response for START/UNSTOP: *ΓÇ£NETWORK MSG: You have replied UNSTOP and will begin receiving messages again from this number.ΓÇ¥*
+- Azure Communication Services detects `STOP` messages and blocks all further messages to the recipient. The delivery report indicates a failed delivery with status message as ΓÇ£Sender blocked for given recipient.ΓÇ¥
+- The `STOP`, `UNSTOP`, and `START` messages are relayed back to you. Azure Communication Services encourages you to monitor and implement these opt-outs to ensure that no further message send attempts are made to recipients who opt out of your communications.
+
+### How does Azure Communication Services handle opt-outs for short codes?
+
+Azure communication service offers an opt-out management service for short codes that allows customers to configure responses to mandatory keywords STOP/START/HELP. Before provisioning your short code, you're asked for your preference to manage opt-outs. If you opt-in, the opt-out management service automatically uses your responses in the program brief for Opt in/ Opt out/ Help keywords in response to STOP/START/HELP keyword.
### How does Azure Communication Services handle opt-outs for short codes in United States?+ Azure communication service offers an opt-out management service for short codes in US that allows customers to configure responses to mandatory keywords STOP/START/HELP. Before you provision your short code, you're asked for your preference to manage opt-outs. If you opt in, the opt-out management service automatically uses your responses in the program brief for Opt in/ Opt out/ Help keywords in response to STOP/START/HELP keyword. *Example:* -- **STOP** - If a text message recipient wishes to opt out, they can send ΓÇÿSTOPΓÇÖ to the short code. Azure Communication Services sends your configured response for STOP: *"Contoso Alerts: YouΓÇÖre opted out and will receive no further messages."*-- **START** - If the recipient wishes to resubscribe to text messages from a short code, they can send ΓÇÿSTARTΓÇÖ to the short code. Azure Communication Service sends your configured response for START: *ΓÇ£Contoso Promo Alerts: 3 msgs/week. Msg&Data Rates May Apply. Reply HELP for help. Reply STOP to opt-out.ΓÇ¥*-- **HELP** - If the recipient wishes to get help with your service, they can send 'HELP' to the short code. Azure Communication Service sends the response you configured in the program brief for HELP: *"Thanks for texting Contoso! Call 1-800-800-8000 for support."*
+- **STOP** - If a text message recipient wishes to opt out, they can send `STOP` to the short code. Azure Communication Services sends your configured response for STOP: *"Contoso Alerts: You opted out and will not receive any more messages."*
+- **START** - If the recipient wishes to resubscribe to text messages from a short code, they can send `START` to the short code. Azure Communication Service sends your configured response for START: *ΓÇ£Contoso Promo Alerts: 3 msgs/week. Message & Data Rates May Apply. Reply HELP for help. Reply STOP to opt-out.ΓÇ¥*
+- **HELP** - If the recipient wishes to get help with your service, they can send `HELP` to the short code. Azure Communication Service sends the response you configured in the program brief for HELP: *"Thanks for texting Contoso! Call 1-800-800-8000 for support."*
-Azure Communication Services detects STOP messages and blocks all further messages to the recipient. The delivery report indicates a failed delivery with status message as ΓÇ£Sender blocked for given recipient.ΓÇ¥ The STOP, UNSTOP and START messages are relayed back to you. Azure Communication Services encourages you to monitor and implement these opt outs to ensure that no further message send attempts are made to recipients who have opted out of your communications.
+Azure Communication Services detects `STOP` messages and blocks all further messages to the recipient. The delivery report indicates a failed delivery with status message as ΓÇ£Sender blocked for given recipient.ΓÇ¥ The `STOP`, `UNSTOP`, and `START` messages are relayed back to you. We encourage you to monitor and implement these *opt-outs* to ensure that no further message send attempts are made to recipients who opt out of your communications.
### How does Azure Communication Services handle opt outs for alphanumeric sender ID?
-Alphanumeric sender ID isn't capable of receiving inbound messages or STOP messages. Azure Communication Services doesn't enforce or manage opt-out lists for alphanumeric sender ID. You must provide customers with instructions to opt out using other channels such as, calling support, providing an opt-out link in the message, or emailing support. See [messaging policy guidelines](./messaging-policy.md#how-we-handle-opt-out-requests-for-sms) for further details.
+Alphanumeric sender ID cannot receive inbound messages or `STOP` messages. Azure Communication Services does not enforce or manage opt-out lists for alphanumeric sender ID. You must provide customers with instructions to opt out using other channels such as, calling support, providing an opt-out link in the message, or emailing support. For more information, see [messaging policy guidelines](./messaging-policy.md#how-we-handle-opt-out-requests-for-sms).
### How does Azure Communication Services handle opt outs for short codes in Canada and United Kingdom? Azure Communication Services doesn't control or implement opt-out mechanisms for short codes within Canada and the United Kingdom. Recipients of text messages have the option to text ΓÇÿSTOPΓÇÖ to unsubscribe or ΓÇÿSTARTΓÇÖ to subscribe to the short code. These requests are relayed as incoming messages to your event grid. It is your responsibility to act on these messages by resubscribing recipients or ceasing message delivery accordingly. ## Short codes+ ### What is the eligibility to apply for a short code?
-Short Code availability is currently restricted to paid Azure subscriptions that have a billing address in the United States. Short Codes can't be acquired on trial accounts or using Azure free credits. For more details, check out our [subscription eligibility page](../numbers/sub-eligibility-number-capability.md).
+
+Short Code availability is restricted to paid Azure subscriptions that have a billing address in the United States. Short Codes can't be acquired on trial accounts or using Azure free credits. For more information, see the [subscription eligibility page](../numbers/sub-eligibility-number-capability.md).
### Can you text to a toll-free number from a short code?+ Azure Communication Services toll-free numbers are enabled to receive messages from short codes. However, short codes aren't typically enabled to send messages to toll-free numbers. If your messages from short codes to Azure Communication Services toll-free numbers are failing, check with your short code provider if the short code is enabled to send messages to toll-free numbers. ### How should a short code be formatted?
-Short codes don't fall under E.164 formatting guidelines and don't have a country code, or a "+" sign prefix. In the SMS API request, your short code should be passed as the 5-6 digit number you see in your short codes page without any prefix.
+
+Short codes don't fall under E.164 formatting guidelines and do not have a country code, or a plus sign (**+**) prefix. In the SMS API request, your short code should be passed as the five (5) to six (6) digit number you see in your short codes page without any prefix.
### How long does it take to get a short code? What happens after a short code program brief application is submitted?
-After you submit the short code program brief application in the Azure portal, the service desk works with the aggregators to get your application approved by each wireless carrier. This process generally takes 8-12 weeks. All updates and the status changes for your applications are communicated via the email you provide in the application. For more questions about your submitted application, email acstnrequest@microsoft.com.
+
+Once you submit the short code program brief application in the Azure portal, the service desk works with the aggregators to get your application approved by each wireless carrier. This process generally takes eight (8) to twelve (12) weeks. All updates and the status changes for your applications are communicated via the email you provide in the application. For more questions about your submitted application, email [acstnrequest@microsoft.com](mailto:acstnrequest@microsoft.com).
## Alphanumeric sender ID
After you submit the short code program brief application in the Azure portal, t
> Effective **June 30, 2024**, unregistered alphanumeric sender IDs sending messages to UK phone numbers will have its traffic blocked. To prevent this from happening, a [registration application](https://forms.office.com/r/pK8Jhyhtd4) needs to be submitted and be in approved status. ### How should an alphanumeric sender ID be formatted?+ **Formatting guidelines**: - Must contain at least one letter - Upto 11 characters-- Characters can include
+- Characters can include:
- Upper case letters: A - Z - Lower case letters: a - z
- - Numbers: 0-9
+ - Numbers: 0 - 9
- Spaces ### Is a number purchase required to use alphanumeric sender ID?
-The use of alphanumeric sender ID doesn't require purchase of any phone number. Alphanumeric sender ID can be enabled through the Azure portal. See [enable alphanumeric sender ID quickstart](../../quickstarts/sms/enable-alphanumeric-sender-id.md) for instructions.
+
+Using an alphanumeric sender ID doesn't require you to purchase any phone number. You can enable alphanumeric sender ID through the Azure portal. See [enable alphanumeric sender ID quickstart](../../quickstarts/sms/enable-alphanumeric-sender-id.md) for instructions.
+ ### Can I send SMS immediately after enabling alphanumeric sender ID?+ We recommend waiting for 10 minutes before you start sending messages for best results. ### Why is my alphanumeric sender ID getting replaced by a number?
-Alphanumeric sender ID replacement with a number may occur when a certain wireless carrier doesn't support alphanumeric sender ID. This is done to ensure high delivery rate.
+
+Alphanumeric sender ID replacement with a number may occur when a certain wireless carrier doesn't support alphanumeric sender ID. This is done to ensure high delivery rate.
## Toll-Free Verification
Alphanumeric sender ID replacement with a number may occur when a certain wirele
> Effective **January 31, 2024**, only fully verified toll-free numbers will be able to send traffic. Unverified toll-free numbers sending messages to US and CA phone numbers will have its traffic **blocked**. ### What is toll free verification?+ The toll-free verification process ensures that your services running on toll-free numbers (TFNs) comply with carrier policies and [industry best practices](./messaging-policy.md). This also provides relevant service information to the downstream carriers, reduces the likelihood of false positive filtering and wrongful spam blocks. This verification is **required** for best SMS delivery experience.
This verification is **required** for best SMS delivery experience.
### What happens if I don't verify my toll-free numbers? #### SMS to US phone numbers+ Effective January 31, 2024, the industryΓÇÖs toll-free aggregator is mandating toll-free verification and will only allow verified numbers to send SMS messages. New limits are as follows:
New limits are as follows:
> [!IMPORTANT]
-> Unverified SMS traffic that exceeds the daily limit or is filtered for spam will have a [4010 error code](../troubleshooting-info.md#sms-error-codes) returned for both scenarios.
+> Unverified SMS traffic that exceeds the daily limit or is filtered for spam has a [4010 error code](../troubleshooting-codes.md) returned for both scenarios.
### What happens after I submit the toll-free verification form?
-After submission of the form, we'll coordinate with our downstream peer to get the application verified by the toll-free messaging aggregator. While we are reviewing your application, we may reach out to you for more information.
+After submission of the form, we coordinate with our downstream peer to get the application verified by the toll-free messaging aggregator. While we're reviewing your application, we may reach out to you for more information.
- From Application Submitted to Pending = **1-5 business days** -- From Pending to Verdict (Verfied/Rejected/More info needed) = **4-5 weeks**. The toll-free aggregator is currently facing a high volume of applications due to which applications can take around eight weeks to get approved.
+- From Pending to Verdict (Verfied/Rejected/More info needed) = **4-5 weeks**. The toll-free aggregator is currently facing a high volume of applications, so new applications can take around eight weeks to be approved.
The whole toll-free verification process takes about **5-6 weeks**. These timelines are subject to change depending on the volume of applications to the toll-free messaging aggregator and the [quality](#what-is-considered-a-high-quality-toll-free-verification-application) of your application. The toll-free aggregator is currently facing a high volume of applications due to which applications can take around eight weeks to get approved. Updates for changes and the status of your applications are communicated via the regulatory blade in Azure portal. ### How do I submit a toll-free verification?
-To submit a toll-free verification application, navigate to Azure Communication Service resource that your toll-free number is associated with in Azure portal and navigate to the Phone numbers blade. Select on the Toll-Free verification application link displayed as "Submit Application" in the infobox at the top of the phone numbers blade. Complete the form.
-### What is considered a high quality toll-free verification application?
-The better the quality of your application, the greater the likelihood of it being approved.
+To submit a toll-free verification application, navigate to Azure Communication Service resource that your toll-free number is associated with in Azure portal. Navigate to the Phone numbers blade. Select the Toll-Free verification application link displayed as **Submit Application** in the infobox at the top of the phone numbers blade. Complete the form and submit it.
+
+### What is considered a high quality toll-free verification application?
-Pointers to ensure you're submitting a high-quality application:
-- Phone number(s) listed is/are Toll-free number(s)-- All required fields completed-- The use case isn't listed on our [Ineligible Use Case](#what-are-the-ineligible-use-cases-for-toll-free-verification) list -- Opt-in process is documented/detailed-- Opt-in image URL is provided and publicly accessible -- [CTIA guidelines](https://www.ctia.org/the-wireless-industry/industry-commitments/messaging-interoperability-sms-mms) are being followed
+The better the quality of your application, the greater the likelihood of it being approved.
+
+Pointers to ensure you're submitting a high quality application:
+- Phone numbers listed are Toll-free numbers
+- Complete all required fields
+- Your use case isn't listed on our [Ineligible Use Case](#what-are-the-ineligible-use-cases-for-toll-free-verification) list
+- Your opt-in process is documented/detailed
+- Your opt-in image URL is provided and publicly accessible
+- You follow [CTIA guidelines](https://www.ctia.org/the-wireless-industry/industry-commitments/messaging-interoperability-sms-mms)
+
+### What are the ineligible use cases for toll-free verification?
-### What are the ineligible use cases for toll-free verification?
| High-Risk Financial Services | Get Rich Quick Schemes | Debt Forgiveness | Illegal Substances/Activites | General | ||--|-||--| | Payday loans | Debt consolidation | Work from home programs | Cannabis | Phishing |
Pointers to ensure you're submitting a high-quality application:
| Sweepstakes | | | | Firearms | | Stock alerts | | | | | | Cryptocurrency | | | | |+ ### How is my data being used?+ Toll-free verification (TFV) involves an integration between Microsoft and the Toll-Free messaging aggregator. The toll-free messaging aggregator is the final reviewer and approver of the TFV application. Microsoft must share the TFV application information with the toll-free messaging aggregator for them to confirm that the program details meet the CTIA guidelines and standards set by carriers. By submitting a TFV form, you agree that Microsoft may share the TFV application details as necessary for provisioning the toll-free number. ## Character and rate limits+ ### What is the SMS character limit?+ The size of a single SMS message is 140 bytes. The character limit per single message being sent depends on the message content and encoding used. Azure Communication Services supports both GSM-7 and UCS-2 encoding. - **GSM-7** - A message containing text characters only is encoded using GSM-7
This table shows the maximum number of characters that can be sent per SMS segme
Azure Communication Services supports sending and receiving of long messages over SMS. However, some wireless carriers or devices may act differently when receiving long messages. We recommend keeping SMS messages to a length of 320 characters and reducing the use of accents to ensure maximum delivery.
-*Limitation of US short code - There is a known limit of ~four segments when sending/receiving a message with Non-ASCII characters. Beyond four segments, the message may not be delivered with the right formatting.
+*Limitation of US short code - There is a known limit of ~four (4) segments when sending or receiving a message with Non-ASCII characters. Beyond four segments, the message may not be delivered with the right formatting.
### Are there any limits on sending messages?
-To ensure that we continue offering the high quality of service consistent with our SLAs, Azure Communication Services applies rate limits (different for each primitive). Developers who call our APIs beyond the limit receives a 429 HTTP Status Code Response.
+To ensure that we continue offering the high quality of service consistent with our SLAs, Azure Communication Services applies rate limits (different for each primitive). Developers who call our APIs beyond the limit receive a 429 HTTP Status Code Response.
Rate Limits for SMS:
As with similar Azure services, customers are notified at least 30 days before t
## Emergency support ### Can a customer use Azure Communication Services for emergency purposes?
-Azure Communication Services doesn't support text-to-911 functionality in the United States, but itΓÇÖs possible that you may have an obligation to do so under the rules of the Federal Communications Commission (FCC). You should assess whether the FCCΓÇÖs text-to-911 rules apply to your service or application. To the extent you're covered by these rules, you're responsible for routing 911 text messages to emergency call centers that request them. You're free to determine your own text-to-911 delivery model, but one approach accepted by the FCC involves automatically launching the native dialer on the userΓÇÖs mobile device to deliver 911 texts through the underlying mobile carrier.
+Azure Communication Services does not support text-to-911 functionality in the United States, but itΓÇÖs possible that you may have an obligation to do so under the rules of the Federal Communications Commission (FCC). You should assess whether the FCCΓÇÖs text-to-911 rules apply to your service or application. To the extent you're covered by these rules, you are responsible for routing 911 text messages to emergency call centers that request them. You're free to determine your own text-to-911 delivery model, but one approach accepted by the FCC involves automatically launching the native dialer on the userΓÇÖs mobile device to deliver 911 texts through the underlying mobile carrier.
communication-services Troubleshooting Pstn Call Failures https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communication-services/concepts/telephony/troubleshooting-pstn-call-failures.md
+
+ Title: Troubleshooting PSTN call failures - Azure Communication Services
+description: How to troubleshoot PSTN call failures by logging and viewing call codes.
+ Last updated : 11/24/2023++++
+audience: ITPro
+
+localization_priority: Normal
+
+# Troubleshooting Azure Communication Services PSTN call failures
+
+When troubleshooting Azure Communication Services PSTN call failures, we recommended that you [enable logging](../analytics/enable-logging.md). Then you can use `ResultCategories`, `ParticipantEndReason`, and `ParticipantEndSubCode` values to determine why an individual call ended and whether the system detected any failures.
+
+## Using ResultCategories to troubleshoot PSTN call failures
+
+The `ResultCategories` array is a property of the [Call summary log schema](../analytics/logs/voice-and-video-logs.md#call-summary-log-schema) and contains a list of general reasons describing how the call ended.
+
+General reasons that a call ended:
+
+- Success
+- Failure
+- UnexpectedClientError
+- UnexpectedServerError
+
+This information can help developers determine why a call ended without generating a detailed error log.
+
+If this level of detail isn't sufficient, then developers can use `ParticipantEndReason` and `ParticipantEndSubCode` to understand the reasons for call end in greater detail. For more information, see the next section.
+
+## Using ParticipantEndReason and ParticipantEndSubCode to troubleshoot PSTN call failures
+
+The `ParticipantEndReason` and `ParticipantEndSubCode` are properties of the [Call summary log schema](../analytics/logs/voice-and-video-logs.md#call-summary-log-schema) and provide more details about why the call ended.
+
+When you're troubleshooting PSTN calls, use these two properties to understand why the call ended as follows:
+
+- **`ParticipantEndReason`**: A three-digit code that shows the general call status. This code explains why the call ended, and groups failures by category. For example, `ParticipantEndReason 404` tells us that caller/callee wasn't found, `ParticipantEndReason 500` means that a service error occurred, and so on. This code is based on the SIP response codes. For more information, see Wikipedia's [List of SIP response codes](https://en.wikipedia.org/wiki/List_of_SIP_response_codes).
+
+- **`ParticipantEndSubCode`** : A more specific response code, usually six digits long, that explains in greater detail why there was a problem with the call.
+
+## Understanding the ParticipantEndSubCode relationship
+
+A key factor in troubleshooting Azure Communication Services PSTN calls is determining whether the final response code for the call comes from a Microsoft process or the users/operators Session Border Controller (SBC). An easy way to determine where the code originated is to look at the `ParticipantEndSubCode` response.
+
+If the `ParticipantEndSubCode` starts with **560**, it indicates that the response code is generated by the users/operators Session Border Controller (SBC), so developers should check their SBC configuration.
+
+- For example, if the `ParticipantEndSubCode` is **560403**, it means that the final response code is generated by the SBC, and the last three digits indicate SIP response code **403**. In this case, a developer should start troubleshooting the calls using the SBC logs.
+
+For all other `ParticipantEndSubCode` responses that don't start with **560**, the final response code is generated by a Microsoft service.
+
+## Detailed information on individual error codes
+
+For more information about common error codes and suggested actions, see [Troubleshooting call end response codes for Calling SDK, Call Automation SDK, and PSTN calls](../troubleshooting-codes.md).
+
+## Related articles
+
+For more information, see [Troubleshooting in Azure Communication Services](../troubleshooting-info.md).
communication-services Troubleshooting Codes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communication-services/concepts/troubleshooting-codes.md
+
+ Title: Troubleshooting call end response codes for Calling SDK, Call Automation SDK, PSTN, Chat SDK, and SMS SDK - Azure Communication Services
+description: Use call end response codes to diagnose why a call ended for Calling SDK, Call Automation SDK, PSTN, Chat SDK, and SMS SDK.
+ Last updated : 11/24/2023++++
+audience: ITPro
+
+localization_priority: Normal
+zone_pivot_groups: acs-calling-automation-pstn
++
+# Troubleshooting call end response codes for Calling SDK, Call Automation SDK, PSTN, Chat SDK, and SMS SDK
+
+This article describes troubleshooting call end response codes for Calling SDK, Call Automation, and PSTN calling.
+
+## Troubleshooting tips
+
+Consider the following tips when troubleshooting certain issues:
+- Your application isn't receiving an `IncomingCall Event Grid` event: Make sure the application endpoint is [validated with Event Grid](../../event-grid/webhook-event-delivery.md) when creating an event subscription. The provisioning status for your event subscription is marked as succeeded if the validation was successful.
+- For error `The field CallbackUri is invalid`: Call Automation doesn't support HTTP endpoints. Make sure the callback URL you provide supports HTTPS.
+- The `PlayAudio` action doesn't play anything: Currently only Wave file (.wav) format is supported for audio files. The audio content in the wave file must be mono (single-channel), 16-bit samples with a 16,000 (16 KHz) sampling rate.
+- Actions on PSTN endpoints aren't working: For `CreateCall`, `Transfer`, `AddParticipant`, and `Redirect` to phone numbers, you need to set the `SourceCallerId` in the action request. Unless you're using direct routing, the source caller ID must be a phone number owned by your Communication Services resource for the action to succeed.
+
+For more information about issues tracked by the product team, see [Known issues](./known-issues.md).
+
+> [!NOTE]
+> Message and Result Categories listed in the following tables are in public preview. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
++++++++
+## Related articles
+
+- [Troubleshooting in Azure Communication Services](./troubleshooting-info.md)
+- [Troubleshooting Azure Communication Services PSTN call failures](./telephony/troubleshooting-pstn-call-failures.md)
communication-services Troubleshooting Info https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communication-services/concepts/troubleshooting-info.md
# Troubleshooting in Azure Communication Services
+<a name="calling-sdk-error-codes"></a>
This document helps you troubleshoot issues that you may experience within your Communication Services solution. If you're troubleshooting SMS, you can [enable delivery reporting with Event Grid](../quickstarts/sms/handle-sms-events.md) to capture SMS delivery details. ## Getting help
-We encourage developers to submit questions, suggest features, and report problems as issues. To aid in getting help, we have a [dedicated support and help options page](../support.md) that lists your options for support.
+We encourage developers to submit questions, suggest features, and report problems as issues. For more information, see the [dedicated support and help options page](../support.md).
-To help you troubleshoot certain types of issues, you may be asked for any of the following pieces of information:
+To help you troubleshoot certain issues, you might need one or more of the following pieces of information:
-* **MS-CV ID**: This ID is used to troubleshoot calls and messages.
-* **Call ID**: This ID is used to identify Communication Services calls.
-* **SMS message ID**: This ID is used to identify SMS messages.
-* **Short Code Program Brief ID**: This ID is used to identify a short code program brief application.
-* **Toll-free verification campaign brief ID**: This ID is used to identify a toll-free verification campaign brief application.
-* **Email message ID**: This ID is used to identify Send Email requests.
-* **Correlation ID**: This ID is used to identify requests made using Call Automation.
-* **Call logs**: These logs contain detailed information can be used to troubleshoot calling and network issues.
+* **MS-CV ID**: Troubleshoot calls and messages.
+* **Call ID**: Identify Communication Services calls.
+* **SMS message ID**: Identify SMS messages.
+* **Short Code Program Brief ID**: Identify a short code program brief application.
+* **Toll-free verification campaign brief ID**: Identify a toll-free verification campaign brief application.
+* **Email message ID**: Identify Send Email requests.
+* **Correlation ID**: Identify requests made using Call Automation.
+* **Call logs**: Contain detailed information can be used to troubleshoot calling and network issues.
-Also take a look at our [service limits](service-limits.md) documentation for more information on throttling and limitations.
+For more information about throttling and limitations, see [Service limits](service-limits.md).
## Access your MS-CV ID
-The MS-CV ID can be accessed by configuring diagnostics in the `clientOptions` object instance when initializing your SDKs. Diagnostics can be configured for any of the Azure SDKs including Chat, Identity, and VoIP calling.
+You can access the MS-CV ID by configuring diagnostics in the `clientOptions` object instance when initializing your SDKs. You can configure diagnostics for any Azure SDK including Chat, Identity, and VoIP calling.
### Client options example
-The following code snippets demonstrate diagnostics configuration. When the SDKs are used with diagnostics enabled, diagnostics details can be emitted to the configured event listener:
+The following code snippets demonstrate diagnostics configuration. When you enable diagnostics for SDKs, diagnostics details can be emitted to the configured event listener:
# [C#](#tab/csharp) ```
chat_client = ChatClient(
## Access IDs required for Call Automation
-When troubleshooting issues with the Call Automation SDK, like call management or recording problems, you need to collect the IDs that help identify the failing call or operation. You can provide either of the two IDs mentioned here.
+When troubleshooting issues with the Call Automation SDK, such as call management or recording problems, you need to collect the IDs that help identify the failing call or operation. You can provide either of the following two IDs.
+ - From the header of API response, locate the field `X-Ms-Skype-Chain-Id`.
- ![Screenshot of response header showing X-Ms-Skype-Chain-Id.](media/troubleshooting/response-header.png)
-- From the callback events your application receives after executing an action. For example `CallConnected` or `PlayFailed`, locate the correlationID.
+ ![Screenshot of response header showing X-Ms-Skype-Chain-Id.](media/troubleshooting/response-header.png)
+
+- From the callback events, your application receives after executing an action. For example `CallConnected` or `PlayFailed`, locate the correlationID.
![Screenshot of call disconnected event showing correlation ID.](media/troubleshooting/correlation-id-in-callback-event.png)
-In addition to one of these IDs, please provide the details on the failing use case and the timestamp for when the failure was observed.
+In addition to one of these IDs, you need to provide details about the failing use case and the timestamp when the failure occurred.
## Access your client call ID
-When troubleshooting voice or video calls, you may be asked to provide a `call ID`. This value can be accessed via the `id` property of the `call` object:
+When troubleshooting voice or video calls, you might need to provide a `call ID`. Access this value via the `id` property of the `call` object:
# [JavaScript](#tab/javascript) ```javascript
console.log(result); // your message ID is in the result
``` ## Access your short code program brief ID
-The program brief ID can be found on the [Azure portal](https://portal.azure.com) in the Short Codes blade.
+Find the program brief ID on the [Azure portal](https://portal.azure.com) in the Short Codes section.
:::image type="content" source="./media/short-code-trouble-shooting.png" alt-text="Screenshot showing a short code program brief ID."::: ## Access your toll-free verification campaign brief ID
-The program brief ID can be found on the [Azure portal](https://portal.azure.com) in the Regulatory Documents blade.
+Find the program brief ID on the [Azure portal](https://portal.azure.com) in the Regulatory Documents section.
:::image type="content" source="./media/toll-free-troubleshooting.png" alt-text="Screenshot showing a toll free verification campaign brief ID."::: ## Access your email operation ID
-When troubleshooting send email or email message status requests, you may be asked to provide an `operation ID`. This value can be accessed in the response:
+When troubleshooting send email or email message status requests, you might need to provide an `operation ID`. You can access this value in the response:
# [.NET](#tab/dotnet) ```csharp
Console.WriteLine($"Email operation id = {emailSendOperation.Id}");
## Accessing Support Files in the Calling SDK
-Calling SDK provides convenience methods to get access to the Log Files. These files can serve valuable to Microsoft support specialists and engineers. Pro-actively collecting these logs when issues are detected is recommended.
+Calling SDK provides convenient methods to access to the Log Files. These files can serve valuable to Microsoft support specialists and engineers. We recommend that you collect these logs when you detect an issue.
## Enable and Access Call Logs ### [JavaScript] The Azure Communication Services Calling SDK relies internally on [@azure/logger](https://www.npmjs.com/package/@azure/logger) library to control logging.
-Use the `setLogLevel` method from the `@azure/logger` package to configure the log output level. Create a logger and pass it into the CallClient constructor:
+
+Use the `setLogLevel` method from the `@azure/logger` package to configure the log output level. Create a logger and pass it into the `CallClient` constructor as follows:
```javascript import { setLogLevel, createClientLogger, AzureLogger } from '@azure/logger';
const callClient = new CallClient({ logger });
``` You can use AzureLogger to redirect the logging output from Azure SDKs by overriding the `AzureLogger.log` method:
-You can log to the browser console, a file, buffer, send to our own service, etc. If you are going to send logs over
-the network to your own service, do not send a request per log line because this will affect browser performance. Instead, accumulate logs lines and send them in batches.
+
+You can log to the browser console, a file, buffer, send to our own service, and so on. If you're going to send logs over the network to your own service, don't send a request per log line because this adversely affects browser performance. Instead, accumulate logs lines and send them in batches.
+ ```javascript // Redirect log output AzureLogger.log = (...args) => {
AzureLogger.log = (...args) => {
### Native SDK (Android/iOS)
-For Android, iOS and Windows the Azure Communication Services Calling SDK offers access to log files.
+For Android, iOS, and Windows, the Azure Communication Services Calling SDK offers access to log files.
-For Calling Native SDK's, refer to [the log file access tutorials](../tutorials/log-file-retrieval-tutorial.md)
+For Calling Native SDKs, see the [Log file access tutorials](../tutorials/log-file-retrieval-tutorial.md)
### UI Libraries (Android, iOS)
-If you are using the Azure Communication Services UI Libraries for Android or iOS, user feedback can be solicited through the built-in support form.
+If you're using the Azure Communication Services UI Libraries for Android or iOS, you can solicit user feedback through the built-in support form.
-For more information on how to use the support functionality of the Calling UI Support form, see the [Support Form integration tutorial](../tutorials/collecting-user-feedback/collecting-user-feedback.md). This document guides you through adding the necessary event handler, and creating a basic client/server implementation for centralized storage of support information. This guide is designed to guide you on your path towards an integration with the support services your organization uses.
+For more information about the support functions of the Calling UI Support form, see the [Support Form integration tutorial](../tutorials/collecting-user-feedback/collecting-user-feedback.md). This document guides you through adding the necessary event handler, and creating a basic client/server implementation for centralized storage of support information. This guide describes the path for integrating with the support services used by your organization.
## Building end to end Support Flows in your ACS Integrations
-Whether you are using Calling SDK or Calling UI SDK, providing support to end users is a key component of any robust integration. The following document highlights the key considerations at each point of the Support feedback loop, and provides jumping off points to learn more.
+Whether you're using Calling SDK or Calling UI SDK, providing support to your customers is a key component of any robust integration. The following document highlights the key considerations at each point of the Support feedback loop, and provides jumping off points to learn more.
[Providing User Support](../concepts/voice-video-calling/retrieve-support-files.md)
You can find your current Teams license using [licenseDetails](/graph/api/resour
``` 1. The **Response preview** pane displays output as follows:
- Note that the response object shown here might be shortened for readability.
+ The response object shown here might be shortened for readability.
<!-- { "blockType": "response", "truncated": true,
You can find your current Teams license using [licenseDetails](/graph/api/resour
``` 1. Find license detail where property `servicePlanName` has one of the values in the [Eligible Teams Licenses table](../quickstarts/eligible-teams-licenses.md) -
-## Calling SDK error codes
-
-The Azure Communication Services Calling SDK uses the following error codes to help you troubleshoot calling issues. These error codes are exposed through the `call.callEndReason` property after a call ends.
-
-| Error code | Description | Action to take |
-| -- | | |
-| 403 | Forbidden / Authentication failure. | Ensure that your Communication Services token is valid and not expired. |
-| 404 | Call not found. | Ensure that the number you're calling (or call you're joining) exists. |
-| 408 | Call controller timed out. | Call Controller timed out waiting for protocol messages from user endpoints. Ensure clients are connected and available. |
-| 410 | Local media stack or media infrastructure error. | Ensure that you're using the latest SDK in a supported environment. |
-| 430 | Unable to deliver message to client application. | Ensure that the client application is running and available. |
-| 480 | Remote client endpoint not registered. | Ensure that the remote endpoint is available. |
-| 481 | Failed to handle incoming call. | File a support request through the Azure portal. |
-| 487 | Call canceled, locally declined, ended due to an endpoint mismatch issue, or failed to generate media offer. | Expected behavior. |
-| 490, 491, 496, 497, 498 | Local endpoint network issues. | Check your network. |
-| 500, 503, 504 | Communication Services infrastructure error. | File a support request through the Azure portal. |
-| 603 | Call globally declined by remote Communication Services participant | Expected behavior. |
-
-## Call Automation SDK error codes
-The below error codes are exposed by Call Automation SDK.
-
-| Error Code | Description | Actions to take |
-|--|--|--|
-| 400 | Bad request | The input request is invalid. Look at the error message to determine which input is incorrect.
-| 400 | Play Failed | Ensure your audio file is WAV, 16KHz, Mono and make sure the file url is publicly accessible. |
-| 400 | Recognize Failed | Check the error message. The message highlights if this failure is due to timeout being reached or if operation was canceled. For more information about the error codes and messages you can check our how-to guide for [gathering user input](../how-tos/call-automation/recognize-action.md#event-codes).
-| 401 | Unauthorized | HMAC authentication failed. Verify whether the connection string used to create CallAutomationClient is correct.
-| 403 | Forbidden | Request is forbidden. Make sure that you can have access to the resource you are trying to access.
-| 404 | Resource not found | The call you are trying to act on doesn't exist. For example, transferring a call that has already disconnected.
-| 429 | Too many requests | Retry after a delay suggested in the Retry-After header, then exponentially backoff.
-| 500 | Internal server error | Retry after a delay. If it persists, raise a support ticket.
-| 500 | Play Failed | File a support request through the Azure portal. |
-| 500 | Recognize Failed | Check error message and confirm the audio file format is valid (WAV, 16KHz, Mono), if the file format is valid then file a support request through Azure portal. |
-| 502 | Bad gateway | Retry after a delay with a fresh http client.
-
-Consider the below tips when troubleshooting certain issues.
-- Your application is not getting IncomingCall Event Grid event: Make sure the application endpoint has been [validated with Event Grid](../../event-grid/webhook-event-delivery.md) at the time of creating event subscription. The provisioning status for your event subscription is marked as succeeded if the validation was successful. -- Getting the error 'The field CallbackUri is invalid': Call Automation does not support HTTP endpoints. Make sure the callback url you provide supports HTTPS.-- PlayAudio action does not play anything: Currently only Wave file (.wav) format is supported for audio files. The audio content in the wave file must be mono (single-channel), 16-bit samples with a 16,000 (16KHz) sampling rate.-- Actions on PSTN endpoints aren't working: CreateCall, Transfer, AddParticipant and Redirect to phone numbers require you to set the SourceCallerId in the action request. Unless you are using Direct Routing, the source caller ID should be a phone number owned by your Communication Services resource for the action to succeed. -
-Refer to [this article](./known-issues.md) to learn about any known issues being tracked by the product team.
-
-## Chat SDK error codes
-
-The Azure Communication Services Chat SDK uses the following error codes to help you troubleshoot chat issues. The error codes are exposed through the `error.code` property in the error response.
-
-| Error code | Description | Action to take |
-| -- | | |
-| 401 | Unauthorized | Ensure that your Communication Services token is valid and not expired. |
-| 403 | Forbidden | Ensure that the initiator of the request has access to the resource. |
-| 429 | Too many requests | Ensure that your client-side application handles this scenario in a user-friendly manner. If the error persists, please file a support request. |
-| 503 | Service Unavailable | File a support request through the Azure portal. |
-
-## SMS error codes
-
-The Azure Communication Services SMS SDK uses the following error codes to help you troubleshoot SMS issues. The error codes are exposed through the "DeliveryStatusDetails" field in the SMS delivery report.
-
-| Error code | Description | Action to take |
-| -- | | |
-| 2000 | Message Delivered Successfully | |
-| 4000 | Message is rejected due to fraud detection | Ensure you aren't exceeding the maximum number of messages allowed for your number|
-| 4001 | Message is rejected due to invalid Source/From number format| Ensure the To number is in E.164 format and From number format is in E.164 or Short code format |
-| 4002 | Message is rejected due to invalid Destination/To number format| Ensure the To number is in E.164 format |
-| 4003 | Message failed to deliver due to unsupported destination| Check if the destination you're trying to send to is supported |
-| 4004 | Message failed to deliver since Destination/To number doesn't exist| Ensure the To number you're sending to is valid |
-| 4005 | Message is blocked by Destination carrier| |
-| 4006 | The Destination/To number isn't reachable| Try resending the message at a later time |
-| 4007 | The Destination/To number has opted out of receiving messages from you| Mark the Destination/To number as opted out so that no further message attempts are made to the number|
-| 4008 | You've exceeded the maximum number of messages allowed for your profile| Ensure you aren't exceeding the maximum number of messages allowed for your number or use queues to batch the messages |
-| 4009 | Message is rejected by Microsoft Entitlement System| Most often this happens if fraudulent activity is detected. Please contact support for more details |
-| 4010 | Message was blocked due to the toll-free number not being verified | [Review unverified sending limits](./sms/sms-faq.md#toll-free-verification) and submit toll-free verification as soon as possible |
-| 5000 | Message failed to deliver. Please reach out Microsoft support team for more details| File a support request through the Azure portal |
-| 5001 | Message failed to deliver due to temporary unavailability of application/system| |
-| 5002 | Carrier does not support delivery report | Most often this happens if a carrier does not support delivery reports. No action required as message may have been delivered already. |
-| 9999 | Message failed to deliver due to unknown error/failure| Try resending the message |
---
-## Related information
-- Access logs for [voice and video](./analytics/logs/voice-and-video-logs.md), [chat](./analytics/logs/chat-logs.md), [email](./analytics/logs/email-logs.md), [recording](./analytics/logs/recording-logs.md), [SMS](./analytics/logs/sms-logs.md) and [call automation](./analytics/logs/call-automation-logs.md).-- Log Filename APIs for Calling SDK-- [Metrics](metrics.md)-- [Service limits](service-limits.md)
+## Related articles
+- [Troubleshooting Azure Communication Services PSTN call failures](./telephony/troubleshooting-pstn-call-failures.md).
+- [Troubleshooting call end response codes for Calling SDK, Call Automation SDK, PSTN, Chat SDK, and SMS SDK](./troubleshooting-codes.md).
+- Access logs for [voice and video](./analytics/logs/voice-and-video-logs.md), [chat](./analytics/logs/chat-logs.md), [email](./analytics/logs/email-logs.md), [network traversal](./analytics/logs/network-traversal-logs.md), [recording](./analytics/logs/recording-logs.md), [SMS](./analytics/logs/sms-logs.md) and [call automation](./analytics/logs/call-automation-logs.md).
+- [Metrics](metrics.md).
+- [Service limits](service-limits.md).
communication-services Troubleshoot Web Voip Quality https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communication-services/concepts/voice-video-calling/troubleshoot-web-voip-quality.md
VoIP calling using Azure Communication Services is an efficient and reliable way
## Pre call check-up
-When using the internet at various locations, you experience different internet speeds. At home, internet speed and reliability can differ due to factors such as the type of internet connection, the quality of the router, and the number of devices connected to the network. In the office, internet speed and reliability are impacted by the number of users on the network, the quality of the network infrastructure, and the type of internet connection. When you are using cellular data, internet speed and reliability are affected by factors such as the strength of the cellular signal, the distance from the cell tower, and the number of users on the network. Additionally, some cellular plans have data caps or throttling, which can affect internet speed and reliability.
+When using the internet at various locations, you experience different internet speeds. At home, internet speed and reliability can differ due to factors such as the type of internet connection, the quality of the router, and the number of devices connected to the network. In the office, internet speed and reliability can be impacted by the number of users on the network, the quality of the network infrastructure, and the type of internet connection. When you're using cellular data, internet speed and reliability can be affected by factors such as the strength of the cellular signal, the distance from the cell tower, and the number of users on the network. Additionally, some cellular plans have data caps or throttling, which can affect internet speed and reliability.
Overall, internet connections can vary depending on the location and the factors that affect the quality of the connection. It's important to test network ability.
-Run a network diagnostic check at [Azure Communication Services Network Diagnostic Tool](https://azurecommdiagnostics.net/) to learn more about the network connection and settings of your machine. This tool checks all the essential parameters to help you determine if the network connection at your local machine is compatible with Azure Communication Services. You can also run this test this on mobile devices. For more information about network quality, bandwidth, configuration, and optimization, see [Network recommendations](network-requirements.md).
+To learn more about the network connection and settings of your machine, run a network diagnostic check at [Azure Communication Services Network Diagnostic Tool](https://azurecommdiagnostics.net/). The network diagnostic tool checks all the essential parameters to help you determine if the network connection at your local machine is compatible with Azure Communication Services. You can also run this test on mobile devices. For more information about network quality, bandwidth, configuration, and optimization, see [Network recommendations](network-requirements.md).
Enable logging via diagnostic settings in Azure monitor. For more information, see [Enable logs via Diagnostic Settings in Azure Monitor](../analytics/enable-logging.md).
When a caller can hear the other party, but the other party can't hear the calle
### Delayed call audio
-When caller or callee reports excessive delays in the call audio. It can be caused by excessive latency on the line. Call audio latency can be caused by several factors including delayed packet transmission or delivery somewhere along the line, or the technologies used in the call.
+When caller or callee reports excessive delays in the call audio, it can be caused by excessive latency on the line. Call audio latency can be caused by several factors including delayed packet transmission or delivery somewhere along the line, or the technologies used in the call.
### Call audio echoing
-When a caller or callee reports that they hear their own delayed audio being transmitted back to them, we refer to this as call audio echo. Echo can be caused by positioning and volume levels of the speaker and microphone at one end of the line, or by crosstalk on copper wire (landline) networks.
+When a caller or callee reports that they hear their own delayed audio being transmitted back to them, we refer to this as *call audio echo*. Echo can be caused by positioning and volume levels of the speaker and microphone at one end of the line, or by crosstalk on copper wire (landline) networks.
### Volume indicator API
-When a caller or callee reports that the volume of a call is either too loud or too quiet, we typically classify this as a call audio volume issue. These call volume issues are often caused by the hardware used, including the positioning and levels of the speaker and/or microphone at one end of the line. If the input and output indicator show that the userΓÇÖs volume is low, you can prompt the user to speak louder.
+When a caller or callee reports that the volume of a call is either too loud or too quiet, we typically classify this as a call audio volume issue. These call volume issues are often caused by the hardware, including the positioning and levels of the speaker and/or microphone at one end of the line. If the input and output indicator show that the userΓÇÖs volume is low, you can prompt the user to speak louder.
For more information, see [Accessing call volume level](../../quickstarts/voice-video-calling/get-started-volume-indicator.md).
For more information, see [End of Call Survey overview](end-of-call-survey-conce
For more information about using Call Quality Dashboard (CQD) to view interop call logs, see [Use CQD to manage call and meeting quality in Microsoft Teams](/microsoftteams/quality-of-experience-review-guide).
-For more information about Calling SDK error codes, see [Troubleshooting in Azure Communication Services](../troubleshooting-info.md#calling-sdk-error-codes). You can use these codes to help determine why a call ended with disruptions.
+For more information about Calling SDK error codes, see [Troubleshooting in Azure Communication Services](../troubleshooting-codes.md). You can use these codes to help determine why a call ended with disruptions.
To ensure smooth functioning of the application and provide better user experience, app developers should follow a checklist. For more information, see the [Checklist for advanced calling experiences in web browsers - Microsoft Community Hub](https://techcommunity.microsoft.com/t5/azure-communication-services/checklist-for-advanced-calling-experiences-in-web-browsers/ba-p/3266312).
communication-services Understanding Error Codes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communication-services/resources/troubleshooting/voice-video-calling/general-troubleshooting-strategies/understanding-error-codes.md
The Calling SDK and respective server infrastructure use a unified framework to
## Azure Communication Services Calling End call codes and subcodes There are different explanations for why a call ended. Here are the meanings of the end of call codes and subcodes that show how a call can end.
-| Subcode | Code | Message (public preview *) | Result Categories (public preview *) | Advice |
+| Subcode | Code | Message (public preview) | Result Categories (public preview) | Advice |
||||--|--| | 0 | 0 | Call ended successfully by local participant. | Success | | | 0 | 487 | Call ended successfully as caller canceled the call. | Success | |
communications-gateway Connect Operator Connect https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/connect-operator-connect.md
Title: Connect Azure Communications Gateway to Operator Connect or Teams Phone M
description: After deploying Azure Communications Gateway, you can configure it to connect to the Operator Connect and Teams Phone Mobile environments. -+ Last updated 03/22/2024
communications-gateway Connect Teams Direct Routing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/connect-teams-direct-routing.md
Title: Connect Azure Communications Gateway to Microsoft Teams Direct Routing
description: After deploying Azure Communications Gateway, you can configure it to connect to the Microsoft Phone System for Microsoft Teams Direct Routing. -+ Last updated 03/22/2024
communications-gateway Connect Zoom https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/connect-zoom.md
Title: Connect Azure Communications Gateway to Zoom Phone Cloud Peering
description: After deploying Azure Communications Gateway, you can configure it to connect to Zoom servers for Zoom Phone Cloud Peering. -+ Last updated 04/25/2024
communications-gateway Connectivity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/connectivity.md
Title: Connecting to Azure Communications Gateway
description: Learn about connecting Azure Communications Gateway to your networks and the IP addresses and domain names you need to know. -+ Last updated 04/26/2024
communications-gateway Deploy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/deploy.md
Title: Deploy Azure Communications Gateway
description: This article guides you through planning for and deploying an Azure Communications Gateway. -+ Last updated 01/08/2024
communications-gateway Emergency Calls Operator Connect https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/emergency-calls-operator-connect.md
Title: Emergency calling for Operator Connect and Teams Phone Mobile with Azure
description: Understand Azure Communications Gateway's support for emergency calling with Operator Connect and Teams Phone Mobile -+ Last updated 10/09/2023
communications-gateway Emergency Calls Teams Direct Routing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/emergency-calls-teams-direct-routing.md
Title: Emergency calling for Microsoft Teams Direct Routing with Azure Communica
description: Understand Azure Communications Gateway's support for emergency calling with Microsoft Teams Direct Routing -+ Last updated 10/09/2023
communications-gateway Emergency Calls Zoom https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/emergency-calls-zoom.md
Title: Emergency calling for Zoom Phone Cloud Peering with Azure Communications
description: Understand Azure Communications Gateway's support for emergency calling with Zoom Phone Cloud Peering -+ Last updated 11/06/2023
communications-gateway Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/get-started.md
Title: Getting started with Azure Communications Gateway
description: Learn how to plan for and deploy Azure Communications Gateway. -+ Last updated 02/16/2024
communications-gateway Integrate With Provisioning Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/integrate-with-provisioning-api.md
Title: Get ready to use Azure Communications Gateway's Provisioning API
description: Learn how to integrate with the Provisioning API for Azure Communications Gateway. The Provisioning API allows you to configure customers and associated numbers. -+ Last updated 03/29/2024
communications-gateway Interoperability Operator Connect https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/interoperability-operator-connect.md
Title: Overview of Operator Connect and Teams Phone Mobile with Azure Communicat
description: Understand how Azure Communications Gateway fits into your fixed and mobile networks and into the Operator Connect and Teams Phone Mobile environments. -+ Last updated 02/16/2024
communications-gateway Interoperability Teams Direct Routing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/interoperability-teams-direct-routing.md
Title: Overview of Microsoft Teams Direct Routing with Azure Communications Gate
description: Understand how Azure Communications Gateway works with Microsoft Teams Direct Routing and your fixed network. -+ Last updated 03/31/2024
communications-gateway Interoperability Zoom https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/interoperability-zoom.md
Title: Overview of Zoom Phone Cloud Peering with Azure Communications Gateway
description: Understand how Azure Communications Gateway fits into your fixed and mobile networks and into the Zoom Phone Cloud Peering program. -+ Last updated 03/31/2024
communications-gateway Lab https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/lab.md
Title: Lab deployments for Azure Communications Gateway
description: Learn about the benefits of lab deployments for Azure Communications Gateway -+ Last updated 01/08/2024
communications-gateway Limits https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/limits.md
Title: Azure Communications Gateway limits, quotas and restrictions
description: Understand the limits and quotas associated with the Azure Communications Gateway -+ Last updated 10/10/2023
communications-gateway Maintenance Notifications https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/maintenance-notifications.md
Title: Check for Azure Communications Gateway upgrades and maintenance
description: Learn how to use Azure Service Health to check for upgrades and maintenance notifications for Azure Communications Gateway. -+ Last updated 04/10/2024
communications-gateway Manage Enterprise Operator Connect https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/manage-enterprise-operator-connect.md
Title: Use Azure Communications Gateway's Number Management Portal (preview) to
description: Learn how to add and remove enterprises and numbers with Azure Communication Gateway's Number Management Portal. -+ Last updated 02/16/2024
communications-gateway Manage Enterprise Teams Direct Routing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/manage-enterprise-teams-direct-routing.md
Title: Manage Microsoft Teams Direct Routing customers on Azure Communications G
description: Learn how to configure Azure Communications Gateway and Microsoft 365 for a Microsoft Teams Direct Routing customer. -+ Last updated 03/31/2024
communications-gateway Manage Enterprise Zoom https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/manage-enterprise-zoom.md
Title: Manage Zoom Phone Cloud Peering customers on Azure Communications Gateway
description: Learn how to configure Azure Communications Gateway and Microsoft 365 for a Zoom Phone Cloud Peering customer. -+ Last updated 04/25/2024
communications-gateway Mobile Control Point https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/mobile-control-point.md
Title: Mobile Control Point in Azure Communications Gateway for Teams Phone Mobi
description: Azure Communication Gateway optionally contains Mobile Control Point for anchoring Teams Phone Mobile calls in the Microsoft Cloud -+ Last updated 04/17/2023
communications-gateway Monitor Azure Communications Gateway https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/monitor-azure-communications-gateway.md
Title: Monitoring your Azure Communications Gateway
description: Start here to learn how to monitor Azure Communications Gateway. -+ Last updated 01/25/2024
communications-gateway Monitoring Azure Communications Gateway Data Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/monitoring-azure-communications-gateway-data-reference.md
description: Important reference material needed when you monitor Azure Communic
-+ Last updated 02/01/2024
communications-gateway Onboarding https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/onboarding.md
Title: Onboarding for Azure Communications Gateway
description: Understand the Included Benefits and your other options for onboarding to Azure Communications Gateway for Microsoft or Zoom connectivity -+ Last updated 11/06/2023
communications-gateway Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/overview.md
Title: What is Azure Communications Gateway?
description: Azure Communications Gateway allows telecoms operators to interoperate with Operator Connect, Teams Phone Mobile, Microsoft Teams Direct Routing, and Zoom Phone. -+
communications-gateway Plan And Manage Costs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/plan-and-manage-costs.md
description: Learn how to plan for and manage costs for Azure Communications Gat
-+ Last updated 01/08/2024
communications-gateway Prepare For Live Traffic Operator Connect https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/prepare-for-live-traffic-operator-connect.md
Title: Prepare for Operator Connect or Teams Phone Mobile live traffic with Azur
description: After deploying Azure Communications Gateway, you and your onboarding team must carry out further integration work before you can launch your Teams Phone Mobile or Operator Connect service. -+ Last updated 02/16/2024
communications-gateway Prepare For Live Traffic Teams Direct Routing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/prepare-for-live-traffic-teams-direct-routing.md
Title: Prepare for Microsoft Teams Direct Routing live traffic with Azure Commun
description: After deploying Azure Communications Gateway, you and your onboarding team must carry out further integration work before you can launch your Microsoft Teams Direct Routing service. -+ Last updated 04/24/2024
communications-gateway Prepare For Live Traffic Zoom https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/prepare-for-live-traffic-zoom.md
Title: Prepare for Zoom Phone Cloud Peering live traffic with Azure Communicatio
description: After deploying Azure Communications Gateway, you must carry out further integration work before you can launch your Zoom Phone Cloud Peering service. -+ Last updated 04/25/2024
communications-gateway Prepare For Vnet Injection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/prepare-for-vnet-injection.md
Title: Prepare to connect Azure Communications Gateway to your own virtual netwo
description: Learn how to complete the prerequisite tasks required to deploy Azure Communications Gateway with VNet injection. -+ Last updated 04/26/2024
communications-gateway Prepare To Deploy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/prepare-to-deploy.md
Title: Prepare to deploy Azure Communications Gateway
description: Learn how to complete the prerequisite tasks required to deploy Azure Communications Gateway in Azure. -+ Last updated 04/26/2024
communications-gateway Provision User Roles https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/provision-user-roles.md
Title: Set up user roles for Azure Communications Gateway
description: Learn how to configure the user roles required to deploy, manage, and monitor your Azure Communications Gateway. -+ Last updated 02/16/2024
communications-gateway Provisioning Platform https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/provisioning-platform.md
Title: Provisioning Azure Communications Gateway
description: Learn about customer and number configuration with the Provisioning API and Number Management Portal for Azure Communications Gateway. -+ #CustomerIntent: As someone learning about Azure Communications Gateway, I want to understand the Provisioning Platform, so that I know whether I need to integrate with it
communications-gateway Reliability Communications Gateway https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/reliability-communications-gateway.md
Title: Reliability in Azure Communications Gateway
description: Find out about reliability in Azure Communications Gateway. -+ - subject-reliability
communications-gateway Request Changes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/request-changes.md
Title: Get support or request changes for Azure Communications Gateway
description: This article guides you through how to submit support requests if you have a problem with your service or require changes to it. -+ Last updated 01/08/2023
communications-gateway Role In Network https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/role-in-network.md
Title: Azure Communications Gateway and your network
description: Azure Communication Gateway sits on the edge of your network. Its interoperability features allow it to adapt to your requirements. -+ Last updated 03/31/2024
communications-gateway Security https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/security.md
Title: Security and Azure Communications Gateway
description: Understand how Microsoft keeps your Azure Communications Gateway and user data secure -+ Last updated 11/17/2023
communications-gateway Whats New https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/communications-gateway/whats-new.md
Title: What's new in Azure Communications Gateway?
description: Discover what's new in Azure Communications Gateway. Learn how to get started with the latest features. -+ Last updated 04/03/2024
confidential-computing Application Development https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/application-development.md
Title: Azure confidential computing development tools
description: Use tools and libraries to develop applications for confidential computing on Intel SGX --++ Last updated 11/01/2021
confidential-computing Attestation Solutions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/attestation-solutions.md
Title: Attestation description: Learn what attestation is and how to use it at Microsoft --++ Last updated 05/02/2023
confidential-computing Attestation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/attestation.md
Title: Attestation for SGX enclaves
description: You can use attestation to verify that your Azure confidential computing SGX enclave is secure. --++ Last updated 12/20/2021
confidential-computing Choose Confidential Containers Offerings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/choose-confidential-containers-offerings.md
Title: Choose container offerings for confidential computing description: How to choose the right confidential container offerings to meet your security, isolation and developer needs. --++ Last updated 11/01/2021
confidential-computing Concept Skr Attestation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/concept-skr-attestation.md
Title: Secure Key Release with Azure Key Vault and Azure Confidential Computing description: Concept guide on what SKR is and its usage with Azure Confidential Computing Offerings --++ Last updated 8/22/2023
confidential-computing Confidential Ai https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/confidential-ai.md
description: Confidential AI services and solutions --++ Last updated 05/17/2023
confidential-computing Confidential Computing Deployment Models https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/confidential-computing-deployment-models.md
Title: Choose Between Deployment Models description: Choose Between Deployment Models --++ Last updated 4/30/2024
confidential-computing Confidential Computing Solutions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/confidential-computing-solutions.md
Title: Building Azure confidential solutions description: Learn how to build solutions on Azure confidential computing --++ Last updated 11/01/2021
confidential-computing Confidential Containers Aks Security Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/confidential-containers-aks-security-policy.md
description: Understand the security policy implemented to provide self-protecti
-+ Last updated 11/13/2023
confidential-computing Confidential Containers Enclaves https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/confidential-containers-enclaves.md
Last updated 7/15/2022 --++ # Confidential containers on Azure Kubernetes Service(AKS) with Intel SGX enclaves
confidential-computing Confidential Containers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/confidential-containers.md
Last updated 9/12/2023 --++ # Confidential containers on Azure
confidential-computing Confidential Enclave Nodes Aks Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/confidential-enclave-nodes-aks-get-started.md
Title: 'Quickstart: Deploy an AKS cluster with Enclave Confidential Container Intel SGX nodes by using the Azure CLI' description: Learn how to create an Azure Kubernetes Service (AKS) cluster with enclave confidential containers a Hello World app by using the Azure CLI. --++ Last updated 11/06/2023
confidential-computing Confidential Node Pool Aks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/confidential-node-pool-aks.md
Last updated 10/04/2022 --++
confidential-computing Confidential Nodes Aks Addon https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/confidential-nodes-aks-addon.md
Title: Azure Kubernetes Service plugin for confidential VMs description: How to use the Intel SGX device plugin and Intel SGX quote helper daemon sets for confidential VMs with Azure Kubernetes Service. --++ Last updated 11/01/2021
confidential-computing Confidential Vm Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/confidential-vm-overview.md
Title: About Azure confidential VMs
description: Learn about Azure confidential virtual machines. These series are for tenants with high security and confidentiality requirements. --++ - ignite-2023
confidential-computing Create Confidential Vm From Compute Gallery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/create-confidential-vm-from-compute-gallery.md
Title: Create a confidential VM from an Azure Compute Gallery image
description: Learn how to quickly create and deploy an AMD-based DCasv5 or ECasv5 series Azure confidential virtual machine (confidential VM) from an Azure Compute Gallery image --++ Last updated 07/14/2022
confidential-computing Enclave Development Oss https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/enclave-development-oss.md
Title: Develop application enclaves with open-source solutions in Azure Confidential Computing description: Learn how to use tools to develop Intel SGX applications for Azure confidential computing. --++ Last updated 11/01/2021
confidential-computing Guest Attestation Confidential Vms https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/guest-attestation-confidential-vms.md
Title: What is guest attestation for confidential VMs?
description: Learn how you can use guest attestation for assurance that your software inside an Azure confidential virtual machine runs on the expected hardware platform. --++ Last updated 09/29/2022
confidential-computing Guest Attestation Defender For Cloud https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/guest-attestation-defender-for-cloud.md
Title: Use Microsoft Defender for Cloud with guest attestation for Azure confide
description: Learn how you can use Microsoft Defender for Cloud with your Azure confidential VMs with the guest attestation feature installed. --++ Last updated 09/29/2022
confidential-computing Guest Attestation Example https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/guest-attestation-example.md
Title: Use sample application for guest attestation in confidential VMs
description: Learn how to use a sample Linux or Windows application for use with the guest attestation feature APIs. --++ Last updated 04/11/2023
confidential-computing How To Fortanix Confidential Computing Manager Node Agent https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/how-to-fortanix-confidential-computing-manager-node-agent.md
Title: How To - Run an application with Fortanix Confidential Computing Manager
description: Learn how to use Fortanix Confidential Computing Manager to convert your containerized images --++ Last updated 03/24/2021
confidential-computing How To Fortanix Confidential Computing Manager https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/how-to-fortanix-confidential-computing-manager.md
Title: Fortanix Confidential Computing Manager in an Azure managed application description: Learn how to deploy Fortanix Confidential Computing Manager (CCM) in a managed application in the Azure portal. --++ Last updated 02/03/2021
confidential-computing Multi Party Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/multi-party-data.md
-+ -+
confidential-computing Overview Azure Products https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/overview-azure-products.md
Title: Azure confidential computing products description: Learn about all the confidential computing services that Azure provides --++ Last updated 06/09/2023
confidential-computing Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/overview.md
Title: Azure confidential computing Overview
description: Overview of Azure Confidential (ACC) Computing --++ Last updated 06/09/2023
confidential-computing Anjuna https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/partner-pages/anjuna.md
Title: Anjuna Security
description: Confidential computing solutions from Anjuna Security on Azure --++ Last updated 03/29/2023
confidential-computing Beekeeperai https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/partner-pages/beekeeperai.md
Title: BeeKeeper AI
description: Confidential computing solutions from BeeKeeper AI on Azure --++ Last updated 03/29/2023
confidential-computing Decentriq https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/partner-pages/decentriq.md
Title: Decentriq
description: Confidential computing solutions from Decentriq on Azure --++ Last updated 03/29/2023
confidential-computing Edgeless https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/partner-pages/edgeless.md
Title: Edgeless
description: Confidential computing solutions from Edgeless on Azure --++ Last updated 03/29/2023
confidential-computing Enclaive https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/partner-pages/enclaive.md
Title: Enclaive
description: Confidential computing solutions from Enclaive on Azure --++ Last updated 03/29/2023
confidential-computing Fortanix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/partner-pages/fortanix.md
Title: Fortanix
description: Confidential computing solutions from Fortanix on Azure --++ Last updated 03/29/2023
confidential-computing Habu https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/partner-pages/habu.md
Title: Habu
description: Confidential computing solutions from Habu on Azure --++ Last updated 03/29/2023
confidential-computing Mithril https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/partner-pages/mithril.md
Title: Mithril Security
description: Confidential computing solutions from Mithril Security on Azure --++ Last updated 03/29/2023
confidential-computing Opaque https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/partner-pages/opaque.md
Title: Opaque
description: Confidential computing solutions from Opaque on Azure --++ Last updated 07/03/2024
confidential-computing Partner Pages Index https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/partner-pages/partner-pages-index.md
Title: Azure confidential computing partners description: Learn about how Azure confidential computing partners build on the Azure infrastructure to solve customer problems --++ Last updated 03/29/2023
confidential-computing Scone https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/partner-pages/scone.md
Title: Scontain
description: Confidential computing solutions from Scontain on Azure --++ Last updated 03/29/2023
confidential-computing Quick Create Confidential Vm Arm https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/quick-create-confidential-vm-arm.md
Title: Create an Azure confidential VM with ARM template description: Learn how to quickly create and deploy an Azure confidential virtual machine (confidential VM) using an ARM template. --++ Last updated 12/01/2023
confidential-computing Quick Create Confidential Vm Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/quick-create-confidential-vm-portal.md
Title: Create an Azure confidential VM in the Azure portal description: Learn how to quickly create a confidential virtual machine (confidential VM) in the Azure portal using Azure Marketplace images. --++ Last updated 12/01/2023
confidential-computing Quick Create Marketplace https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/quick-create-marketplace.md
Title: Quickstart - Create Intel SGX VM in the Azure Marketplace description: Get started with your deployments by learning how to quickly create an Intel SGX VM with Marketplace. --++ Last updated 11/01/2021
confidential-computing Skr Flow Confidential Containers Azure Container Instance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/skr-flow-confidential-containers-azure-container-instance.md
Title: Secure Key Release with Azure Key Vault and Confidential Containers on Azure Container Instance description: Learn how to build an application that securely gets the key from AKV to an attested Azure Container Instances confidential container environment --++ Last updated 3/9/2023
confidential-computing Skr Flow Confidential Vm Sev Snp https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/skr-flow-confidential-vm-sev-snp.md
Title: Secure Key Release with Azure Key Vault and application on Confidential VMs with AMD SEV-SNP description: Learn how to build an application that securely gets the key from AKV to a Confidential VM attested environment and in an Azure Kubernetes Service cluster --++ Last updated 2/2/2023
confidential-computing Skr Policy Examples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/skr-policy-examples.md
Title: Secure Key Release Policy with Azure Key Vault and Azure Confidential Computing description: Examples of AKV SKR policies across offered Azure Confidential Computing Trusted Execution Environments --++ Last updated 3/5/2023
confidential-computing Use Cases Scenarios https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/use-cases-scenarios.md
Title: Common Azure confidential computing scenarios and use cases
description: Understand how to use confidential computing in your scenario. --++ Last updated 11/04/2021
confidential-computing Virtual Machine Options https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/virtual-machine-options.md
description: Azure Confidential Computing offers multiple options for confidenti
--++ Last updated 11/15/2023
confidential-computing Virtual Machine Solutions Sgx https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/virtual-machine-solutions-sgx.md
Title: Deploy Intel SGX virtual machines description: Learn about using Intel SGX virtual machines (VMs) in Azure confidential computing. --++ Last updated 9/12/2023
confidential-computing Virtual Machine Solutions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/virtual-machine-solutions.md
description: For Deletion
--++ Last updated 11/15/2023
confidential-computing Virtual Tpms In Azure Confidential Vm https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-computing/virtual-tpms-in-azure-confidential-vm.md
Title: Virtual TPMs in Azure confidential VMs
description: Learn about how we use virtual Trusted Platform Modules in our confidential VMs. --++ Last updated 07/20/2023
confidential-ledger Architecture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-ledger/architecture.md
Title: Azure confidential ledger architecture
description: Azure confidential ledger architecture -+ Last updated 01/30/2024
confidential-ledger Authenticate Ledger Nodes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-ledger/authenticate-ledger-nodes.md
Title: Authenticating Azure confidential ledger nodes
description: Authenticating Azure confidential ledger nodes -+ Last updated 01/30/2024
confidential-ledger Authentication Azure Ad https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-ledger/authentication-azure-ad.md
Title: Microsoft Entra authentication with Azure confidential ledger
description: Microsoft Entra authentication with Azure confidential ledger -+ Last updated 01/30/2024
confidential-ledger Create Client Certificate https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-ledger/create-client-certificate.md
Title: Creating a Client Certificate with Microsoft Azure confidential ledger
description: Creating a Client Certificate with Microsoft Azure confidential ledger -+ Last updated 04/11/2023
confidential-ledger Manage Azure Ad Token Based Users https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-ledger/manage-azure-ad-token-based-users.md
description: Learn how to manage Microsoft Entra token-based users in Azure conf
Last updated 02/09/2023-+ zone_pivot_groups: azure-confidential-ledger-programming-languages
confidential-ledger Manage Certificate Based Users https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-ledger/manage-certificate-based-users.md
description: Learn how to manage certificate-based users in Azure confidential l
Last updated 02/09/2023-+
confidential-ledger Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-ledger/overview.md
Title: Microsoft Azure confidential ledger overview
description: An overview of Azure confidential ledger, a highly secure service for managing sensitive data records -+ Last updated 01/30/2024
confidential-ledger Quickstart Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-ledger/quickstart-cli.md
description: Learn to use the Microsoft Azure confidential ledger through the Az
Last updated 01/30/2024-+
confidential-ledger Quickstart Ledger Explorer https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-ledger/quickstart-ledger-explorer.md
description: Learn to use the Microsoft Azure confidential ledger through Azure
Last updated 11/08/2023-+
confidential-ledger Quickstart Net https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-ledger/quickstart-net.md
description: Learn how to use Azure Confidential Ledger using the client library
Last updated 01/30/2024-+ ms.devlang: csharp
confidential-ledger Quickstart Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-ledger/quickstart-portal.md
description: Learn to use the Microsoft Azure confidential ledger through the Az
Last updated 01/30/2024-+
confidential-ledger Quickstart Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-ledger/quickstart-powershell.md
description: Learn to use the Microsoft Azure confidential ledger through Azure
Last updated 01/30/2024-+
confidential-ledger Quickstart Python https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-ledger/quickstart-python.md
description: Learn to use the Microsoft Azure confidential ledger client library
Last updated 01/30/2024-+
confidential-ledger Quickstart Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-ledger/quickstart-template.md
Title: Create an Microsoft Azure confidential ledger by using Azure Resource Man
description: Learn how to create an Microsoft Azure confidential ledger by using Azure Resource Manager template. -+
confidential-ledger Register Application https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-ledger/register-application.md
Title: How to register an Azure confidential ledger application with Microsoft E
description: In this how to, you learn how to register an Azure confidential ledger application with Microsoft Entra ID -+ Last updated 01/30/2024
confidential-ledger Register Ledger Resource Provider https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-ledger/register-ledger-resource-provider.md
Title: Register the Azure confidential ledger resource provider
description: Register the confidential ledger resource provider -+ Last updated 01/30/2024
confidential-ledger Verify Node Quotes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/confidential-ledger/verify-node-quotes.md
description: Learn how to establish trust on Azure confidential ledger by verify
Last updated 08/18/2023-+
connectors Connectors Create Api Container Instances https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/connectors/connectors-create-api-container-instances.md
Title: Deploy & manage Azure Container Instances description: Automate tasks and workflows that create and manage container deployments in Azure Container Instances by using Azure Logic Apps. -+ ms.suite: integration
container-apps Alerts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/alerts.md
Title: Set up alerts in Azure Container Apps
description: Set up alerts to monitor your container app. -+ Last updated 08/30/2022
container-apps Azure Arc Enable Cluster https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/azure-arc-enable-cluster.md
Title: 'Tutorial: Enable Azure Container Apps on Azure Arc-enabled Kubernetes'
description: 'Tutorial: learn how to set up Azure Container Apps in your Azure Arc-enabled Kubernetes clusters.' -+ Last updated 3/24/2023
container-apps Background Processing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/background-processing.md
Title: 'Tutorial: Deploy a background processing application with Azure Containe
description: Learn to create an application that continuously runs in the background with Azure Container Apps -+ Last updated 01/10/2024
container-apps Blue Green Deployment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/blue-green-deployment.md
Title: Blue-Green Deployment in Azure Container Apps
description: Minimize downtime and reduce the risks associated with new releases by using Blue/Green deployment in Azure Container Apps. -+ Last updated 06/23/2023
container-apps Container Console https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/container-console.md
Title: Connect to a container console in Azure Container Apps
description: Connect to a container console in your container app. -+ Last updated 07/12/2024
container-apps Dapr Authentication Token https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/dapr-authentication-token.md
Title: Enable token authentication for Dapr requests
description: Learn more about enabling token authentication for Dapr requests to your container app in Azure Container Apps. -+ Last updated 05/16/2023
container-apps Dapr Component Connection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/dapr-component-connection.md
description: Easily create Dapr components via the Azure Container Apps portal.
-+ Last updated 12/20/2023
container-apps Dapr Component Resiliency https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/dapr-component-resiliency.md
description: Learn how to make your Dapr components resilient in Azure Container Apps. -+ Last updated 02/22/2024
container-apps Dapr Components https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/dapr-components.md
Title: Dapr components in Azure Container Apps
description: Learn more about how Dapr components work on your Azure Container App service to develop applications. -+ Last updated 04/29/2024
container-apps Dapr Functions Extension https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/dapr-functions-extension.md
description: Learn how to use and deploy the Azure Functions with Dapr extension
-+ Last updated 10/30/2023
container-apps Dapr Keda Scaling https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/dapr-keda-scaling.md
description: Learn how to use KEDA scalers to scale an Azure Container App and its Dapr sidecar. -+ Last updated 04/17/2023
container-apps Dapr Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/dapr-overview.md
Title: Dapr integration with Azure Container Apps
description: Learn more about using Dapr on your Azure Container App service to develop applications. -+ Last updated 04/22/2024
container-apps Enable Dapr https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/enable-dapr.md
Title: Enable Dapr on your container app
description: Learn more about enabling Dapr on your Azure Container App service to develop applications. -+ Last updated 12/18/2023
container-apps Firewall Integration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/firewall-integration.md
Title: Securing a custom VNET in Azure Container Apps
description: Firewall settings to secure a custom VNET in Azure Container Apps -+ Last updated 08/29/2023
container-apps Hardware https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/hardware.md
description: Learn about hardware specifications in Container Apps
-+ Last updated 08/30/2023
container-apps Log Monitoring https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/log-monitoring.md
Title: Monitor logs in Azure Container Apps with Log Analytics
description: Monitor your container app logs with Log Analytics -+ Last updated 08/30/2022
container-apps Log Options https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/log-options.md
Title: Log storage and monitoring options in Azure Container Apps
description: Description of logging options in Azure Container Apps -+ Last updated 09/29/2022
container-apps Log Streaming https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/log-streaming.md
Title: View log streams in Azure Container Apps
description: View your container app's log stream. -+ Last updated 03/24/2023
container-apps Logging https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/logging.md
Title: Application logging in Azure Container Apps
description: Description of logging in Azure Container Apps -+ Last updated 05/24/2024
container-apps Managed Identity Image Pull https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/managed-identity-image-pull.md
Title: Azure Container Apps image pull from Azure Container Registry with manage
description: Set up Azure Container Apps to authenticate Azure Container Registry image pulls with managed identity -+ Last updated 09/16/2022
container-apps Managed Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/managed-identity.md
Title: Managed identities in Azure Container Apps
description: Using managed identities in Container Apps -+ Last updated 10/25/2023
container-apps Metrics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/metrics.md
Title: Monitor Azure Container Apps metrics
description: Monitor your running apps metrics. -+ Last updated 04/30/2024
container-apps Microservices Dapr Bindings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/microservices-dapr-bindings.md
description: Deploy a sample Dapr Bindings application to Azure Container Apps. -+ Last updated 12/20/2023
container-apps Microservices Dapr Pubsub https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/microservices-dapr-pubsub.md
description: Enable two sample Dapr applications to send and receive messages and leverage Azure Container Apps. -+ Last updated 12/20/2023
container-apps Microservices Dapr Service Invoke https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/microservices-dapr-service-invoke.md
description: Enable two sample Dapr applications to communicate and leverage Azure Container Apps. -+ Last updated 12/20/2023
container-apps Microservices Dapr https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/microservices-dapr.md
Title: "Tutorial: Deploy a Dapr application to Azure Container Apps using the Az
description: Deploy a Dapr application to Azure Container Apps using the Azure CLI. -+ Last updated 09/29/2022
container-apps Networking https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/networking.md
Title: Networking in Azure Container Apps environment
description: Learn how to configure virtual networks in Azure Container Apps. -+ Last updated 08/29/2023
container-apps Observability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/observability.md
Title: Observability in Azure Container Apps
description: Monitor your running app in Azure Container Apps -+ Last updated 07/29/2022
container-apps Policy Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/policy-reference.md
Last updated 02/06/2024 -+ # Azure Policy built-in definitions for Azure Container Apps
container-apps Service Connector https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/service-connector.md
Title: Connect a container app to a cloud service with Service Connector
description: Learn to connect a container app to an Azure service using the Azure portal or the CLI. -+ Last updated 07/24/2024
container-apps Service Discovery Resiliency https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/service-discovery-resiliency.md
description: Learn how to apply container app to container app resiliency when using the application's service name in Azure Container Apps. -+ Last updated 11/06/2023
container-apps Sessions Code Interpreter https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/sessions-code-interpreter.md
Title: Serverless code interpreter sessions in Azure Container Apps (preview)
description: Learn to run a serverless code interpreter session in Azure Container Apps. -+ Last updated 05/06/2024
container-apps Sessions Custom Container https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/sessions-custom-container.md
Title: Custom container sessions in Azure Container Apps (preview)
description: Learn to run a container in a custom session in Azure Container Apps. -+ Last updated 06/26/2024
container-apps Sessions Tutorial Autogen https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/sessions-tutorial-autogen.md
Title: "Tutorial: Use code interpreter sessions in AutoGen with Azure Container
description: Learn to use code interpreter sessions in AutoGen on Azure Container Apps. -+ Last updated 05/15/2024
container-apps Sessions Tutorial Langchain https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/sessions-tutorial-langchain.md
Title: "Tutorial: Use code interpreter sessions in LangChain with Azure Containe
description: Learn to use code interpreter sessions in LangChain on Azure Container Apps. -+ Last updated 05/08/2024
container-apps Sessions Tutorial Llamaindex https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/sessions-tutorial-llamaindex.md
Title: "Tutorial: Use code interpreter sessions in LlamaIndex with Azure Contain
description: Learn to use code interpreter sessions in LlamaIndex on Azure Container Apps. -+ Last updated 05/08/2024
container-apps Sessions Tutorial Semantic Kernel https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/sessions-tutorial-semantic-kernel.md
Title: "Tutorial: Use code interpreter sessions in Semantic Kernel with Azure Co
description: Learn to use code interpreter sessions in Semantic Kernel on Azure Container Apps. -+ Last updated 05/08/2024
container-apps Troubleshooting https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/troubleshooting.md
Title: Troubleshooting in Azure Container Apps
description: Learn to troubleshoot an Azure Container Apps application. -+ Last updated 03/14/2024
container-apps Tutorial Dev Services Kafka https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/tutorial-dev-services-kafka.md
Title: 'Tutorial: Create and use an Apache Kafka service for development'
description: Create and use an Apache Kafka service for development -+ Last updated 06/16/2023
container-apps Tutorial Dev Services Postgresql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/tutorial-dev-services-postgresql.md
Title: 'Tutorial: Create and use a PostgreSQL service for development'
description: Create and use a PostgreSQL service for development -+ Last updated 06/06/2023
container-apps Tutorial Scaling https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/tutorial-scaling.md
Title: 'Tutorial: Scale an Azure Container Apps application'
description: Scale an Azure Container Apps application using the Azure CLI. -+ Last updated 08/02/2023
container-apps User Defined Routes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/user-defined-routes.md
Title: Container Apps outbound traffic control with Azure Firewall
description: Use Azure Firewall to route outbound traffic from Container Apps to the internet, private IP addresses, and Azure services. -+ Last updated 08/29/2023
container-apps Waf App Gateway https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/waf-app-gateway.md
Title: Protect Azure Container Apps with Application Gateway and Web Application
description: Learn how to protect Azure Container Apps with Application Gateway Web Application Firewall (WAF) -+ Last updated 03/31/2023
container-apps Whats New https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-apps/whats-new.md
description: Learn more about what's new in Azure Container Apps. -+ - ignite-2023
container-instances Confidential Containers Attestation Concepts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/confidential-containers-attestation-concepts.md
description: full attestation of container groups in confidential containers on
-+ Last updated 05/23/2023
container-instances Container Instances Application Gateway https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-application-gateway.md
Title: Static IP address for container group
description: Create a container group in a virtual network and use an Azure application gateway to expose a static frontend IP address to a containerized web app. -+
container-instances Container Instances Best Practices And Considerations https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-best-practices-and-considerations.md
description: Best practices and considerations for customers to account for in t
-+ Last updated 07/22/2023
container-instances Container Instances Confidential Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-confidential-overview.md
description: Learn more about confidential container groups.
-+ Last updated 05/23/2023
container-instances Container Instances Container Group Automatic Ssl https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-container-group-automatic-ssl.md
Title: Enable automatic HTTPS with Caddy as a sidecar container
description: This guide describes how Caddy can be used as a reverse proxy to enhance your application with automatic HTTPS -+
container-instances Container Instances Container Group Ssl https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-container-group-ssl.md
Title: Enable TLS with sidecar container
description: Create an SSL or TLS endpoint for a container group running in Azure Container Instances by running Nginx in a sidecar container -+
container-instances Container Instances Container Groups https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-container-groups.md
Title: Introduction to container groups
description: Learn about container groups in Azure Container Instances, a collection of instances that share a lifecycle and resources such as CPUs, storage, and network -+ Last updated 06/17/2022
container-instances Container Instances Custom Dns https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-custom-dns.md
Title: Configure custom DNS settings for container group in Azure Container Inst
description: Configure a public or private DNS configuration for a container group -+
container-instances Container Instances Dedicated Hosts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-dedicated-hosts.md
Title: Deploy on dedicated host description: Use a dedicated host to achieve true host-level isolation for your Azure Container Instances workloads -+
container-instances Container Instances Egress Ip Address https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-egress-ip-address.md
Title: Configure static outbound IP
description: Configure Azure firewall and user-defined routes for Azure Container Instances workloads that use the firewall's public IP address for ingress and egress -+
container-instances Container Instances Encrypt Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-encrypt-data.md
description: Learn about encryption of data persisted for your container instanc
-+ Last updated 06/17/2022
container-instances Container Instances Environment Variables https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-environment-variables.md
description: Learn how to set environment variables in the containers you run in
-+ Last updated 06/17/2022
container-instances Container Instances Exec https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-exec.md
description: Learn how to execute a command in a container that's currently runn
-+ Last updated 06/17/2022
container-instances Container Instances Get Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-get-logs.md
description: Learn how to retrieve container logs and events in Azure Container
-+ Last updated 06/17/2022
container-instances Container Instances Github Action https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-github-action.md
description: Configure a GitHub Action that automates steps to build, push, and
-+ Last updated 05/07/2024
container-instances Container Instances Gpu https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-gpu.md
description: Learn how to deploy Azure container instances to run compute-intens
-+ Last updated 06/17/2022
container-instances Container Instances Image Security https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-image-security.md
description: Recommendations to secure images and secrets for Azure Container In
-+ Last updated 06/17/2022
container-instances Container Instances Init Container https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-init-container.md
description: Run init containers in Azure Container Instances to perform setup t
-+ Last updated 06/17/2022
container-instances Container Instances Liveness Probe https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-liveness-probe.md
description: Learn how to configure liveness probes to restart unhealthy contain
-+ Last updated 06/17/2022
container-instances Container Instances Log Analytics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-log-analytics.md
description: Learn how to send resource logs and event data from container group
-+ Last updated 04/09/2024
container-instances Container Instances Managed Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-managed-identity.md
description: Learn how to enable a managed identity in Azure Container Instances
-+ Last updated 06/17/2022
container-instances Container Instances Multi Container Group https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-multi-container-group.md
description: In this tutorial, you learn how to deploy a container group with mu
-+ Last updated 06/17/2022
container-instances Container Instances Multi Container Yaml https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-multi-container-yaml.md
description: In this tutorial, you learn how to deploy a container group with mu
-+ Last updated 06/17/2022
container-instances Container Instances Nat Gateway https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-nat-gateway.md
Title: Configure Container Group Egress with NAT Gateway
description: Configure NAT gateway for Azure Container Instances workloads that use the NAT gateway's public IP address for static egress -+
container-instances Container Instances Orchestrator Relationship https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-orchestrator-relationship.md
Title: Container instances and container orchestration
description: Understand how Azure container instances interact with container orchestrators. -+ Last updated 06/17/2022
container-instances Container Instances Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-overview.md
description: The Azure Container Instances service offers the fastest and simple
-+ Last updated 06/17/2022
container-instances Container Instances Quickstart Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-quickstart-bicep.md
Last updated 03/10/2022 -+
container-instances Container Instances Quickstart Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-quickstart-portal.md
description: In this quickstart, you use the Azure portal to quickly deploy a co
-+ Last updated 07/26/2022
container-instances Container Instances Quickstart Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-quickstart-powershell.md
description: In this quickstart, you use Azure PowerShell to quickly deploy a co
-+ Last updated 04/26/2024
container-instances Container Instances Quickstart Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-quickstart-template.md
description: In this quickstart, you use an Azure Resource Manager template to q
-+ Last updated 06/17/2022
container-instances Container Instances Quickstart Terraform https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-quickstart-terraform.md
Title: 'Quickstart: Create an Azure Container Instance with a public IP address using Terraform' description: 'In this article, you create an Azure Container Instance with a public IP address using Terraform' -+ Last updated 4/14/2023
container-instances Container Instances Quickstart https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-quickstart.md
description: In this quickstart, you use the Azure CLI to quickly deploy a conta
-+ Last updated 04/26/2024
container-instances Container Instances Readiness Probe https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-readiness-probe.md
description: Learn how to configure a probe to ensure containers in Azure Contai
-+ Last updated 06/17/2022
container-instances Container Instances Reference Yaml https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-reference-yaml.md
Title: YAML reference for container group
description: Reference for the YAML file supported by Azure Container Instances to configure a container group -+ Last updated 06/06/2022
container-instances Container Instances Resource And Quota Limits https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-resource-and-quota-limits.md
Title: Resource availability & quota limits for Azure Container Instances (ACI)
description: Availability and quota limits of compute and memory resources for the Azure Container Instances service in different Azure regions. -+ Last updated 1/19/2023
container-instances Container Instances Restart Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-restart-policy.md
description: Learn how to use Azure Container Instances to execute tasks that ru
-+ Last updated 06/17/2022
container-instances Container Instances Samples Rm https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-samples-rm.md
Title: Azure Resource Manager template samples
description: Find Azure Resource Manager template samples to deploy Azure Container Instances in different configurations -+
container-instances Container Instances Spot Containers Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-spot-containers-overview.md
description: Learn more about Spot container groups
-+ Last updated 05/14/2023
container-instances Container Instances Start Command https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-start-command.md
description: Set a command line to override the entrypoint in a container image
-+ Last updated 06/17/2022
container-instances Container Instances Stop Start https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-stop-start.md
description: Learn how to manually stop or start a container group in Azure Cont
-+ Last updated 06/17/2022
container-instances Container Instances Support Help https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-support-help.md
Title: Azure Container Instances support and help options
description: How to obtain help and support for questions or problems when you create solutions using Azure Container Instances. -+ Last updated 06/17/2022
container-instances Container Instances Troubleshooting https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-troubleshooting.md
description: Learn how to troubleshoot common issues when your deploy, run, or m
-+ Last updated 06/17/2022
container-instances Container Instances Tutorial Azure Function Trigger https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-tutorial-azure-function-trigger.md
description: Create an HTTP-triggered, serverless PowerShell function to automat
-+ Last updated 06/17/2022
container-instances Container Instances Tutorial Deploy App https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-tutorial-deploy-app.md
description: Azure Container Instances tutorial part 3 of 3 - Deploy container a
-+ Last updated 06/17/2022
container-instances Container Instances Tutorial Deploy Confidential Container Default Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-tutorial-deploy-confidential-container-default-portal.md
description: In this tutorial, you will deploy a confidential container with a d
-+ Last updated 05/23/2023
container-instances Container Instances Tutorial Deploy Confidential Containers Cce Arm https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-tutorial-deploy-confidential-containers-cce-arm.md
description: Learn how to create an Azure Resource Manager template for a confid
-+ Last updated 05/23/2023
container-instances Container Instances Tutorial Deploy Spot Containers Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-tutorial-deploy-spot-containers-cli.md
description: In this quickstart, you use the Azure CLI to quickly deploy a Spot
-+ Last updated 05/11/2023
container-instances Container Instances Tutorial Deploy Spot Containers Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-tutorial-deploy-spot-containers-portal.md
description: In this tutorial, you will deploy a spot container to Azure Contai
-+ Last updated 05/11/2023
container-instances Container Instances Tutorial Prepare Acr https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-tutorial-prepare-acr.md
description: Azure Container Instances tutorial part 2 of 3 - Prepare an Azure c
-+ Last updated 06/17/2022
container-instances Container Instances Tutorial Prepare App https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-tutorial-prepare-app.md
description: Azure Container Instances tutorial part 1 of 3 - Prepare an app in
-+ Last updated 06/17/2022
container-instances Container Instances Update https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-update.md
description: Learn how to update running containers in your Azure Container Inst
-+ Last updated 04/25/2024
container-instances Container Instances Using Azure Container Registry https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-using-azure-container-registry.md
description: Learn how to deploy containers in Azure Container Instances by pull
-+ Last updated 06/17/2022
container-instances Container Instances Virtual Network Concepts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-virtual-network-concepts.md
description: Scenarios, resources, and limitations to deploy container groups to
-+ Last updated 06/17/2022
container-instances Container Instances Vnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-vnet.md
description: Learn how to deploy a container group to a new or existing Azure vi
-+ Last updated 06/17/2022
container-instances Container Instances Volume Azure Files https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-volume-azure-files.md
description: Learn how to mount an Azure Files volume to persist state with Azur
-+ Last updated 06/17/2022
container-instances Container Instances Volume Emptydir https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-volume-emptydir.md
description: Learn how to mount an emptyDir volume to share data between the con
-+ Last updated 06/17/2022
container-instances Container Instances Volume Gitrepo https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-volume-gitrepo.md
description: Learn how to mount a gitRepo volume to clone a Git repository into
-+ Last updated 04/24/2024
container-instances Container Instances Volume Secret https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-instances-volume-secret.md
description: Learn how to mount a secret volume to store sensitive information f
-+ Last updated 06/17/2022
container-instances Container State https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/container-state.md
description: Learn about the states of Azure Container Instances provisioning op
-+ Last updated 07/02/2024
container-instances How To Reuse Dns Names https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/how-to-reuse-dns-names.md
Title: Deploy an Azure Container Instances (ACI) container group with DNS name r
description: Set the DNS name reuse policy for your container groups to avoid subdomain takeover when you release your DNS names. -+ Last updated 05/25/2022
container-instances Monitor Azure Container Instances Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/monitor-azure-container-instances-reference.md
-+ # Container Instances monitoring data reference
container-instances Monitor Azure Container Instances https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/monitor-azure-container-instances.md
-+ # Monitor Azure Container Instances
container-instances Policy Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/policy-reference.md
Title: Built-in policy definitions for Azure Container Instances
description: Lists Azure Policy built-in policy definitions for Azure Container Instances. These built-in policy definitions provide common approaches to managing your Azure resources. -+ Last updated 02/06/2024
container-instances Quickstart Docker Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/quickstart-docker-cli.md
Title: Quickstart - Deploy Docker container to container instance - Docker CLI
description: In this quickstart, you use the Docker CLI to quickly deploy a containerized web app that runs in an isolated Azure container instance -+ Last updated 05/11/2022
container-instances Using Azure Container Registry Mi https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-instances/using-azure-container-registry-mi.md
description: Learn how to deploy containers in Azure Container Instances by pull
-+ Last updated 06/17/2022
container-registry Allow Access Trusted Services https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/allow-access-trusted-services.md
Title: Access network-restricted registry using trusted Azure service
description: Enable a trusted Azure service instance to securely access a network-restricted container registry to pull or push images -+ Last updated 10/31/2023
container-registry Anonymous Pull Access https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/anonymous-pull-access.md
description: Optionally enable anonymous pull access to make content in your Azu
-+ Last updated 10/31/2023 #customer intent: As a user, I want to learn how to enable anonymous pull access in Azure container registry so that I can make my registry content publicly available.
container-registry Authenticate Aks Cross Tenant https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/authenticate-aks-cross-tenant.md
description: Configure an AKS cluster's service principal with permissions to ac
-+ Last updated 10/31/2023
container-registry Authenticate Kubernetes Options https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/authenticate-kubernetes-options.md
description: Overview of options and scenarios to authenticate to an Azure conta
-+ Last updated 10/31/2023
container-registry Buffer Gate Public Content https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/buffer-gate-public-content.md
description: Practices and workflows in Azure Container Registry to manage depen
-+ Last updated 10/31/2023
container-registry Container Registry Access Selected Networks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-access-selected-networks.md
description: Configure IP rules to enable access to an Azure container registry
-+ Last updated 10/31/2023
container-registry Container Registry Api Deprecation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-api-deprecation.md
description: This article lists and notifies the features that are deprecated or
Last updated 10/31/2023 -+ # API Deprecations in Azure Container Registry
container-registry Container Registry Artifact Cache https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-artifact-cache.md
Title: "Artifact cache in Azure Container Registry" description: "Artifact cache is a feature that allows you to cache container images in Azure Container Registry, improving performance and efficiency." -+ zone_pivot_groups: container-registry-zones
container-registry Container Registry Artifact Streaming https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-artifact-streaming.md
Title: "Artifact streaming in Azure Container Registry (Preview)" description: "Artifact streaming is a feature in Azure Container Registry to enhance managing, scaling, and deploying artifacts through containerized platforms." -+ zone_pivot_groups: container-registry-zones
container-registry Container Registry Auth Aci https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-auth-aci.md
Title: Access from Container Instances
description: Learn how to provide access to images in your private container registry from Azure Container Instances by using a Microsoft Entra service principal. -+ Last updated 10/31/2023
container-registry Container Registry Auth Kubernetes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-auth-kubernetes.md
Title: Authenticate with an Azure container registry using a Kubernetes pull sec
description: Learn how to provide a Kubernetes cluster with access to images in your Azure container registry by creating a pull secret using a service principal -+ Last updated 10/31/2023
container-registry Container Registry Auth Service Principal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-auth-service-principal.md
Title: Authenticate with service principal
description: Provide access to images in your private container registry by using a Microsoft Entra service principal. -+ Last updated 10/31/2023
container-registry Container Registry Authentication Managed Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-authentication-managed-identity.md
description: Provide access to images in your private container registry by usin
-+ Last updated 10/31/2023
container-registry Container Registry Authentication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-authentication.md
description: Authentication options for a private Azure container registry, incl
-+ Last updated 10/31/2023
container-registry Container Registry Auto Purge https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-auto-purge.md
Title: Purge tags and manifests description: Use a purge command to delete multiple tags and manifests from an Azure container registry based on age and a tag filter, and optionally schedule purge operations. -+
container-registry Container Registry Azure Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-azure-policy.md
Title: Compliance using Azure Policy description: Assign built-in policy definitions in Azure Policy to audit compliance of your Azure container registries -+ Last updated 10/31/2023
container-registry Container Registry Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-best-practices.md
Title: Registry best practices description: Learn how to use your Azure container registry effectively by following these best practices. -+ Last updated 10/31/2023
container-registry Container Registry Check Health https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-check-health.md
Title: Check registry health
description: Learn how to run a quick diagnostic command to identify common problems when using an Azure container registry, including local Docker configuration and connectivity to the registry -+ Last updated 10/31/2023
container-registry Container Registry Concepts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-concepts.md
description: Introduction to key concepts of Azure container registries, reposit
-+ Last updated 10/31/2023
container-registry Container Registry Configure Conditional Access https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-configure-conditional-access.md
Title: Configure conditional access to your Azure Container Registry. description: Learn how to configure conditional access to your registry by using Azure CLI and Azure portal. -+ Last updated 11/02/2023
container-registry Container Registry Content Trust https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-content-trust.md
Last updated 10/31/2023-+ ms.devlang: azurecli
container-registry Container Registry Dedicated Data Endpoints https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-dedicated-data-endpoints.md
description: Azure Container Registry is introducing dedicated data endpoints av
-+ Last updated 10/31/2023
container-registry Container Registry Delete https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-delete.md
-+ Last updated 10/31/2023
container-registry Container Registry Disable Authentication As Arm https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-disable-authentication-as-arm.md
Title: Disable authentication as ARM template description: "Disabling azureADAuthenticationAsArmPolicy will force the registry to use ACR audience token." -+ Last updated 10/31/2023
container-registry Container Registry Event Grid Quickstart https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-event-grid-quickstart.md
description: In this quickstart, you enable Event Grid events for your container
-+ Last updated 10/31/2023 # Customer intent: As a container registry owner, I want to send events to Event Grid when container images are pushed to or deleted from my container registry so that downstream applications can react to those events.
container-registry Container Registry Firewall Access Rules https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-firewall-access-rules.md
description: Configure rules to access an Azure container registry from behind a
-+ Last updated 10/31/2023
container-registry Container Registry Geo Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-geo-replication.md
description: Get started creating and managing a geo-replicated Azure container
-+ Last updated 10/31/2023
container-registry Container Registry Get Started Azure Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-get-started-azure-cli.md
Last updated 10/31/2023-+ # Quickstart: Create a private container registry using the Azure CLI
container-registry Container Registry Get Started Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-get-started-bicep.md
Last updated 10/31/2023 -+ tags: azure-resource-manager, bicep
container-registry Container Registry Get Started Docker Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-get-started-docker-cli.md
Last updated 10/31/2023 -+
container-registry Container Registry Get Started Geo Replication Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-get-started-geo-replication-template.md
Last updated 10/31/2023 -+ tags: azure-resource-manager
container-registry Container Registry Get Started Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-get-started-portal.md
Last updated 10/31/2023 -+ # Quickstart: Create an Azure container registry using the Azure portal
container-registry Container Registry Get Started Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-get-started-powershell.md
Last updated 10/31/2023 -+
container-registry Container Registry Health Error Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-health-error-reference.md
description: Error codes and possible solutions to problems found by running the
-+ Last updated 10/31/2023 # Health check error reference
container-registry Container Registry Helm Repos https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-helm-repos.md
-+ Last updated 10/31/2023
container-registry Container Registry Image Formats https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-image-formats.md
description: Learn about content formats supported by Azure Container Registry,
-+ Last updated 10/31/2023
container-registry Container Registry Image Lock https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-image-lock.md
-+ Last updated 10/31/2023
container-registry Container Registry Image Tag Version https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-image-tag-version.md
Last updated 10/31/2023 -+ # Recommendations for tagging and versioning container images
container-registry Container Registry Import Images https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-import-images.md
Last updated 10/31/2023-+
container-registry Container Registry Intro https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-intro.md
Last updated 10/31/2023 -+
container-registry Container Registry Manage Artifact https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-manage-artifact.md
Last updated 01/24/2024 -+ #customer intent: As a developer, I want a comprehensive guide on using Azure Container Registry to manage OCI and supply chain artifacts so that I can effectively store and retrieve them.
container-registry Container Registry Private Link https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-private-link.md
Last updated 10/31/2023-+ # Connect privately to an Azure container registry using Azure Private Link
container-registry Container Registry Quickstart Task Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-quickstart-task-cli.md
Last updated 10/31/2023-+
container-registry Container Registry Repositories https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-repositories.md
Last updated 10/31/2023-+ # View container registry repositories in the Azure portal
container-registry Container Registry Repository Scoped Permissions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-repository-scoped-permissions.md
Last updated 10/31/2023 ms.devlang: azurecli-+ # Create a token with repository-scoped permissions
container-registry Container Registry Retention Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-retention-policy.md
Last updated 10/31/2023-+ # Set a retention policy for untagged manifests
container-registry Container Registry Roles https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-roles.md
Last updated 10/31/2023-+ # Azure Container Registry roles and permissions
container-registry Container Registry Service Tag https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-service-tag.md
Title: Service tags for Azure Container Registry
description: Learn about service tags for Azure Container Registry, which you can use to define network access controls for Azure resources. -+ Last updated 04/30/2024
container-registry Container Registry Skus https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-skus.md
Last updated 10/31/2023-+ # Azure Container Registry service tiers
container-registry Container Registry Soft Delete Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-soft-delete-policy.md
Title: "Recover deleted artifacts with soft delete policy in Azure Container Reg
description: Learn how to enable the soft delete policy in Azure Container Registry to manage and recover the accidentally deleted artifacts as soft deleted artifacts with a set retention period. -+ Last updated 01/22/2024
container-registry Container Registry Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-storage.md
Last updated 10/31/2023 -+ # Container image storage in Azure Container Registry
container-registry Container Registry Support Policies https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-support-policies.md
Last updated 10/31/2023-+ #Customer intent: As a developer, I want to understand what ACR components I need to manage, what components are managed by Microsoft.
container-registry Container Registry Task Run Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-task-run-template.md
Last updated 10/31/2023-+ # Run ACR Tasks using Resource Manager templates
container-registry Container Registry Tasks Authentication Key Vault https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-tasks-authentication-key-vault.md
Last updated 10/31/2023-+ # External authentication in an ACR task using an Azure-managed identity
container-registry Container Registry Tasks Authentication Managed Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-tasks-authentication-managed-identity.md
Title: Managed identity in ACR task description: Enable a managed identity for Azure Resources in an Azure Container Registry task to allow the task to access other Azure resources including other private container registries. -+
container-registry Container Registry Tasks Base Images https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-tasks-base-images.md
Last updated 10/31/2023-+ # About base image updates for ACR Tasks
container-registry Container Registry Tasks Cross Registry Authentication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-tasks-cross-registry-authentication.md
Last updated 10/31/2023-+ # Cross-registry authentication in an ACR task using an Azure-managed identity
container-registry Container Registry Tasks Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-tasks-logs.md
Last updated 10/31/2023-+ # View and manage task run logs
container-registry Container Registry Tasks Multi Step https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-tasks-multi-step.md
Last updated 10/31/2023-+ # Run multi-step build, test, and patch tasks in ACR Tasks
container-registry Container Registry Tasks Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-tasks-overview.md
Last updated 01/24/2024-+ # Automate container image builds and maintenance with Azure Container Registry tasks
container-registry Container Registry Tasks Pack Build https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-tasks-pack-build.md
Last updated 10/31/2023 -+ # Build and push an image from an app using a Cloud Native Buildpack
container-registry Container Registry Tasks Reference Yaml https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-tasks-reference-yaml.md
Last updated 10/31/2023-+ # ACR Tasks reference: YAML
container-registry Container Registry Tasks Samples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-tasks-samples.md
Last updated 10/31/2023-+ # ACR Tasks samples
container-registry Container Registry Tasks Scheduled https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-tasks-scheduled.md
Last updated 10/31/2023-+ # Tutorial: Run an ACR task on a defined schedule
container-registry Container Registry Transfer Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-transfer-cli.md
Last updated 10/31/2023 -+ # ACR Transfer with Az CLI
container-registry Container Registry Transfer Images https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-transfer-images.md
Last updated 10/31/2023 -+ # ACR Transfer with ARM templates
container-registry Container Registry Transfer Prerequisites https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-transfer-prerequisites.md
Last updated 10/31/2023-+ # Transfer artifacts to another registry
container-registry Container Registry Transfer Troubleshooting https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-transfer-troubleshooting.md
Last updated 10/31/2023 -+ # ACR Transfer troubleshooting
container-registry Container Registry Troubleshoot Access https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-troubleshoot-access.md
Last updated 10/31/2023-+ # Troubleshoot network issues with registry
container-registry Container Registry Troubleshoot Login https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-troubleshoot-login.md
Last updated 10/31/2023-+ # Troubleshoot registry login
container-registry Container Registry Troubleshoot Performance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-troubleshoot-performance.md
Last updated 10/31/2023-+ # Troubleshoot registry performance
container-registry Container Registry Tutorial Base Image Update https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-tutorial-base-image-update.md
Last updated 10/31/2023 -+ # Customer intent: As a developer or devops engineer, I want container images to be built automatically when the base image of a container is updated in the registry.
container-registry Container Registry Tutorial Build Task https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-tutorial-build-task.md
Last updated 10/31/2023 -+ # Customer intent: As a developer or devops engineer, I want to trigger container image builds automatically when I commit code to a Git repo.
container-registry Container Registry Tutorial Deploy App https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-tutorial-deploy-app.md
Last updated 10/31/2023 -+ # Tutorial: Deploy a web app from a geo-replicated Azure container registry
container-registry Container Registry Tutorial Deploy Update https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-tutorial-deploy-update.md
Last updated 10/31/2023 -+ # Tutorial: Push an updated container image to a geo-replicated container registry for regional web app deployments
container-registry Container Registry Tutorial Multistep Task https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-tutorial-multistep-task.md
Last updated 10/31/2023-+ # Customer intent: As a developer or devops engineer, I want to trigger a multi-step container workflow automatically when I commit code to a Git repo.
container-registry Container Registry Tutorial Prepare Registry https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-tutorial-prepare-registry.md
Last updated 10/31/2023 -+ # Tutorial: Prepare a geo-replicated Azure container registry
container-registry Container Registry Tutorial Private Base Image Update https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-tutorial-private-base-image-update.md
Last updated 10/31/2023-+
container-registry Container Registry Tutorial Quick Task https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-tutorial-quick-task.md
Last updated 10/31/2023-+ # Customer intent: As a developer or devops engineer, I want to quickly build container images in Azure, without having to install dependencies like Docker Engine, so that I can simplify my inner-loop development pipeline.
container-registry Container Registry Tutorial Sign Build Push https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-tutorial-sign-build-push.md
Title: Sign container images with Notation and Azure Key Vault using a self-sign
description: In this tutorial you'll learn to create a self-signed certificate in Azure Key Vault (AKV), build and sign a container image stored in Azure Container Registry (ACR) with notation and AKV, and then verify the container image with notation. -+ Last updated 4/23/2023
container-registry Container Registry Tutorial Sign Trusted Ca https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-tutorial-sign-trusted-ca.md
Title: Sign container images with Notation and Azure Key vault using a CA-issued
description: In this tutorial learn to create a CA-issued certificate in Azure Key Vault, build and sign a container image stored in Azure Container Registry (ACR) with notation and AKV, and then verify the container image using notation. -+ Last updated 10/31/2023
container-registry Container Registry Vnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-vnet.md
Last updated 10/31/2023-+ # Restrict access to a container registry using a service endpoint in an Azure virtual network
container-registry Container Registry Webhook Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-webhook-reference.md
Last updated 10/31/2023-+ # Azure Container Registry webhook reference
container-registry Container Registry Webhook https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/container-registry-webhook.md
Last updated 10/31/2023-+ # Using Azure Container Registry webhooks
container-registry Data Loss Prevention https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/data-loss-prevention.md
Last updated 10/31/2023-+ # Disable export of artifacts from an Azure container registry
container-registry Intro Connected Registry https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/intro-connected-registry.md
Title: What is a connected registry description: Overview and scenarios of the connected registry feature of Azure Container Registry -+ Last updated 10/31/2023
container-registry Monitor Container Registry Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/monitor-container-registry-reference.md
-+ # Azure Container Registry monitoring data reference
container-registry Monitor Container Registry https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/monitor-container-registry.md
-+ # Monitor Azure Container Registry
container-registry Overview Connected Registry Access https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/overview-connected-registry-access.md
Title: Understand access to a connected registry
description: Introduction to token-based authentication and authorization for connected registries in Azure Container Registry -+ Last updated 10/31/2023
container-registry Overview Connected Registry And Iot Edge https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/overview-connected-registry-and-iot-edge.md
Title: Using connected registry with Azure IoT Edge
description: Overview of the connected Azure container registry in hierarchical IoT Edge scenarios -+ Last updated 10/31/2023
container-registry Policy Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/policy-reference.md
Last updated 02/06/2024 -+ # Azure Policy built-in definitions for Azure Container Registry
container-registry Pull Images From Connected Registry https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/pull-images-from-connected-registry.md
Last updated 10/31/2023 ms.devlang: azurecli-+ # Pull images from a connected registry on IoT Edge device
container-registry Push Multi Architecture Images https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/push-multi-architecture-images.md
Last updated 10/31/2023-+ # Multi-architecture images in your Azure container registry
container-registry Quickstart Client Libraries https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/quickstart-client-libraries.md
Last updated 10/31/2023
zone_pivot_groups: programming-languages-set-fivedevlangs ms.devlang: azurecli-+ # Quickstart: Use the Azure Container Registry client libraries
container-registry Quickstart Connected Registry Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/quickstart-connected-registry-cli.md
ms.devlang: azurecli-+ # Quickstart: Create a connected registry using the Azure CLI
container-registry Quickstart Connected Registry Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/quickstart-connected-registry-portal.md
Last updated 10/31/2023
-+ # Quickstart: Create a connected registry using the Azure portal
container-registry Quickstart Deploy Connected Registry Iot Edge Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/quickstart-deploy-connected-registry-iot-edge-cli.md
ms.devlang: azurecli-+ # Quickstart: Deploy a connected registry to an IoT Edge device
container-registry Resource Graph Samples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/resource-graph-samples.md
Last updated 10/31/2023-+ # Azure Resource Graph sample queries for Azure Container Registry
container-registry Scan Images Defender https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/scan-images-defender.md
Last updated 10/31/2023-+ # Scan registry images with Microsoft Defender for Cloud
container-registry Security Controls Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/security-controls-policy.md
Last updated 02/06/2024-+ # Azure Policy Regulatory Compliance controls for Azure Container Registry
container-registry Tasks Agent Pools https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/tasks-agent-pools.md
Last updated 10/31/2023 -+ # Run an ACR task on a dedicated agent pool
container-registry Tasks Consume Public Content https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/tasks-consume-public-content.md
Last updated 10/31/2023 -+ # How to consume and maintain public content with Azure Container Registry Tasks
This walkthrough sets up:
1. Import and validate the `node` image to the company/team shared registry 1. Build and deploy the `hello-world` image 1. **ACR task definitions**, including configurations for:
-1. A collection of **registry credentials**, which are pointers to a key vault
-1. A collection of **secrets**, available within an `acr-task.yaml`, which are pointers to a key vault
-1. A collection of **configured values** used within an `acr-task.yaml`
+ * A collection of **registry credentials**, which are pointers to a key vault
+ * A collection of **secrets**, available within an `acr-task.yaml`, which are pointers to a key vault
+ * A collection of **configured values** used within an `acr-task.yaml`
1. An **Azure key vault** to secure all secrets 1. An **Azure container instance**, which hosts the `hello-world` build application
The following steps configure values for resources created and used in the walkt
### Set environment variables
-Configure variables unique to your environment. We follow best practices for placing resources with durable content in their own resource group to minimize accidental deletion. However, you can place these in a single resource group if desired.
+Configure variables unique to your environment. We follow best practices for placing resources with durable content in their own resource group to minimize accidental deletion. However, you can place these variables in a single resource group if desired.
The examples in this article are formatted for the bash shell.
az group delete -n $ACI_RG --no-wait -y
## Next steps
-In this article. you used ACR tasks to create an automated gating workflow to introduce updated base images to your environment. See related information to manage images in Azure Container Registry.
+In this article, you used ACR tasks to create an automated gating workflow to introduce updated base images to your environment. See related information to manage images in Azure Container Registry.
* [Recommendations for tagging and versioning container images](container-registry-image-tag-version.md)
container-registry Troubleshoot Artifact Cache https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/troubleshoot-artifact-cache.md
description: Learn how to troubleshoot the most common problems for a registry e
Last updated 10/31/2023 -+ # customer intent: As a user, I want to troubleshoot the most common problems for a registry enabled with the Artifact cache feature so that I can effectively use the feature.
container-registry Troubleshoot Artifact Streaming https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/troubleshoot-artifact-streaming.md
Title: "Troubleshoot Artifact streaming" description: "Troubleshoot Artifact streaming in Azure Container Registry to diagnose and resolve with managing, scaling, and deploying artifacts through containerized platforms." -+ Last updated 10/31/2023
container-registry Tutorial Customer Managed Keys https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/tutorial-customer-managed-keys.md
description: Learn how to encrypt your Premium container registry by using a cus
Last updated 10/31/2023 -+ # Overview of customer-managed keys
container-registry Tutorial Deploy Connected Registry Nested Iot Edge Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/tutorial-deploy-connected-registry-nested-iot-edge-cli.md
Last updated 10/31/2023
-+ # Tutorial: Deploy a connected registry to a nested IoT Edge hierarchy
container-registry Tutorial Enable Customer Managed Keys https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/tutorial-enable-customer-managed-keys.md
Last updated 10/31/2023 -+ # Enable a customer-managed key
container-registry Tutorial Rotate Revoke Customer Managed Keys https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/tutorial-rotate-revoke-customer-managed-keys.md
Last updated 10/31/2023 -+ # Rotate and revoke a customer-managed key
container-registry Tutorial Troubleshoot Customer Managed Keys https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/tutorial-troubleshoot-customer-managed-keys.md
Last updated 10/31/2023 -+ # Troubleshoot a customer-managed key
container-registry Zone Redundancy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/container-registry/zone-redundancy.md
Last updated 10/31/2023 -+
cosmos-db Attachments https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/attachments.md
Title: Azure Cosmos DB Attachments
description: This article presents an overview of Azure Cosmos DB Attachments. -+ Last updated 08/07/2020
cosmos-db Conflict Resolution Policies https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/conflict-resolution-policies.md
Title: Conflict resolution types and resolution policies in Azure Cosmos DB description: This article describes the conflict categories and conflict resolution policies in Azure Cosmos DB. -+ Last updated 04/20/2020
cosmos-db Convert Vcore To Request Unit https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/convert-vcore-to-request-unit.md
description: 'Convert the number of vCores or vCPUs in your nonrelational databa
-+ Last updated 08/26/2021
cosmos-db Dedicated Gateway https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/dedicated-gateway.md
description: A dedicated gateway is compute that is a front-end to your Azure Co
-+ Last updated 08/29/2022
cosmos-db Get Latest Restore Timestamp https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/get-latest-restore-timestamp.md
Title: Get the latest restorable timestamp for Azure Cosmos DB accounts with con
description: Learn how to get the latest restorable timestamp for accounts enabled with continuous backup mode. It explains how to get the latest restorable time for SQL containers and MongoDB collections using Azure PowerShell and Azure CLI. -+ Last updated 03/31/2023
cosmos-db How To Configure Integrated Cache https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/how-to-configure-integrated-cache.md
Title: How to configure the Azure Cosmos DB integrated cache description: Learn how to configure the Azure Cosmos DB integrated cache -+ Last updated 08/29/2022
cosmos-db How To Define Unique Keys https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/how-to-define-unique-keys.md
Title: Define unique keys for an Azure Cosmos DB container description: Learn how to define unique keys for an Azure Cosmos DB container using Azure portal, PowerShell, .NET, Java, and various other SDKs. -+ Last updated 12/02/2019
cosmos-db How To Migrate Desktop Tool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/how-to-migrate-desktop-tool.md
description: Use the desktop data migration tool to migrate data from JSON, Mong
-+ Last updated 05/01/2023
cosmos-db Index Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/index-overview.md
description: Understand how indexing works in Azure Cosmos DB. Also explore how
-+ - build-2024
cosmos-db Index Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/index-policy.md
Title: Azure Cosmos DB indexing policies description: Learn how to configure and change the default indexing policy for automatic indexing and greater performance in Azure Cosmos DB. -+ - build-2024
cosmos-db Integrated Cache Faq https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/integrated-cache-faq.md
Title: Azure Cosmos DB integrated cache frequently asked questions description: Frequently asked questions about the Azure Cosmos DB integrated cache. -+ Last updated 08/29/2022
cosmos-db Integrated Cache https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/integrated-cache.md
Title: Azure Cosmos DB integrated cache description: The Azure Cosmos DB integrated cache is an in-memory cache that helps you ensure manageable costs and low latency as your request volume grows. -+ Last updated 7/19/2024
cosmos-db Key Value Store Cost https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/key-value-store-cost.md
Title: Request unit charges for Azure Cosmos DB as a key value store
description: Learn about the request unit charges of Azure Cosmos DB for simple write and read operations when itΓÇÖs used as a key/value store. -+ Last updated 08/23/2019
cosmos-db Large Partition Keys https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/large-partition-keys.md
Title: Create Azure Cosmos DB containers with large partition key description: Learn how to create a container in Azure Cosmos DB with large partition key using Azure portal and different SDKs. -+ Last updated 12/8/2019
cosmos-db Latest Restore Timestamp Continuous Backup https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/latest-restore-timestamp-continuous-backup.md
Title: Latest restorable timestamp use cases, examples for an Azure Cosmos DB co
description: The latest restorable timestamp API provides the latest restorable timestamp for containers on accounts with continuous mode backup. Using this API, you can get the restorable timestamp to trigger live account restore or monitor the data that is being backed up. -+ Last updated 03/21/2024
cosmos-db Migrate Continuous Backup https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/migrate-continuous-backup.md
Title: Migrate an Azure Cosmos DB account from periodic to continuous backup mod
description: Azure Cosmos DB currently supports a one-way migration from periodic to continuous mode and itΓÇÖs irreversible. After migrating from periodic to continuous mode, you can apply the benefits of continuous mode. -+ Last updated 05/08/2024
cosmos-db Migrate https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/migrate.md
description: This doc describes how you can migrate 100s of terabytes of data in
-+ Last updated 08/26/2021
cosmos-db Change Streams https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/change-streams.md
Title: Change streams in Azure Cosmos DBΓÇÖs API for MongoDB description: Learn how to use change streams n Azure Cosmos DBΓÇÖs API for MongoDB to get the changes made to your data.-+ Last updated 03/02/2021
cosmos-db Choose Model https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/choose-model.md
description: Choose whether the RU-based or vCore-based option for Azure Cosmos
-+ Last updated 09/12/2023
cosmos-db Cli Samples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/cli-samples.md
Title: Azure CLI Samples for Azure Cosmos DB for MongoDB description: Azure CLI Samples for Azure Cosmos DB for MongoDB -+ Last updated 08/18/2022
cosmos-db Compression Cost Savings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/compression-cost-savings.md
Title: Improve performance and optimize costs when upgrading to Azure Cosmos DB API for MongoDB 4.0+ description: Learn how upgrading your API for MongoDB account to versions 4.0+ saves you money on queries and storage. -+ Last updated 09/06/2022
cosmos-db Connect Using Compass https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/connect-using-compass.md
Title: Connect to Azure Cosmos DB using Compass description: Learn how to use MongoDB Compass to store and manage data in Azure Cosmos DB.-+ Last updated 08/26/2021
cosmos-db Connect Using Mongochef https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/connect-using-mongochef.md
Title: Use Studio 3T to connect to Azure Cosmos DB's API for MongoDB description: Learn how to connect to an Azure Cosmos DB's API for MongoDB using Studio 3T.-+ Last updated 08/26/2021
cosmos-db Connect Using Mongoose https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/connect-using-mongoose.md
Title: Connect a Node.js Mongoose application to Azure Cosmos DB description: Learn how to use the Mongoose Framework to store and manage data in Azure Cosmos DB.-+ ms.devlang: javascript
cosmos-db Connect Using Robomongo https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/connect-using-robomongo.md
Title: Use Robo 3T to connect to Azure Cosmos DB description: Learn how to connect to Azure Cosmos DB using Robo 3T and Azure Cosmos DB's API for MongoDB-+ Last updated 08/26/2021
cosmos-db Consistency Mapping https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/consistency-mapping.md
Title: Mapping consistency levels for Azure Cosmos DB for MongoDB
description: Mapping consistency levels for Azure Cosmos DB for MongoDB. -+ Last updated 10/12/2020
cosmos-db Cosmos Db Vs Mongodb Atlas https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/cosmos-db-vs-mongodb-atlas.md
description: Compare the features and benefits of Azure Cosmos DB for MongoDB with MongoDB Atlas. -+ Last updated 02/27/2024
cosmos-db Custom Commands https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/custom-commands.md
description: This article describes how to use MongoDB extension commands to manage data stored in Azure Cosmos DB for MongoDB. -+ Last updated 02/27/2023
cosmos-db Diagnostic Queries https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/diagnostic-queries.md
description: Learn how to query diagnostics logs for troubleshooting data stored
-+ Last updated 11/08/2022
cosmos-db Error Codes Solutions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/error-codes-solutions.md
Title: Troubleshoot common errors in Azure Cosmos DB's API for MongoDB description: This doc discusses the ways to troubleshoot common issues encountered in Azure Cosmos DB's API for MongoDB.-+ Last updated 07/15/2020
cosmos-db Feature Support 32 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/feature-support-32.md
description: Learn about Azure Cosmos DB for MongoDB (3.2 version) supported fea
-+ Last updated 10/12/2022
cosmos-db Feature Support 36 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/feature-support-36.md
description: Learn about Azure Cosmos DB for MongoDB (3.6 version) supported fea
-+ Last updated 10/12/2022
cosmos-db Feature Support 40 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/feature-support-40.md
description: Learn about Azure Cosmos DB for MongoDB 4.0 server version supporte
-+ Last updated 10/12/2022
cosmos-db Feature Support 42 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/feature-support-42.md
description: Learn about Azure Cosmos DB for MongoDB 4.2 server version supporte
-+ Last updated 10/12/2022
cosmos-db Find Request Unit Charge https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/find-request-unit-charge.md
Title: Find request unit charge for Azure Cosmos DB for MongoDB operations
description: Learn how to find the request unit (RU) charge for MongoDB queries executed against an Azure Cosmos DB container. You can use the Azure portal, MongoDB .NET, Java, Node.js drivers. -+ Last updated 05/12/2022
cosmos-db How To Configure Capabilities https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/how-to-configure-capabilities.md
description: Learn how to configure your API for MongoDB account capabilities.
-+ Last updated 05/10/2023
cosmos-db How To Configure Multi Region Write https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/how-to-configure-multi-region-write.md
Title: Configure multi-region writes in your Azure Cosmos DB for MongoDB database description: Learn how to configure multi-region writes in Azure Cosmos DB for MongoDB -+ Last updated 10/27/2022
cosmos-db How To Create Container https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/how-to-create-container.md
Title: Create a collection in Azure Cosmos DB for MongoDB description: Learn how to create a collection in Azure Cosmos DB for MongoDB by using Azure portal, .NET, Java, Node.js, and other SDKs.-+ Last updated 04/07/2022
cosmos-db How To Dotnet Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/how-to-dotnet-get-started.md
Title: Get started with Azure Cosmos DB for MongoDB using .NET
description: Get started developing a .NET application that works with Azure Cosmos DB for MongoDB. This article helps you learn how to set up a project and configure access to an Azure Cosmos DB for MongoDB database. -+ ms.devlang: csharp
cosmos-db How To Dotnet Manage Collections https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/how-to-dotnet-manage-collections.md
Title: Create a collection in Azure Cosmos DB for MongoDB using .NET
description: Learn how to work with a collection in your Azure Cosmos DB for MongoDB database using the .NET SDK. -+ ms.devlang: csharp
cosmos-db How To Dotnet Manage Databases https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/how-to-dotnet-manage-databases.md
Title: Manage a MongoDB database using .NET
description: Learn how to manage your Azure Cosmos DB resource when it provides the API for MongoDB with a .NET SDK. -+ ms.devlang: csharp
cosmos-db How To Dotnet Manage Documents https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/how-to-dotnet-manage-documents.md
Title: Create a document in Azure Cosmos DB for MongoDB using .NET
description: Learn how to work with a document in your Azure Cosmos DB for MongoDB database using the .NET SDK. -+ ms.devlang: csharp
cosmos-db How To Dotnet Manage Queries https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/how-to-dotnet-manage-queries.md
Title: Query documents in Azure Cosmos DB for MongoDB using .NET
description: Learn how to query documents in your Azure Cosmos DB for MongoDB database using the .NET SDK. -+ ms.devlang: csharp
cosmos-db How To Javascript Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/how-to-javascript-get-started.md
Title: Get started with Azure Cosmos DB for MongoDB using JavaScript
description: Get started developing a JavaScript application that works with Azure Cosmos DB for MongoDB. This article helps you learn how to set up a project and configure access to an Azure Cosmos DB for MongoDB database. -+ ms.devlang: javascript
cosmos-db How To Javascript Manage Collections https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/how-to-javascript-manage-collections.md
Title: Create a collection in Azure Cosmos DB for MongoDB using JavaScript
description: Learn how to work with a collection in your Azure Cosmos DB for MongoDB database using the JavaScript SDK. -+ ms.devlang: javascript
cosmos-db How To Javascript Manage Databases https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/how-to-javascript-manage-databases.md
Title: Manage a MongoDB database using JavaScript
description: Learn how to manage your Azure Cosmos DB resource when it provides the API for MongoDB with a JavaScript SDK. -+ ms.devlang: javascript
cosmos-db How To Javascript Manage Documents https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/how-to-javascript-manage-documents.md
Title: Create a document in Azure Cosmos DB for MongoDB using JavaScript
description: Learn how to work with a document in your Azure Cosmos DB for MongoDB database using the JavaScript SDK. -+ ms.devlang: javascript
cosmos-db How To Javascript Manage Queries https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/how-to-javascript-manage-queries.md
Title: Use a query in Azure Cosmos DB for MongoDB using JavaScript
description: Learn how to use a query in your Azure Cosmos DB for MongoDB database using the JavaScript SDK. -+ ms.devlang: javascript
cosmos-db How To Provision Throughput https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/how-to-provision-throughput.md
Title: Provision throughput on Azure Cosmos DB for MongoDB resources description: Learn how to provision container, database, and autoscale throughput in Azure Cosmos DB for MongoDB resources. You will use Azure portal, CLI, PowerShell and various other SDKs.-+ Last updated 11/17/2021
cosmos-db How To Python Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/how-to-python-get-started.md
Title: Get started with Azure Cosmos DB for MongoDB and Python
description: Get started developing a Python application that works with Azure Cosmos DB for MongoDB. This article helps you learn how to set up a project and configure access to an Azure Cosmos DB for MongoDB database. -+ ms.devlang: python
cosmos-db How To Python Manage Databases https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/how-to-python-manage-databases.md
Title: Manage a MongoDB database using Python
description: Learn how to manage your Azure Cosmos DB resource when it provides the API for MongoDB with a Python SDK. -+ ms.devlang: python
cosmos-db How To Setup Rbac https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/how-to-setup-rbac.md
Title: Configure role-based access control in Azure Cosmos DB for MongoDB database description: Learn how to configure native role-based access control in Azure Cosmos DB for MongoDB -+ Last updated 09/26/2022
cosmos-db Indexing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/indexing.md
Title: Manage indexing in Azure Cosmos DB for MongoDB description: This article presents an overview of Azure Cosmos DB indexing capabilities using Azure Cosmos DB for MongoDB-+ ms.devlang: javascript
cosmos-db Integrations Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/integrations-overview.md
Title: Integrations overview in Azure Cosmos DB for MongoDB description: Learn how to integrate Azure Cosmos DB for MongoDB account with other Azure services. -+ Last updated 07/25/2022
cosmos-db Introduction https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/introduction.md
description: Use Azure Cosmos DB for MongoDB to store and query massive amounts of data using popular open-source drivers. -+ Last updated 06/02/2024
cosmos-db Manage With Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/manage-with-bicep.md
Title: Create and manage API for MongoDB for Azure Cosmos DB with Bicep description: Use Bicep to create and configure API for MongoDB Azure Cosmos DB API. -+
cosmos-db Migrate Databricks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/migrate-databricks.md
Title: Migrate from MongoDB to Azure Cosmos DB for MongoDB, using Databricks and
description: Learn how to use Databricks Spark to migrate large datasets from MongoDB instances to Azure Cosmos DB. -+
cosmos-db Nodejs Console App https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/nodejs-console-app.md
Title: Use Azure Cosmos DB's API for MongoDB to build a Node.js app description: A tutorial that creates an online database using the Azure Cosmos DB's API for MongoDB.-+ ms.devlang: javascript
cosmos-db Optimize Write Performance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/optimize-write-performance.md
Title: Optimize write performance in the Azure Cosmos DB for MongoDB description: This article describes how to optimize write performance in the Azure Cosmos DB for MongoDB to get the most throughput possible for the lowest cost. -+ Last updated 08/26/2021
cosmos-db Post Migration Optimization https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/post-migration-optimization.md
Title: Post-migration optimization steps with Azure Cosmos DB's API for MongoDB description: This doc provides the post-migration optimization techniques from MongoDB to Azure Cosmos DB's APi for MongoDB.-+
cosmos-db Powershell Samples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/powershell-samples.md
Title: Azure PowerShell samples for Azure Cosmos DB for MongoDB description: Get the Azure PowerShell samples to perform common tasks in Azure Cosmos DB for MongoDB -+
cosmos-db Pre Migration Steps https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/pre-migration-steps.md
description: This doc provides an overview of the prerequisites for a data migration from MongoDB to Azure Cosmos DB. -+ Last updated 04/20/2023
cosmos-db Quickstart Dotnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/quickstart-dotnet.md
Title: Quickstart - Azure Cosmos DB for MongoDB for .NET with MongoDB driver
description: Learn how to build a .NET app to manage Azure Cosmos DB for MongoDB account resources in this quickstart. -+ ms.devlang: csharp
cosmos-db Quickstart Go https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/quickstart-go.md
Title: Connect a Go application to Azure Cosmos DB for MongoDB
description: This quickstart demonstrates how to connect an existing Go application to Azure Cosmos DB for MongoDB. -+ ms.devlang: golang
cosmos-db Quickstart Java https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/quickstart-java.md
Title: 'Quickstart: Build a web app using the Azure Cosmos DB for MongoDB and Ja
description: Learn to build a Java code sample you can use to connect to and query using Azure Cosmos DB for MongoDB. -+ ms.devlang: java
cosmos-db Quickstart Nodejs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/quickstart-nodejs.md
Title: Quickstart - Azure Cosmos DB for MongoDB driver for MongoDB
description: Learn how to build a Node.js app to manage Azure Cosmos DB for MongoDB account resources and data in this quickstart. -+ ms.devlang: javascript
cosmos-db Quickstart Python https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/quickstart-python.md
description: Learn how to build a Python app to manage Azure Cosmos DB for Mongo
-+ ms.devlang: python
cosmos-db Readpreference Global Distribution https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/readpreference-global-distribution.md
Title: Use Read preference with the Azure Cosmos DB's API for MongoDB
description: Learn how to use MongoDB Read Preference with the Azure Cosmos DB's API for MongoDB -+ ms.devlang: javascript
cosmos-db Reimagined https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/reimagined.md
Title: Your MongoDB app reimagined
description: Easily transition your MongoDB apps to attain planet scale and high availability while maintaining continuity. -+ Last updated 04/10/2024
cosmos-db Resource Manager Template Samples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/resource-manager-template-samples.md
Title: Resource Manager templates for Azure Cosmos DB for MongoDB description: Use Azure Resource Manager templates to create and configure Azure Cosmos DB for MongoDB. -+
cosmos-db Introduction https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/ru/introduction.md
description: Learn about RU-based Azure Cosmos DB for MongoDB, a fully managed MongoDB-compatible database with Instantaneous scalability. -+ Last updated 09/12/2023
cosmos-db Time To Live https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/time-to-live.md
Title: MongoDB per-document TTL feature in Azure Cosmos DB
description: Learn how to set time to live value for documents using Azure Cosmos DB's API for MongoDB, to automatically purge them from the system after a period of time. -+ ms.devlang: csharp # ms.devlang: csharp, java, javascript
cosmos-db Tutorial Aggregation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/tutorial-aggregation.md
Title: Getting Started with Aggregation Pipeline
description: Learn how to get started with Cosmos DB for MongoDB aggregation pipeline for advanced data analysis and manipulation. -+ Last updated 01/24/2023
cosmos-db Tutorial Delete https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/tutorial-delete.md
Title: Deleting Data into Cosmos DB for MongoDB
description: Learn how to get started with deleting data in Cosmos DB for MongoDB. -+ Last updated 01/24/2023
cosmos-db Tutorial Develop Nodejs Part 1 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/tutorial-develop-nodejs-part-1.md
Title: Node.Js, Angular app using Azure Cosmos DB's API for MongoB (Part1) description: Learn how to create a MongoDB app with Angular and Node on Azure Cosmos DB using the exact same APIs you use for MongoDB with this video based tutorial series. -+ ms.devlang: javascript
cosmos-db Tutorial Develop Nodejs Part 2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/tutorial-develop-nodejs-part-2.md
Title: Create Node.js Express app with Azure Cosmos DB's API for MongoDB (Part2) description: Part 2 of the tutorial series on creating a MongoDB app with Angular and Node on Azure Cosmos DB using the exact same APIs you use for MongoDB. -+ ms.devlang: javascript
cosmos-db Tutorial Develop Nodejs Part 3 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/tutorial-develop-nodejs-part-3.md
Title: Create the Angular app UI with Azure Cosmos DB's API for MongoDB (Part3) description: Part 3 of the tutorial series on creating a MongoDB app with Angular and Node on Azure Cosmos DB using the exact same APIs you use for MongoDB. -+ ms.devlang: javascript
cosmos-db Tutorial Develop Nodejs Part 4 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/tutorial-develop-nodejs-part-4.md
Title: Create an Angular app with Azure Cosmos DB's API for MongoDB (Part1) description: Part 4 of the tutorial series on creating a MongoDB app with Angular and Node on Azure Cosmos DB using the exact same APIs you use for MongoDB -+ ms.devlang: javascript
cosmos-db Tutorial Develop Nodejs Part 5 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/tutorial-develop-nodejs-part-5.md
Title: Connect the Angular app to Azure Cosmos DB's API for MongoDB using Mongoose description: This tutorial describes how to build a Node.js application by using Angular and Express to manage the data stored in Cosmos DB. In this part, you use Mongoose to connect to Azure Cosmos DB. -+ ms.devlang: javascript
cosmos-db Tutorial Develop Nodejs Part 6 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/tutorial-develop-nodejs-part-6.md
Title: Add CRUD functions to an Angular app with Azure Cosmos DB's API for MongoDB description: Part 6 of the tutorial series on creating a MongoDB app with Angular and Node on Azure Cosmos DB using the exact same APIs you use for MongoDB -+ ms.devlang: javascript
cosmos-db Tutorial Develop React https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/tutorial-develop-react.md
Title: "MongoDB, React, and Node.js tutorial for Azure" description: Learn how to create a MongoDB app with React and Node.js on Azure Cosmos DB using the exact same APIs you use for MongoDB with this video based tutorial series. -+ ms.devlang: javascript
cosmos-db Tutorial Global Distribution https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/tutorial-global-distribution.md
Title: 'Tutorial to set up global distribution with Azure Cosmos DB for MongoDB'
description: Learn how to set up global distribution using Azure Cosmos DB's API for MongoDB. -+ Last updated 08/26/2021
cosmos-db Tutorial Insert https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/tutorial-insert.md
Title: Getting Started with Inserting data into Cosmos DB for MongoDB
description: Learn how to get started with inserting data into Cosmos DB for MongoDB. -+ Last updated 01/24/2023
cosmos-db Tutorial Query https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/tutorial-query.md
Title: Query data with Azure Cosmos DB for MongoDB
description: Learn how to query data from Azure Cosmos DB for MongoDB by using MongoDB shell commands. -+ Last updated 03/14/2023
cosmos-db Tutorial Update https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/tutorial-update.md
Title: Updating Data into Cosmos DB for MongoDB
description: Learn how to get started with updating data in Cosmos DB for MongoDB. -+ Last updated 01/24/2023
cosmos-db Upgrade Version https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/upgrade-version.md
description: How to upgrade the MongoDB wire-protocol version for your existing Azure Cosmos DB's API for MongoDB accounts seamlessly -+ Last updated 06/06/2024
cosmos-db Use Multi Document Transactions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/use-multi-document-transactions.md
Title: Use multi-document transactions in Azure Cosmos DB for MongoDB description: Learn how to create a sample Mongo shell app that can execute a multi-document transaction (all-or-nothing semantic) on a fixed collection in Azure Cosmos DB for MongoDB 4.0. -+ Last updated 03/02/2021
cosmos-db Ai Advertisement Generation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/ai-advertisement-generation.md
description: Demonstrates the use of Azure Cosmos DB for MongoDB vCore's vector
-+ Last updated 03/12/2024
cosmos-db Background Indexing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/background-indexing.md
description: Background indexing to enable non-blocking operation during index c
-+ Last updated 07/01/2024
cosmos-db Burstable Tier https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/burstable-tier.md
description: Introduction to Burstable Tier on vCore-based Azure Cosmos DB for M
-+ Last updated 11/01/2023
cosmos-db Compute Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/compute-storage.md
description: Supported compute and storage configurations for Azure Cosmos DB for MongoDB vCore clusters -+ Last updated 07/07/2024
cosmos-db Connect From Databricks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/connect-from-databricks.md
description: This article is the main page for Azure Cosmos DB for MongoDB vCore
-+
cosmos-db Cross Region Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/cross-region-replication.md
description: Learn about Azure Cosmos DB for MongoDB vCore cross-region disaster recovery (DR) and read replicas. -+ - build-2024
cosmos-db Database Encryption At Rest https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/database-encryption-at-rest.md
Title: Encryption at rest in Azure Cosmos DB for MongoDB vCore
description: Learn how Azure Cosmos DB for MongoDB vCore provides encryption of data at rest and how it's implemented. -+ Last updated 03/12/2024
cosmos-db Free Tier https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/free-tier.md
description: Free tier on vCore-based Azure Cosmos DB for MongoDB.
-+ Last updated 11/08/2023
cosmos-db High Availability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/high-availability.md
description: Learn about availability (HA) of Azure Cosmos DB for MongoDB vCore clusters. -+ Last updated 06/20/2024
cosmos-db How To Cluster Replica https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/how-to-cluster-replica.md
description: Enable and disable cross-region replication and promote cluster replica in another region for disaster recovery (DR) in Azure Cosmos DB for MongoDB vCore. -+ - build-2024
cosmos-db How To Connect Mongo Shell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/how-to-connect-mongo-shell.md
description: Connect to an Azure Cosmos DB for MongoDB (vCore architecture) acco
-+ Last updated 02/05/2024
cosmos-db How To Connect Studio 3T https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/how-to-connect-studio-3t.md
description: Connect to an Azure Cosmos DB for MongoDB (vCore architecture) acco
-+ Last updated 08/28/2023
cosmos-db How To Create Indexes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/how-to-create-indexes.md
description: Use create Indexing for empty collections in Azure Cosmos DB for Mo
-+ Last updated 6/24/2024
cosmos-db How To Create Text Index https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/how-to-create-text-index.md
description: Configure and use text indexes to perform and fine tune text search
-+ Last updated 08/28/2023
cosmos-db How To Create Wildcard Indexes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/how-to-create-wildcard-indexes.md
description: Sample to create wildcard indexes in Azure Cosmos DB for MongoDB vC
-+ Previously updated : 6/25/2024 Last updated : 7/30/2024
Last updated 6/25/2024
[!INCLUDE[MongoDB vCore](~/reusable-content/ce-skilling/azure/includes/cosmos-db/includes/appliesto-mongodb-vcore.md)]
-While most workloads have a predictable set of fields used in query filters and predicates, adhoc query patterns may use filters on any field in the json document structure.
+Workloads which have an unpredictable set of fields in the schema can use wildcard indexes to support queries against arbitrary or unknown fields, for optimized performance.
Wildcard indexing can be helpful in the following scenarios: - Queries filtering on any field in the document making indexing all fields through a single command easier than indexing each field individually. - Queries filtering on most fields in the document making indexing all but a few fields through a single easier than indexing most fields individually.
+## Indexing all fields
+
+Set up a wildcard index to facilitate queries on all possible document fields, including those with unknown or dynamic names.
+
+```javascript
+db.collection.createIndex( { "$**": 1 } )
+```
+
+> [!IMPORTANT]
+> For large collections, we recommend using alternate approach defined later in this doc.
+
+## Include or exclude specific fields
+
+Wildcard indexes can also be restricted to specific fields while excluding certain fields from being targeted for indexing. Let's review a sample for the following Json.
+
+```json
+{
+ "firstName": "Steve",
+ "lastName": "Smith",
+ "companyName": "Microsoft",
+ "division": "Azure",
+ "timeInOrgInYears": 7
+}
+```
+
+We can control the indexing behavior, the example restricts creating indexes on `firstName`,`lastName` & `timeInOrgInYears` field.
+
+```javascript
+db.collection.createIndex( { "$**": 1 },
+ {"wildcardProjection" : { "firstName": 0
+ , "lastName": 0
+ , "companyName": 1
+ , "division": 1
+ , "timeInOrgInYears": 0
+ }
+ }
+ )
+```
+
+In the wildcardProjection document, the value 0 or 1 indicates whether the field is included (1) or excluded (0) from indexing.
+
+## Alternative for indexing all fields
+ This sample describes a simple workaround to minimize the effort needed to create individual indexes until wildcard indexing is generally available in Azure Cosmos DB for MongoDB vCore.
-## Solution
Consider the json document below: ```json {
While this sample document only requires a combination of 10 fields to be explic
The jar file detailed in the rest of this document makes indexing fields in larger documents simpler. The jar takes a sample JSON document as input, parses the document and executes createIndex commands for each field without the need for user intervention.
-## Prerequisites
+### Prerequisites
-### Java 21
+#### Java 21
After the virtual machine is deployed, use SSH to connect to the machine, and install CQLSH using the below commands: ```bash
sudo apt update
sudo apt install openjdk-21-jdk ```
-## Sample jar to create individual indexes for all fields
+### Sample jar to create individual indexes for all fields
Clone the repository containing the Java sample to iterate through each field in the JSON document's structure and issue createIndex operations for each field in the document.
The cloned repository does not need to be built if there are no changes to be ma
java -jar azure-cosmosdb-mongo-data-indexer-1.0-SNAPSHOT.jar mongodb+srv://<user>:<password>@abinav-test-benchmarking.global.mongocluster.cosmos.azure.com/?tls=true&authMechanism=SCRAM-SHA-256&retrywrites=false&maxIdleTimeMS=120000 cosmicworks employee sampleEmployee.json ```
-## Track the status of a createIndex operation
+### Track the status of a createIndex operation
The jar file is designed to not wait on a response from each createIndex operation. The indexes are created asynchronously on the server and the progress of the index build operation on the cluster can be tracked. Consider this sample to track indexing progress on the 'cosmicworks' database.
When a createIndex operation is in progress, the response looks like:
} ```
-## Related content
-
-Check out the full sample here - https://github.com/Azure-Samples/cosmosdb-mongodb-vcore-wildcard-indexing
+## Next Steps
-Check out [indexing best practices](how-to-create-indexes.md), which details best practices for indexing on Azure Cosmos DB for MongoDB vCore.
+- Refer for code sample - https://github.com/Azure-Samples/cosmosdb-mongodb-vcore-wildcard-indexing
+- Review here for [Indexing and Limitations](indexing.md)
+- Learn about [Indexing best practices](how-to-create-indexes.md)
cosmos-db How To Index https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/how-to-index.md
+
+"title": Exploring indexing scenarios on Azure Cosmos DB for MongoDB vCore
+"titleSuffix": Azure Cosmos DB for MongoDB vCore
+"description": Practical indexing examples in Azure Cosmos DB for MongoDb vCore.
+"author": avijitgupta
+"ms.author": avijitgupta
+"ms.reviewer": gahllevy
+"ms.service": azure-cosmos-db
+"ms.subservice": mongodb-vcore
+"ms.topic": conceptual
+"ms.date": 07/30/2024
++
+# Scenario based guide to indexing in Azure Cosmos DB for MongoDB vCore
++
+Indexes are structures that enhance data retrieval speed by enabling quick access to specific fields within a collection. This article explains how to perform indexing at various nesting levels and reviews how to effectively review utilization of these indexes.
+
+## Indexing scenarios
+
+We would work on example scenarios with context to the defined sample json.
+
+```json
+{
+ "_id": "e79b564e-48b1-4f75-990f-e62de2449239",
+ "car_id":"AZ-9874532",
+ "car_info": {
+ "make": "Mustang",
+ "model": "GT Fastback",
+ "year": 2024,
+ "registration": {
+ "license_plate": "LJX386",
+ "state": "WV",
+ "registration_datetime": {
+ "$date": "2024-01-10T01:16:44.000Z"
+ },
+ "expiration_datetime": {
+ "$date": "2034-01-10T01:16:44.000Z"
+ }
+ }
+ },
+ "rental_history": [
+ {
+ "rental_id": "RT63857499825952",
+ "customer_id": "CX8716",
+ "start_date": {
+ "$date": "2024-02-29T01:16:44.000Z"
+ },
+ "end_date": {
+ "$date": "2024-03-04T16:54:44.000Z"
+ },
+ "pickup_location": { "type": "Point", "coordinates": [ -73.97, 40.77 ]
+ },
+ "drop_location": { "type": "Point", "coordinates": [ -73.96, 40.78 ]
+ },
+ "total_price": 232.56944444444443,
+ "daily_rent": 50,
+ "complains": [
+ {
+ "complain_id": "CMP638574998259520",
+ "issue": "Strange odor inside the car.",
+ "reported_datetime": {
+ "$date": "2024-03-03T20:11:44.000Z"
+ },
+ "reported_medium": "Website",
+ "resolutions": [
+ {
+ "resolution_datetime": {
+ "$date": "2024-03-03T20:20:44.000Z"
+ },
+ "solution": "Inspect for any leftover food, spills, or trash that might be causing the odor. Contact the rental agency.",
+ "resolved": true
+ }
+ ]
+ }
+ ],
+ "accidents": [
+ {
+ "accident_id": "ACC376184",
+ "date": {
+ "$date": "2024-03-03T01:47:44.000Z"
+ },
+ "description": "Collisions with Soft Barriers: Accidents involving hitting bushes, shrubs, or other soft barriers.",
+ "repair_cost": 147
+ }
+ ]
+ },
+ {
+ "rental_id": "RT63857499825954",
+ "customer_id": "CX1412",
+ "start_date": {
+ "$date": "2033-11-18T01:16:44.000Z"
+ },
+ "end_date": {
+ "$date": "2033-11-25T21:11:44.000Z"
+ },
+ "pickup_location": { "type": "Point", "coordinates": [ 40, 5 ]
+ },
+ "drop_location": { "type": "Point", "coordinates": [ 41, 11 ]
+ },
+ "total_price": 305.3645833333333,
+ "daily_rent": 39,
+ "complains": [
+ {
+ "complain_id": "CMP638574998259540",
+ "issue": "Unresponsive infotainment system.",
+ "reported_datetime": {
+ "$date": "2033-11-19T17:55:44.000Z"
+ },
+ "reported_medium": "Agency",
+ "resolutions": []
+ }
+ ],
+ "accidents": null
+ }
+ ],
+ "junk": null
+}
+```
+
+### Indexing the root field
+
+Azure Cosmos DB for MongoDB vCore allows indexes on root properties. The example allows searching `sampleColl` by `car_id`.
+
+```javascript
+CarData> db.sampleColl.createIndex({"car_id":1})
+```
+
+Execution plan allows reviewing the utilization of index created on `car_id` field with `explain`.
+
+```javascript
+CarData> db.sampleColl.find({"car_id":"ZA-XWB804"}).explain()
+
+{
+ explainVersion: 2,
+ command: "db.runCommand({explain: { 'find' : 'sampleColl', 'filter' : { 'car_id' : 'ZA-XWB804' } }})",
+ explainCommandPlanningTimeMillis: 0.156,
+ explainCommandExecTimeMillis: 37.956,
+ dataSize: '32 kB',
+ queryPlanner: {
+ namespace: 'CarData.sampleColl',
+ winningPlan: {
+ stage: 'FETCH',
+ estimatedTotalKeysExamined: 8700,
+ inputStage: {
+ stage: 'IXSCAN',
+ indexName: 'car_id_1',
+ isBitmap: true,
+ indexFilterSet: [ { '$eq': { car_id: 'ZA-XWB804' } } ],
+ estimatedTotalKeysExamined: 174
+ }
+ }
+ },
+ ok: 1
+}
+```
+
+### Indexing the nested properties
+
+Azure Cosmos DB for MongoDB vCore allows indexing embedded document properties. The example creates an index on field `registration_datetime` within a nested document `registration`.
+
+```javascript
+CarData> db.sampleColl.createIndex({"car_info.registration.registration_datetime":1})
+```
+
+Review execution plan with `explain` provides insight into index scan.
+
+```javascript
+CarData> db.sampleColl.find({"car_info.registration.registration_datetime":
+ { $gte : new ISODate("2024-05-01")
+ ,$lt: ISODate("2024-05-07")
+ }
+ }).explain()
++
+{
+ explainVersion: 2,
+ command: "db.runCommand({explain: { 'find' : 'sampleColl', 'filter' : { 'car_info.registration.registration_datetime' : { '$gte' : ISODate('2024-05-01T00:00:00Z'), '$lt' : ISODate('2024-05-07T00:00:00Z') } } }})",
+ explainCommandPlanningTimeMillis: 0.095,
+ explainCommandExecTimeMillis: 42.703,
+ dataSize: '4087 kB',
+ queryPlanner: {
+ namespace: 'CarData.sampleColl',
+ winningPlan: {
+ stage: 'FETCH',
+ estimatedTotalKeysExamined: 4350,
+ inputStage: {
+ stage: 'IXSCAN',
+ indexName: 'car_info.registration.registration_datetime_1',
+ isBitmap: true,
+ indexFilterSet: [
+ {
+ '$range': {
+ 'car_info.registration.registration_datetime': {
+ min: ISODate("2024-05-01T00:00:00.000Z"),
+ max: ISODate("2024-05-07T00:00:00.000Z"),
+ minInclusive: true,
+ maxInclusive: false
+ }
+ }
+ }
+ ],
+ estimatedTotalKeysExamined: 2
+ }
+ }
+ },
+ ok: 1
+}
+```
+
+### Indexing the arrays at root
+
+Azure Cosmos DB for MongoDB vCore allows indexing the root property defined as an array. Let us consider following json sample.
+
+```json
+{
+ "_id": ObjectId("58f56170ee9d4bd5e610d644"),
+ "id": 1,
+ "num": 001,
+ "name": "Bulbasaur",
+ "img": "http://www.serebii.net/pokemongo/pokemon/001.png",
+ "type": [ 'Grass', 'Poison' ],
+ "height": '0.71 m',
+ "weight": '6.9 kg',
+ "avg_spawns": 69,
+ "spawn_time": "20:00",
+ "multipliers": [ 1.58 ],
+ "weaknesses": [ "Fire", "Ice", "Flying", "Psychic"],
+ "next_evolution": [ { "num": "002", "name": "Ivysaur" }, { "num": "003", "name": "Venusaur" }]
+}
+```
+
+In our example, we create an index on `weaknesses` array field and we're reviewing for the existence of all three values `Ground`, `Water` & `Fire` in the array.
+
+```javascript
+Cosmicworks> db.Pokemon.createIndex({'weaknesses':1})
+
+Cosmicworks> db.Pokemon.find({"weaknesses":
+ {$all:["Ground","Water","Fire"]}
+ }
+ ).explain()
+
+{
+ explainVersion: 2,
+ command: "db.runCommand({explain: { 'find' : 'Pokemon', 'filter' : { 'weaknesses' : { '$all' : ['Ground', 'Water', 'Fire'] } } }})",
+ explainCommandPlanningTimeMillis: 10.161,
+ explainCommandExecTimeMillis: 21.64,
+ dataSize: '906 bytes',
+ queryPlanner: {
+ namespace: 'Cosmicworks.Pokemon',
+ winningPlan: {
+ stage: 'FETCH',
+ estimatedTotalKeysExamined: 50,
+ inputStage: {
+ stage: 'IXSCAN',
+ indexName: 'weaknesses_1',
+ isBitmap: true,
+ indexFilterSet: [
+ { '$all': { weaknesses: [ 'Ground', 'Water', 'Fire' ] } }
+ ],
+ estimatedTotalKeysExamined: 2
+ }
+ }
+ },
+ ok: 1
+}
+```
+
+> [!NOTE]
+> For MongoServerError: Index key is too large.
+>
+> Please create a support request for enabling background indexing, followed by `enableLargeIndexKeys`
+>
+> db.runCommand({ createIndexes: "collectionName", indexes: [{ {"index_spec"}], enableLargeIndexKeys: true });
+
+### Indexing nested arrays
+
+Azure Cosmos DB for MongoDB vCore allows indexing nested arrays. The example creates an index on `resolutions` field existing within `complains` array.
+
+```javascript
+CarData> db.sampleColl.createIndex({"rental_history.complains.resolutions":1})
+```
+
+We review the plan with `explain` to identify for all the rentals, without a resolution provided to the customer.
+
+```javascript
+CarData> db.sampleColl.find({"rental_history.complains.resolutions":{ $exists: false, $ne: []}}).explain()
+
+{
+ explainVersion: 2,
+ command: "db.runCommand({explain: { 'find' : 'sampleColl', 'filter' : { 'rental_history.complains.resolutions' : { '$exists' : false, '$ne' : [] } } }})",
+ explainCommandPlanningTimeMillis: 0.12,
+ explainCommandExecTimeMillis: 48.721000000000004,
+ dataSize: '1747 kB',
+ queryPlanner: {
+ namespace: 'CarData.sampleColl',
+ winningPlan: {
+ stage: 'FETCH',
+ estimatedTotalKeysExamined: 1933,
+ inputStage: {
+ stage: 'IXSCAN',
+ indexName: 'rental_history.complains.resolutions_1',
+ isBitmap: true,
+ indexFilterSet: [
+ {
+ '$exists': { 'rental_history.complains.resolutions': false }
+ },
+ { '$ne': { 'rental_history.complains.resolutions': [] } }
+ ],
+ estimatedTotalKeysExamined: 2
+ }
+ }
+ },
+ ok: 1
+}
+```
+
+### Indexing specific field in an array
+
+Azure Cosmos DB for MongoDB vCore allows indexing fields within an array. The example creates an index on `date` field within `accidents` array.
+
+```javascript
+CarData> db.sampleColl.createIndex({"rental_history.accidents.date":1})
+```
+
+The example query evaluates for the accidents between a time range, shows index created on `date` property being utilized.
+
+```javascript
+CarData> db.sampleColl.find({"rental_history.accidents.date":
+ { $gte : ISODate("2024-05-01")
+ , $lt : ISODate("2024-05-07")
+ }
+ }).explain()
+
+{
+ explainVersion: 2,
+ command: "db.runCommand({explain: { 'find' : 'sampleColl', 'filter' : { 'rental_history.accidents.date' : { '$gte' : ISODate('2024-05-01T00:00:00Z'), '$lt' : ISODate('2024-05-07T00:00:00Z') } } }})",
+ explainCommandPlanningTimeMillis: 19.816,
+ explainCommandExecTimeMillis: 48.359,
+ dataSize: '12 MB',
+ queryPlanner: {
+ namespace: 'CarData.sampleColl',
+ winningPlan: {
+ stage: 'FETCH',
+ estimatedTotalKeysExamined: 4350,
+ inputStage: {
+ stage: 'IXSCAN',
+ indexName: 'rental_history.accidents.date_1',
+ isBitmap: true,
+ indexFilterSet: [
+ {
+ '$range': {
+ 'rental_history.accidents.date': {
+ min: ISODate("2024-05-01T00:00:00.000Z"),
+ max: ISODate("2024-05-07T00:00:00.000Z"),
+ minInclusive: true,
+ maxInclusive: false
+ }
+ }
+ }
+ ],
+ estimatedTotalKeysExamined: 2
+ }
+ }
+ },
+ ok: 1
+}
+```
+
+> [!NOTE]
+> We are currently enhancing support for nested arrays. In certain edge cases, specific indexing operations may lead to errors.
+
+### Wildcard indexing while excluding nested fields
+
+Azure Cosmos DB for MongoDB vCore supports Wildcard indexes. The example allows us to exclude indexing all nested fields within document `car_info`.
+
+```javascript
+// Excludes all the nested sub-document property
+CarData> db.sampleColl.createIndex( {"$**":1}
+ ,{"wildcardProjection":
+ { "car_info.make":0
+ ,"car_info.model":0
+ ,"car_info.registration":0
+ ,"car_info.year":0
+ ,"rental_history":0
+ }
+ }
+ )
+```
+
+Execution plan does show no support for queries performed on `model` field, which was excluded while creating the Wildcard index.
+
+```javascript
+CarData> db.sampleColl.find({"car_info.model":"GT Fastback"}).explain()
+{
+ explainVersion: 2,
+ command: "db.runCommand({explain: { 'find' : 'sampleColl', 'filter' : { 'car_info.model' : 'GT Fastback' } }})",
+ explainCommandPlanningTimeMillis: 10.879,
+ explainCommandExecTimeMillis: 374.25100000000003,
+ dataSize: '0 bytes',
+ queryPlanner: {
+ namespace: 'CarData.sampleColl',
+ winningPlan: {
+ stage: 'COLLSCAN',
+ runtimeFilterSet: [ { '$eq': { 'car_info.model': 'GT Fastback' } } ],
+ estimatedTotalKeysExamined: 8700
+ }
+ },
+ ok: 1
+}
+```
+
+### Wildcard indexing while excluding nested objects
+
+Azure Cosmos DB for MongoDB vCore supports Wildcard indexes. The example allows us to exclude nested objects from the document.
+
+```javascript
+// Wildcard index excluding nested object
+[mongos] CarData> db.sampleColl.createIndex( {"$**":1},
+ {"wildcardProjection":
+ { "car_info":0
+ ,"rental_history":0
+ }
+ }
+ )
+```
+
+Execution plan shows no support for queries performed on nested field `make` within `car_info` document.
+
+```javascript
+CarData> db.sampleColl.find({"car_info.make":"Mustang"}).explain()
+{
+ explainVersion: 2,
+ command: "db.runCommand({explain: { 'find' : 'sampleColl', 'filter' : { 'car_info.make' : 'Mustang' } }})",
+ explainCommandPlanningTimeMillis: 21.271,
+ explainCommandExecTimeMillis: 337.475,
+ dataSize: '0 bytes',
+ queryPlanner: {
+ namespace: 'CarData.sampleColl',
+ winningPlan: {
+ stage: 'COLLSCAN',
+ runtimeFilterSet: [ { '$eq': { 'car_info.make': 'Mustang' } } ],
+ estimatedTotalKeysExamined: 8700
+ }
+ },
+ ok: 1
+}
+```
+
+### Wildcard indexing while excluding fields with nested array
+
+The wildcard index example allows excluding fields from nested array. We use `pokemon` collection with json format highlighted.
+
+```json
+{
+{
+ "_id": ObjectId("58f56170ee9d4bd5e610d644"),
+ "id": 1,
+ "num": 001,
+ "name": "Bulbasaur",
+ "img": "http://www.serebii.net/pokemongo/pokemon/001.png",
+ "type": [ 'Grass', 'Poison' ],
+ "height": '0.71 m',
+ "weight": '6.9 kg',
+ "avg_spawns": 69,
+ "spawn_time": "20:00",
+ "multipliers": [ 1.58 ],
+ "weaknesses": [ "Fire", "Ice", "Flying", "Psychic"],
+ "next_evolution": [ { "num": "002", "name": "Ivysaur" }, { "num": "003", "name": "Venusaur" }]
+}
+}
+```
+
+We're creating index on all the fields within the json excluding a `num` and `name` fields from within an array.
+
+```javascript
+Cosmicworks> db.Pokemon.createIndex( {"$**":1},
+ {"wildcardProjection":
+ { "id":0
+ ,"name":0
+ ,"multipliers":0
+ ,"next_evolution.num":0
+ ,"next_evolution.name":0
+ }
+ }
+ )
+```
+
+Explain plan shows no index utilization while querying on `name` field within `next_evolution` array.
+
+```javascript
+Cosmicworks> db.Pokemon.find({"next_evolution.name":"Venusaur"}).explain()
+{
+ explainVersion: 2,
+ command: "db.runCommand({explain: { 'find' : 'Pokemon', 'filter' : { 'next_evolution.name' : 'Venusaur' } }})",
+ explainCommandPlanningTimeMillis: 0.799,
+ explainCommandExecTimeMillis: 0.869,
+ dataSize: '1090 bytes',
+ queryPlanner: {
+ namespace: 'Cosmicworks.Pokemon',
+ winningPlan: {
+ stage: 'COLLSCAN',
+ runtimeFilterSet: [ { '$eq': { 'next_evolution.name': 'Venusaur' } } ],
+ estimatedTotalKeysExamined: 76
+ }
+ },
+ ok: 1
+}
+```
+
+## Next steps
+
+- Learn here about [Wildcard indexing](how-to-create-wildcard-indexes.md).
+- Learn about indexing [Best practices](how-to-create-indexes.md) for most efficient outcomes.
+- Learn about [background indexing](background-indexing.md)
+- Learn here to work with [Text indexing](how-to-create-text-index.md).
cosmos-db How To Migrate Native Tools https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/how-to-migrate-native-tools.md
description: Use MongoDB native tools to migrate small datasets from existing Mo
-+ - ignite-2023
cosmos-db How To Monitor Diagnostics Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/how-to-monitor-diagnostics-logs.md
description: Observe and query diagnostic logs from Azure Cosmos DB for MongoDB
-+
cosmos-db How To Private Link https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/how-to-private-link.md
description: Use Azure Private Link to connect to Azure Cosmos DB for MongoDB vC
-+
cosmos-db How To Restore Cluster https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/how-to-restore-cluster.md
description: Restore an Azure Cosmos DB for MongoDB vCore cluster from a point i
-+ - ignite-2023
cosmos-db How To Scale Cluster https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/how-to-scale-cluster.md
description: Scale an Azure Cosmos DB for MongoDB vCore cluster by changing the
-+ Last updated 07/01/2024
cosmos-db How To Transactions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/how-to-transactions.md
description: Support atomicity, consistency, isolation, and durability with tran
-+ Last updated 08/28/2023
cosmos-db How To Upgrade Cluster https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/how-to-upgrade-cluster.md
description: Steps to upgrade Azure Cosmos DB for MongoDB vCore cluster from a l
-+
cosmos-db Indexing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/indexing.md
description: Basic know-how for efficient usage of indexes on Azure Cosmos DB fo
-+ Last updated 07/01/2024
cosmos-db Introduction https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/introduction.md
description: Learn about vCore-based Azure Cosmos DB for MongoDB, a fully manage
-+ - ignite-2023
cosmos-db Limits https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/limits.md
Title: Service Limits in Azure Cosmos DB for MongoDB vCore
description: This document outlines the service limits for vCore-based Azure Cosmos DB for MongoDB. -+ Last updated 06/27/2024
cosmos-db Monitor Metrics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/monitor-metrics.md
Title: Monitor metrics in Azure Cosmos DB for MongoDB (vCore) description: Discover how to monitor memory or CPU usage for operations in Azure Cosmos DB. Account owners can identify resource-intensive operations.-+
cosmos-db Multi Cloud https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/multi-cloud.md
Title: Azure Cosmos DB for MongoDB vCore is your multi-cloud solution
description: Azure Cosmos DB for MongoDB vCore offers a flexible, multi-cloud database service, using the MongoDB wire protocol for seamless migration and integration across environments. -+ Last updated 02/12/2024
cosmos-db Quickstart Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/quickstart-bicep.md
description: In this quickstart, create a new Azure Cosmos DB for MongoDB vCore
-+ Last updated 08/28/2023
cosmos-db Quickstart Cross Region Replica Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/quickstart-cross-region-replica-portal.md
description: In this quickstart, create a new Azure Cosmos DB for MongoDB vCore cluster replica in another region for disaster recovery (DR) and read scaling purposes in the Azure portal. -+ Last updated 06/12/2024
cosmos-db Quickstart Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/quickstart-portal.md
description: In this quickstart, create a new Azure Cosmos DB for MongoDB vCore
-+ Last updated 06/20/2024
cosmos-db Quickstart Terraform https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/quickstart-terraform.md
description: In this quickstart, create a new Azure Cosmos DB for MongoDB vCore cluster to store databases, collections, and documents by using Terraform. -+ Last updated 03/18/2024
cosmos-db Rag https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/rag.md
description: Learn how to enhance AI-based applications using Retrieval-Augmente
-+ Last updated 07/08/2024
cosmos-db Release Notes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/release-notes.md
description: Includes a list of all feature updates, grouped by release date, fo
-+ Last updated 07/02/2024
cosmos-db Scalability Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/scalability-overview.md
description: Cost and performance advantages of scalability for Azure Cosmos DB for MongoDB vCore -+ Last updated 07/22/2024
cosmos-db Security https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/security.md
description: Learn how Azure Cosmos DB for MongoDB vCore provides database prote
-+ Last updated 10/23/2023
cosmos-db Troubleshoot Common Issues https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/troubleshoot-common-issues.md
Title: Troubleshoot common errors in Azure Cosmos DB for MongoDB vCore description: This doc discusses the ways to troubleshoot common issues encountered in Azure Cosmos DB for MongoDB vCore.-+ Last updated 08/11/2023
cosmos-db Tutorial Nodejs Web App https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/tutorial-nodejs-web-app.md
description: In this tutorial, create a Node.js web application that connects to
-+ Last updated 08/28/2023
cosmos-db Vector Search Ai https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/vector-search-ai.md
description: Open-source vector database functionalities, examples, challenges,
-+ Last updated 04/02/2024
cosmos-db Vector Search https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/mongodb/vcore/vector-search.md
description: Use vector store in Azure Cosmos DB for MongoDB vCore to enhance AI
-+ - ignite-2023
cosmos-db Benchmarking Framework https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/benchmarking-framework.md
description: Use YCSB to benchmark Azure Cosmos DB for NoSQL with recipes to mea
-+ Last updated 01/31/2023
cosmos-db Best Practice Dotnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/best-practice-dotnet.md
Title: Azure Cosmos DB best practices for .NET SDK v3 description: Learn the best practices for using the Azure Cosmos DB .NET SDK v3 -+ Last updated 07/31/2023
cosmos-db Best Practice Java https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/best-practice-java.md
Title: Azure Cosmos DB best practices for Java SDK v4 description: Learn the best practices for using the Azure Cosmos DB Java SDK v4 -+
cosmos-db Best Practice Python https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/best-practice-python.md
description: Review a list of best practices for using the Azure Cosmos DB Python SDK in a performant manner. -+
cosmos-db Best Practices Javascript https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/best-practices-javascript.md
description: Review a list of best practices for using the Azure Cosmos DB JavaS
-+
cosmos-db Bicep Samples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/bicep-samples.md
Title: Bicep samples for Azure Cosmos DB for NoSQL description: Use Bicep to create and configure Azure Cosmos DB. -+
cosmos-db Bulk Executor Dotnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/bulk-executor-dotnet.md
Title: Use bulk executor .NET library in Azure Cosmos DB for bulk import and upd
description: Learn how to bulk import and update the Azure Cosmos DB documents using the bulk executor .NET library. -+ ms.devlang: csharp
cosmos-db Change Feed Design Patterns https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/change-feed-design-patterns.md
description: Get an overview of common change feed design patterns.
-+ Last updated 05/10/2023
cosmos-db Change Feed Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/change-feed-functions.md
description: Use Azure Functions to connect to Azure Cosmos DB change feed. Late
-+
cosmos-db Change Feed Modes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/change-feed-modes.md
description: Get an overview of Azure Cosmos DB change feed modes.
-+ Last updated 07/25/2024
cosmos-db Change Feed Processor https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/change-feed-processor.md
description: Learn how to use the Azure Cosmos DB change feed processor to read
-+ ms.devlang: csharp
cosmos-db Change Feed Pull Model https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/change-feed-pull-model.md
description: Learn how to use the Azure Cosmos DB change feed pull model to read
-+ ms.devlang: csharp
cosmos-db Change Partition Key https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/change-partition-key.md
description: Change partition key in Azure Cosmos DB for NOSQL API. -+ # Changing the partition key in Azure Cosmos DB (preview)
cosmos-db Changefeed Ecommerce Solution https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/changefeed-ecommerce-solution.md
description: This article describes how change feed can be used by a retail comp
-+ ms.devlang: java
cosmos-db Cli Samples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/cli-samples.md
Title: Azure CLI Samples for Azure Cosmos DB | Microsoft Docs description: This article lists several Azure CLI code samples available for interacting with Azure Cosmos DB. View API-specific CLI samples. -+ Last updated 08/19/2022
cosmos-db Conceptual Resilient Sdk Applications https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/conceptual-resilient-sdk-applications.md
Title: Designing resilient applications with Azure Cosmos DB SDKs description: Learn how to build resilient applications using the Azure Cosmos DB SDKs and what all are the expected error status codes to retry on. -+ Last updated 05/05/2022
From the client perspective, any retries will affect the end to end latency of a
Azure Cosmos DB SDKs provide detailed information in their logs and diagnostics that can help identify which retries are taking place. For more information, see [how to collect .NET SDK diagnostics](troubleshoot-dotnet-sdk-slow-request.md#capture-diagnostics) and [how to collect Java SDK diagnostics](troubleshoot-java-sdk-v4.md#capture-the-diagnostics).
+## How can I mitigate retry latency?
+
+Depending on the [circumstances](troubleshoot-sdk-availability.md), in most cases the SDK will route requests to either the local region, the write region (in a single-region write scenario) or the first region in the [preferred regions](tutorial-global-distribution.md#preferred-locations) list. This prioritization minimizes latency in healthy scenarios by primarily connecting to the nearest or most optimal data center.
+
+However, this prioritization also means that requests which are going to result in failure will always be tried in one specific region first for a given error scenario. If failover to another region is preferred in that scenario, this is typically handled at the infrastructure (traffic manager) layer rather than at the SDK level. Proper setup and configuration of your infrastructure can ensure that traffic is rerouted efficiently during regional outages, thereby mitigating the latency that can come with cross-region retries in an outage scenario. For more detailed information on setting up infrastructure-level failover, you can refer to [Azure Traffic Manager documentation](../../traffic-manager/index.yml). Some SDKs support implementing similar failover strategies directly at the SDK level. For example, see [high availability for Java SDK](performance-tips-java-sdk-v4.md#high-availability).
+ ## What about regional outages? The Azure Cosmos DB SDKs cover regional availability and can perform retries on another account regions. Refer to the [multiregional environments retry scenarios and configurations](troubleshoot-sdk-availability.md) article to understand which scenarios involve other regions.
cosmos-db Couchbase Cosmos Migration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/couchbase-cosmos-migration.md
Title: 'Migrate from CouchBase to Azure Cosmos DB for NoSQL' description: Step-by-Step guidance for migrating from CouchBase to Azure Cosmos DB for NoSQL-+ Last updated 02/11/2020
cosmos-db Create Support Request Quota Increase https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/create-support-request-quota-increase.md
description: Learn how to request a quota increase for Azure Cosmos DB resources
-+ Last updated 04/27/2022
cosmos-db Create Website https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/create-website.md
Title: Deploy a web app with a template - Azure Cosmos DB description: Learn how to deploy an Azure Cosmos DB account, Azure App Service Web Apps, and a sample web application using an Azure Resource Manager template. -+
cosmos-db Database Transactions Optimistic Concurrency https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/database-transactions-optimistic-concurrency.md
description: This article describes database transactions and optimistic concurr
-+ Last updated 12/04/2019
cosmos-db Defender For Cosmos Db https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/defender-for-cosmos-db.md
Title: 'Microsoft Defender for Azure Cosmos DB' description: Learn how Microsoft Defender provides advanced threat protection on Azure Cosmos DB.-+ Last updated 06/21/2022
cosmos-db Diagnostic Queries https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/diagnostic-queries.md
description: Learn how to query diagnostics logs for troubleshooting data stored
-+ Last updated 11/08/2022
cosmos-db Distribute Throughput Across Partitions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/distribute-throughput-across-partitions.md
Title: Redistribute throughput across partitions (preview) in Azure Cosmos DB
description: Learn how to redistribute throughput across partitions (preview) -+
cosmos-db Dynamo To Cosmos https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/dynamo-to-cosmos.md
Title: Migrate your application from Amazon DynamoDB to Azure Cosmos DB description: Learn how to migrate your .NET application from Amazon's DynamoDB to Azure Cosmos DB -+
cosmos-db Estimate Ru With Capacity Planner https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/estimate-ru-with-capacity-planner.md
Title: Estimate costs using the Azure Cosmos DB capacity planner - API for NoSQL description: Learn how to use Azure Cosmos DB capacity planner to estimate the throughput and cost required when using Azure Cosmos DB for NoSQL. -+ Last updated 03/15/2023
cosmos-db Find Request Unit Charge https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/find-request-unit-charge.md
Title: Find request unit charge for a SQL query in Azure Cosmos DB description: Find the request unit charge for SQL queries against containers created with Azure Cosmos DB, using the Azure portal, .NET, Java, Python, or Node.js. -+ Last updated 06/02/2022
cosmos-db How To Change Capacity Mode https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-change-capacity-mode.md
description: Review the steps on how to change the capacity mode of a serverless Azure Cosmos DB for NoSQL account to a provisioned capacity account. -+ Last updated 05/08/2024
cosmos-db How To Configure Cosmos Db Trigger https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-configure-cosmos-db-trigger.md
Title: Azure Functions trigger for Azure Cosmos DB advanced configuration description: Learn how to configure logging and connection policy used by Azure Functions trigger for Azure Cosmos DB -+ Last updated 12/21/2022
cosmos-db How To Configure Cross Origin Resource Sharing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-configure-cross-origin-resource-sharing.md
Title: Cross-Origin Resource Sharing (CORS) in Azure Cosmos DB description: This article describes how to configure Cross-Origin Resource Sharing (CORS) in Azure Cosmos DB by using Azure portal and Azure Resource Manager templates. -+ Last updated 10/11/2019
cosmos-db How To Convert Session Token https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-convert-session-token.md
Title: How to convert session token formats in .NET SDK - Azure Cosmos DB description: Learn how to convert session token formats to ensure compatibilities between different .NET SDK versions -+ Last updated 04/30/2020
cosmos-db How To Create Account https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-create-account.md
Title: Create an Azure Cosmos DB for NoSQL account
description: Learn how to create a new Azure Cosmos DB for NoSQL account to store databases, containers, and items. -+ ms.devlang: csharp
cosmos-db How To Create Container https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-create-container.md
Title: Create a container in Azure Cosmos DB for NoSQL description: Learn how to create a container in Azure Cosmos DB for NoSQL by using Azure portal, .NET, Java, Python, Node.js, and other SDKs. -+ Last updated 01/03/2022
cosmos-db How To Create Multiple Cosmos Db Triggers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-create-multiple-cosmos-db-triggers.md
Title: Create multiple independent Azure Functions triggers for Azure Cosmos DB description: Learn how to configure multiple independent Azure Functions triggers for Azure Cosmos DB to create event-driven architectures. -+ Last updated 04/07/2023
cosmos-db How To Dotnet Create Container https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-dotnet-create-container.md
Title: Create a container in Azure Cosmos DB for NoSQL using .NET
description: Learn how to create a container in your Azure Cosmos DB for NoSQL database using the .NET SDK. -+ ms.devlang: csharp
cosmos-db How To Dotnet Create Database https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-dotnet-create-database.md
Title: Create a database in Azure Cosmos DB for NoSQL using .NET
description: Learn how to create a database in your Azure Cosmos DB for NoSQL account using the .NET SDK. -+ ms.devlang: csharp
cosmos-db How To Dotnet Create Item https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-dotnet-create-item.md
Title: Create an item in Azure Cosmos DB for NoSQL using .NET
description: Learn how to create, upsert, or replace an item in your Azure Cosmos DB for NoSQL container using the .NET SDK. -+ ms.devlang: csharp
cosmos-db How To Dotnet Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-dotnet-get-started.md
Title: Get started with Azure Cosmos DB for NoSQL using .NET
description: Get started developing a .NET application that works with Azure Cosmos DB for NoSQL. This article helps you learn how to set up a project and configure access to an Azure Cosmos DB for NoSQL endpoint. -+ ms.devlang: csharp
cosmos-db How To Dotnet Query Items https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-dotnet-query-items.md
Title: Query items in Azure Cosmos DB for NoSQL using .NET
description: Learn how to query items in your Azure Cosmos DB for NoSQL container using the .NET SDK. -+ ms.devlang: csharp
cosmos-db How To Dotnet Read Item https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-dotnet-read-item.md
Title: Read an item in Azure Cosmos DB for NoSQL using .NET
description: Learn how to point read a specific item in your Azure Cosmos DB for NoSQL container using the .NET SDK. -+ ms.devlang: csharp
cosmos-db How To Dotnet Vector Index Query https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-dotnet-vector-index-query.md
description: Add vector data Azure Cosmos DB for NoSQL and then query the data e
-+ Last updated 08/01/2023
cosmos-db How To Geospatial Index Query https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-geospatial-index-query.md
description: Add geospatial location data to Azure Cosmos DB for NoSQL and then
-+ Last updated 08/01/2023
cosmos-db How To Java Change Feed https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-java-change-feed.md
Title: Create an end-to-end Azure Cosmos DB Java SDK v4 application sample by using Change Feed description: This guide walks you through a simple Java API for NoSQL application, which inserts documents into an Azure Cosmos DB container, while maintaining a materialized view of the container using Change Feed. -+ ms.devlang: java
cosmos-db How To Java Vector Index Query https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-java-vector-index-query.md
description: Add vector data Azure Cosmos DB for NoSQL and then query the data e
-+ Last updated 08/01/2023
cosmos-db How To Javascript Create Container https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-javascript-create-container.md
Title: Create a container in Azure Cosmos DB for NoSQL using JavaScript
description: Learn how to create a container in your Azure Cosmos DB for NoSQL account using the JavaScript SDK. -+ ms.devlang: javascript
cosmos-db How To Javascript Create Database https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-javascript-create-database.md
Title: Create a database in Azure Cosmos DB for NoSQL using JavaScript
description: Learn how to create a database in your Azure Cosmos DB for NoSQL account using the JavaScript SDK. -+ ms.devlang: javascript
cosmos-db How To Javascript Create Item https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-javascript-create-item.md
Title: Create an item in Azure Cosmos DB for NoSQL using JavaScript
description: Learn how to create an item in your Azure Cosmos DB for NoSQL account using the JavaScript SDK. -+ ms.devlang: javascript
cosmos-db How To Javascript Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-javascript-get-started.md
Title: Get started with Azure Cosmos DB for NoSQL using JavaScript
description: Get started developing a JavaScript application that works with Azure Cosmos DB for NoSQL. This article helps you learn how to set up a project and configure access to an Azure Cosmos DB for NoSQL endpoint. -+ ms.devlang: javascript
cosmos-db How To Javascript Query Items https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-javascript-query-items.md
Title: Query items in Azure Cosmos DB for NoSQL using JavaScript
description: Learn how to query items in your Azure Cosmos DB for NoSQL account using the JavaScript SDK. -+ ms.devlang: javascript
cosmos-db How To Manage Conflicts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-manage-conflicts.md
Title: Manage conflicts between regions in Azure Cosmos DB description: Learn how to manage conflicts in Azure Cosmos DB by creating the last-writer-wins or a custom conflict resolution policy -+ Last updated 06/11/2020
cosmos-db How To Manage Consistency https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-manage-consistency.md
Title: Manage consistency in Azure Cosmos DB description: Learn how to configure and manage consistency levels in Azure Cosmos DB using Azure portal, .NET SDK, Java SDK, and various other SDKs -+ Last updated 02/16/2022
cosmos-db How To Manage Indexing Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-manage-indexing-policy.md
Title: Manage indexing policies in Azure Cosmos DB description: Learn how to manage indexing policies, include or exclude a property from indexing, how to define indexing using different Azure Cosmos DB SDKs. -+ Last updated 03/08/2023
cosmos-db How To Migrate From Bulk Executor Library https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-migrate-from-bulk-executor-library.md
Title: Migrate from the bulk executor library to the bulk support in Azure Cosmos DB .NET V3 SDK description: Learn how to migrate your application from using the bulk executor library to the bulk support in Azure Cosmos DB SDK V3 -+ Last updated 08/26/2021
cosmos-db How To Migrate From Change Feed Library https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-migrate-from-change-feed-library.md
Title: Migrate from the change feed processor library to the Azure Cosmos DB .NET V3 SDK description: Learn how to migrate your application from using the change feed processor library to the Azure Cosmos DB SDK V3 -+ Last updated 11/28/2023
cosmos-db How To Multi Master https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-multi-master.md
Title: How to configure multi-region writes in Azure Cosmos DB description: Learn how to configure multi-region writes for your applications by using different SDKs in Azure Cosmos DB. -+ Last updated 03/10/2023
cosmos-db How To Provision Autoscale Throughput https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-provision-autoscale-throughput.md
Title: Provision autoscale throughput in Azure Cosmos DB for NoSQL
description: Learn how to provision autoscale throughput at the container and database level in Azure Cosmos DB for NoSQL using Azure portal, CLI, PowerShell, and various other SDKs. -+ Last updated 04/01/2022
cosmos-db How To Provision Container Throughput https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-provision-container-throughput.md
Title: Provision container throughput in Azure Cosmos DB for NoSQL description: Learn how to provision throughput at the container level in Azure Cosmos DB for NoSQL using Azure portal, CLI, PowerShell and various other SDKs. -+ Last updated 10/14/2020
cosmos-db How To Provision Database Throughput https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-provision-database-throughput.md
Title: Provision database throughput in Azure Cosmos DB for NoSQL description: Learn how to provision throughput at the database level in Azure Cosmos DB for NoSQL using Azure portal, CLI, PowerShell and various other SDKs. -+ Last updated 10/15/2020
cosmos-db How To Python Create Container https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-python-create-container.md
Title: Create a container in Azure Cosmos DB for NoSQL using Python
description: Learn how to create a container in your Azure Cosmos DB for NoSQL database using the Python SDK. -+ ms.devlang: python
cosmos-db How To Python Create Database https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-python-create-database.md
Title: Create a database in Azure Cosmos DB for NoSQL using Python
description: Learn how to create a database in your Azure Cosmos DB for NoSQL account using the Python SDK. -+ ms.devlang: python
cosmos-db How To Python Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-python-get-started.md
Title: Get started with Azure Cosmos DB for NoSQL using Python
description: Get started developing a Python application that works with Azure Cosmos DB for NoSQL. This article helps you learn how to set up a project and configure access to an Azure Cosmos DB for NoSQL endpoint. -+ ms.devlang: python
cosmos-db How To Python Vector Index Query https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-python-vector-index-query.md
description: Add vector data Azure Cosmos DB for NoSQL and then query the data e
-+ Last updated 08/01/2023
cosmos-db How To Query Container https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-query-container.md
Title: Query an Azure Cosmos DB container description: Learn how to query containers in Azure Cosmos DB by using both in-partition and cross-partition queries. -+ Last updated 03/09/2023
cosmos-db How To Spark Service Principal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-spark-service-principal.md
description: Learn how to use a Microsoft Entra service principal to authenticate to Azure Cosmos DB for NoSQL from Spark. -+
cosmos-db How To Time To Live https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-time-to-live.md
Title: Configure and manage Time to Live in Azure Cosmos DB description: Learn how to configure and manage time to live on a container and an item in Azure Cosmos DB -+ Last updated 05/12/2022
cosmos-db How To Use Change Feed Estimator https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-use-change-feed-estimator.md
Title: Use the change feed estimator - Azure Cosmos DB description: Learn how to use the change feed estimator to analyze the progress of your change feed processor -+ Last updated 07/25/2024
cosmos-db How To Use Stored Procedures Triggers Udfs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-use-stored-procedures-triggers-udfs.md
Title: Use stored procedures, triggers, and UDFs in SDKs
description: Learn how to register and call stored procedures, triggers, and user-defined functions using the Azure Cosmos DB SDKs. -+ Last updated 03/16/2023
cosmos-db How To Write Javascript Query Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-write-javascript-query-api.md
Title: Write stored procedures and triggers using the JavaScript query API in Azure Cosmos DB description: Learn how to write stored procedures and triggers using the JavaScript Query API in Azure Cosmos DB -+ Last updated 05/07/2020
cosmos-db How To Write Stored Procedures Triggers Udfs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/how-to-write-stored-procedures-triggers-udfs.md
Title: Write stored procedures, triggers, and UDFs in Azure Cosmos DB description: Learn how to define stored procedures, triggers, and user-defined functions by using the API for NoSQL in Azure Cosmos DB. -+ Last updated 03/01/2023
cosmos-db Index Metrics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/index-metrics.md
Title: Azure Cosmos DB indexing metrics description: Learn how to obtain and interpret the indexing metrics in Azure Cosmos DB -+ Last updated 10/25/2021
cosmos-db Javascript Query Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/javascript-query-api.md
Title: Work with JavaScript integrated query API in Azure Cosmos DB Stored Procedures and Triggers description: This article introduces the concepts for JavaScript language-integrated query API to create stored procedures and triggers in Azure Cosmos DB. -+ Last updated 05/07/2020
cosmos-db Kafka Connector Sink https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/kafka-connector-sink.md
Title: Kafka Connect for Azure Cosmos DB - Sink connector description: The Azure Cosmos DB sink connector allows you to export data from Apache Kafka topics to an Azure Cosmos DB database. The connector polls data from Kafka to write to containers in the database based on the topics subscription. -+ Last updated 05/13/2022
cosmos-db Kafka Connector Source https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/kafka-connector-source.md
Title: Kafka Connect for Azure Cosmos DB - Source connector description: Azure Cosmos DB source connector provides the capability to read data from the Azure Cosmos DB change feed and publish this data to a Kafka topic. Kafka Connect for Azure Cosmos DB is a connector to read from and write data to Azure Cosmos DB. -+ Last updated 05/13/2022
cosmos-db Kafka Connector https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/kafka-connector.md
Title: Use Kafka Connect for Azure Cosmos DB to read and write data description: Kafka Connect for Azure Cosmos DB is a connector to read from and write data to Azure Cosmos DB. Kafka Connect is a tool for scalable and reliably streaming data between Apache Kafka and other systems -+ Last updated 06/28/2021
cosmos-db Manage With Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/manage-with-bicep.md
Title: Create and manage Azure Cosmos DB with Bicep description: Use Bicep to create and configure Azure Cosmos DB for API for NoSQL -+
cosmos-db Manage With Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/manage-with-cli.md
Title: Manage Azure Cosmos DB for NoSQL resources using Azure CLI description: Manage Azure Cosmos DB for NoSQL resources using Azure CLI. -+
cosmos-db Manage With Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/manage-with-powershell.md
Title: Manage Azure Cosmos DB for NoSQL resources using PowerShell description: Manage Azure Cosmos DB for NoSQL resources using PowerShell. -+ Last updated 02/18/2022
cosmos-db Manage With Templates https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/manage-with-templates.md
Title: Create and manage Azure Cosmos DB with Resource Manager templates description: Use Azure Resource Manager templates to create and configure Azure Cosmos DB for API for NoSQL -+
cosmos-db Migrate Containers Partitioned To Nonpartitioned https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/migrate-containers-partitioned-to-nonpartitioned.md
Title: Migrate nonpartitioned Azure Cosmos DB containers to partitioned containers description: Learn how to migrate all the existing nonpartitioned containers into partitioned containers. -+ Last updated 08/26/2021
cosmos-db Migrate Data Striim https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/migrate-data-striim.md
Title: Migrate data to Azure Cosmos DB for NoSQL account using Striim
description: Learn how to use Striim to migrate data from an Oracle database to an Azure Cosmos DB for NoSQL account. -+ Last updated 12/09/2021
cosmos-db Migrate Dotnet V2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/migrate-dotnet-v2.md
Title: Migrate your application to use the Azure Cosmos DB .NET SDK 2.0 (Microso
description: Learn how to upgrade your existing .NET application from the v1 SDK to .NET SDK v2 for API for NoSQL. -+ Last updated 08/26/2021 ms.devlang: csharp
cosmos-db Migrate Dotnet V3 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/migrate-dotnet-v3.md
Title: Migrate your application to use the Azure Cosmos DB .NET SDK 3.0 (Microso
description: Learn how to upgrade your existing .NET application from the v2 SDK to the newer .NET SDK v3 (Microsoft.Azure.Azure Cosmos DB package) for API for NoSQL. -+ Last updated 04/26/2024
cosmos-db Migrate Hbase To Cosmos Db https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/migrate-hbase-to-cosmos-db.md
Title: Migrate data from Apache HBase to Azure Cosmos DB for NoSQL account description: Learn how to migrate your data from HBase to Azure Cosmos DB for NoSQL account. -+ Last updated 12/07/2021
cosmos-db Migrate Java V4 Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/migrate-java-v4-sdk.md
ms.devlang: java
-+ Last updated 08/26/2021
cosmos-db Migrate Passwordless https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/migrate-passwordless.md
Last updated 06/20/2024-+
cosmos-db Model Partition Example https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/model-partition-example.md
description: Learn how to model and partition data using a real-world example scenario and Azure Cosmos DB for NoSQL. -+ Last updated 02/27/2023
cosmos-db Modeling Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/modeling-data.md
description: Learn about data modeling in NoSQL databases, differences between m
-+ Last updated 03/24/2022
cosmos-db Odbc Driver https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/odbc-driver.md
description: Use the ODBC driver for Azure Cosmos DB to create normalized data t
-+ Last updated 03/16/2023
cosmos-db Performance Tips Async Java https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/performance-tips-async-java.md
Title: Performance tips for Azure Cosmos DB Async Java SDK v2 description: Learn client configuration options to improve Azure Cosmos DB database performance for Async Java SDK v2 -+ ms.devlang: java
cosmos-db Performance Tips Dotnet Sdk V3 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/performance-tips-dotnet-sdk-v3.md
Title: Azure Cosmos DB performance tips for .NET SDK v3 description: Learn client configuration options to help improve Azure Cosmos DB .NET v3 SDK performance. -+ Last updated 07/12/2023
cosmos-db Performance Tips Java Sdk V4 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/performance-tips-java-sdk-v4.md
Title: Performance tips for Azure Cosmos DB Java SDK v4 description: Learn client configuration options to improve Azure Cosmos DB database performance for Java SDK v4 -+ ms.devlang: java
> [!IMPORTANT] > The performance tips in this article are for Azure Cosmos DB Java SDK v4 only. Please view the Azure Cosmos DB Java SDK v4 [Release notes](sdk-java-v4.md), [Maven repository](https://mvnrepository.com/artifact/com.azure/azure-cosmos), and Azure Cosmos DB Java SDK v4 [troubleshooting guide](troubleshoot-java-sdk-v4.md) for more information. If you are currently using an older version than v4, see the [Migrate to Azure Cosmos DB Java SDK v4](migrate-java-v4-sdk.md) guide for help upgrading to v4.
-Azure Cosmos DB is a fast and flexible distributed database that scales seamlessly with guaranteed latency and throughput. You do not have to make major architecture changes or write complex code to scale your database with Azure Cosmos DB. Scaling up and down is as easy as making a single API call or SDK method call. However, because Azure Cosmos DB is accessed via network calls there are client-side optimizations you can make to achieve peak performance when using Azure Cosmos DB Java SDK v4.
+Azure Cosmos DB is a fast and flexible distributed database that scales seamlessly with guaranteed latency and throughput. You don't have to make major architecture changes or write complex code to scale your database with Azure Cosmos DB. Scaling up and down is as easy as making a single API call or SDK method call. However, because Azure Cosmos DB is accessed via network calls there are client-side optimizations you can make to achieve peak performance when using Azure Cosmos DB Java SDK v4.
So if you're asking "How can I improve my database performance?" consider the following options: ## Networking <a name="collocate-clients"></a>
-* **Collocate clients in same Azure region for performance**
+**Collocate clients in same Azure region for performance**
<a id="same-region"></a> When possible, place any applications calling Azure Cosmos DB in the same region as the Azure Cosmos DB database. For an approximate comparison, calls to Azure Cosmos DB within the same region complete within 1-2 ms, but the latency between the West and East coast of the US is >50 ms. This latency can likely vary from request to request depending on the route taken by the request as it passes from the client to the Azure datacenter boundary. The lowest possible latency is achieved by ensuring the calling application is located within the same Azure region as the provisioned Azure Cosmos DB endpoint. For a list of available regions, see [Azure Regions](https://azure.microsoft.com/regions/#services).
We strongly recommend following the instructions to enable [Accelerated Networki
Without accelerated networking, IO that transits between your Azure VM and other Azure resources might be routed through a host and virtual switch situated between the VM and its network card. Having the host and virtual switch inline in the datapath not only increases latency and jitter in the communication channel, it also steals CPU cycles from the VM. With accelerated networking, the VM interfaces directly with the NIC without intermediaries. All network policy details are handled in the hardware at the NIC, bypassing the host and virtual switch. Generally you can expect lower latency and higher throughput, as well as more *consistent* latency and decreased CPU utilization when you enable accelerated networking.
-Limitations: accelerated networking must be supported on the VM OS, and can only be enabled when the VM is stopped and deallocated. The VM cannot be deployed with Azure Resource Manager. [App Service](../../app-service/overview.md) has no accelerated network enabled.
+Limitations: accelerated networking must be supported on the VM OS, and can only be enabled when the VM is stopped and deallocated. The VM can't be deployed with Azure Resource Manager. [App Service](../../app-service/overview.md) has no accelerated network enabled.
For more information, see the [Windows](../../virtual-network/create-vm-accelerated-networking-powershell.md) and [Linux](../../virtual-network/create-vm-accelerated-networking-cli.md) instructions.
+## High availability
+
+For general guidance on configuring high availability in Azure Cosmos DB, see [High availability in Azure Cosmos DB](../../reliability/reliability-cosmos-db-nosql.md).
+
+In addition to a good foundational setup in the database platform, there are specific techniques that can be implemented in the Java SDK itself, which can help in outage scenarios. Two notable strategies are the threshold-based availability strategy and the partition-level circuit breaker.
+
+These techniques provide advanced mechanisms to address specific latency and availability challenges, going above and beyond the cross-region retry capabilities that are built into the SDK by default. By proactively managing potential issues at the request and partition levels, these strategies can significantly enhance the resilience and performance of your application, particularly under high-load or degraded conditions.
+
+### Threshold-based availability strategy
+
+The threshold-based availability strategy can improve tail latency and availability by sending parallel read requests to secondary regions and accepting the fastest response. This approach can drastically reduce the impact of regional outages or high-latency conditions on application performance.
+
+**Example configuration:**
+```java
+int threshold = 500;
+int thresholdStep = 100;
+
+CosmosEndToEndOperationLatencyPolicyConfig config = new CosmosEndToEndOperationLatencyPolicyConfigBuilder(Duration.ofSeconds(3))
+ .availabilityStrategy(new ThresholdBasedAvailabilityStrategy(Duration.ofMillis(threshold), Duration.ofMillis(thresholdStep)))
+ .build();
+
+CosmosItemRequestOptions options = new CosmosItemRequestOptions();
+options.setCosmosEndToEndOperationLatencyPolicyConfig(config);
+
+container.readItem("id", new PartitionKey("pk"), options, JsonNode.class).block();
+
+//Write operations can benefit from threshold-based availability strategy if opted into non-idempotent write retry policy
+//and the account is configured for multi-region writes.
+options.setNonIdempotentWriteRetryPolicy(true, true);
+container.createItem("id", new PartitionKey("pk"), options, JsonNode.class).block();
+```
+
+**How it works:**
+
+1. **Initial Request:** At time T1, a read request is made to the primary region (for example, East US). The SDK waits for a response for up to 500 milliseconds (the `threshold` value).
+
+2. **Second Request:** If there's no response from the primary region within 500 milliseconds, a parallel request is sent to the next preferred region (for example, East US 2).
+
+3. **Third Request:** If neither the primary nor the secondary region responds within 600 milliseconds (500ms + 100ms, the `thresholdStep` value), the SDK sends another parallel request to the third preferred region (for example, West US).
+
+4. **Fastest Response Wins:** Whichever region responds first, that response is accepted, and the other parallel requests are ignored.
+
+This strategy can significantly improve latency in scenarios where a particular region is slow or temporarily unavailable, but it may incur more cost in terms of request units when parallel cross-region requests are required.
+
+> [!NOTE]
+> If the first preferred region returns a non-transient error status code (e.g., document not found, authorization error, conflict, etc.), the operation itself will fail fast, as availability strategy would not have any benefit in this scenario.
+
+### Partition level circuit breaker
+
+The partition-level circuit breaker enhances tail latency and write availability by tracking and short-circuiting requests to unhealthy physical partitions. It improves performance by avoiding known problematic partitions and redirecting requests to healthier regions.
+
+**Example configuration:**
+
+To enable partition-level circuit breaker:
+```java
+System.setProperty(
+ "COSMOS.PARTITION_LEVEL_CIRCUIT_BREAKER_CONFIG",
+ "{\"isPartitionLevelCircuitBreakerEnabled\": true, "
+ + "\"circuitBreakerType\": \"CONSECUTIVE_EXCEPTION_COUNT_BASED\","
+ + "\"consecutiveExceptionCountToleratedForReads\": 10,"
+ + "\"consecutiveExceptionCountToleratedForWrites\": 5,"
+ + "}");
+```
+
+To set the background process frequency for checking unavailable regions:
+```java
+System.setProperty("COSMOS.STALE_PARTITION_UNAVAILABILITY_REFRESH_INTERVAL_IN_SECONDS", "60");
+```
+
+To set the duration for which a partition can remain unavailable:
+```java
+System.setProperty("COSMOS.ALLOWED_PARTITION_UNAVAILABILITY_DURATION_IN_SECONDS", "30");
+```
+
+**How it works:**
+
+1. **Tracking Failures:** The SDK tracks terminal failures (e.g., 503s, 500s, timeouts) for individual partitions in specific regions.
+
+2. **Marking as Unavailable:** If a partition in a region exceeds a configured threshold of failures, it is marked as "Unavailable." Subsequent requests to this partition are short-circuited and redirected to other healthier regions.
+
+3. **Automated Recovery:** A background thread periodically checks unavailable partitions. After a certain duration, these partitions are tentatively marked as "HealthyTentative" and subjected to test requests to validate recovery.
+
+4. **Health Promotion/Demotion:** Based on the success or failure of these test requests, the status of the partition is either promoted back to "Healthy" or demoted once again to "Unavailable."
+
+This mechanism helps to continuously monitor partition health and ensures that requests are served with minimal latency and maximum availability, without being bogged down by problematic partitions.
+
+> [!NOTE]
+> Circuit breaker only applies to multi-region write accounts, as when a partition is marked as `Unavailable`, both reads and writes are moved to the next preferred region. This is to prevent reads and writes from different regions being served from the same client instance, as this would be an anti-pattern.
+
+> [!IMPORTANT]
+> You must be using version 4.63.0 of the Java SDK or higher in order to activate Partition Level Circuit Breaker.
+
+### Comparing availability optimizations
+
+- **Threshold-based availability strategy**:
+ - **Benefit**: Reduces tail latency by sending parallel read requests to secondary regions.
+ - **Cost**: Incurs extra RU (Request Units) costs due to additional cross-region requests.
+ - **Use Case**: Optimal for read-heavy workloads where reducing latency is critical and some additional cost (both in terms of RU charge and client CPU pressure) is acceptable. Write operations can also benefit, if opted into non-idempotent write retry policy and the account has multi-region writes.
+
+- **Partition level circuit breaker**:
+ - **Benefit**: Improves write availability and latency by avoiding unhealthy partitions, ensuring requests are routed to healthier regions.
+ - **Cost**: Does not incur significant additional RU costs as it avoids problematic partitions rather than issuing more requests.
+ - **Use Case**: Ideal for write-heavy or mixed workloads where consistent performance is essential, especially when dealing with partitions that may intermittently become unhealthy.
+
+Both strategies can be used to enhance write availability and reduce tail latency. We recommend Partition Level Circuit Breaker as a primary strategy, and additionally Threshold-based Availability Strategy can be used to further minimize tail latency if additional cost is acceptable.
+
+By implementing these strategies, developers can ensure their applications remain resilient, maintain high performance, and provide a better user experience even during regional outages or high-latency conditions.
+
+## Region scoped session consistency
+
+### Overview
+For more information about consistency settings in general, see [Consistency levels in Azure Cosmos DB](../consistency-levels.md). The Java SDK provides an optimization for [session consistency](../consistency-levels.md#session-consistency) for multi-region write accounts, by allowing it to be region-scoped. This enhances performance by mitigating cross-regional replication latency through minimizing client-side retries. This is achieved by managing session tokens at the region level instead of globally. If consistency in your application can be scoped to a smaller number of regions, by implementing region-scoped session consistency, you can achieve better performance and reliability for read and write operations in multi-write accounts by minimizing cross-regional replication delays and retries.
+
+### Benefits
+- **Reduced Latency:** By localizing session token validation to the region level, the chances of costly cross-regional retries are reduced.
+- **Enhanced Performance:** Minimizes the impact of regional failover and replication lag, offering higher read/write consistency and lower CPU utilization.
+- **Optimized Resource Utilization:** Reduces CPU and network overhead on client applications by limiting the need for retries and cross-regional calls, thus optimizing resource usage.
+- **High Availability:** By maintaining region-scoped session tokens, applications can continue to operate smoothly even if certain regions experience higher latency or temporary failures.
+- **Consistency Guarantees:** Ensures that the session consistency (read your write, monotonic read) guarantees are met more reliably without unnecessary retries.
+- **Cost Efficiency:** Reduces the number of cross-regional calls, thereby potentially lowering the costs associated with data transfers between regions.
+- **Scalability:** Allows applications to scale more efficiently by reducing the contention and overhead associated with maintaining a global session token, especially in multi-region setups.
+
+### Trade-Offs
+- **Increased Memory Usage:** The bloom filter and region-specific session token storage require additional memory, which may be a consideration for applications with limited resources.
+- **Configuration Complexity:** Fine-tuning the expected insertion count and false-positive rate for the bloom filter adds a layer of complexity to the configuration process.
+- **Potential for False Positives:** While the bloom filter minimizes cross-regional retries, there is still a slight chance of false positives impacting the session token validation, although the rate can be controlled. A false positive means the global session token is resolved, thereby increasing the chance of cross-regional retries if the local region has not caught up to this global session. Session guarantees are met even in the presence of false positives.
+- **Applicability:** This feature is most beneficial for applications with a high cardinality of logical partitions and regular restarts. Applications with fewer logical partitions or infrequent restarts might not see significant benefits.
++
+### How it works
+#### Set the session token
+1. **Request Completion:** After a request is completed, the SDK captures the session token and associates it with the region and partition key.
+2. **Region-Level Storage:** Session tokens are stored in a nested `ConcurrentHashMap` that maintains mappings between partition key ranges and region-level progress.
+3. **Bloom Filter:** A bloom filter keeps track of which regions have been accessed by each logical partition, helping to localize session token validation.
+
+#### Resolve the session token
+1. **Request Initialization:** Before a request is sent, the SDK attempts to resolve the session token for the appropriate region.
+2. **Token Check:** The token is checked against the region-specific data to ensure the request is routed to the most up-to-date replica.
+3. **Retry Logic:** If the session token is not validated within the current region, the SDK retries with other regions, but given the localized storage, this is less frequent.
++
+### Use the SDK
+ Here's how to initialize the CosmosClient with region-scoped session consistency:
+
+```java
+CosmosClient client = new CosmosClientBuilder()
+ .endpoint("<your-endpoint>")
+ .key("<your-key>")
+ .consistencyLevel(ConsistencyLevel.SESSION)
+ .buildClient();
+
+// Your operations here
+```
+
+### Enable region-scoped session consistency
+To enable region-scoped session capturing in your application, set the following system property:
+
+```java
+System.setProperty("COSMOS.SESSION_CAPTURING_TYPE", "REGION_SCOPED");
+```
+
+### Configure bloom filter
+Fine-tune the performance by configuring the expected insertions and false positive rate for the bloom filter:
+
+```java
+System.setProperty("COSMOS.PK_BASED_BLOOM_FILTER_EXPECTED_INSERTION_COUNT", "5000000"); // adjust as needed
+System.setProperty("COSMOS.PK_BASED_BLOOM_FILTER_EXPECTED_FFP_RATE", "0.001"); // adjust as needed
+System.setProperty("COSMOS.SESSION_CAPTURING_TYPE", "REGION_SCOPED");
+System.setProperty("COSMOS.PK_BASED_BLOOM_FILTER_EXPECTED_INSERTION_COUNT", "1000000");
+System.setProperty("COSMOS.PK_BASED_BLOOM_FILTER_EXPECTED_FFP_RATE", "0.01");
+```
+
+### Memory implications
+Below is the retained size (size of the object and whatever it depends on) of the internal session container (managed by the SDK) with varying expected insertions into the bloom filter.
+
+|Expected Insertions|False Positive Rate|Retained Size|
+|--||--|
+|10, 000|0.001|21 KB|
+|100, 000|0.001|183 KB|
+|1 million|0.001|1.8 MB|
+|10 million|0.001|17.9 MB|
+|100 million|0.001|179 MB|
+|1 billion|0.001|1.8 GB|
+
+> [!IMPORTANT]
+> You must be using version 4.60.0 of the Java SDK or higher in order to activate region-scoped session consistency.
+ ## Tuning direct and gateway connection configuration
-For optimizing direct and gateway mode connection configurations, see how to [tune connection configurations for java sdk v4](tune-connection-configurations-java-sdk-v4.md).
+For optimizing direct and gateway mode connection configurations, see how to [tune connection configurations for Java SDK v4](tune-connection-configurations-java-sdk-v4.md).
## SDK usage * **Install the most recent SDK**
For more information on Azure Cosmos DB Java SDK v4, look at the [Azure Cosmos D
For various reasons, you should add logging in a thread that is generating high request throughput. If your goal is to fully saturate a container's provisioned throughput with requests generated by this thread, logging optimizations can greatly improve performance.
-* ***Configure an async logger***
+* **Configure an async logger**
The latency of a synchronous logger necessarily factors into the overall latency calculation of your request-generating thread. An async logger such as [log4j2](https://logging.apache.org/log4j/log4j-2.3/manual/async.html) is recommended to decouple logging overhead from your high-performance application threads.
-* ***Disable netty's logging***
+* **Disable netty's logging**
Netty library logging is chatty and needs to be turned off (suppressing sign in the configuration might not be enough) to avoid additional CPU costs. If you are not in debugging mode, disable netty's logging altogether. So if you are using Log4j to remove the additional CPU costs incurred by ``org.apache.log4j.Category.callAppenders()`` from netty add the following line to your codebase:
cosmos-db Performance Tips Java https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/performance-tips-java.md
Title: Performance tips for Azure Cosmos DB Sync Java SDK v2 description: Learn client configuration options to improve Azure Cosmos DB database performance for Sync Java SDK v2 -+ ms.devlang: java
cosmos-db Performance Tips Python Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/performance-tips-python-sdk.md
Title: Performance tips for Azure Cosmos DB Python SDK description: Learn client configuration options to improve Azure Cosmos DB database performance for Python SDK -+ ms.devlang: python
cosmos-db Performance Tips Query Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/performance-tips-query-sdk.md
Title: Azure Cosmos DB performance tips for queries using the Azure Cosmos DB SDK description: Learn query configuration options to help improve performance using the Azure Cosmos DB SDK. -+ Last updated 06/20/2023
cosmos-db Performance Tips https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/performance-tips.md
Title: Azure Cosmos DB performance tips for .NET SDK v2
description: Learn client configuration options to improve Azure Cosmos DB .NET v2 SDK performance. -+ Last updated 02/18/2022
cosmos-db Powerbi Visualize https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/powerbi-visualize.md
Title: Power BI tutorial for Azure Cosmos DB description: Use this Power BI tutorial to import JSON, create insightful reports, and visualize data using the Azure Cosmos DB. -+ Last updated 03/28/2022
cosmos-db Powershell Samples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/powershell-samples.md
Title: Azure PowerShell samples for Azure Cosmos DB for NoSQL description: Get the Azure PowerShell samples to perform common tasks in Azure Cosmos DB for API for NoSQL -+
cosmos-db Query Cheat Sheet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query-cheat-sheet.md
description: Printable PDF cheat sheets that helps you use Azure Cosmos DB's SQL
-+ Last updated 05/28/2019
cosmos-db Query Metrics Performance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query-metrics-performance.md
Title: Get SQL query performance & execution metrics description: Learn how to retrieve SQL query execution metrics and profile SQL query performance of Azure Cosmos DB requests. -+ Last updated 1/5/2023
cosmos-db Query Metrics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query-metrics.md
description: Learn about how to instrument and debug the SQL query performance o
-+ Last updated 1/5/2023
cosmos-db Abs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/abs.md
description: An Azure Cosmos DB for NoSQL system function that returns the posit
-+ ms.devlang: nosql
cosmos-db Acos https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/acos.md
description: An Azure Cosmos DB for NoSQL system function that returns the trigo
-+ ms.devlang: nosql
cosmos-db Array Concat https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/array-concat.md
description: An Azure Cosmos DB for NoSQL system function that returns an array
-+ ms.devlang: nosql
cosmos-db Array Contains https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/array-contains.md
description: An Azure Cosmos DB for NoSQL system function that returns a boolean
-+ ms.devlang: nosql
cosmos-db Array Length https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/array-length.md
description: An Azure Cosmos DB for NoSQL system function that returns the numbe
-+ ms.devlang: nosql
cosmos-db Array Slice https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/array-slice.md
description: An Azure Cosmos DB for NoSQL system function that returns a subset
-+ ms.devlang: nosql
cosmos-db Asin https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/asin.md
description: An Azure Cosmos DB for NoSQL system function that returns the trigo
-+ ms.devlang: nosql
cosmos-db Atan https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/atan.md
description: An Azure Cosmos DB for NoSQL system function that returns the trigo
-+ ms.devlang: nosql
cosmos-db Atn2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/atn2.md
description: An Azure Cosmos DB for NoSQL system function that returns the trigo
-+ ms.devlang: nosql
cosmos-db Average https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/average.md
description: An Azure Cosmos DB for NoSQL system function that returns the avera
-+ ms.devlang: nosql
cosmos-db Bitwise Operators https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/bitwise-operators.md
description: Learn about SQL bitwise operators supported by Azure Cosmos DB.
-+ ms.devlang: nosql
cosmos-db Ceiling https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/ceiling.md
description: An Azure Cosmos DB for NoSQL system function that returns the small
-+ ms.devlang: nosql
cosmos-db Choose https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/choose.md
description: An Azure Cosmos DB for NoSQL system function that returns the expre
-+ ms.devlang: nosql
cosmos-db Computed Properties https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/computed-properties.md
description: Computed properties in Azure Cosmos DB for NoSQL simplify complex q
-+ ms.devlang: nosql
cosmos-db Concat https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/concat.md
description: An Azure Cosmos DB for NoSQL system function that returns a string
-+ ms.devlang: nosql
cosmos-db Constants https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/constants.md
description: Use constants to represent specific data values in Azure Cosmos DB
-+ ms.devlang: nosql
cosmos-db Contains https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/contains.md
description: An Azure Cosmos DB for NoSQL system function that returns whether t
-+ ms.devlang: nosql
cosmos-db Cos https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/cos.md
description: An Azure Cosmos DB for NoSQL system function that returns the trigo
-+ ms.devlang: nosql
cosmos-db Cot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/cot.md
description: An Azure Cosmos DB for NoSQL system function that returns the trigo
-+ ms.devlang: nosql
cosmos-db Count https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/count.md
description: An Azure Cosmos DB for NoSQL system function that counts the number
-+ ms.devlang: nosql
cosmos-db Datetimeadd https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/datetimeadd.md
description: An Azure Cosmos DB for NoSQL system function that returns a datetim
-+ ms.devlang: nosql
cosmos-db Datetimebin https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/datetimebin.md
description: An Azure Cosmos DB for NoSQL system function that returns a date an
-+ ms.devlang: nosql
cosmos-db Datetimediff https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/datetimediff.md
description: An Azure Cosmos DB for NoSQL system function that returns the diffe
-+ ms.devlang: nosql
cosmos-db Datetimefromparts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/datetimefromparts.md
description: An Azure Cosmos DB for NoSQL system function that returns a date an
-+ ms.devlang: nosql
cosmos-db Datetimepart https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/datetimepart.md
description: An Azure Cosmos DB for NoSQL system function that returns the numer
-+ ms.devlang: nosql
cosmos-db Datetimetoticks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/datetimetoticks.md
description: An Azure Cosmos DB for NoSQL system function that returns the numbe
-+ ms.devlang: nosql
cosmos-db Datetimetotimestamp https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/datetimetotimestamp.md
description: An Azure Cosmos DB for NoSQL system function that returns a numeric
-+ ms.devlang: nosql
cosmos-db Degrees https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/degrees.md
description: An Azure Cosmos DB for NoSQL system function that returns the angle
-+ ms.devlang: nosql
cosmos-db Documentid https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/documentid.md
description: An Azure Cosmos DB for NoSQL system function that returns the parti
-+ ms.devlang: nosql
cosmos-db Endswith https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/endswith.md
description: An Azure Cosmos DB for NoSQL system function that returns a boolean
-+ ms.devlang: nosql
cosmos-db Equality Comparison Operators https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/equality-comparison-operators.md
description: Equality and comparison operators in Azure Cosmos DB for NoSQL chec
-+ ms.devlang: nosql
cosmos-db Exp https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/exp.md
description: An Azure Cosmos DB for NoSQL system function that returns the expon
-+ ms.devlang: nosql
cosmos-db Floor https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/floor.md
description: An Azure Cosmos DB for NoSQL system function that returns return th
-+ ms.devlang: nosql
cosmos-db From https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/from.md
description: An Azure Cosmos DB for NoSQL clause that identifies the source of d
-+ ms.devlang: nosql
cosmos-db Geospatial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/geospatial.md
description: Create spatial objects with Azure Cosmos DB for NoSQL, index these
-+ ms.devlang: nosql
cosmos-db Getcurrentdatetime https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/getcurrentdatetime.md
description: An Azure Cosmos DB for NoSQL system function that returns an ISO 86
-+ ms.devlang: nosql
cosmos-db Getcurrentdatetimestatic https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/getcurrentdatetimestatic.md
description: An Azure Cosmos DB for NoSQL system function that returns a static
-+ ms.devlang: nosql
cosmos-db Getcurrentticks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/getcurrentticks.md
description: An Azure Cosmos DB for NoSQL system function that returns a nanosec
-+ ms.devlang: nosql
cosmos-db Getcurrentticksstatic https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/getcurrentticksstatic.md
description: An Azure Cosmos DB for NoSQL system function that returns a static
-+ ms.devlang: nosql
cosmos-db Getcurrenttimestamp https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/getcurrenttimestamp.md
description: An Azure Cosmos DB for NoSQL system function that returns a timesta
-+ ms.devlang: nosql
cosmos-db Getcurrenttimestampstatic https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/getcurrenttimestampstatic.md
description: An Azure Cosmos DB for NoSQL system function that returns a static
-+ ms.devlang: nosql
cosmos-db Group By https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/group-by.md
description: An Azure Cosmos DB for NoSQL clause that splits the results accordi
-+ ms.devlang: nosql
cosmos-db How To Enable Use Copilot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/how-to-enable-use-copilot.md
description: Generate suggestions from natural language prompts to write NoSQL q
-+ - ignite-2023
cosmos-db Iif https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/iif.md
description: An Azure Cosmos DB for NoSQL system function that returns one of tw
-+ ms.devlang: nosql
cosmos-db Index Of https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/index-of.md
description: An Azure Cosmos DB for NoSQL system function that returns the index
-+ ms.devlang: nosql
cosmos-db Intadd https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/intadd.md
description: An Azure Cosmos DB for NoSQL system function that adds two numbers
-+ ms.devlang: nosql
cosmos-db Intbitand https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/intbitand.md
description: An Azure Cosmos DB for NoSQL system function that compares bits of
-+ ms.devlang: nosql
cosmos-db Intbitleftshift https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/intbitleftshift.md
description: An Azure Cosmos DB for NoSQL system function that left shifts one n
-+ ms.devlang: nosql
cosmos-db Intbitnot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/intbitnot.md
description: An Azure Cosmos DB for NoSQL system function that returns the compl
-+ ms.devlang: nosql
cosmos-db Intbitor https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/intbitor.md
description: An Azure Cosmos DB for NoSQL system function that compares bits of
-+ ms.devlang: nosql
cosmos-db Intbitrightshift https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/intbitrightshift.md
description: An Azure Cosmos DB for NoSQL system function that right shifts one
-+ ms.devlang: nosql
cosmos-db Intbitxor https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/intbitxor.md
description: An Azure Cosmos DB for NoSQL system function that compares bits of
-+ ms.devlang: nosql
cosmos-db Intdiv https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/intdiv.md
description: An Azure Cosmos DB for NoSQL system function that divides one numbe
-+ ms.devlang: nosql
cosmos-db Intmod https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/intmod.md
description: An Azure Cosmos DB for NoSQL system function that gets the modulus
-+ ms.devlang: nosql
cosmos-db Intmul https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/intmul.md
description: An Azure Cosmos DB for NoSQL system function that multiples two num
-+ ms.devlang: nosql
cosmos-db Intsub https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/intsub.md
description: An Azure Cosmos DB for NoSQL system function that subtracts one num
-+ ms.devlang: nosql
cosmos-db Is Array https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/is-array.md
description: An Azure Cosmos DB for NoSQL system function that returns a boolean
-+ ms.devlang: nosql
cosmos-db Is Bool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/is-bool.md
description: An Azure Cosmos DB for NoSQL system function that returns a boolean
-+ ms.devlang: nosql
cosmos-db Is Defined https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/is-defined.md
description: An Azure Cosmos DB for NoSQL system function that returns true if t
-+ ms.devlang: nosql
cosmos-db Is Finite Number https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/is-finite-number.md
description: An Azure Cosmos DB for NoSQL system function that returns a boolean
-+ ms.devlang: nosql
cosmos-db Is Integer https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/is-integer.md
description: An Azure Cosmos DB for NoSQL system function that returns a boolean
-+ ms.devlang: nosql
cosmos-db Is Null https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/is-null.md
description: An Azure Cosmos DB for NoSQL system function that returns a boolean
-+ ms.devlang: nosql
cosmos-db Is Number https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/is-number.md
description: An Azure Cosmos DB for NoSQL system function that returns true if t
-+ ms.devlang: nosql
cosmos-db Is Object https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/is-object.md
description: An Azure Cosmos DB for NoSQL system function that returns true if t
-+ ms.devlang: nosql
cosmos-db Is Primitive https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/is-primitive.md
description: An Azure Cosmos DB for NoSQL system function that returns true if t
-+ ms.devlang: nosql
cosmos-db Is String https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/is-string.md
description: An Azure Cosmos DB for NoSQL system function that returns true if t
-+ ms.devlang: nosql
cosmos-db Join https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/join.md
description: Use the JOIN keyword to perform a self-join in Azure Cosmos DB for
-+ ms.devlang: nosql
cosmos-db Keywords https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/keywords.md
description: Use various keywords for common functionality in Azure Cosmos DB fo
-+ ms.devlang: nosql
cosmos-db Left https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/left.md
description: An Azure Cosmos DB for NoSQL system function that returns a substri
-+ ms.devlang: nosql
cosmos-db Length https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/length.md
description: An Azure Cosmos DB for NoSQL system function that returns the numer
-+ ms.devlang: nosql
cosmos-db Linq To Sql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/linq-to-sql.md
description: Learn the LINQ operators supported and how the LINQ queries are map
-+ ms.devlang: nosql
cosmos-db Log https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/log.md
description: An Azure Cosmos DB for NoSQL system function that returns the natur
-+ ms.devlang: nosql
cosmos-db Log10 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/log10.md
description: An Azure Cosmos DB for NoSQL system function that returns the base-
-+ ms.devlang: nosql
cosmos-db Logical Operators https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/logical-operators.md
description: Logical operators in Azure Cosmos DB for NoSQL compare two differen
-+ ms.devlang: nosql
cosmos-db Lower https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/lower.md
description: An Azure Cosmos DB for NoSQL system function that returns a string
-+ ms.devlang: nosql
cosmos-db Ltrim https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/ltrim.md
description: An Azure Cosmos DB for NoSQL system function that returns a string
-+ ms.devlang: nosql
cosmos-db Max https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/max.md
description: An Azure Cosmos DB for NoSQL system function that returns the maxim
-+ ms.devlang: nosql
cosmos-db Min https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/min.md
description: An Azure Cosmos DB for NoSQL system function that returns the minim
-+ ms.devlang: nosql
cosmos-db Numberbin https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/numberbin.md
description: An Azure Cosmos DB for NoSQL system function that rounds an input v
-+ ms.devlang: nosql
cosmos-db Object Array https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/object-array.md
description: Create arrays and objects and perform actions on them using the arr
-+ ms.devlang: nosql
cosmos-db Objecttoarray https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/objecttoarray.md
description: An Azure Cosmos DB for NoSQL system function that converts field/va
-+ ms.devlang: nosql
cosmos-db Offset Limit https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/offset-limit.md
description: An Azure Cosmos DB for NoSQL query clause with two keywords that sk
-+ ms.devlang: nosql
cosmos-db Order By https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/order-by.md
description: An Azure Cosmos DB for NoSQL clause that specifies a sort order for
-+ ms.devlang: nosql
cosmos-db Pagination https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/pagination.md
description: Page through multiple sets of results and use continuation tokens t
-+ ms.devlang: nosql
cosmos-db Parameterized Queries https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/parameterized-queries.md
description: Execute parameterized queries in Azure Cosmos DB for NoSQL to provi
-+ ms.devlang: nosql
cosmos-db Pi https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/pi.md
description: An Azure Cosmos DB for NoSQL system function that returns constant
-+ ms.devlang: nosql
cosmos-db Power https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/power.md
description: An Azure Cosmos DB for NoSQL system function that returns a number
-+ ms.devlang: nosql
cosmos-db Radians https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/radians.md
description: An Azure Cosmos DB for NoSQL system function that returns a radian
-+ ms.devlang: nosql
cosmos-db Rand https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/rand.md
description: An Azure Cosmos DB for NoSQL system function that returns a randoml
-+ ms.devlang: nosql
cosmos-db Regexmatch https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/regexmatch.md
description: An Azure Cosmos DB for NoSQL system function that provides regular
-+ ms.devlang: nosql
cosmos-db Replace https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/replace.md
description: An Azure Cosmos DB for NoSQL system function that returns a string
-+ ms.devlang: nosql
cosmos-db Replicate https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/replicate.md
description: An Azure Cosmos DB for NoSQL system function that returns a string
-+ ms.devlang: nosql
cosmos-db Reverse https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/reverse.md
description: An Azure Cosmos DB for NoSQL system function that returns a reverse
-+ ms.devlang: nosql
cosmos-db Right https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/right.md
description: An Azure Cosmos DB for NoSQL system function that returns a substri
-+ ms.devlang: nosql
cosmos-db Round https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/round.md
description: An Azure Cosmos DB for NoSQL system function that returns the numbe
-+ ms.devlang: nosql
cosmos-db Rtrim https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/rtrim.md
description: An Azure Cosmos DB for NoSQL system function that returns a string
-+ ms.devlang: nosql
cosmos-db Scalar Expressions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/scalar-expressions.md
description: The scalar expression syntax in Azure Cosmos DB for NoSQL evaluates
-+ ms.devlang: nosql
cosmos-db Select https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/select.md
description: An Azure Cosmos DB for NoSQL clause that identifies fields to retur
-+ ms.devlang: nosql
cosmos-db Setintersect https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/setintersect.md
description: An Azure Cosmos DB for NoSQL system function that gets expressions
-+ ms.devlang: nosql
cosmos-db Setunion https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/setunion.md
description: An Azure Cosmos DB for NoSQL system function that gets all expressi
-+ ms.devlang: nosql
cosmos-db Sign https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/sign.md
description: An Azure Cosmos DB for NoSQL system function that returns the sign
-+ ms.devlang: nosql
cosmos-db Sin https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/sin.md
description: An Azure Cosmos DB for NoSQL system function that returns the trigo
-+ ms.devlang: nosql
cosmos-db Sqrt https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/sqrt.md
description: An Azure Cosmos DB for NoSQL system function that returns the squar
-+ ms.devlang: nosql
cosmos-db Square https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/square.md
description: An Azure Cosmos DB for NoSQL system function that returns the squar
-+ ms.devlang: nosql
cosmos-db St Area https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/st-area.md
description: An Azure Cosmos DB for NoSQL system function that returns the total
-+ ms.devlang: nosql
cosmos-db St Distance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/st-distance.md
description: An Azure Cosmos DB for NoSQL system function that returns the dista
-+ ms.devlang: nosql
cosmos-db St Intersects https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/st-intersects.md
description: An Azure Cosmos DB for NoSQL system function that returns whether t
-+ ms.devlang: nosql
cosmos-db St Isvalid https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/st-isvalid.md
description: An Azure Cosmos DB for NoSQL system function that returns if a GeoJ
-+ ms.devlang: nosql
cosmos-db St Isvaliddetailed https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/st-isvaliddetailed.md
description: An Azure Cosmos DB for NoSQL system function that returns if a GeoJ
-+ ms.devlang: nosql
cosmos-db St Within https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/st-within.md
description: An Azure Cosmos DB for NoSQL system function that returns if one Ge
-+ ms.devlang: nosql
cosmos-db Startswith https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/startswith.md
description: An Azure Cosmos DB for NoSQL system function that returns a boolean
-+ ms.devlang: nosql
cosmos-db Stringequals https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/stringequals.md
description: An Azure Cosmos DB for NoSQL system function that returns a boolean
-+ ms.devlang: nosql
cosmos-db Stringtoarray https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/stringtoarray.md
description: An Azure Cosmos DB for NoSQL system function that returns a string
-+ ms.devlang: nosql
cosmos-db Stringtoboolean https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/stringtoboolean.md
description: An Azure Cosmos DB for NoSQL system function that returns a string
-+ ms.devlang: nosql
cosmos-db Stringtonull https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/stringtonull.md
description: An Azure Cosmos DB for NoSQL system function that returns a string
-+ ms.devlang: nosql
cosmos-db Stringtonumber https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/stringtonumber.md
description: An Azure Cosmos DB for NoSQL system function that returns a string
-+ ms.devlang: nosql
cosmos-db Stringtoobject https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/stringtoobject.md
description: An Azure Cosmos DB for NoSQL system function that returns a string
-+ ms.devlang: nosql
cosmos-db Subquery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/subquery.md
description: Use different types of subqueries for complex query statements in A
-+ ms.devlang: nosql
cosmos-db Substring https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/substring.md
description: An Azure Cosmos DB for NoSQL system function that returns a portion
-+ ms.devlang: nosql
cosmos-db Sum https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/sum.md
description: An Azure Cosmos DB for NoSQL system function that sums the specifie
-+ ms.devlang: nosql
cosmos-db Tan https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/tan.md
description: An Azure Cosmos DB for NoSQL system function that returns the trigo
-+ ms.devlang: nosql
cosmos-db Ternary Coalesce Operators https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/ternary-coalesce-operators.md
description: Ternary and coalesce operators in Azure Cosmos DB for NoSQL evaluat
-+ ms.devlang: nosql
cosmos-db Tickstodatetime https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/tickstodatetime.md
description: An Azure Cosmos DB for NoSQL system function that returns the numbe
-+ ms.devlang: nosql
cosmos-db Timestamptodatetime https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/timestamptodatetime.md
description: An Azure Cosmos DB for NoSQL system function that returns the times
-+ ms.devlang: nosql
cosmos-db Tostring https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/tostring.md
description: An Azure Cosmos DB for NoSQL system function that returns a value c
-+ ms.devlang: nosql
cosmos-db Trim https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/trim.md
description: An Azure Cosmos DB for NoSQL system function that returns a string
-+ ms.devlang: nosql
cosmos-db Trunc https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/trunc.md
description: An Azure Cosmos DB for NoSQL system function that returns a truncat
-+ ms.devlang: nosql
cosmos-db Upper https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/upper.md
description: An Azure Cosmos DB for NoSQL system function that returns a string
-+ ms.devlang: nosql
cosmos-db Vectordistance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/vectordistance.md
description: An Azure Cosmos DB for NoSQL system function that return the simila
-+ ms.devlang: nosql
cosmos-db Where https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/where.md
description: An Azure Cosmos DB for NoSQL clause that applies a filter to return
-+ ms.devlang: nosql
cosmos-db Working With Dates https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/working-with-dates.md
description: Store, index, and query date and time objects as strings in Azure C
-+ ms.devlang: nosql
cosmos-db Working With Json https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/query/working-with-json.md
description: Query and access nested JSON properties and use special characters
-+ ms.devlang: nosql
cosmos-db Quickstart Dotnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/quickstart-dotnet.md
description: Deploy a .NET web application that uses the client library to inter
-+ ms.devlang: csharp
cosmos-db Quickstart Go https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/quickstart-go.md
description: Deploy a Go web application that uses the client library to interac
-+ ms.devlang: golang
cosmos-db Quickstart Java https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/quickstart-java.md
description: Deploy a Java Spring Web application that uses the client library t
-+ ms.devlang: java
cosmos-db Quickstart Nodejs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/quickstart-nodejs.md
description: Deploy a Node.js Express web application that uses the client libra
-+ ms.devlang: javascript
cosmos-db Quickstart Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/quickstart-portal.md
Title: Quickstart - Create Azure Cosmos DB resources from the Azure portal
description: Use this quickstart to learn how to create an Azure Cosmos DB database, container, and items by using the Azure portal. -+ Last updated 03/03/2023
cosmos-db Quickstart Python https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/quickstart-python.md
description: Deploy a Python Flask web application that uses the client library
-+ ms.devlang: python
cosmos-db Quickstart Template Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/quickstart-template-bicep.md
description: Quickstart showing how to an Azure Cosmos DB database and a contain
tags: azure-resource-manager, bicep-+ Last updated 04/18/2022
cosmos-db Quickstart Template Json https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/quickstart-template-json.md
tags: azure-resource-manager-+ Last updated 08/26/2021
cosmos-db Read Change Feed https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/read-change-feed.md
description: This article describes different options available to read and acce
-+
cosmos-db Samples Dotnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/samples-dotnet.md
Title: Examples for Azure Cosmos DB for NoSQL SDK for .NET
description: Find .NET SDK examples on GitHub for common tasks using the Azure Cosmos DB for NoSQL. -+ ms.devlang: csharp
cosmos-db Samples Go https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/samples-go.md
Title: API for NoSQL Go examples for Azure Cosmos DB description: Find Go examples on GitHub for common tasks in Azure Cosmos DB, including CRUD operations. -+ ms.devlang: golang
cosmos-db Samples Java Spring Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/samples-java-spring-data.md
Title: 'Azure Cosmos DB for NoSQL: Spring Data v3 examples' description: Find Spring Data v3 examples on GitHub for common tasks using the Azure Cosmos DB for NoSQL, including CRUD operations. -+ Last updated 08/26/2021
cosmos-db Samples Java https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/samples-java.md
Title: 'Azure Cosmos DB for NoSQL: Java SDK v4 examples' description: Find Java examples on GitHub for common tasks using the Azure Cosmos DB for NoSQL, including CRUD operations. -+ Last updated 08/26/2021
cosmos-db Samples Nodejs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/samples-nodejs.md
description: Find Node.js examples on GitHub for common tasks in Azure Cosmos DB
-+ ms.devlang: javascript
cosmos-db Samples Python https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/samples-python.md
description: Find Python examples on GitHub for common tasks in Azure Cosmos DB,
-+ ms.devlang: python
cosmos-db Samples Resource Manager Templates https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/samples-resource-manager-templates.md
Title: Azure Resource Manager templates for Azure Cosmos DB for NoSQL description: Use Azure Resource Manager templates to create and configure Azure Cosmos DB. -+
cosmos-db Scale On Schedule https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/scale-on-schedule.md
Title: Scale Azure Cosmos DB on a schedule by using Azure Functions timer description: Learn how to scale changes in throughput in Azure Cosmos DB using PowerShell and Azure Functions. -+ Last updated 01/13/2020
cosmos-db Sdk Connection Modes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/sdk-connection-modes.md
Title: Azure Cosmos DB SQL SDK connectivity modes description: Learn about the different connectivity modes available on the Azure Cosmos DB SQL SDKs. -+ Last updated 02/03/2023
cosmos-db Sdk Dotnet Bulk Executor V2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/sdk-dotnet-bulk-executor-v2.md
Title: 'Azure Cosmos DB: Bulk executor .NET API, SDK & resources' description: Learn all about the bulk executor .NET API and SDK including release dates, retirement dates, and changes made between each version of the Azure Cosmos DB bulk executor .NET SDK. -+ ms.devlang: csharp
cosmos-db Sdk Dotnet Change Feed V2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/sdk-dotnet-change-feed-v2.md
Title: Azure Cosmos DB .NET change feed Processor API, SDK release notes description: Learn all about the Change Feed Processor API and SDK including release dates, retirement dates, and changes made between each version of the .NET Change Feed Processor SDK. -+ ms.devlang: csharp
cosmos-db Sdk Dotnet Core V2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/sdk-dotnet-core-v2.md
Title: 'Azure Cosmos DB: SQL .NET Core API, SDK & resources' description: Learn all about the SQL .NET Core API and SDK including release dates, retirement dates, and changes made between each version of the Azure Cosmos DB .NET Core SDK. -+ ms.devlang: csharp
cosmos-db Sdk Dotnet V2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/sdk-dotnet-v2.md
Title: 'Azure Cosmos DB: SQL .NET API, SDK & resources' description: Learn all about the SQL .NET API and SDK including release dates, retirement dates, and changes made between each version of the Azure Cosmos DB .NET SDK. -+ ms.devlang: csharp
cosmos-db Sdk Dotnet V3 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/sdk-dotnet-v3.md
Title: 'Azure Cosmos DB: SQL .NET Standard API, SDK & resources' description: Learn all about the API for NoSQL and .NET SDK including release dates, retirement dates, and changes made between each version of the Azure Cosmos DB .NET SDK. -+ ms.devlang: csharp
cosmos-db Sdk Go https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/sdk-go.md
Title: 'Azure Cosmos DB: SQL Go, SDK & resources' description: Learn all about the API for NoSQL and Go SDK including release dates, retirement dates, and changes made between each version of the Azure Cosmos DB Go SDK. -+ ms.devlang: csharp
cosmos-db Sdk Java Async V2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/sdk-java-async-v2.md
Title: 'Azure Cosmos DB: SQL Async Java API, SDK & resources' description: Learn all about the SQL Async Java API and SDK including release dates, retirement dates, and changes made between each version of the Azure Cosmos DB SQL Async Java SDK. -+ ms.devlang: java
cosmos-db Sdk Java Bulk Executor V2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/sdk-java-bulk-executor-v2.md
Title: 'Azure Cosmos DB: Bulk executor Java API, SDK & resources' description: Learn all about the bulk executor Java API and SDK including release dates, retirement dates, and changes made between each version of the Azure Cosmos DB bulk executor Java SDK. -+ ms.devlang: java
cosmos-db Sdk Java Spring Data V2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/sdk-java-spring-data-v2.md
Title: 'Spring Data Azure Cosmos DB v2 for API for NoSQL release notes and resources' description: Learn about the Spring Data Azure Cosmos DB v2 for API for NoSQL, including release dates, retirement dates, and changes made between each version of the Azure Cosmos DB SQL Async Java SDK. -+ ms.devlang: java
cosmos-db Sdk Java Spring Data V3 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/sdk-java-spring-data-v3.md
Title: 'Spring Data Azure Cosmos DB v3 for API for NoSQL release notes and resources' description: Learn about the Spring Data Azure Cosmos DB v3 for API for NoSQL, including release dates, retirement dates, and changes made between each version of the Azure Cosmos DB SQL Async Java SDK. -+ ms.devlang: java
cosmos-db Sdk Java Spring Data V5 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/sdk-java-spring-data-v5.md
Title: 'Spring Data Azure Cosmos DB v5 for API for NoSQL release notes and resources' description: Learn about the Spring Data Azure Cosmos DB v5 for API for NoSQL, including release dates, retirement dates, and changes made between each version of the Azure Cosmos DB SQL Async Java SDK. -+ ms.devlang: java
cosmos-db Sdk Java V2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/sdk-java-v2.md
description: Review the Java API and SDK including release dates, retirement dates, and changes made between each version of this SDK for Azure Cosmos DB for NoSQL. -+ ms.devlang: java
cosmos-db Sdk Java V4 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/sdk-java-v4.md
Title: 'Azure Cosmos DB Java SDK v4 for API for NoSQL release notes and resources' description: Learn all about the Azure Cosmos DB Java SDK v4 for API for NoSQL and SDK including release dates, retirement dates, and changes made between each version of the Azure Cosmos DB SQL Async Java SDK. -+ ms.devlang: java
cosmos-db Sdk Nodejs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/sdk-nodejs.md
Title: 'Azure Cosmos DB: SQL Node.js API, SDK & resources' description: Learn all about the SQL Node.js API and SDK including release dates, retirement dates, and changes made between each version of the Azure Cosmos DB Node.js SDK. -+ ms.devlang: javascript
cosmos-db Sdk Observability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/sdk-observability.md
Title: 'Azure Cosmos DB SDK observability' description: Learn how to monitor requests made using the Azure Cosmos DB SDKs with OpenTelemetry and Application Insights. -+
cosmos-db Sdk Python https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/sdk-python.md
Title: Azure Cosmos DB SQL Python API, SDK & resources description: Learn all about the SQL Python API and SDK including release dates, retirement dates, and changes made between each version of the Azure Cosmos DB Python SDK. -+ ms.devlang: python
cosmos-db Serverless Computing Database https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/serverless-computing-database.md
Title: Serverless database computing with Azure Cosmos DB and Azure Functions
description: Learn how Azure Cosmos DB and Azure Functions can be used together to create event-driven serverless computing apps. -+
cosmos-db Session State And Caching Provider https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/session-state-and-caching-provider.md
Title: Use Azure Cosmos DB as an ASP.NET session state and caching provider
description: Learn how to use Azure Cosmos DB as an ASP.NET session state and caching provider -+ Last updated 07/06/2022
cosmos-db Stored Procedures Triggers Udfs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/stored-procedures-triggers-udfs.md
Title: Work with stored procedures, triggers, and UDFs in Azure Cosmos DB description: This article introduces the concepts such as stored procedures, triggers, and user-defined functions in Azure Cosmos DB. -+
cosmos-db Synthetic Partition Keys https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/synthetic-partition-keys.md
Title: Create a synthetic partition key in Azure Cosmos DB description: Learn how to use synthetic partition keys in your Azure Cosmos DB containers to distribute the data and workload evenly across the partition keys-+ Last updated 08/26/2021
cosmos-db Time To Live https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/time-to-live.md
description: With TTL, Microsoft Azure Cosmos DB automatically purges documents
-+ Last updated 11/03/2023
cosmos-db Transactional Batch https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/transactional-batch.md
Title: Transactional batch operations in Azure Cosmos DB using the .NET, Java or
description: Learn how to use TransactionalBatch in the Azure Cosmos DB .NET, Java SDK or Python SDK to perform a group of point operations that either succeed or fail. -+
cosmos-db Troubleshoot Bad Request https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/troubleshoot-bad-request.md
Title: Troubleshoot Azure Cosmos DB bad request exceptions description: Learn how to diagnose and fix bad request exceptions such as input content or partition key is invalid, partition key doesn't match in Azure Cosmos DB. -+ Last updated 03/07/2022
cosmos-db Troubleshoot Changefeed Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/troubleshoot-changefeed-functions.md
Title: Troubleshoot issues with the Azure Functions trigger for Azure Cosmos DB description: This article discusses common issues, workarounds, and diagnostic steps when you're using the Azure Functions trigger for Azure Cosmos DB -+ Last updated 04/11/2023
cosmos-db Troubleshoot Dotnet Sdk Request Header Too Large https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/troubleshoot-dotnet-sdk-request-header-too-large.md
description: Learn how to diagnose and fix either the HTTP request header too la
-+ Last updated 02/27/2023
cosmos-db Troubleshoot Dotnet Sdk Request Timeout https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/troubleshoot-dotnet-sdk-request-timeout.md
Title: Troubleshoot Azure Cosmos DB HTTP 408 or request timeout issues with the .NET SDK description: Learn how to diagnose and fix .NET SDK request timeout exceptions. -+ Last updated 11/16/2023
cosmos-db Troubleshoot Dotnet Sdk Slow Request https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/troubleshoot-dotnet-sdk-slow-request.md
Title: Troubleshoot slow requests in Azure Cosmos DB .NET SDK description: Learn how to diagnose and fix slow requests when you use Azure Cosmos DB .NET SDK. -+ Last updated 07/10/2024
cosmos-db Troubleshoot Dotnet Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/troubleshoot-dotnet-sdk.md
Title: Diagnose and troubleshoot issues when using Azure Cosmos DB .NET SDK description: Use features like client-side logging and other third-party tools to identify, diagnose, and troubleshoot Azure Cosmos DB issues when using .NET SDK. -+ Last updated 09/01/2022
cosmos-db Troubleshoot Forbidden https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/troubleshoot-forbidden.md
Title: Troubleshoot Azure Cosmos DB forbidden exceptions description: Learn how to diagnose and fix forbidden exceptions. -+ Last updated 04/14/2022
cosmos-db Troubleshoot Java Async Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/troubleshoot-java-async-sdk.md
Title: Diagnose and troubleshoot Azure Cosmos DB Async Java SDK v2 description: Use features like client-side logging and other third-party tools to identify, diagnose, and troubleshoot Azure Cosmos DB issues in Async Java SDK v2. -+ Last updated 05/11/2020
cosmos-db Troubleshoot Java Sdk Request Timeout https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/troubleshoot-java-sdk-request-timeout.md
Title: Troubleshoot Azure Cosmos DB HTTP 408 or request timeout issues with the Java v4 SDK description: Learn how to diagnose and fix Java SDK request timeout exceptions with the Java v4 SDK. -+ Last updated 10/28/2020
cosmos-db Troubleshoot Java Sdk Service Unavailable https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/troubleshoot-java-sdk-service-unavailable.md
Title: Troubleshoot Azure Cosmos DB service unavailable exceptions with the Java v4 SDK description: Learn how to diagnose and fix Azure Cosmos DB service unavailable exceptions with the Java v4 SDK. -+ Last updated 02/03/2022
cosmos-db Troubleshoot Not Found https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/troubleshoot-not-found.md
Title: Troubleshoot Azure Cosmos DB not found exceptions description: Learn how to diagnose and fix not found exceptions. -+ Last updated 05/26/2021
cosmos-db Troubleshoot Python Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/troubleshoot-python-sdk.md
Title: Diagnose and troubleshoot Azure Cosmos DB Python SDK description: Use features like client-side logging and other third-party tools to identify, diagnose, and troubleshoot Azure Cosmos DB issues in Python SDK. -+ Last updated 04/08/2024 ms.devlang: python
cosmos-db Troubleshoot Query Performance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/troubleshoot-query-performance.md
Title: Troubleshoot query issues when using Azure Cosmos DB description: Learn how to identify, diagnose, and troubleshoot Azure Cosmos DB SQL query issues. -+ Last updated 04/04/2022
cosmos-db Troubleshoot Request Rate Too Large https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/troubleshoot-request-rate-too-large.md
Title: Troubleshoot Azure Cosmos DB request rate too large exceptions description: Learn how to diagnose and fix request rate too large exceptions. -+ Last updated 03/03/2022
cosmos-db Troubleshoot Request Timeout https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/troubleshoot-request-timeout.md
Title: Troubleshoot Azure Cosmos DB service request timeout exceptions description: Learn how to diagnose and fix Azure Cosmos DB service request timeout exceptions. -+ Last updated 07/13/2020
cosmos-db Troubleshoot Sdk Availability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/troubleshoot-sdk-availability.md
Title: Diagnose and troubleshoot the availability of Azure Cosmos DB SDKs in multiregional environments description: Learn all about the Azure Cosmos DB SDK availability behavior when operating in multi regional environments. -+ Last updated 03/10/2023
cosmos-db Troubleshoot Service Unavailable https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/troubleshoot-service-unavailable.md
description: Learn how to diagnose and fix Azure Cosmos DB service unavailable e
-+ Last updated 04/03/2023
cosmos-db Troubleshoot Unauthorized https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/troubleshoot-unauthorized.md
Title: Troubleshoot Azure Cosmos DB unauthorized exceptions description: Learn how to diagnose and fix unauthorized exceptions. -+ Last updated 07/13/2020
cosmos-db Tune Connection Configurations Java Sdk V4 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/tune-connection-configurations-java-sdk-v4.md
Title: Connection configurations for Azure Cosmos DB Java SDK v4 description: Learn how to tune connection configurations to improve Azure Cosmos DB database performance for Java SDK v4 -+ ms.devlang: java
cosmos-db Tune Connection Configurations Net Sdk V3 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/tune-connection-configurations-net-sdk-v3.md
Title: Connection configurations for Azure Cosmos DB .NET SDK v3 description: Learn how to tune connection configurations to improve Azure Cosmos DB database performance for .NET SDK v3 -+ ms.devlang: csharp
cosmos-db Tutorial Create Notebook Vscode https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/tutorial-create-notebook-vscode.md
Title: |
Tutorial: Create a Jupyter Notebook to analyze data in your Azure Cosmos DB for NoSQL account description: | Learn how to use Visual Studio Code Jupyter notebooks to import data to Azure Cosmos DB for NoSQL and analyze the data.-+ Last updated 10/09/2023
cosmos-db Tutorial Dotnet Bulk Import https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/tutorial-dotnet-bulk-import.md
Title: Bulk import data to Azure Cosmos DB for NoSQL account by using the .NET S
description: Learn how to import or ingest data to Azure Cosmos DB by building a .NET console application that optimizes provisioned throughput (RU/s) required for importing data -+ Last updated 03/25/2022
cosmos-db Tutorial Dotnet Console App https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/tutorial-dotnet-console-app.md
description: |
.NET tutorial to create a console application that adds data to Azure Cosmos DB for NoSQL. -+ Last updated 06/05/2024
cosmos-db Tutorial Dotnet Web App https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/tutorial-dotnet-web-app.md
description: |
-+ Last updated 04/09/2024
cosmos-db Tutorial Global Distribution https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/tutorial-global-distribution.md
description: 'Tutorial: Learn how to set up Azure Cosmos DB global distribution
-+ Last updated 04/03/2022
cosmos-db Tutorial Java Web App https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/tutorial-java-web-app.md
Title: 'Tutorial: Build a Java web app using Azure Cosmos DB and the API for NoSQL' description: 'Tutorial: This Java web application tutorial shows you how to use the Azure Cosmos DB and the API for NoSQL to store and access data from a Java application hosted on Azure Websites.' -+ ms.devlang: java
cosmos-db Tutorial Nodejs Web App https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/tutorial-nodejs-web-app.md
Title: 'Tutorial: Build a Node.js web app by using the JavaScript SDK to manage
description: Learn how to use Azure Cosmos DB to store and access data from a Node.js Express web application hosted on the Web Apps feature of the Azure App Service. -+ ms.devlang: javascript
After you've completed the initial setup and configuration, learn how to write t
Now build the user interface so that a user can interact with the application. The Express application you created in the previous sections uses **Jade** as the view engine.
-1. The *layout.jade* file in the **views** directory is used as a global template for other *.jade* files. In this step, you modify it to use Twitter Bootstrap, which is a toolkit used to design a website.
+1. The *layout.jade* file in the **views** directory is used as a global template for other *.jade* files. In this step, you modify it to use Bootstrap, which is a toolkit used to design a website.
1. Open the *layout.jade* file found in the **views** folder and replace the contents with the following code:
cosmos-db Tutorial Query https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/tutorial-query.md
description: In this tutorial, learn how to query data in Azure Cosmos DB for No
-+
cosmos-db Tutorial Spark Connector https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/tutorial-spark-connector.md
description: Connect to Azure Cosmos DB for NoSQL by using the Spark 3 OLTP connector. Use the connector to query data in your API for a NoSQL account. -+
cosmos-db Tutorial Springboot Azure Kubernetes Service https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/tutorial-springboot-azure-kubernetes-service.md
Title: Tutorial - Spring Boot application with Azure Cosmos DB for NoSQL and Azure Kubernetes Service description: This tutorial demonstrates how to deploy a Spring Boot application to Azure Kubernetes Service and use it to perform operations on data in an Azure Cosmos DB for NoSQL account. -+ ms.devlang: java
cosmos-db Vector Search https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/nosql/vector-search.md
description: Use vector store in Azure Cosmos DB for NoSQL to enhance AI-based a
-+ - Build 2024
cosmos-db Partial Document Update https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/partial-document-update.md
description: Learn how to conditionally modify a document using the partial document update feature in Azure Cosmos DB for NoSQL. -+ Last updated 04/03/2023
cosmos-db Concepts Authentication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/concepts-authentication.md
Title: PostgreSQL and Microsoft Entra ID authentication - Azure Cosmos DB for Po
description: Learn about the concepts of native PostgreSQL and Microsoft Entra ID authentication with Azure Cosmos DB for PostgreSQL -+ Last updated 02/06/2024
cosmos-db Concepts Availability Zones https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/concepts-availability-zones.md
Title: Availability zone (AZ) outage resiliency ΓÇô Azure Cosmos DB for PostgreS
description: Disaster recovery using Azure availability zones (AZ) concepts -+ Last updated 11/28/2023
cosmos-db Concepts Backup https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/concepts-backup.md
Title: Backup and restore ΓÇô Azure Cosmos DB for PostgreSQL
description: Protecting data from accidental corruption or deletion -+
cosmos-db Concepts Burstable Compute https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/concepts-burstable-compute.md
Title: Burstable compute - Azure Cosmos DB for PostgreSQL
description: Definition and workloads of burstable compute. -+ Last updated 01/30/2023
cosmos-db Concepts Cluster https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/concepts-cluster.md
Title: Cluster - Azure Cosmos DB for PostgreSQL
description: What is a cluster in Azure Cosmos DB for PostgreSQL -+ Last updated 11/28/2023
cosmos-db Concepts Colocation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/concepts-colocation.md
Title: Table colocation - Azure Cosmos DB for PostgreSQL
description: How to store related information together for faster queries -+ Last updated 10/01/2023
cosmos-db Concepts Columnar https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/concepts-columnar.md
Title: Columnar table storage - Azure Cosmos DB for PostgreSQL
description: Learn how to compress data using columnar storage. -+ Last updated 01/30/2023
cosmos-db Concepts Compute Start Stop https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/concepts-compute-start-stop.md
Title: Start and stop cluster compute - Azure Cosmos DB for PostgreSQL
description: Learn about how to start and stop compute on the cluster nodes -+ Last updated 3/22/2023
cosmos-db Concepts Connection Pool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/concepts-connection-pool.md
Title: Connection pooling ΓÇô Azure Cosmos DB for PostgreSQL
description: Use PgBouncer to scale client database connections. -+ Last updated 06/06/2023
cosmos-db Concepts Firewall Rules https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/concepts-firewall-rules.md
Title: Public access - Azure Cosmos DB for PostgreSQL
description: This article describes public access for Azure Cosmos DB for PostgreSQL. -+ Last updated 09/22/2022
cosmos-db Concepts High Availability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/concepts-high-availability.md
Title: High availability ΓÇô Azure Cosmos DB for PostgreSQL
description: High availability and disaster recovery concepts -+ Last updated 04/15/2024
cosmos-db Concepts Maintenance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/concepts-maintenance.md
Title: Scheduled maintenance - Azure Cosmos DB for PostgreSQL
description: This article describes the scheduled maintenance feature in Azure Cosmos DB for PostgreSQL. -+ Last updated 02/14/2022
cosmos-db Concepts Monitoring https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/concepts-monitoring.md
Title: Monitor and tune - Azure Cosmos DB for PostgreSQL
description: This article describes monitoring and tuning features in Azure Cosmos DB for PostgreSQL -+ Last updated 01/18/2023
cosmos-db Concepts Multi Tenant Monitoring https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/concepts-multi-tenant-monitoring.md
Title: Multi-tenant monitoring - Azure Cosmos DB for PostgreSQL
description: Review multi-tenant metrics on Azure Cosmos DB for PostgreSQL -+ Last updated 06/06/2023
cosmos-db Concepts Node Domain Name https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/concepts-node-domain-name.md
Title: DNS names and connection strings - Azure Cosmos DB for PostgreSQL
description: Connection strings and DNS names for the nodes. -+ Last updated 06/04/2023
cosmos-db Concepts Nodes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/concepts-nodes.md
Title: Nodes ΓÇô Azure Cosmos DB for PostgreSQL
description: Learn about the types of nodes and tables in a cluster. -+ Last updated 09/29/2023
cosmos-db Concepts Performance Tuning https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/concepts-performance-tuning.md
Title: Performance tuning - Azure Cosmos DB for PostgreSQL
description: Improving query performance in the distributed database -+ Last updated 01/30/2023
cosmos-db Concepts Private Access https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/concepts-private-access.md
Title: Private access - Azure Cosmos DB for PostgreSQL
description: This article describes private access for Azure Cosmos DB for PostgreSQL. -+ Last updated 06/05/2023
cosmos-db Concepts Read Replicas https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/concepts-read-replicas.md
Title: Read replicas - Azure Cosmos DB for PostgreSQL
description: This article describes the read replica feature in Azure Cosmos DB for PostgreSQL. -+ Last updated 06/05/2023
cosmos-db Concepts Row Level Security https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/concepts-row-level-security.md
Title: Row level security ΓÇô Azure Cosmos DB for PostgreSQL
description: Multi-tenant security through database roles -+ Last updated 10/02/2023
cosmos-db Concepts Security Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/concepts-security-overview.md
Title: Security overview - Azure Cosmos DB for PostgreSQL
description: Information protection and network security for Azure Cosmos DB for PostgreSQL. -+ Last updated 07/04/2024
cosmos-db Concepts Sharding Models https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/concepts-sharding-models.md
Title: Sharding models - Azure Cosmos DB for PostgreSQL
description: What is sharding, and what sharding models are available in Azure Cosmos DB for PostgreSQL -+ Last updated 09/08/2023
cosmos-db Concepts Upgrade https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/concepts-upgrade.md
Title: Cluster upgrades - Azure Cosmos DB for PostgreSQL
description: Types of upgrades, and their precautions -+ Last updated 10/01/2023
cosmos-db How To Configure Authentication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/how-to-configure-authentication.md
Title: Use Microsoft Entra ID and native PostgreSQL roles for authentication wit
description: Learn how to set up Microsoft Entra ID and add native PostgreSQL roles for authentication with Azure Cosmos DB for PostgreSQL -+ Last updated 02/06/2024
cosmos-db How To Start Stop Cluster https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/how-to-start-stop-cluster.md
Title: Start and stop cluster - Azure Cosmos DB for PostgreSQL
description: How to start and stop compute on the cluster nodes -+ Last updated 3/03/2023
cosmos-db Howto Alert On Metric https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-alert-on-metric.md
Title: Configure alerts - Azure Cosmos DB for PostgreSQL
description: See how to configure and access metric alerts for Azure Cosmos DB for PostgreSQL. -+ Last updated 3/16/2020
cosmos-db Howto App Type https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-app-type.md
Title: Determine application type - Azure Cosmos DB for PostgreSQL
description: Identify your application for effective distributed data modeling -+ Last updated 01/30/2023
cosmos-db Howto Availability Zones https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-availability-zones.md
Title: Configure and view availability zones in Azure Cosmos DB for PostgreSQL
description: How to set preferred availability zone and check AZs for nodes -+ Last updated 11/29/2023
cosmos-db Howto Choose Distribution Column https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-choose-distribution-column.md
Title: Choose distribution columns ΓÇô Azure Cosmos DB for PostgreSQL
description: Learn how to choose distribution columns in common scenarios in Azure Cosmos DB for PostgreSQL. -+ Last updated 02/28/2022
cosmos-db Howto Compute Quota https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-compute-quota.md
Title: Change compute quotas - Azure portal - Azure Cosmos DB for PostgreSQL
description: Learn how to increase vCore quotas per region in Azure Cosmos DB for PostgreSQL from the Azure portal. -+ Last updated 01/30/2023
cosmos-db Howto Connect https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-connect.md
Title: Connect to server - Azure Cosmos DB for PostgreSQL
description: See how to connect to and query an Azure Cosmos DB for PostgreSQL cluster. -+ Last updated 06/05/2023
cosmos-db Howto High Availability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-high-availability.md
Title: Configure high availability - Azure Cosmos DB for PostgreSQL
description: How to enable or disable high availability -+ Last updated 11/28/2023
cosmos-db Howto Ingest Azure Blob Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-ingest-azure-blob-storage.md
Title: Data ingestion with Azure Blob Storage - Azure Cosmos DB for PostgreSQL
description: How to ingest data using Azure Blob Storage as a staging area -+ Last updated 06/16/2023
cosmos-db Howto Ingest Azure Stream Analytics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-ingest-azure-stream-analytics.md
Title: Real-time data ingestion with Azure Stream Analytics - Azure Cosmos DB fo
description: See how to transform and ingest streaming data from Azure Cosmos DB for PostgreSQL by using Azure Stream Analytics. -+ Last updated 01/30/2023
cosmos-db Howto Logging https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-logging.md
Title: Logs - Azure Cosmos DB for PostgreSQL
description: How to access database logs for Azure Cosmos DB for PostgreSQL -+ Last updated 9/21/2022
cosmos-db Howto Maintenance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-maintenance.md
Title: Azure Cosmos DB for PostgreSQL - Scheduled maintenance - Azure portal
description: Learn how to configure scheduled maintenance settings for an Azure Cosmos DB for PostgreSQL from the Azure portal. -+ Last updated 04/07/2021
cosmos-db Howto Manage Firewall Using Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-manage-firewall-using-portal.md
Title: Manage firewall rules - Azure Cosmos DB for PostgreSQL
description: Create and manage firewall rules for Azure Cosmos DB for PostgreSQL using the Azure portal. -+ Last updated 09/24/2022
cosmos-db Howto Modify Distributed Tables https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-modify-distributed-tables.md
Title: Modify distributed tables - Azure Cosmos DB for PostgreSQL
description: SQL commands to create and modify distributed tables -+ Last updated 01/30/2023
cosmos-db Howto Monitor Tenant Stats https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-monitor-tenant-stats.md
Title: Monitor statistics with multi-tenant monitoring on Azure Cosmos DB for Po
description: how to monitor multi-tenant stats on Azure Cosmos DB for PostgreSQL -+ Last updated 06/05/2023
cosmos-db Howto Monitoring https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-monitoring.md
Title: How to view metrics - Azure Cosmos DB for PostgreSQL
description: See how to access database metrics for Azure Cosmos DB for PostgreSQL. -+ Last updated 09/24/2022
cosmos-db Howto Optimize Performance Pgvector https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-optimize-performance-pgvector.md
Title: How to optimize performance when using pgvector - Azure Cosmos DB for Pos
description: How to optimize performance when using pgvector - Azure Cosmos DB for PostgreSQL -+
cosmos-db Howto Private Access https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-private-access.md
Title: Enable private access - Azure Cosmos DB for PostgreSQL
description: See how to set up private link in a cluster for Azure Cosmos DB for PostgreSQL. -+ Last updated 09/24/2022
cosmos-db Howto Read Replicas Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-read-replicas-portal.md
Title: Manage read replicas - Azure portal - Azure Cosmos DB for PostgreSQL
description: See how to manage read replicas in Azure Cosmos DB for PostgreSQL from the Azure portal. -+ Last updated 01/30/2023
cosmos-db Howto Restart https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-restart.md
description: Learn how to restart all nodes in a cluster from the Azure portal.
-+ Last updated 02/17/2023
cosmos-db Howto Restore Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-restore-portal.md
Title: Restore - Azure Cosmos DB for PostgreSQL - Azure portal
description: See how to perform restore operations in the same or another region in Azure Cosmos DB for PostgreSQL through the Azure portal. -+
cosmos-db Howto Scale Grow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-scale-grow.md
Title: Configure cluster - Azure Cosmos DB for PostgreSQL
description: Adjust cluster CPU/memory and disk resources to deal with increased load or enable HA for improved availability. -+ Last updated 06/05/2023
cosmos-db Howto Scale Initial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-scale-initial.md
Title: Initial cluster size - Azure Cosmos DB for PostgreSQL
description: Pick the right initial size for your use case -+ Last updated 07/04/2024
cosmos-db Howto Scale Rebalance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-scale-rebalance.md
description: Learn how to use the Azure portal to rebalance data in a cluster us
-+ Last updated 01/30/2023
cosmos-db Howto Shard Count https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-shard-count.md
Title: Choose shard count - Azure Cosmos DB for PostgreSQL
description: Pick the right shard count for distributed tables -+ Last updated 01/30/2023
cosmos-db Howto Ssl Connection Security https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-ssl-connection-security.md
Title: Transport Layer Security (TLS) - Azure Cosmos DB for PostgreSQL
description: Instructions and information to configure Azure Cosmos DB for PostgreSQL and associated applications to properly use TLS connections. -+ Last updated 06/05/2023
cosmos-db Howto Table Size https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-table-size.md
Title: Determine table size - Azure Cosmos DB for PostgreSQL
description: How to find the true size of distributed tables in a cluster -+ Last updated 01/30/2023
cosmos-db Howto Troubleshoot Common Connection Issues https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-troubleshoot-common-connection-issues.md
description: Learn how to troubleshoot connection issues to Azure Cosmos DB for
keywords: postgresql connection,connection string,connectivity issues,transient error,connection error -+ Last updated 12/17/2021
cosmos-db Howto Troubleshoot Read Only https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-troubleshoot-read-only.md
description: Learn why a cluster can become read-only, and what to do
keywords: postgresql connection,read only -+ Last updated 05/24/2023
cosmos-db Howto Upgrade https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-upgrade.md
Title: Upgrade cluster - Azure Cosmos DB for PostgreSQL
description: See how you can upgrade PostgreSQL and Citus in Azure Cosmos DB for PostgreSQL. -+ Last updated 07/04/2024
cosmos-db Howto Use Pgvector https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-use-pgvector.md
Title: How to enable and use pgvector - Azure Cosmos DB for PostgreSQL
description: How to enable and use pgvector for Azure Cosmos DB for PostgreSQL -+
cosmos-db Howto Useful Diagnostic Queries https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/howto-useful-diagnostic-queries.md
Title: Useful diagnostic queries - Azure Cosmos DB for PostgreSQL
description: Queries to learn about distributed data and more -+ Last updated 10/01/2023
cosmos-db Introduction https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/introduction.md
description: Use Azure Cosmos DB for PostgreSQL to run your PostgreSQL relational data workloads at any scale using your existing skills. -+ Last updated 10/01/2023
cosmos-db Product Updates https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/product-updates.md
description: Release notes, new features, and features in preview
-+ Last updated 07/07/2024
cosmos-db Quickstart App Stacks Csharp https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/quickstart-app-stacks-csharp.md
Title: Use #C to connect and run SQL commands on Azure Cosmos DB for PostgreSQL
description: See how to use C# to connect and run SQL statements on Azure Cosmos DB for PostgreSQL. -+ recommendations: false
cosmos-db Quickstart App Stacks Java https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/quickstart-app-stacks-java.md
Title: Java app to connect and run SQL commands on Azure Cosmos DB for PostgreSQ
description: See how to create a Java app that connects and runs SQL statements on Azure Cosmos DB for PostgreSQL. -+
cosmos-db Quickstart App Stacks Nodejs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/quickstart-app-stacks-nodejs.md
Title: Use Node.js to connect and query Azure Cosmos DB for PostgreSQL
description: See how to use Node.js to connect and run SQL statements on Azure Cosmos DB for PostgreSQL. -+
cosmos-db Quickstart App Stacks Python https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/quickstart-app-stacks-python.md
Title: Use Python to connect and run SQL on Azure Cosmos DB for PostgreSQL
description: See how to use Python to connect and run SQL statements on Azure Cosmos DB for PostgreSQL. -+
cosmos-db Quickstart App Stacks Ruby https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/quickstart-app-stacks-ruby.md
Title: Use Ruby to connect and query Azure Cosmos DB for PostgreSQL
description: See how to use Ruby to connect and run SQL statements on Azure Cosmos DB for PostgreSQL. -+ recommendations: false
cosmos-db Quickstart Build Scalable Apps Classify https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/quickstart-build-scalable-apps-classify.md
Title: Classify application workload - Azure Cosmos DB for PostgreSQL
description: Classify workload for scalable application -+ recommendations: false
cosmos-db Quickstart Build Scalable Apps Concepts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/quickstart-build-scalable-apps-concepts.md
Title: Fundamental concepts for scaling - Azure Cosmos DB for PostgreSQL
description: Ideas you need to know to build relational apps that scale -+
cosmos-db Quickstart Build Scalable Apps Model High Throughput https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/quickstart-build-scalable-apps-model-high-throughput.md
Title: Model high throughput apps - Azure Cosmos DB for PostgreSQL
description: Techniques for scalable high-throughput transactional apps -+ recommendations: false
cosmos-db Quickstart Build Scalable Apps Model Multi Tenant https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/quickstart-build-scalable-apps-model-multi-tenant.md
Title: Model multi-tenant apps - Azure Cosmos DB for PostgreSQL
description: Techniques for scalable multi-tenant SaaS apps -+ recommendations: false
cosmos-db Quickstart Build Scalable Apps Model Real Time https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/quickstart-build-scalable-apps-model-real-time.md
Title: Model real-time apps - Azure Cosmos DB for PostgreSQL
description: Techniques for scalable real-time analytical apps -+ recommendations: false
cosmos-db Quickstart Build Scalable Apps Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/quickstart-build-scalable-apps-overview.md
Title: Build scalable apps - Azure Cosmos DB for PostgreSQL
description: How to build relational apps that scale -+
cosmos-db Quickstart Connect Psql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/quickstart-connect-psql.md
description: See how to use Azure Cloud Shell to connect to Azure Cosmos DB for
recommendations: false-+
cosmos-db Quickstart Create Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/quickstart-create-bicep.md
Title: 'Quickstart: create a cluster using Bicep'
description: Using Bicep template for provisioning a cluster of Azure Cosmos DB for PostgreSQL -+
cosmos-db Quickstart Create Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/quickstart-create-portal.md
description: Quickstart to create and query distributed tables on Azure Cosmos D
recommendations: false-+
cosmos-db Quickstart Distribute Tables https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/quickstart-distribute-tables.md
description: Quickstart to distribute table data across nodes in Azure Cosmos DB
recommendations: false-+
cosmos-db Quickstart Run Queries https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/quickstart-run-queries.md
description: Quickstart to run queries on table data in Azure Cosmos DB for Post
recommendations: false-+
cosmos-db Reference Copy Command https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/reference-copy-command.md
Title: COPY command on Azure Cosmos DB for PostgreSQL
description: Reference documentation on usage of COPY command -+ Last updated 06/16/2023
cosmos-db Reference Extensions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/reference-extensions.md
Title: Extensions ΓÇô Azure Cosmos DB for PostgreSQL
description: Describes the ability to extend the functionality of your database by using extensions in Azure Cosmos DB for PostgreSQL -+
cosmos-db Reference Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/reference-functions.md
Title: SQL functions ΓÇô Azure Cosmos DB for PostgreSQL
description: Functions in the Azure Cosmos DB for PostgreSQL SQL API -+ Last updated 09/29/2023
cosmos-db Reference Limits https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/reference-limits.md
Title: Limits and limitations ΓÇô Azure Cosmos DB for PostgreSQL
description: Current limits for clusters -+ Last updated 07/07/2024
cosmos-db Reference Metadata https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/reference-metadata.md
Title: System tables ΓÇô Azure Cosmos DB for PostgreSQL
description: Metadata for distributed query execution -+ Last updated 10/01/2023
cosmos-db Reference Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/reference-overview.md
Title: Reference ΓÇô Azure Cosmos DB for PostgreSQL
description: Overview of the Azure Cosmos DB for PostgreSQL distributed SQL API -+ Last updated 09/29/2023
cosmos-db Reference Parameters https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/reference-parameters.md
Title: Server parameters ΓÇô Azure Cosmos DB for PostgreSQL
description: Parameters in the Azure Cosmos DB for PostgreSQL SQL API -+ Last updated 12/17/2023
cosmos-db Reference Pg Azure Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/reference-pg-azure-storage.md
Title: pg_azure_storage extension
description: Reference documentation for using Azure Blob Storage extension -+ Last updated 06/16/2023
cosmos-db Reference Terraform https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/reference-terraform.md
Title: Terraform support ΓÇô Azure Cosmos DB for PostgreSQL
description: Terraform supports all management operations in Azure Cosmos DB for PostgreSQL -+
cosmos-db Reference Versions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/reference-versions.md
Title: Supported versions ΓÇô Azure Cosmos DB for PostgreSQL
description: PostgreSQL versions available in Azure Cosmos DB for PostgreSQL -+ Last updated 05/28/2024
cosmos-db Resources Compute https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/resources-compute.md
Title: Compute and storage ΓÇô Azure Cosmos DB for PostgreSQL
description: Options for a cluster, including node compute and storage -+ Last updated 01/22/2024
cosmos-db Resources Pricing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/resources-pricing.md
Title: Pricing ΓÇô Azure Cosmos DB for PostgreSQL
description: Pricing and how to save with Azure Cosmos DB for PostgreSQL -+ Last updated 12/12/2023
cosmos-db Resources Regions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/resources-regions.md
Title: Regional availability ΓÇô Azure Cosmos DB for PostgreSQL
description: Azure regions where you can run an Azure Cosmos DB for PostgreSQL cluster, configure geo-redundant backup, and can get AZ outage resiliency protection -+
cosmos-db Tutorial Design Database Microservices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/tutorial-design-database-microservices.md
Title: 'Tutorial: Design for microservices - Azure Cosmos DB for PostgreSQL'
description: This tutorial shows how to design for microservices with Azure Cosmos DB for PostgreSQL. -+ Last updated 09/30/2023
cosmos-db Tutorial Design Database Multi Tenant https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/tutorial-design-database-multi-tenant.md
Title: Multi-tenant database - Azure Cosmos DB for PostgreSQL
description: Learn how to design a scalable multi-tenant application with Azure Cosmos DB for PostgreSQL. -+ ms.devlang: azurecli
cosmos-db Tutorial Design Database Realtime https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/tutorial-design-database-realtime.md
Title: 'Tutorial: Design a real-time dashboard - Azure Cosmos DB for PostgreSQL'
description: This tutorial shows how to parallelize real-time dashboard queries with Azure Cosmos DB for PostgreSQL. -+
cosmos-db Tutorial Private Access https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/tutorial-private-access.md
Title: Create a cluster with private access - Azure Cosmos DB for PostgreSQL
description: Use Azure CLI to create a virtual network and virtual machine, then connect the VM to a cluster private endpoint. -+
cosmos-db Tutorial Shard https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/postgresql/tutorial-shard.md
Title: 'Tutorial: Shard data on worker nodes - Azure Cosmos DB for PostgreSQL'
description: This tutorial shows how to create distributed tables and visualize their data distribution with Azure Cosmos DB for PostgreSQL. -+ ms.devlang: azurecli
cosmos-db Resource Locks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/resource-locks.md
description: Use Azure resource locks to prevent Azure Cosmos DB resources from
-+ ms.devlang: azurecli
cosmos-db Scaling Provisioned Throughput Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/scaling-provisioned-throughput-best-practices.md
Title: Best practices for scaling provisioned throughput (RU/s) description: Learn best practices for scaling provisioned throughput for manual and autoscale throughput -+ Last updated 08/20/2021
cosmos-db Autoscale https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/scripts/cli/mongodb/autoscale.md
description: Create a database with autoscale and shared collections for API for
-+
cosmos-db Create https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/scripts/cli/mongodb/create.md
description: Create a database and collection for API for MongoDB for Azure Cosm
-+
cosmos-db Lock https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/scripts/cli/mongodb/lock.md
description: Create resource lock for a database and collection for API for Mong
-+
cosmos-db Serverless https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/scripts/cli/mongodb/serverless.md
description: Create a serverless database and collection for API for MongoDB for
-+
cosmos-db Throughput https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/scripts/cli/mongodb/throughput.md
description: Azure CLI scripts for throughput (RU/s) operations for Azure Cosmos
-+
cosmos-db Autoscale https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/scripts/cli/nosql/autoscale.md
description: Use Azure CLI to create an Azure Cosmos DB for NoSQL account, datab
-+ Last updated 06/22/2022
cosmos-db Create https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/scripts/cli/nosql/create.md
description: Create a API for NoSQL database and container for Azure Cosmos DB
-+
cosmos-db Lock https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/scripts/cli/nosql/lock.md
description: Create resource lock for an Azure Cosmos DB for NoSQL database and
-+
cosmos-db Serverless https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/scripts/cli/nosql/serverless.md
description: Create a API for NoSQL serverless account, database and container f
-+
cosmos-db Throughput https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/scripts/cli/nosql/throughput.md
description: Azure CLI scripts for throughput (RU/s) operations for Azure Cosmos
-+
cosmos-db Autoscale https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/scripts/powershell/mongodb/autoscale.md
Title: PowerShell script to create Azure Cosmos DB MongoDB API database and collection with autoscale description: Azure PowerShell script - create Azure Cosmos DB MongoDB API database and collection with autoscale -+ Last updated 07/30/2020
cosmos-db Create https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/scripts/powershell/mongodb/create.md
Title: PowerShell script to create Azure Cosmos DB MongoDB API database and collection description: Azure PowerShell script - create Azure Cosmos DB MongoDB API database and collection -+ Last updated 05/13/2020
cosmos-db List Get https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/scripts/powershell/mongodb/list-get.md
Title: PowerShell script to list and get operations in Azure Cosmos DB's API for MongoDB description: Azure PowerShell script - Azure Cosmos DB list and get operations for API for MongoDB -+ Last updated 05/01/2020
cosmos-db Lock https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/scripts/powershell/mongodb/lock.md
description: Create resource lock for Azure Cosmos DB MongoDB API database and c
-+ Last updated 06/12/2020
cosmos-db Throughput https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/scripts/powershell/mongodb/throughput.md
Title: PowerShell scripts for throughput (RU/s) operations for Azure Cosmos DB s API for MongoDB description: PowerShell scripts for throughput (RU/s) operations for Azure Cosmos DB s API for MongoDB -+
cosmos-db Autoscale https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/scripts/powershell/nosql/autoscale.md
Title: PowerShell script to create Azure Cosmos DB for NoSQL database and container with autoscale description: Azure PowerShell script - Azure Cosmos DB create API for NoSQL database and container with autoscale -+ Last updated 07/30/2020
cosmos-db Create Index None https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/scripts/powershell/nosql/create-index-none.md
Title: PowerShell script to create a container with indexing turned off in an Azure Cosmos DB account description: Azure PowerShell script sample - Create a container with indexing turned off in an Azure Cosmos DB account -+ Last updated 05/13/2020
cosmos-db Create Large Partition Key https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/scripts/powershell/nosql/create-large-partition-key.md
Title: PowerShell script to create an Azure Cosmos DB container with a large partition key description: Azure PowerShell script sample - Create a container with a large partition key in an Azure Cosmos DB account -+ Last updated 05/13/2020
cosmos-db Create https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/scripts/powershell/nosql/create.md
Title: PowerShell script to create Azure Cosmos DB for NoSQL database and container description: Azure PowerShell script - Azure Cosmos DB create API for NoSQL database and container -+ Last updated 05/13/2020
cosmos-db List Get https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/scripts/powershell/nosql/list-get.md
Title: PowerShell script to list and get Azure Cosmos DB for NoSQL resources description: Azure PowerShell script - Azure Cosmos DB list and get operations for API for NoSQL -+ Last updated 03/17/2020
cosmos-db Lock https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/scripts/powershell/nosql/lock.md
description: Create resource lock for Azure Cosmos DB for NoSQL database and con
-+ Last updated 06/12/2020
cosmos-db Throughput https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/scripts/powershell/nosql/throughput.md
Title: PowerShell scripts for throughput (RU/s) operations for Azure Cosmos DB for NoSQL database or container description: PowerShell scripts for throughput (RU/s) operations for Azure Cosmos DB for NoSQL database or container -+
cosmos-db Secure Access To Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/secure-access-to-data.md
Title: Learn how to secure access to data in Azure Cosmos DB
description: Learn about access control concepts in Azure Cosmos DB, including primary keys, read-only keys, users, and permissions. -+ Last updated 05/26/2022
cosmos-db Solutions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/solutions.md
description: Review solution accelerators using both Azure Cosmos DB and Azure O
-+ Last updated 02/27/2024
cosmos-db Synapse Link Time Travel https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/synapse-link-time-travel.md
description: Time travel enables you to access Azure Cosmos DB data in the analy
-+ Last updated 11/28/2023
cosmos-db Unique Keys https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/unique-keys.md
description: Learn how to define and use unique keys for an Azure Cosmos DB data
-+ Last updated 08/26/2021
cosmos-db Use Metrics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/use-metrics.md
description: Learn how to use metrics and insights in Azure Cosmos DB to debug c
-+ Last updated 04/14/2023
cosmos-db Visualize Qlik Sense https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/visualize-qlik-sense.md
Title: Connect Qlik Sense to Azure Cosmos DB and visualize your data description: This article describes the steps required to connect Azure Cosmos DB to Qlik Sense and visualize your data.-+
cosmos-db Whitepapers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cosmos-db/whitepapers.md
Title: Conceptual whitepapers description: This list of conceptual whitepapers describes various Azure Cosmos DB service, development, and data concepts in depth.-+
cost-management-billing Understand Azure Cache For Redis Reservation Charges https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cost-management-billing/reservations/understand-azure-cache-for-redis-reservation-charges.md
Title: Understand how the reservation discount is applied to Azure Cache for Red
description: Learn how reservation discount is applied to Azure Cache for Redis instances. -+ Last updated 05/14/2024
cost-management-billing Understand Azure Data Explorer Reservation Charges https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/cost-management-billing/reservations/understand-azure-data-explorer-reservation-charges.md
description: Learn how the reservation discount is applied to Azure Data Explore
-+ Last updated 12/05/2022
data-factory Airflow Configurations https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/airflow-configurations.md
description: This article enumerates the Apache Airflow configurations supported
- Last updated 12/11/2023
data-factory Airflow Get Ip Airflow Cluster https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/airflow-get-ip-airflow-cluster.md
description: This article provides step-by-step instructions to retrieve the IP
- Last updated 09/19/2023
data-factory Airflow Import Dags Blob Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/airflow-import-dags-blob-storage.md
Title: Import DAGs by using Azure Blob Storage description: This article shows the steps required to import DAGs by using Azure Blob Storage.-
data-factory Airflow Install Private Package https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/airflow-install-private-package.md
description: This article provides step-by-step instructions on how to install a
- Last updated 09/23/2023
data-factory Airflow Pricing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/airflow-pricing.md
Title: Workflow Orchestration Manager pricing description: This article describes the pricing for Workflow Orchestration Manager. - Last updated 10/20/2023
data-factory Airflow Sync Github Repository https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/airflow-sync-github-repository.md
description: This article provides step-by-step instructions for how to sync a G
- Last updated 09/19/2023
data-factory Apply Dataops https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/apply-dataops.md
Title: Applying DataOps description: Learn how to apply DataOps to Azure Data Factory.-
data-factory Apply Finops https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/apply-finops.md
Title: Applying FinOps description: Learn how to apply FinOps to Azure Data Factory.-
data-factory Author Global Parameters https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/author-global-parameters.md
Title: Global parameters description: Set global parameters for each of your Azure Data Factory environments-
data-factory Author Management Hub https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/author-management-hub.md
Title: Management hub description: Manage your connections, source control configuration and global authoring properties in the Azure Data Factory management hub-
data-factory Author Visually https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/author-visually.md
Title: Visual authoring description: Learn how to use visual authoring in Azure Data Factory and Synapse Analytics-
data-factory Azure Integration Runtime Ip Addresses https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/azure-integration-runtime-ip-addresses.md
Title: Azure Integration Runtime IP addresses
description: Learn which IP addresses you must allow inbound traffic from, in order to properly configure firewalls for securing network access to data stores. - Last updated 01/05/2024
data-factory Azure Ssis Integration Runtime Express Virtual Network Injection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/azure-ssis-integration-runtime-express-virtual-network-injection.md
Title: Configure a virtual network for express injection of Azure-SSIS integration runtime description: Learn how to configure a virtual network for express injection of Azure-SSIS integration runtime. - Last updated 10/20/2023
data-factory Azure Ssis Integration Runtime Package Store https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/azure-ssis-integration-runtime-package-store.md
Title: Manage packages with Azure-SSIS Integration Runtime package store description: Learn how to manage packages with Azure-SSIS Integration Runtime package store.-
data-factory Azure Ssis Integration Runtime Standard Virtual Network Injection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/azure-ssis-integration-runtime-standard-virtual-network-injection.md
Title: Configure a virtual network for standard injection of Azure-SSIS integration runtime description: Learn how to configure a virtual network for standard injection of Azure-SSIS integration runtime. - Last updated 01/05/2024
data-factory Azure Ssis Integration Runtime Virtual Network Configuration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/azure-ssis-integration-runtime-virtual-network-configuration.md
Title: Configure a virtual network for injection of Azure-SSIS integration runtime description: Learn how to configure a virtual network for injection of Azure-SSIS integration runtime. - Last updated 01/05/2024
data-factory Better Understand Different Integration Runtime Charges https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/better-understand-different-integration-runtime-charges.md
Title: Examples for better understanding pricing model under different integrati
description: Learn about pricing model under different integration runtime types from some examples. - Last updated 01/05/2024
data-factory Built In Preinstalled Components Ssis Integration Runtime https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/built-in-preinstalled-components-ssis-integration-runtime.md
Title: Built-in and preinstalled components on Azure-SSIS Integration Runtime description: List all built-in and preinstalled components, such as clients, drivers, providers, connection managers, data sources/destinations/transformations, and tasks on Azure-SSIS Integration Runtime.-
data-factory Change Data Capture Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/change-data-capture-troubleshoot.md
Title: Troubleshoot the change data capture resource
description: Learn how to troubleshoot issues with the change data capture resource in Azure Data Factory. - Last updated 01/05/2024
data-factory Choose The Right Integration Runtime Configuration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/choose-the-right-integration-runtime-configuration.md
Title: Choose the right integration runtime configuration for your scenario description: Some recommended architectures for each integration runtime.-
data-factory Ci Cd Github Troubleshoot Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/ci-cd-github-troubleshoot-guide.md
description: Use different methods to troubleshoot CI-CD issues in Azure Data Fa
-
data-factory Ci Cd Pattern With Airflow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/ci-cd-pattern-with-airflow.md
description: This article talks about recommended deployment patterns with Workf
- Last updated 10/17/2023
data-factory Compute Linked Services https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/compute-linked-services.md
Title: Compute environments description: Learn about compute environments that can be used with Azure Data Factory and Synapse Analytics pipelines (such as Azure HDInsight) to transform or process data.-
data-factory Compute Optimized Data Flow Retire https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/compute-optimized-data-flow-retire.md
Title: Compute optimized retirement
description: Data flow compute optimized option is being retired - Last updated 10/20/2023
data-factory Concepts Annotations User Properties https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-annotations-user-properties.md
description: Advanced monitoring with annotations and user properties
- Last updated 10/20/2023
data-factory Concepts Change Data Capture Resource https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-change-data-capture-resource.md
description: Learn more about the change data capture resource in Azure Data Factory. -
data-factory Concepts Change Data Capture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-change-data-capture.md
description: Learn about change data capture in Azure Data Factory and Azure Syn
-
data-factory Concepts Data Flow Column Pattern https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-data-flow-column-pattern.md
description: Create generalized data transformation patterns using column patter
-
data-factory Concepts Data Flow Debug Mode https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-data-flow-debug-mode.md
description: Start an interactive debug session when building data flows with Azure Data Factory or Synapse Analytics. -
data-factory Concepts Data Flow Expression Builder https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-data-flow-expression-builder.md
description: Build expressions by using Expression Builder in mapping data flows
-
data-factory Concepts Data Flow Flowlet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-data-flow-flowlet.md
description: Learn the concepts of Flowlets in mapping data flow. -
data-factory Concepts Data Flow Manage Graph https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-data-flow-manage-graph.md
description: How to effectively manage and edit the mapping data flow graph
-
data-factory Concepts Data Flow Monitoring https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-data-flow-monitoring.md
description: How to visually monitor mapping data flows in Azure Data Factory and Synapse Analytics. -
data-factory Concepts Data Flow Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-data-flow-overview.md
Title: Mapping data flows
description: An overview of mapping data flows in Azure Data Factory -
data-factory Concepts Data Flow Performance Pipelines https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-data-flow-performance-pipelines.md
description: Learn about optimizing data flow execution in pipelines in Azure Da
- Last updated 10/20/2023
data-factory Concepts Data Flow Performance Sinks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-data-flow-performance-sinks.md
description: Learn about optimizing sink performance and best practices in mappi
- Last updated 10/20/2023
data-factory Concepts Data Flow Performance Sources https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-data-flow-performance-sources.md
description: Learn about optimizing source performance in mapping data flows in
- Last updated 10/20/2023
data-factory Concepts Data Flow Performance Transformations https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-data-flow-performance-transformations.md
description: Learn about optimizing performance of transformations in mapping da
- Last updated 10/20/2023
data-factory Concepts Data Flow Performance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-data-flow-performance.md
description: Learn about key factors that affect the performance of mapping data
- Last updated 10/20/2023
data-factory Concepts Data Flow Schema Drift https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-data-flow-schema-drift.md
description: Build resilient Data Flows in Azure Data Factory and Synapse Analyt
-
data-factory Concepts Data Flow Udf https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-data-flow-udf.md
description: Learn the concepts of user defined functions in mapping data flow -
data-factory Concepts Data Redundancy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-data-redundancy.md
Title: Data redundancy in Azure Data Factory | Microsoft Docs
description: 'Learn about meta-data redundancy mechanisms in Azure Data Factory' - Last updated 01/05/2024
data-factory Concepts Datasets Linked Services https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-datasets-linked-services.md
description: Learn about datasets in Azure Data Factory and Azure Synapse Analyt
-
data-factory Concepts Integration Runtime Performance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-integration-runtime-performance.md
description: Learn about how to optimize and improve performance of the Azure In
- Last updated 01/05/2024
data-factory Concepts Integration Runtime https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-integration-runtime.md
description: Learn about the integration runtime in Azure Data Factory and Azure Synapse Analytics. -
data-factory Concepts Linked Services https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-linked-services.md
description: Learn about linked services in Azure Data Factory and Azure Synapse
-
data-factory Concepts Nested Activities https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-nested-activities.md
description: Learn about nested activities in Azure Data Factory and Azure Synapse Analytics. -
data-factory Concepts Parameters Variables https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-parameters-variables.md
description: Learn about pipeline parameters and variables in Azure Data Factory and Azure Synapse Analytics. -
data-factory Concepts Pipeline Execution Triggers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-pipeline-execution-triggers.md
description: This article provides information about how to execute a pipeline i
- Last updated 01/05/2024
data-factory Concepts Pipelines Activities https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-pipelines-activities.md
description: Learn about pipelines and activities in Azure Data Factory and Azure Synapse Analytics. -
data-factory Concepts Roles Permissions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-roles-permissions.md
Title: Roles and permissions for Azure Data Factory
description: Describes the roles and permissions required to create Data Factories and to work with child resources. Last updated 01/05/2024 -
data-factory Concepts Workflow Orchestration Manager https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/concepts-workflow-orchestration-manager.md
Title: What is Workflow Orchestration Manager? description: Learn about when to use Workflow Orchestration Manager, basic concepts and supported regions.-
data-factory Configure Azure Ssis Integration Runtime Performance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/configure-azure-ssis-integration-runtime-performance.md
Title: Configure performance for the Azure-SSIS Integration Runtime
description: Learn how to configure the properties of the Azure-SSIS Integration Runtime for high performance Last updated 01/05/2024 -
data-factory Configure Bcdr Azure Ssis Integration Runtime https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/configure-bcdr-azure-ssis-integration-runtime.md
Title: Configure Azure-SSIS integration runtime for business continuity and disaster recovery (BCDR) description: This article describes how to configure Azure-SSIS integration runtime in Azure Data Factory with Azure SQL Database/Managed Instance failover group for business continuity and disaster recovery (BCDR).- ms.devlang: powershell
data-factory Configure Outbound Allow List Azure Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/configure-outbound-allow-list-azure-policy.md
Title: Outbound network rules with Azure Policy (Preview) description: Learn about outbound network rules using Azure Policy (Preview).-
data-factory Connect Data Factory To Azure Purview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connect-data-factory-to-azure-purview.md
Title: Connect a Data Factory to Microsoft Purview
description: Learn about how to connect a Data Factory to Microsoft Purview - Last updated 10/20/2023
data-factory Connector Amazon Marketplace Web Service https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-amazon-marketplace-web-service.md
Title: Copy data from AWS Marketplace description: Learn how to copy data from Amazon Marketplace Web Service to supported sink data stores using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Amazon Rds For Oracle https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-amazon-rds-for-oracle.md
Title: Copy data from Amazon RDS for Oracle
description: Learn how to copy data from Amazon RDS for Oracle to supported sink stores, using Data Factory or Azure Synapse Analytics pipelines. -
data-factory Connector Amazon Rds For Sql Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-amazon-rds-for-sql-server.md
description: Learn about how to copy data from Amazon RDS for SQL Server database that is on-premises or in an Azure VM by using Azure Data Factory or Azure Synapse Analytics pipelines. -
data-factory Connector Amazon Redshift https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-amazon-redshift.md
description: Learn how to copy data from Amazon Redshift to supported sink data
-
data-factory Connector Amazon S3 Compatible Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-amazon-s3-compatible-storage.md
description: Learn about how to copy data from Amazon S3 Compatible Storage to s
-
data-factory Connector Amazon Simple Storage Service https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-amazon-simple-storage-service.md
description: Learn how to copy data from Amazon Simple Storage Service (S3), and transform data in Amazon Simple Storage Service (S3) using Azure Data Factory or Azure Synapse Analytics pipelines. -
data-factory Connector Appfigures https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-appfigures.md
description: Learn how to transform data in AppFigures (Preview) by using Data Factory or Azure Synapse Analytics. -
data-factory Connector Asana https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-asana.md
description: Learn how to transform data in Asana (Preview) by using Data Factory or Azure Synapse Analytics. -
data-factory Connector Azure Blob Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-azure-blob-storage.md
description: Learn how to copy data to and from Blob storage, and transform data in Blob storage using Azure Data Factory or Azure Synapse Analytics. -
data-factory Connector Azure Cosmos Analytical Store https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-azure-cosmos-analytical-store.md
description: Learn how to transform data in Azure Cosmos DB analytical store using Azure Data Factory and Azure Synapse Analytics. -
data-factory Connector Azure Cosmos Db Mongodb Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-azure-cosmos-db-mongodb-api.md
description: Learn how to copy data from supported source data stores to or from
-
data-factory Connector Azure Cosmos Db https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-azure-cosmos-db.md
description: Learn how to copy data to and from Azure Cosmos DB for NoSQL, and transform data in Azure Cosmos DB for NoSQL using Azure Data Factory and Azure Synapse Analytics. -
data-factory Connector Azure Data Explorer https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-azure-data-explorer.md
description: Learn how to copy or transform data in Azure Data Explorer by using Data Factory or Azure Synapse Analytics. -
data-factory Connector Azure Data Lake Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-azure-data-lake-storage.md
description: Learn how to copy data to and from Azure Data Lake Storage Gen2, and transform data in Azure Data Lake Storage Gen2 using Azure Data Factory or Azure Synapse Analytics pipelines. -
data-factory Connector Azure Data Lake Store https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-azure-data-lake-store.md
description: Learn how to copy data from supported source data stores to Azure Data Lake Store, or from Data Lake Store to supported sink stores, using Azure Data Factory or Azure Synapse Analytics pipelines. -
data-factory Connector Azure Database For Mariadb https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-azure-database-for-mariadb.md
description: Learn how to copy data from Azure Database for MariaDB to supported
-
data-factory Connector Azure Database For Mysql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-azure-database-for-mysql.md
description: Learn how to copy and transform data in Azure Database for MySQL us
-
data-factory Connector Azure Database For Postgresql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-azure-database-for-postgresql.md
description: Learn how to copy and transform data in Azure Database for PostgreSQL using Azure Data Factory and Synapse Analytics. -
data-factory Connector Azure Databricks Delta Lake https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-azure-databricks-delta-lake.md
description: Learn how to copy data to and from Azure Databricks Delta Lake by using a copy activity in an Azure Data Factory or Azure Synapse Analytics pipeline. -
data-factory Connector Azure File Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-azure-file-storage.md
description: Learn how to copy data from Azure Files to supported sink data stores (or) from supported source data stores to Azure Files by using Azure Data Factory. -
data-factory Connector Azure Search https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-azure-search.md
description: Learn about how to push or copy data to an Azure search index using
-
data-factory Connector Azure Sql Data Warehouse https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-azure-sql-data-warehouse.md
description: Learn how to copy data to and from Azure Synapse Analytics, and transform data in Azure Synapse Analytics by using Data Factory. -
data-factory Connector Azure Sql Database https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-azure-sql-database.md
description: Learn how to copy data to and from Azure SQL Database, and transform data in Azure SQL Database using Azure Data Factory or Azure Synapse Analytics pipelines. -
data-factory Connector Azure Sql Managed Instance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-azure-sql-managed-instance.md
Title: Copy and transform data in Azure SQL Managed Instance description: Learn how to copy and transform data in Azure SQL Managed Instance using Azure Data Factory or Synapse Analytics pipelines.-
data-factory Connector Azure Table Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-azure-table-storage.md
description: Learn how to copy data from supported source stores to Azure Table storage, or from Table storage to supported sink stores, using Azure Data Factory or Synapse Analytics pipelines. - Previously updated : 07/23/2024 Last updated : 08/01/2024 # Copy data to and from Azure Table storage using Azure Data Factory or Synapse Analytics
These properties are supported for an Azure Table Storage linked service:
|: |: |: | | type | The **type** property must be set to **AzureTableStorage**. | Yes | | serviceEndpoint | Specify the Azure Table Storage service endpoint with the pattern of `https://<accountName>.table.core.windows.net/`. | Yes |
+| connectVia | The [integration runtime](concepts-integration-runtime.md) to be used to connect to the data store. You can use the Azure Integration Runtime. If not specified, it uses the default Azure Integration Runtime. |No |
>[!NOTE] >System-assigned managed identity authentication is only supported by Azure integration runtime.
These properties are supported for an Azure Table Storage linked service:
"type": "AzureTableStorage", "typeProperties": { "serviceEndpoint": "https://<accountName>.table.core.windows.net/"
+ },
+ "connectVia": {
+ "referenceName": "<name of Integration Runtime>",
+ "type": "IntegrationRuntimeReference"
} } }
These properties are supported for an Azure Table Storage linked service:
| type | The **type** property must be set to **AzureTableStorage**. | Yes | | serviceEndpoint | Specify the Azure Table Storage service endpoint with the pattern of `https://<accountName>.table.core.windows.net/`. | Yes | | credentials | Specify the user-assigned managed identity as the credential object. | Yes |
+| connectVia | The [integration runtime](concepts-integration-runtime.md) to be used to connect to the data store. You can use the Azure Integration Runtime or the Self-hosted Integration Runtime (if your data store is located in a private network). If not specified, it uses the default Azure Integration Runtime. |No |
**Example:**
These properties are supported for an Azure Table Storage linked service:
"referenceName": "credential1", "type": "CredentialReference" }
+ },
+ "connectVia": {
+ "referenceName": "<name of Integration Runtime>",
+ "type": "IntegrationRuntimeReference"
} } }
data-factory Connector Cassandra https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-cassandra.md
Title: Copy data from Cassandra
description: Learn how to copy data from Cassandra to supported sink data stores using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Concur https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-concur.md
Title: Copy data from Concur (Preview)
description: Learn how to copy data from Concur to supported sink data stores using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Couchbase https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-couchbase.md
Title: Copy data from Couchbase (Preview)
description: Learn how to copy data from Couchbase to supported sink data stores using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Dataworld https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-dataworld.md
description: Learn how to transform data in data.world (Preview) by using Data Factory or Azure Synapse Analytics. -
data-factory Connector Db2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-db2.md
Title: Copy data from DB2
description: Learn how to copy data from DB2 to supported sink data stores by using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Drill https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-drill.md
Title: Copy data from Drill
description: Learn how to copy data from Drill to supported sink data stores using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Dynamics Ax https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-dynamics-ax.md
description: Learn how to copy data from Dynamics AX to supported sink data stor
-
data-factory Connector Dynamics Crm Office 365 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-dynamics-crm-office-365.md
Title: Copy and transform data in Dynamics 365 (Microsoft Dataverse) or Dynamics CRM description: Learn how to copy and transform data in Dynamics 365 (Microsoft Dataverse) or Dynamics CRM using Azure Data Factory or Azure Synapse Analytics.- Previously updated : 07/31/2024 Last updated : 08/02/2024 # Copy and transform data in Dynamics 365 (Microsoft Dataverse) or Dynamics CRM using Azure Data Factory or Azure Synapse Analytics
Additional properties that compare to Dynamics online are **hostName** and **por
| connectVia | The [integration runtime](concepts-integration-runtime.md) to be used to connect to the data store. If no value is specified, the property uses the default Azure integration runtime. | No | >[!Note]
->Due to the sunset of Idf authentication type by **September 15, 2024**, please upgrade to Active Directory Authentication type before the date if you are currently using it.
+>Due to the sunset of Ifd authentication type by **August 31, 2024**, please upgrade to Active Directory Authentication type before the date if you are currently using it.
#### Example: Dynamics on-premises with IFD using Active Directory authentication
data-factory Connector File System https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-file-system.md
Title: Copy data from/to a file system
description: Learn how to copy data from file system to supported sink data stores, or from supported source data stores to file system, using an Azure Data Factory or Azure Synapse Analytics pipelines. -
data-factory Connector Ftp https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-ftp.md
Title: Copy data from an FTP server
description: Learn how to copy data from an FTP server to a supported sink data store using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Github https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-github.md
Title: Connect to GitHub
description: Use GitHub to specify your Common Data Model entity references -
data-factory Connector Google Adwords https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-google-adwords.md
description: Learn how to copy data from Google Ads to supported sink data store
-
data-factory Connector Google Bigquery Legacy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-google-bigquery-legacy.md
description: Learn how to copy data from Google BigQuery to supported sink data stores by using a copy activity in a legacy Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Google Bigquery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-google-bigquery.md
description: Learn how to copy data from Google BigQuery to supported sink data stores by using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Google Cloud Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-google-cloud-storage.md
Title: Copy data from Google Cloud Storage
description: Learn about how to copy data from Google Cloud Storage to supported sink data stores using Azure Data Factory or Synapse Analytics. -
data-factory Connector Google Sheets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-google-sheets.md
description: Learn how to transform data in Google Sheets (Preview) by using Data Factory or Azure Synapse Analytics. -
data-factory Connector Greenplum https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-greenplum.md
Title: Copy data from Greenplum
description: Learn how to copy data from Greenplum to supported sink data stores using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Hbase https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-hbase.md
Title: Copy data from HBase
description: Learn how to copy data from HBase to supported sink data stores using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Hdfs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-hdfs.md
Title: Copy data from HDFS
description: Learn how to copy data from a cloud or on-premises HDFS source to supported sink data stores by using Copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Hive https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-hive.md
Title: Copy data from Hive
description: Learn how to copy data from Hive to supported sink data stores using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Http https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-http.md
Title: Copy data from an HTTP source
description: Learn how to copy data from a cloud or on-premises HTTP source to supported sink data stores by using a copy activity in an Azure Data Factory or Azure Synapse Analytics pipeline. -
data-factory Connector Hubspot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-hubspot.md
Title: Copy data from HubSpot
description: Learn how to copy data from HubSpot to supported sink data stores by using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Impala https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-impala.md
Title: Copy data from Impala
description: Learn how to copy data from Impala to supported sink data stores using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Informix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-informix.md
Title: Copy data from and to IBM Informix
description: Learn how to copy data from and to IBM Informix using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Jira https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-jira.md
Title: Copy data from Jira
description: Learn how to copy data from Jira to supported sink data stores using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Magento https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-magento.md
Title: Copy data from Magento (Preview)
description: Learn how to copy data from Magento to supported sink data stores using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Mariadb https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-mariadb.md
Title: Copy data from MariaDB
description: Learn how to copy data from MariaDB to supported sink data stores using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Marketo https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-marketo.md
Title: Copy data from Marketo (Preview) description: Learn how to copy data from Marketo to supported sink data stores using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Microsoft Access https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-microsoft-access.md
description: Learn how to copy data from and to Microsoft Access using a copy ac
-
data-factory Connector Microsoft Fabric Lakehouse https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-microsoft-fabric-lakehouse.md
description: Learn how to copy and transform data in Microsoft Fabric Lakehouse using Azure Data Factory or Azure Synapse Analytics pipelines. - Previously updated : 03/07/2024 Last updated : 07/19/2024 # Copy and transform data in Microsoft Fabric Lakehouse using Azure Data Factory or Azure Synapse Analytics
The following properties are supported for Microsoft Fabric Lakehouse Table data
| Property | Description | Required | | :-- | :-- | :-- | | type | The **type** property of the dataset must be set to **LakehouseTable**. | Yes |
+| schema | Name of the schema. If not specified, the default value is `dbo`. | No |
| table | The name of your table. | Yes | **Example:**
The following properties are supported for Microsoft Fabric Lakehouse Table data
"type": "LinkedServiceReference" }, "typeProperties": {
+ "schema": "<schema_name>",
"table": "<table_name>"
- },
- "schema": [< physical schema, optional, retrievable during authoring >]
+ },
+ "schema": [< physical schema, optional, retrievable during authoring >]
} } ```
data-factory Connector Microsoft Fabric Warehouse https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-microsoft-fabric-warehouse.md
description: Learn how to copy and transform data to and from Microsoft Fabric Warehouse using Azure Data Factory or Azure Synapse Analytics pipelines. -
data-factory Connector Mongodb Atlas https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-mongodb-atlas.md
description: Learn how to copy data from MongoDB Atlas to supported sink data st
-
data-factory Connector Mongodb Legacy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-mongodb-legacy.md
description: Learn how to copy data from Mongo DB to supported sink data stores
-
data-factory Connector Mongodb https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-mongodb.md
description: Learn how to copy data from MongoDB to supported sink data stores, or from supported source data stores to MongoDB, using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Mysql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-mysql.md
Title: Copy data from MySQL
description: Learn about MySQL connector in Azure Data Factory and Synapse Analytics that lets you copy data from a MySQL database to a data store supported as a sink. -
data-factory Connector Netezza https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-netezza.md
Title: Copy data from Netezza
description: Learn how to copy data from Netezza to supported sink data stores using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. - Previously updated : 10/20/2023 Last updated : 06/28/2024 # Copy data from Netezza by using Azure Data Factory or Synapse Analytics
A typical connection string is `Server=<server>;Port=<port>;Database=<database>;
| Property | Description | Required | |: |: |: |
-| SecurityLevel | The level of security that the driver uses for the connection to the data store. The driver supports SSL connections with one-way authentication using SSL version 3. <br>Example: `SecurityLevel=preferredSecured`. Supported values are:<br/>- **Only unsecured** (**onlyUnSecured**): The driver doesn't use SSL.<br/>- **Preferred unsecured (preferredUnSecured) (default)**: If the server provides a choice, the driver doesn't use SSL. <br/>- **Preferred secured (preferredSecured)**: If the server provides a choice, the driver uses SSL. <br/>- **Only secured (onlySecured)**: The driver doesn't connect unless an SSL connection is available. | No |
-| CaCertFile | The full path to the SSL certificate that's used by the server. Example: `CaCertFile=<cert path>;`| Yes, if SSL is enabled |
+| SecurityLevel | The level of security that the driver uses for the connection to the data store. <br>Example: `SecurityLevel=preferredUnSecured`. Supported values are:<br/>- **Only unsecured** (**onlyUnSecured**): The driver doesn't use SSL.<br/>- **Preferred unsecured (preferredUnSecured) (default)**: If the server provides a choice, the driver doesn't use SSL. | No |
**Example**
data-factory Connector Odata https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-odata.md
Title: Copy data from OData sources
description: Learn how to copy data from OData sources to supported sink data stores using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Odbc https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-odbc.md
Title: Copy data from and to ODBC data stores
description: Learn how to copy data from and to ODBC data stores by using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Office 365 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-office-365.md
Title: Copy and transform data from Microsoft 365 (Office 365)
description: Learn how to copy and transform data from Microsoft 365 (Office 365) to supported sink data stores by using copy and mapping data flow activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Oracle Cloud Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-oracle-cloud-storage.md
Title: Copy data from Oracle Cloud Storage
description: Learn about how to copy data from Oracle Cloud Storage to supported sink data stores using an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Oracle Eloqua https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-oracle-eloqua.md
description: Learn how to copy data from Oracle Eloqua to supported sink data st
-
data-factory Connector Oracle Responsys https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-oracle-responsys.md
description: Learn how to copy data from Oracle Responsys to supported sink data
-
data-factory Connector Oracle Service Cloud https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-oracle-service-cloud.md
description: Learn how to copy data from Oracle Service Cloud to supported sink
-
data-factory Connector Oracle https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-oracle.md
Title: Copy data to and from Oracle
description: Learn how to copy data from supported source stores to an Oracle database, or from Oracle to supported sink stores, using Data Factory or Azure Synapse Analytics pipelines. -
data-factory Connector Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-overview.md
Title: Connector overview
description: Learn the supported connectors in Azure Data Factory and Azure Synapse Analytics pipelines. -
data-factory Connector Paypal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-paypal.md
Title: Copy data from PayPal (Preview)
description: Learn how to copy data from PayPal to supported sink data stores using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Phoenix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-phoenix.md
Title: Copy data from Phoenix
description: Learn how to copy data from Phoenix to supported sink data stores using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Postgresql Legacy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-postgresql-legacy.md
Title: Copy data from PostgreSQL using legacy
description: Learn how to copy data from PostgreSQL to supported sink data stores by using a copy activity in a legacy Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Postgresql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-postgresql.md
Title: Copy data From PostgreSQL
description: Learn how to copy data from PostgreSQL to supported sink data stores by using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Presto https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-presto.md
Title: Copy data from Presto
description: Learn how to copy data from Presto to supported sink data stores using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Quickbase https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-quickbase.md
description: Learn how to transform data in Quickbase (Preview) by using Data Factory or Azure Synapse Analytics. -
data-factory Connector Quickbooks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-quickbooks.md
description: Learn how to copy data from QuickBooks Online to supported sink dat
-
data-factory Connector Rest https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-rest.md
Title: Copy and transform data from and to a REST endpoint
description: Learn how to use Copy Activity to copy data and use Data Flow to transform data from a cloud or on-premises REST source to supported sink data stores, or from supported source data store to a REST sink in Azure Data Factory or Azure Synapse Analytics pipelines. -
data-factory Connector Salesforce Legacy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-salesforce-legacy.md
description: Learn how to copy data from Salesforce to supported sink data stores or from supported source data stores to Salesforce by using a copy activity in a legacy Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Salesforce Marketing Cloud https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-salesforce-marketing-cloud.md
description: Learn how to copy data from Salesforce Marketing Cloud to supported
-
data-factory Connector Salesforce Service Cloud Legacy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-salesforce-service-cloud-legacy.md
description: Learn how to copy data from Salesforce Service Cloud to supported sink data stores, or from supported source data stores to Salesforce Service Cloud, using a copy activity in a legacy Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Salesforce Service Cloud https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-salesforce-service-cloud.md
description: Learn how to copy data from Salesforce Service Cloud to supported sink data stores or from supported source data stores to Salesforce Service Cloud by using a copy activity in an Azure Data Factory or Azure Synapse Analytics pipeline. -
data-factory Connector Salesforce https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-salesforce.md
description: Learn how to copy data from Salesforce to supported sink data stores or from supported source data stores to Salesforce by using a copy activity in an Azure Data Factory or Azure Synapse Analytics pipeline. -
data-factory Connector Sap Business Warehouse Open Hub https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-sap-business-warehouse-open-hub.md
description: Learn how to copy data from SAP Business Warehouse (BW) via Open Hub to supported sink data stores by using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Sap Business Warehouse https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-sap-business-warehouse.md
description: Learn how to copy data from SAP Business Warehouse to supported sink data stores using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Sap Change Data Capture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-sap-change-data-capture.md
description: Learn how to transform data from an SAP ODP source by using mapping data flows in Azure Data Factory or Azure Synapse Analytics. -
data-factory Connector Sap Cloud For Customer https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-sap-cloud-for-customer.md
description: Learn how to copy data from SAP Cloud for Customer to supported sin
-
data-factory Connector Sap Ecc https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-sap-ecc.md
description: Learn how to copy data from SAP ECC to supported sink data stores using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Sap Hana https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-sap-hana.md
description: Learn how to copy data from SAP HANA to supported sink data stores by using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Sap Table https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-sap-table.md
description: Learn how to copy data from an SAP table to supported sink data stores by using a copy activity in an Azure Data Factory or Azure Synapse Analytics pipeline. -
data-factory Connector Servicenow Legacy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-servicenow-legacy.md
description: Learn how to copy data from ServiceNow to supported sink data stores by using a copy activity in a legacy Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Servicenow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-servicenow.md
description: Learn how to copy data from ServiceNow to supported sink data stores by using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Sftp https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-sftp.md
description: Learn how to copy data from and to SFTP server, and transform data in SFTP server using Azure Data Factory or Azure Synapse Analytics. -
data-factory Connector Sharepoint Online List https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-sharepoint-online-list.md
Title: Copy data from SharePoint Online List
description: Learn how to copy data from SharePoint Online List to supported sink data stores by using a copy activity in an Azure Data Factory or Azure Synapse Analytics pipeline. -
data-factory Connector Shopify https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-shopify.md
description: Learn how to copy data from Shopify to supported sink data stores u
-
data-factory Connector Smartsheet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-smartsheet.md
description: Learn how to transform data in Smartsheet (Preview) by using Data Factory or Azure Synapse Analytics. -
data-factory Connector Snowflake Legacy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-snowflake-legacy.md
description: Learn how to copy and transform data in Snowflake using legacy Data Factory or Azure Synapse Analytics. -
data-factory Connector Snowflake https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-snowflake.md
description: Learn how to copy and transform data in Snowflake using Data Factory or Azure Synapse Analytics. -
data-factory Connector Spark https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-spark.md
description: Learn how to copy data from Spark to supported sink data stores usi
-
data-factory Connector Sql Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-sql-server.md
description: Learn about how to copy and transform data to and from SQL Server database that is on-premises or in an Azure VM by using Azure Data Factory or Azure Synapse Analytics pipelines. -
data-factory Connector Square https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-square.md
description: Learn how to copy data from Square to supported sink data stores by
-
data-factory Connector Sybase https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-sybase.md
Title: Copy data from Sybase
description: Learn how to copy data from Sybase to supported sink data stores using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Teamdesk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-teamdesk.md
description: Learn how to transform data in TeamDesk (Preview) by using Data Factory or Azure Synapse Analytics. -
data-factory Connector Teradata https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-teradata.md
Title: Copy data from Teradata Vantage
description: The Teradata Connector in Azure Data Factory and Synapse Analytics lets you copy data from a Teradata Vantage to supported sink data stores. -
data-factory Connector Troubleshoot Azure Blob Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-azure-blob-storage.md
Title: Troubleshoot the Azure Blob Storage connector
description: Learn how to troubleshoot issues with the Azure Blob Storage connector in Azure Data Factory and Azure Synapse Analytics. - Last updated 05/15/2024
data-factory Connector Troubleshoot Azure Cosmos Db https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-azure-cosmos-db.md
Title: Troubleshoot the Azure Cosmos DB connector
description: Learn how to troubleshoot issues with the Azure Cosmos DB and Azure Cosmos DB for NoSQL connectors in Azure Data Factory and Azure Synapse Analytics. - Last updated 01/05/2024
data-factory Connector Troubleshoot Azure Data Explorer https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-azure-data-explorer.md
Title: Troubleshoot the Azure Data Explorer connector
description: Learn how to troubleshoot issues with the Azure Data Explorer connector in Azure Data Factory and Azure Synapse Analytics. - Last updated 05/15/2024
data-factory Connector Troubleshoot Azure Data Lake https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-azure-data-lake.md
Title: Troubleshoot the Azure Data Lake Storage connectors
description: Learn how to troubleshoot issues with the Azure Data Lake Storage Gen1 and Gen2 connectors in Azure Data Factory and Azure Synapse Analytics. - Last updated 10/20/2023
data-factory Connector Troubleshoot Azure Files https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-azure-files.md
Title: Troubleshoot the Azure Files connector
description: Learn how to troubleshoot issues with the Azure Files connector in Azure Data Factory and Azure Synapse Analytics. - Last updated 10/20/2023
data-factory Connector Troubleshoot Azure Table Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-azure-table-storage.md
Title: Troubleshoot the Azure Table Storage connector
description: Learn how to troubleshoot issues with the Azure Table Storage connector in Azure Data Factory and Azure Synapse Analytics. - Last updated 10/20/2023
data-factory Connector Troubleshoot Db2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-db2.md
Title: Troubleshoot the DB2 connector
description: Learn how to troubleshoot issues with the DB2 connector in Azure Data Factory and Azure Synapse Analytics. - Last updated 10/20/2023
data-factory Connector Troubleshoot Delimited Text https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-delimited-text.md
Title: Troubleshoot the delimited text format connector
description: Learn how to troubleshoot issues with the delimited text format connector in Azure Data Factory and Azure Synapse Analytics. - Last updated 10/20/2023
data-factory Connector Troubleshoot Dynamics Dataverse https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-dynamics-dataverse.md
Title: Troubleshoot the Dynamics 365, Dataverse (Common Data Service), and Dynam
description: Learn how to troubleshoot issues with the Dynamics 365, Dataverse (Common Data Service), and Dynamics CRM connectors in Azure Data Factory and Azure Synapse Analytics. - Last updated 01/05/2024
data-factory Connector Troubleshoot File System https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-file-system.md
Title: Troubleshoot the file system connector
description: Learn how to troubleshoot issues with the file system connector in Azure Data Factory and Azure Synapse Analytics. - Last updated 10/20/2023
data-factory Connector Troubleshoot Ftp Sftp Http https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-ftp-sftp-http.md
Title: Troubleshoot the FTP, SFTP and HTTP connectors
description: Learn how to troubleshoot issues with the FTP, SFTP and HTTP connectors in Azure Data Factory and Azure Synapse Analytics. - Last updated 01/05/2024
data-factory Connector Troubleshoot Google Ads https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-google-ads.md
Title: Troubleshoot the Google Ads connector
description: Learn how to troubleshoot issues with the Google Ads connector in Azure Data Factory and Azure Synapse Analytics. - Last updated 01/19/2024
data-factory Connector Troubleshoot Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-guide.md
Title: Troubleshoot connectors
description: Learn how to troubleshoot connector issues in Azure Data Factory and Azure Synapse Analytics. - Last updated 10/20/2023
data-factory Connector Troubleshoot Hive https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-hive.md
Title: Troubleshoot the Hive connector
description: Learn how to troubleshoot issues with the Hive connector in Azure Data Factory and Azure Synapse Analytics. - Last updated 10/20/2023
data-factory Connector Troubleshoot Mongodb https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-mongodb.md
Title: Troubleshoot the MongoDB connector
description: Learn how to troubleshoot issues with the MongoDB connector in Azure Data Factory and Azure Synapse Analytics. - Last updated 05/15/2024
data-factory Connector Troubleshoot Oracle https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-oracle.md
Title: Troubleshoot the Oracle connector
description: Learn how to troubleshoot issues with the Oracle connector in Azure Data Factory and Azure Synapse Analytics. - Last updated 07/02/2024
data-factory Connector Troubleshoot Orc https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-orc.md
Title: Troubleshoot the ORC format connector
description: Learn how to troubleshoot issues with the ORC format connector in Azure Data Factory and Azure Synapse Analytics. - Last updated 10/20/2023
data-factory Connector Troubleshoot Parquet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-parquet.md
Title: Troubleshoot the Parquet format connector
description: Learn how to troubleshoot issues with the Parquet format connector in Azure Data Factory and Azure Synapse Analytics. - Last updated 10/20/2023
data-factory Connector Troubleshoot Postgresql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-postgresql.md
Title: Troubleshoot the Azure Database for PostgreSQL connector
description: Learn how to troubleshoot issues with the Azure Database for PostgreSQL connector in Azure Data Factory and Azure Synapse Analytics. - Last updated 10/20/2023
data-factory Connector Troubleshoot Rest https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-rest.md
Title: Troubleshoot the REST connector
description: Learn how to troubleshoot issues with the REST connector in Azure Data Factory and Azure Synapse Analytics. - Last updated 10/20/2023
data-factory Connector Troubleshoot Salesforce https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-salesforce.md
Title: Troubleshoot the Salesforce and Salesforce Service Cloud connectors
description: Learn how to troubleshoot issues with the Salesforce and Salesforce Service Cloud connectors in Azure Data Factory and Azure Synapse Analytics. - Last updated 03/04/2024
data-factory Connector Troubleshoot Sap https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-sap.md
Title: Troubleshoot the SAP Table, SAP Business Warehouse Open Hub, and SAP ODP
description: Learn how to troubleshoot issues with the SAP Table, SAP Business Warehouse Open Hub, and SAP ODP connectors in Azure Data Factory and Azure Synapse Analytics. - Last updated 01/05/2024
data-factory Connector Troubleshoot Sharepoint Online List https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-sharepoint-online-list.md
Title: Troubleshoot the SharePoint Online list connector
description: Learn how to troubleshoot issues with the SharePoint Online list connector in Azure Data Factory and Azure Synapse Analytics. - Last updated 01/05/2024
data-factory Connector Troubleshoot Snowflake https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-snowflake.md
Title: Troubleshoot the Snowflake connector
description: Learn how to troubleshoot issues with the Snowflake connector in Azure Data Factory and Azure Synapse Analytics. - Last updated 10/20/2023
data-factory Connector Troubleshoot Synapse Sql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-synapse-sql.md
Last updated 01/05/2024-
data-factory Connector Troubleshoot Xml https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-troubleshoot-xml.md
Title: Troubleshoot the XML format connector
description: Learn how to troubleshoot issues with the XML format connector in Azure Data Factory and Azure Synapse Analytics. - Last updated 10/20/2023
data-factory Connector Twilio https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-twilio.md
description: Learn how to transform data in Twilio (Preview) by using Data Factory or Azure Synapse Analytics. -
data-factory Connector Vertica https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-vertica.md
Title: Copy data from Vertica
description: Learn how to copy data from Vertica to supported sink data stores using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Web Table https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-web-table.md
Title: Copy data from Web Table
description: Learn about Web Table Connector that lets you copy data from a web table to data stores supported as sinks by Azure Data Factory and Synapse Analytics. -
data-factory Connector Xero https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-xero.md
Title: Copy data from Xero
description: Learn how to copy data from Xero to supported sink data stores using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Connector Zendesk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-zendesk.md
description: Learn how to transform data in Zendesk (Preview) by using Data Factory or Azure Synapse Analytics. -
data-factory Connector Zoho https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/connector-zoho.md
Title: Copy data from Zoho (Preview)
description: Learn how to copy data from Zoho to supported sink data stores using a copy activity in an Azure Data Factory or Synapse Analytics pipeline. -
data-factory Continuous Integration Delivery Automate Azure Pipelines https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/continuous-integration-delivery-automate-azure-pipelines.md
Title: Automate continuous integration description: Learn how to automate continuous integration in Azure Data Factory with Azure Pipelines pipelines releases.-
data-factory Continuous Integration Delivery Hotfix Environment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/continuous-integration-delivery-hotfix-environment.md
Title: Using a hotfix production environment description: Learn how to use a hotfix production environment with continuous integration and delivery in Azure Data Factory pipelines.-
data-factory Continuous Integration Delivery Improvements https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/continuous-integration-delivery-improvements.md
Title: Automated publishing for continuous integration and delivery description: Learn how to publish for continuous integration and delivery automatically.-
data-factory Continuous Integration Delivery Linked Templates https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/continuous-integration-delivery-linked-templates.md
Title: Using linked Resource Manager templates description: Learn how to use linked Resource Manager templates with continuous integration and delivery in Azure Data Factory pipelines.-
data-factory Continuous Integration Delivery Manual Promotion https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/continuous-integration-delivery-manual-promotion.md
Title: Manual promotion of Resource Manager templates description: Learn how to manually promote a Resource Manager template to multiple environments with continuous integration and delivery in Azure Data Factory.-
data-factory Continuous Integration Delivery Resource Manager Custom Parameters https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/continuous-integration-delivery-resource-manager-custom-parameters.md
Title: Custom parameters in a Resource Manager template description: Learn how to use custom parameters in a Resource Manager template with continuous integration and delivery in Azure Data Factory.-
data-factory Continuous Integration Delivery Sample Script https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/continuous-integration-delivery-sample-script.md
Title: Continuous integration and delivery pre- and post-deployment scripts description: Learn how to use a pre- and post-deployment script with continuous integration and delivery in Azure Data Factory from this sample.-
data-factory Continuous Integration Delivery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/continuous-integration-delivery.md
Title: Continuous integration and delivery description: Learn how to use continuous integration and delivery to move Azure Data Factory pipelines from one environment (development, test, production) to another.-
data-factory Control Flow Append Variable Activity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/control-flow-append-variable-activity.md
Title: Append Variable Activity description: Learn how to set the Append Variable activity to add a value to an existing array variable defined in a Data Factory or Synapse Analytics pipeline.-
data-factory Control Flow Azure Function Activity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/control-flow-azure-function-activity.md
description: Learn how to use the Azure Function activity to run an Azure Functi
-
data-factory Control Flow Execute Data Flow Activity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/control-flow-execute-data-flow-activity.md
Title: Data Flow activity
description: How to execute data flows from inside an Azure Data Factory or Azure Synapse Analytics pipeline. -
data-factory Control Flow Execute Pipeline Activity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/control-flow-execute-pipeline-activity.md
description: Learn how you can use the Execute Pipeline Activity to invoke one p
-
data-factory Control Flow Expression Language Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/control-flow-expression-language-functions.md
description: This article provides information about expressions and functions t
-
data-factory Control Flow Fail Activity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/control-flow-fail-activity.md
description: This article discusses how a Fail activity in Azure Data Factory and Synapse Analytics intentionally throws an error in a pipeline. -
data-factory Control Flow Filter Activity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/control-flow-filter-activity.md
description: The Filter activity filters the inputs to Azure Data Factory and Sy
-
data-factory Control Flow For Each Activity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/control-flow-for-each-activity.md
description: The For Each Activity defines a repeating control flow in an Azure
-
data-factory Control Flow Get Metadata Activity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/control-flow-get-metadata-activity.md
Title: Get Metadata activity
description: Learn how to use the Get Metadata activity in an Azure Data Factory or Azure Synapse Analytics pipeline. -
data-factory Control Flow If Condition Activity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/control-flow-if-condition-activity.md
description: The If Condition activity allows you to control the processing flow
- Last updated 10/20/2023
data-factory Control Flow Lookup Activity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/control-flow-lookup-activity.md
description: Learn how to use the Lookup Activity in Azure Data Factory and Azure Synapse Analytics to look up a value from an external source. This output can be further referenced by succeeding activities. -
data-factory Control Flow Power Query Activity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/control-flow-power-query-activity.md
Title: Power Query activity in Azure Data Factory
description: Learn how to use the Power Query activity for data wrangling features in a Data Factory pipeline - Last updated 10/20/2023
data-factory Control Flow Set Variable Activity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/control-flow-set-variable-activity.md
Title: Set Variable Activity description: Learn how to use the Set Variable activity to set the value of an existing variable defined in an Azure Data Factory or Azure Synapse Analytics pipeline or to set a pipeline return value. - Last updated 01/05/2024
data-factory Control Flow Switch Activity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/control-flow-switch-activity.md
description: The Switch activity allows you to control the processing flow based
- Last updated 10/20/2023
data-factory Control Flow System Variables https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/control-flow-system-variables.md
description: This article describes system variables supported by Azure Data Fac
-
data-factory Control Flow Until Activity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/control-flow-until-activity.md
description: The Until activity in Azure Data Factory and Synapse Analytics pipe
- Last updated 10/20/2023
data-factory Control Flow Validation Activity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/control-flow-validation-activity.md
description: The Validation activity in Azure Data Factory and Synapse Analytics
-
data-factory Control Flow Wait Activity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/control-flow-wait-activity.md
description: The Wait activity in Azure Data Factory and Synapse Analytics pauses the execution of a pipeline for a specified period. -
data-factory Control Flow Web Activity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/control-flow-web-activity.md
description: Learn how you can use Web Activity, one of the control flow activities supported by Azure Data Factory and Azure Synapse Analytics, to invoke a REST endpoint from a pipeline. -
data-factory Control Flow Webhook Activity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/control-flow-webhook-activity.md
description: The webhook activity for Azure Data Factory and Synapse Analytics c
-
data-factory Copy Activity Data Consistency https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/copy-activity-data-consistency.md
Title: Data consistency verification in copy activity
description: Learn about how to enable data consistency verification in a copy activity in Azure Data Factory and Synapse Analytics pipelines. -
data-factory Copy Activity Fault Tolerance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/copy-activity-fault-tolerance.md
Title: Fault tolerance of copy activity
description: Learn about how to add fault tolerance to copy activity in Azure Data Factory and Synapse Analytics pipelines by skipping the incompatible data. -
data-factory Copy Activity Log https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/copy-activity-log.md
Title: Session log in a Copy activity description: Learn how to enable session log in a Copy activity in Azure Data Factory. - Last updated 01/05/2024
data-factory Copy Activity Monitoring https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/copy-activity-monitoring.md
Title: Monitor copy activity
description: Learn about how to monitor the copy activity execution in Azure Data Factory and Azure Synapse Analytics. -
data-factory Copy Activity Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/copy-activity-overview.md
Title: Copy activity
description: Learn about the Copy activity in Azure Data Factory and Azure Synapse Analytics. You can use it to copy data from a supported source data store to a supported sink data store. - Previously updated : 05/15/2024 Last updated : 08/02/2024
Few points to note:
For other scenarios than binary file copy, copy activity rerun starts from the beginning.
+>[!Note]
+>Resuming from last failed run via self-hosted integration runtime is now only supported in the self-hosted integration runtime version 5.43.8935.2 or above.
+ ## Preserve metadata along with data While copying data from source to sink, in scenarios like data lake migration, you can also choose to preserve the metadata and ACLs along with data using copy activity. See [Preserve metadata](copy-activity-preserve-metadata.md) for details.
data-factory Copy Activity Performance Features https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/copy-activity-performance-features.md
description: Learn about the key features that help you optimize the copy activity performance in Azure Data Factory and Azure Synapse Analytics pipelines. -
data-factory Copy Activity Performance Troubleshooting https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/copy-activity-performance-troubleshooting.md
description: Learn about how to troubleshoot copy activity performance in Azure Data Factory and Azure Synapse Analytics. -
data-factory Copy Activity Performance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/copy-activity-performance.md
description: Learn about key factors that affect the performance of data movemen
-
data-factory Copy Activity Preserve Metadata https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/copy-activity-preserve-metadata.md
Title: Preserve metadata and ACLs using copy activity
description: Learn how to preserve metadata and ACLs when using the copy activity in Azure Data Factory and Synapse Analytics pipelines. -
data-factory Copy Activity Schema And Type Mapping https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/copy-activity-schema-and-type-mapping.md
Title: Schema and data type mapping in copy activity
description: Learn about how copy activity in Azure Data Factory and Azure Synapse Analytics pipelines map schemas and data types from source data to sink data. -
data-factory Copy Clone Data Factory https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/copy-clone-data-factory.md
Title: Copy or clone a data factory in Azure Data Factory description: Learn how to copy or clone a data factory in Azure Data Factory-
data-factory Copy Data Tool Metadata Driven https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/copy-data-tool-metadata-driven.md
Title: Build large-scale data copy pipelines with metadata-driven approach in copy data tool description: 'Provides information about the metadata-driven approach in ADF copy data tool' - Last updated 01/05/2024
data-factory Copy Data Tool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/copy-data-tool.md
Title: Copy Data tool
description: Learn about the Copy Data tool in the Azure Data Factory and Synapse Analytics UI. -
data-factory Create Airflow Environment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/create-airflow-environment.md
Title: Create an Airflow environment in Workflow Orchestration Manager description: Learn how to create an Airflow environment in Workflow Orchestration Manager.-
data-factory Create Azure Integration Runtime https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/create-azure-integration-runtime.md
Title: Create Azure integration runtime description: Learn how to create Azure integration runtime in Azure Data Factory and Azure Synapse Analytics, which is used to copy data and dispatch transform activities. - Last updated 10/20/2023
data-factory Create Azure Ssis Integration Runtime Deploy Packages https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/create-azure-ssis-integration-runtime-deploy-packages.md
Title: Deploy SSIS packages description: Learn how to deploy and run SSIS packages in Azure Data Factory with the Azure-SSIS integrated runtime.- Last updated 10/20/2023
data-factory Create Azure Ssis Integration Runtime Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/create-azure-ssis-integration-runtime-portal.md
Title: Create an Azure-SSIS integration runtime via Azure portal description: Learn how to create an Azure-SSIS integration runtime in Azure Data Factory via Azure portal so you can deploy and run SSIS packages in Azure.- Last updated 01/05/2024
data-factory Create Azure Ssis Integration Runtime Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/create-azure-ssis-integration-runtime-powershell.md
Title: Create an Azure-SSIS integration runtime via Azure PowerShell description: Learn how to create an Azure-SSIS integration runtime in Azure Data Factory via Azure PowerShell so you can deploy and run SSIS packages in Azure.- Last updated 01/05/2024
data-factory Create Azure Ssis Integration Runtime Resource Manager Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/create-azure-ssis-integration-runtime-resource-manager-template.md
Title: Use an Azure Resource Manager template to create an integration runtime description: Learn how to use an Azure Resource Manager template to create an Azure-SSIS integration runtime in Azure Data Factory so you can deploy and run SSIS packages in Azure.-
data-factory Create Azure Ssis Integration Runtime https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/create-azure-ssis-integration-runtime.md
Title: Create an Azure-SSIS integration runtime in Azure Data Factory description: Learn how to create an Azure-SSIS integration runtime in Azure Data Factory so you can deploy and run SSIS packages in Azure.- Last updated 01/05/2024
data-factory Create Self Hosted Integration Runtime https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/create-self-hosted-integration-runtime.md
Title: Create a self-hosted integration runtime description: Learn how to create a self-hosted integration runtime in Azure Data Factory and Azure Synapse Analytics, which lets pipelines access data stores in a private network.-
data-factory Create Shared Self Hosted Integration Runtime Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/create-shared-self-hosted-integration-runtime-powershell.md
Title: Create a shared self-hosted integration runtime with PowerShell description: Learn how to create a shared self-hosted integration runtime in Azure Data Factory, so multiple data factories can access the integration runtime.-
data-factory Credentials https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/credentials.md
Title: Using credentials
description: Learn about using Azure credentials for Azure Data Factory. - Last updated 10/20/2023
data-factory Cross Tenant Connections To Azure Devops https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/cross-tenant-connections-to-azure-devops.md
Title: Cross-tenant connections to Azure DevOps description: Learn how to configure connections to Azure DevOps in another tenant in Azure Data Factory-
data-factory Data Access Strategies https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-access-strategies.md
Title: Data access strategies
description: Azure Data Factory now supports Static IP address ranges. - Last updated 01/05/2024
data-factory Data Factory Private Link https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-factory-private-link.md
Title: Azure Private Link for Azure Data Factory
description: Learn about how Azure Private Link works in Azure Data Factory. - Last updated 01/05/2024
data-factory Data Factory Service Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-factory-service-identity.md
Title: Managed identity
description: Learn about using managed identities in Azure Data Factory. - Last updated 01/05/2024
data-factory Data Factory Troubleshoot Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-factory-troubleshoot-guide.md
Title: General Troubleshooting
description: Learn how to troubleshoot external control activities in Azure Data Factory and Azure Synapse Analytics pipelines. - Last updated 05/15/2024
data-factory Data Factory Tutorials https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-factory-tutorials.md
Title: Azure Data Factory tutorials
description: A list of tutorials demonstrating Azure Data Factory concepts - Last updated 01/05/2024
data-factory Data Factory Ux Troubleshoot Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-factory-ux-troubleshoot-guide.md
Title: Troubleshoot Azure Data Factory Studio description: Learn how to troubleshoot Azure Data Factory Studio issues. - Last updated 01/05/2024
data-factory Data Flow Aggregate Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-aggregate-functions.md
description: Learn about aggregate functions in mapping data flow. -
data-factory Data Flow Aggregate https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-aggregate.md
description: Learn how to aggregate data at scale in Azure Data Factory and Syna
-
data-factory Data Flow Alter Row https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-alter-row.md
description: How to update database target using the alter row transformation in
-
data-factory Data Flow Array Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-array-functions.md
description: Learn about array functions in mapping data flow. -
data-factory Data Flow Assert https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-assert.md
Title: Assert data transformation in mapping data flow
description: Set assertions for mapping data flows - Last updated 01/05/2024
data-factory Data Flow Cached Lookup Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-cached-lookup-functions.md
description: Learn about cached lookup functions in mapping data flow. -
data-factory Data Flow Cast https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-cast.md
-
data-factory Data Flow Conditional Split https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-conditional-split.md
description: Split data into different streams using the conditional split trans
-
data-factory Data Flow Conversion Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-conversion-functions.md
description: Learn about conversion functions in mapping data flow. -
data-factory Data Flow Create https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-create.md
Title: Create a mapping data flow
description: How to create an Azure Data Factory mapping data flow - Last updated 01/05/2024
data-factory Data Flow Date Time Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-date-time-functions.md
description: Learn about date and time functions in mapping data flow. -
data-factory Data Flow Derived Column https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-derived-column.md
description: Learn how to transform data at scale in Azure Data Factory and Azure Synapse Analytics with the mapping data flow Derived Column transformation. -
data-factory Data Flow Exists https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-exists.md
description: Check for existing rows using the exists transformation in Azure Da
-
data-factory Data Flow Expression Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-expression-functions.md
description: Learn about expression functions in mapping data flow. -
data-factory Data Flow Expressions Usage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-expressions-usage.md
description: Learn about details of usage and functionality for all expression functions in mapping data flow. -
data-factory Data Flow External Call https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-external-call.md
Title: External call data transformation in mapping data flows
description: Call external custom endpoints for mapping data flows - Last updated 01/05/2024
data-factory Data Flow Filter https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-filter.md
description: Filter out rows using the filter transformation in a mapping data f
-
data-factory Data Flow Flatten https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-flatten.md
description: Denormalize hierarchical data using the flatten transformation in A
ms.review: daperlov-
data-factory Data Flow Flowlet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-flowlet.md
description: Learn how to run a flowlet transformation inside of a mapping data flow in Azure Data Factory and Synapse Analytics pipelines. -
data-factory Data Flow Join https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-join.md
description: Combine data from two data sources using the join transformation in
-
data-factory Data Flow Lookup https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-lookup.md
description: Reference data from another source using lookup transformations in
-
data-factory Data Flow Map Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-map-functions.md
description: Learn about map functions in mapping data flow. -
data-factory Data Flow Metafunctions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-metafunctions.md
description: Learn about metafunctions in mapping data flow. -
data-factory Data Flow New Branch https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-new-branch.md
description: Replicating data streams in mapping data flow with multiple branches -
data-factory Data Flow Parse https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-parse.md
Title: Parse data transformations in mapping data flow
description: Parse embedded column documents - Last updated 05/15/2024
data-factory Data Flow Pivot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-pivot.md
description: Pivot data from rows to columns using mapping data flow Pivot Transformation in Azure Data Factory and Synapse Analytics pipelines. -
data-factory Data Flow Rank https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-rank.md
-
data-factory Data Flow Reserved Capacity Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-reserved-capacity-overview.md
description: Learn how to buy Azure Data Factory data flow reserved capacity to
- Last updated 05/15/2024
data-factory Data Flow Script https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-script.md
Title: Mapping data flow script
description: Overview of Data Factory's data flow script code-behind language - Last updated 05/15/2024
data-factory Data Flow Select https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-select.md
description: Learn about the mapping data flow Select Transformation in Azure Data Factory and Synapse Analytics pipelines. -
data-factory Data Flow Sink https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-sink.md
description: Learn how to configure a sink transformation in mapping data flow.
- Last updated 10/20/2023
data-factory Data Flow Sort https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-sort.md
-
data-factory Data Flow Source https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-source.md
description: Learn how to set up a source transformation in a mapping data flow in Azure Data Factory or Azure Synapse Analytics pipelines. - Last updated 10/20/2023
data-factory Data Flow Stringify https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-stringify.md
Title: Stringify data transformation in mapping data flow
description: Stringify complex data types - Last updated 05/15/2024
data-factory Data Flow Surrogate Key https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-surrogate-key.md
description: Learn how to use the mapping data flow Surrogate Key Transformation
-
data-factory Data Flow Transformation Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-transformation-overview.md
description: An overview of the different transformations available in mapping data flow -
data-factory Data Flow Troubleshoot Connector Format https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-troubleshoot-connector-format.md
description: Learn how to troubleshoot data flow problems related to connector a
- Last updated 03/19/2024
data-factory Data Flow Troubleshoot Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-troubleshoot-guide.md
description: Learn how to troubleshoot data flow problems in Azure Data Factory.
- Last updated 01/05/2024
data-factory Data Flow Tutorials https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-tutorials.md
Title: Mapping data flow video tutorials
description: A list of video tutorials explaining mapping data flow concepts - Last updated 05/15/2024
data-factory Data Flow Understand Reservation Charges https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-understand-reservation-charges.md
Title: Understand reservations discount for Azure Data Factory data flows | Microsoft Docs description: Learn how a reservation discount is applied to running ADF data flows. The discount is applied to these data flows on an hourly basis. - Last updated 05/15/2024
data-factory Data Flow Union https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-union.md
description: Learn about the mapping data flow New Branch Transformation in Azure Data Factory and Synapse Analytics -
data-factory Data Flow Unpivot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-unpivot.md
description: Learn about the mapping data flow Unpivot Transformation in Azure Data Factory and Synapse Analytics. -
data-factory Data Flow Window Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-window-functions.md
description: Learn about window functions in mapping data flow. -
data-factory Data Flow Window https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-flow-window.md
description: Learn how to use the mapping data flow Window Transformation in Azure Data Factory and Synapse Analytics pipelines. -
data-factory Data Migration Guidance Hdfs Azure Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-migration-guidance-hdfs-azure-storage.md
Title: Migrate data from an on-premises Hadoop cluster to Azure Storage
description: Learn how to use Azure Data Factory to migrate data from on-premises Hadoop cluster to Azure Storage. - Last updated 05/15/2024
data-factory Data Migration Guidance Netezza Azure Sqldw https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-migration-guidance-netezza-azure-sqldw.md
Title: Migrate data from an on-premises Netezza server to Azure
description: Use Azure Data Factory to migrate data from an on-premises Netezza server to Azure. - Last updated 05/15/2024
data-factory Data Migration Guidance Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-migration-guidance-overview.md
Title: Migrate data from data lake and data warehouse to Azure
description: Use Azure Data Factory to migrate data from your data lake and data warehouse to Azure. - Last updated 05/15/2024
data-factory Data Migration Guidance S3 Azure Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-migration-guidance-s3-azure-storage.md
Title: Migrate data from Amazon S3 to Azure Storage
description: Use Azure Data Factory to migrate data from Amazon S3 to Azure Storage. - Last updated 05/15/2024
data-factory Data Movement Security Considerations https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-movement-security-considerations.md
Title: Security considerations
description: Describes basic security infrastructure that data movement services in Azure Data Factory use to help secure your data. - Last updated 01/05/2024
data-factory Data Transformation Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/data-transformation-functions.md
description: Learn about data transformation functions in mapping data flow. -
data-factory Deactivate Activity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/deactivate-activity.md
description: Learn how to deactivate an activity to exclude from pipeline run and validation -
data-factory Delete Activity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/delete-activity.md
description: Learn how to delete files in various file stores with the Delete Activity in Azure Data Factory and Azure Synapse Analytics. -
data-factory Delete Dags In Workflow Orchestration Manager https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/delete-dags-in-workflow-orchestration-manager.md
description: This article explains how to delete files in Workflow Orchestration
- Last updated 10/01/2023
data-factory Deploy Linked Arm Templates With Vsts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/deploy-linked-arm-templates-with-vsts.md
Title: Deploy linked ARM templates with VSTS
description: Learn how to deploy linked ARM templates with Azure DevOps Services (formerly Visual Studio Team Services, or VSTS). -
data-factory Diagnostic Logs And Metrics For Workflow Orchestration Manager https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/diagnostic-logs-and-metrics-for-workflow-orchestration-manager.md
Title: Diagnostics logs and metrics for Workflow Orchestration Manager description: This article explains how to use diagnostic logs and metrics to monitor the Workflow Orchestration Manager integration runtime.-
data-factory Enable Aad Authentication Azure Ssis Ir https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/enable-aad-authentication-azure-ssis-ir.md
Title: Enable Microsoft Entra authentication for Azure SSIS integration runtime description: This article describes how to enable Microsoft Entra authentication with the specified system/user-assigned managed identity for Azure Data Factory to create Azure-SSIS integration runtime.- ms.devlang: powershell
data-factory Enable Azure Key Vault https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/enable-azure-key-vault.md
Title: Enable Azure Key Vault for airflow description: This article explains how to enable Azure Key Vault as the secret back end for a Workflow Orchestration Manager instance.-
data-factory Enable Customer Managed Key https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/enable-customer-managed-key.md
Title: Encrypt Azure Data Factory with customer-managed key
description: Enhance Data Factory security with Bring Your Own Key (BYOK) - Last updated 10/20/2023
data-factory Encrypt Credentials Self Hosted Integration Runtime https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/encrypt-credentials-self-hosted-integration-runtime.md
Title: Encrypt credentials in Azure Data Factory description: Learn how to encrypt and store credentials for your on-premises data stores on a machine with self-hosted integration runtime. - Last updated 05/15/2024
data-factory Format Avro https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/format-avro.md
Title: Avro format
description: This topic describes how to deal with Avro format in Azure Data Factory and Synapse Analytics. -
data-factory Format Binary https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/format-binary.md
Title: Binary format
description: This topic describes how to deal with Binary format in Azure Data Factory and Synapse Analytics. -
data-factory Format Common Data Model https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/format-common-data-model.md
Title: Common Data Model format
description: Transform data using the Common Data Model metadata system in Azure Data Factory and Synapse Analytics pipelines. -
data-factory Format Delimited Text https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/format-delimited-text.md
Title: Delimited text format in Azure Data Factory
description: This topic describes how to deal with delimited text format in Azure Data Factory and Azure Synapse Analytics. -
data-factory Format Delta https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/format-delta.md
Title: Delta format in Azure Data Factory description: Transform and move data from a delta lake using the delta format - Last updated 05/15/2024
data-factory Format Excel https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/format-excel.md
Title: Excel format in Azure Data Factory
description: This topic describes how to deal with Excel format in Azure Data Factory and Azure Synapse Analytics. -
data-factory Format Json https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/format-json.md
Title: JSON format
description: This topic describes how to deal with JSON format in Azure Data Factory and Azure Synapse Analytics pipelines. -
data-factory Format Orc https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/format-orc.md
Title: ORC format support
description: This topic describes how to deal with ORC format in Azure Data Factory and Synapse Analytics pipelines. -
data-factory Format Parquet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/format-parquet.md
Title: Parquet format
description: This topic describes how to deal with Parquet format in Azure Data Factory and Azure Synapse Analytics pipelines. -
data-factory Format Xml https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/format-xml.md
Title: XML format
description: This topic describes how to deal with XML format in Azure Data Factory and Synapse Analytics pipelines. -
data-factory Get Started With Workflow Orchestration Manager https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/get-started-with-workflow-orchestration-manager.md
Title: Get Started with Workflow Orchestration Manager description: This document is the master document that contains all the links required to start working with Workflow Orchestration Manager.-
data-factory How Does Workflow Orchestration Manager Work https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-does-workflow-orchestration-manager-work.md
Title: How does Workflow Orchestration Manager work? description: This article explains how to create a Workflow Orchestration Manager instance and use DAG to make it work.-
data-factory How To Access Secured Purview Account https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-access-secured-purview-account.md
Title: Access a secured Microsoft Purview account
description: Learn about how to access a firewall protected Microsoft Purview account through private endpoints from Azure Data Factory - Last updated 05/15/2024
data-factory How To Change Data Capture Resource With Schema Evolution https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-change-data-capture-resource-with-schema-evolution.md
Title: Capture changed data with schema evolution by using a change data capture
description: Get step-by-step instructions on how to capture changed data with schema evolution from Azure SQL Database to a Delta sink by using a change data capture (CDC) resource. - Last updated 05/15/2024
data-factory How To Change Data Capture Resource https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-change-data-capture-resource.md
Title: Capture changed data by using a change data capture resource
description: Get step-by-step instructions on how to capture changed data from Azure Data Lake Storage Gen2 to Azure SQL Database by using a change data capture (CDC) resource. - Last updated 01/05/2024
data-factory How To Clean Up Ssisdb Logs With Elastic Jobs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-clean-up-ssisdb-logs-with-elastic-jobs.md
Title: How to clean up SSISDB logs automatically description: This article describes how to clean up SSIS project deployment and package execution logs stored in SSISDB by invoking the relevant SSISDB stored procedure automatically via Azure Data Factory, Azure SQL Managed Instance Agent, or Elastic Database Jobs.- Last updated 05/15/2024
data-factory How To Configure Azure Ssis Ir Custom Setup https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-configure-azure-ssis-ir-custom-setup.md
Title: Customize the setup for an Azure-SSIS Integration Runtime description: This article describes how to use the custom setup interface for an Azure-SSIS Integration Runtime to install additional components or change settings-
data-factory How To Configure Azure Ssis Ir Enterprise Edition https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-configure-azure-ssis-ir-enterprise-edition.md
Title: Provision Enterprise Edition for the Azure-SSIS Integration Runtime description: "This article describes the features of Enterprise Edition for the Azure-SSIS Integration Runtime and how to provision it"- Last updated 05/15/2024
data-factory How To Configure Shir For Log Analytics Collection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-configure-shir-for-log-analytics-collection.md
Title: Configure the self-hosted integration runtime for log analytics collectio
description: This article describes how to instrument the self-hosted integration runtime for log analytics collection. -
data-factory How To Create Custom Event Trigger https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-create-custom-event-trigger.md
Title: Create custom event triggers in Azure Data Factory description: Learn how to create a trigger in Azure Data Factory that runs a pipeline in response to a custom event published to Azure Event Grid.-
data-factory How To Create Event Trigger https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-create-event-trigger.md
Title: Create event-based triggers description: Learn how to create a trigger in Azure Data Factory or Azure Synapse Analytics that runs a pipeline in response to an event.-
data-factory How To Create Schedule Trigger https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-create-schedule-trigger.md
description: Learn how to create a trigger in Azure Data Factory or Azure Synaps
- Last updated 01/05/2024
data-factory How To Create Tumbling Window Trigger https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-create-tumbling-window-trigger.md
description: Learn how to create a trigger in Azure Data Factory or Azure Synaps
-
data-factory How To Data Flow Dedupe Nulls Snippets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-data-flow-dedupe-nulls-snippets.md
Title: Dedupe rows and find nulls by using data flow snippets
description: Learn how to easily dedupe rows and find nulls by using code snippets in data flows - Last updated 05/15/2024
data-factory How To Data Flow Error Rows https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-data-flow-error-rows.md
Title: Handle error rows with mapping data flows in Azure Data Factory description: Learn how to handle SQL truncation errors in Azure Data Factory using mapping data flows. - Last updated 05/15/2024
data-factory How To Develop Azure Ssis Ir Licensed Components https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-develop-azure-ssis-ir-licensed-components.md
Title: Install licensed components for Azure-SSIS integration runtime description: Learn how an ISV can develop and install paid or licensed custom components for the Azure-SSIS integration runtime and proxy with Self-hosted integration runtime-
data-factory How To Discover Explore Purview Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-discover-explore-purview-data.md
Title: Discover and explore data in ADF using Microsoft Purview description: Learn how to discover, explore data in Azure Data Factory using Microsoft Purview-
data-factory How To Expression Language Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-expression-language-functions.md
description: This How To article provides information about expressions and func
- Last updated 05/15/2024
data-factory How To Fixed Width https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-fixed-width.md
Title: Process fixed-length text files with mapping data flows in Azure Data Factory description: Learn how to process fixed-length text files in Azure Data Factory using mapping data flows. - Last updated 05/15/2024
data-factory How To Invoke Ssis Package Azure Enabled Dtexec https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-invoke-ssis-package-azure-enabled-dtexec.md
Title: Execute SQL Server Integration Services (SSIS) packages with the Azure-enabled dtexec utility description: Learn how to execute SQL Server Integration Services (SSIS) packages with the Azure-enabled dtexec utility. - Last updated 05/15/2024
data-factory How To Invoke Ssis Package Managed Instance Agent https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-invoke-ssis-package-managed-instance-agent.md
Title: Run SSIS packages using Azure SQL Managed Instance Agent description: Learn how to run SSIS packages by using Azure SQL Managed Instance Agent. -
data-factory How To Invoke Ssis Package Ssdt https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-invoke-ssis-package-ssdt.md
Title: Execute SSIS packages from SSDT description: Learn how to execute SSIS packages in Azure from SSDT.-
data-factory How To Invoke Ssis Package Ssis Activity Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-invoke-ssis-package-ssis-activity-powershell.md
Title: Use the Execute SSIS Package activity with PowerShell description: This article describes how to run a SQL Server Integration Services (SSIS) package with PowerShell in an Azure Data Factory pipeline using the Execute SSIS Package activity.- ms.devlang: powershell
data-factory How To Invoke Ssis Package Ssis Activity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-invoke-ssis-package-ssis-activity.md
Title: Use the Execute SSIS Package activity from the portal description: This article describes how to run a SQL Server Integration Services (SSIS) package in an Azure Data Factory pipeline by using the Execute SSIS Package activity and the Azure Data Factory Studio portal.- ms.devlang: powershell
data-factory How To Invoke Ssis Package Stored Procedure Activity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-invoke-ssis-package-stored-procedure-activity.md
Title: Run SSIS package with Stored Procedure Activity - Azure description: This article describes how to run a SQL Server Integration Services (SSIS) package in an Azure Data Factory pipeline by using the Stored Procedure Activity. - ms.devlang: powershell
data-factory How To Manage Settings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-manage-settings.md
Title: Managing Azure Data Factory settings and preferences
description: Learn how to manage Azure Data Factory settings and preferences. - Last updated 01/05/2024
data-factory How To Manage Studio Preview Exp https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-manage-studio-preview-exp.md
Title: Managing Azure Data Factory studio preview experience
description: Learn more about the Azure Data Factory studio preview experience. - Last updated 01/05/2024
data-factory How To Migrate Ssis Job Ssms https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-migrate-ssis-job-ssms.md
Title: Migrate on-premises SQL Server Integration Services (SSIS) jobs to Azure
description: This article describes how to migrate SQL Server Integration Services (SSIS) jobs to Azure Data Factory pipelines/activities/triggers by using SQL Server Management Studio. - Last updated 05/15/2024
data-factory How To Run Self Hosted Integration Runtime In Windows Container https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-run-self-hosted-integration-runtime-in-windows-container.md
Title: How to run Self-Hosted Integration Runtime in Windows container
description: Learn about how to run Self-Hosted Integration Runtime in Windows container. - Last updated 05/15/2024
data-factory How To Schedule Azure Ssis Integration Runtime https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-schedule-azure-ssis-integration-runtime.md
Title: Schedule an Azure-SSIS integration runtime description: This article describes how to schedule starting and stopping an Azure-SSIS integration runtime by using Azure Data Factory.- ms.devlang: powershell
data-factory How To Send Email https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-send-email.md
description: Learn how to send an email with an Azure Data Factory or Azure Syna
- Last updated 05/15/2024
data-factory How To Send Notifications To Teams https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-send-notifications-to-teams.md
description: Learn about how to send notifications to a Microsoft Teams channel from an Azure Data Factory or Synapse Analytics pipeline - Last updated 05/15/2024
data-factory How To Sqldb To Cosmosdb https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-sqldb-to-cosmosdb.md
Title: Migrate Azure SQL Database tables to Azure Cosmos DB with Azure Data Fact
description: Take an existing normalized database schema from Azure SQL Database and migrate to an Azure Cosmos DB denormalized container with Azure Data Factory. - Last updated 05/15/2024
data-factory How To Use Azure Key Vault Secrets Pipeline Activities https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-use-azure-key-vault-secrets-pipeline-activities.md
Title: Use Azure Key Vault secrets in pipeline activities
description: Learn how to fetch stored credentials from Azure Key Vault and use them during data factory pipeline runs. - Last updated 05/15/2024
data-factory How To Use Sql Managed Instance With Ir https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-use-sql-managed-instance-with-ir.md
Title: Use Azure SQL Managed Instance with Azure-SQL Server Integration Services
description: Learn how to use Azure SQL Managed Instance with SQL Server Integration Services (SSIS) in Azure Data Factory. - Last updated 05/15/2024
data-factory How To Use Trigger Parameterization https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/how-to-use-trigger-parameterization.md
Title: Pass trigger information to pipeline description: Learn how to reference trigger metadata in pipelines.-
data-factory Industry Sap Connectors https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/industry-sap-connectors.md
description: Overview of the SAP Connectors - Last updated 05/15/2024
data-factory Industry Sap Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/industry-sap-overview.md
description: Overview of the ADF SAP Knowledge Center and ADF SAP IP - Last updated 10/20/2023
data-factory Industry Sap Templates https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/industry-sap-templates.md
description: Overview of the SAP templates - Last updated 05/15/2024
data-factory Introduction https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/introduction.md
Title: Introduction to Azure Data Factory
description: Learn about Azure Data Factory, a cloud data integration service that orchestrates and automates movement and transformation of data. - Last updated 05/15/2024
data-factory Iterative Development Debugging https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/iterative-development-debugging.md
description: Learn how to develop and debug Data Factory and Synapse Analytics pipelines iteratively with the service UI. Last updated 05/15/2024 -
data-factory Join Azure Ssis Integration Runtime Virtual Network Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/join-azure-ssis-integration-runtime-virtual-network-powershell.md
Title: Join Azure-SSIS integration runtime to a virtual network via Azure PowerShell description: Learn how to join Azure-SSIS integration runtime to a virtual network via Azure PowerShell. - Last updated 05/15/2024
data-factory Join Azure Ssis Integration Runtime Virtual Network Ui https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/join-azure-ssis-integration-runtime-virtual-network-ui.md
Title: Join Azure-SSIS integration runtime to a virtual network via Azure portal description: Learn how to join Azure-SSIS integration runtime to a virtual network via Azure portal. -
data-factory Join Azure Ssis Integration Runtime Virtual Network https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/join-azure-ssis-integration-runtime-virtual-network.md
Title: Join Azure-SSIS integration runtime to a virtual network description: Learn how to join Azure-SSIS integration runtime to a virtual network. - Last updated 05/15/2024
data-factory Kubernetes Secret Pull Image From Private Container Registry https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/kubernetes-secret-pull-image-from-private-container-registry.md
Title: Add a Kubernetes secret to pull an image from a private container registry description: This article explains how to add a Kubernetes secret to pull a custom image from a private container registry with Workflow Orchestration Manager in Data Factory for Microsoft Fabric.-
data-factory Lab Data Flow Data Share https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/lab-data-flow-data-share.md
description: Copy, transform, and share data using Azure Data Factory and Azure
Last updated 11/14/2023-
data-factory Load Azure Data Lake Storage Gen2 From Gen1 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/load-azure-data-lake-storage-gen2-from-gen1.md
Title: Copy data from Azure Data Lake Storage Gen1 to Gen2
description: 'Use Azure Data Factory to copy data from Azure Data Lake Storage Gen1 to Gen2' - Last updated 10/20/2023
data-factory Load Azure Data Lake Storage Gen2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/load-azure-data-lake-storage-gen2.md
Title: Load data into Azure Data Lake Storage Gen2
description: 'Use Azure Data Factory to copy data into Azure Data Lake Storage Gen2' - Last updated 05/15/2024
data-factory Load Azure Data Lake Store https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/load-azure-data-lake-store.md
Title: Load data into Azure Data Lake Storage Gen1
description: 'Use Azure Data Factory to copy data into Azure Data Lake Storage Gen1' - Last updated 05/15/2024
data-factory Load Azure Sql Data Warehouse https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/load-azure-sql-data-warehouse.md
description: Use Azure Data Factory or an Azure Synapse pipeline to copy data into Azure Synapse Analytics. -
data-factory Load Office 365 Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/load-office-365-data.md
Title: Load data from Microsoft 365 (Office 365) by using Azure Data Factory description: 'Use Azure Data Factory to copy data from Microsoft 365 (Office 365)' - Last updated 05/15/2024
data-factory Load Sap Bw Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/load-sap-bw-data.md
description: Copy data from SAP Business Warehouse (BW) with Azure Data Factory or Synapse Analytics - Last updated 05/15/2024
data-factory Manage Azure Ssis Integration Runtime https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/manage-azure-ssis-integration-runtime.md
Title: Reconfigure the Azure-SSIS integration runtime description: Learn how to reconfigure an Azure-SSIS integration runtime in Azure Data Factory after you have already provisioned it.-
data-factory Managed Virtual Network Private Endpoint https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/managed-virtual-network-private-endpoint.md
Title: Managed virtual network and managed private endpoints
description: Learn about managed virtual network and managed private endpoints in Azure Data Factory. -
data-factory Monitor Configure Diagnostics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/monitor-configure-diagnostics.md
description: Learn how to configure diagnostic settings and a Log Analytics work
- Last updated 06/21/2024
data-factory Monitor Data Factory Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/monitor-data-factory-reference.md
- # Azure Data Factory monitoring data reference
data-factory Monitor Data Factory https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/monitor-data-factory.md
- # Monitor Azure Data Factory
data-factory Monitor Integration Runtime https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/monitor-integration-runtime.md
Title: Monitor integration runtime in Azure Data Factory description: Learn how to monitor different types of integration runtime in Azure Data Factory. - Last updated 05/15/2024
data-factory Monitor Logs Rest https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/monitor-logs-rest.md
description: Learn how to set up diagnostic logs for Azure Data Factory by using
- Last updated 10/20/2023
data-factory Monitor Managed Virtual Network Integration Runtime https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/monitor-managed-virtual-network-integration-runtime.md
Title: Monitor an integration runtime within a managed virtual network description: Learn how to monitor an integration runtime within an Azure Data Factory managed virtual network. - Last updated 05/15/2024
data-factory Monitor Programmatically https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/monitor-programmatically.md
Title: Programmatically monitor an Azure Data Factory description: Learn how to monitor a pipeline in a data factory by using different software development kits (SDKs).- Last updated 05/15/2024
data-factory Monitor Shir In Azure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/monitor-shir-in-azure.md
Title: Monitor self-hosted integration runtime (SHIR) virtual machines in Azure
description: This article describes how to monitor Azure virtual machines hosting the self-hosted integration runtime. -
data-factory Monitor Ssis https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/monitor-ssis.md
description: Learn how to use Azure Monitor to monitor SSIS operations in Azure
- Last updated 1/11/2024
data-factory Monitor Visually https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/monitor-visually.md
description: Learn how to visually monitor Azure data factories
- Last updated 01/05/2024
data-factory Naming Rules https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/naming-rules.md
description: Describes naming rules for Data Factory entities.
- Last updated 01/05/2024
data-factory Parameterize Linked Services https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/parameterize-linked-services.md
Title: Parameterize linked services description: Learn how to parameterize linked services in Azure Data Factory and Azure Synapse Analytics pipelines, and pass dynamic values at run time.-
data-factory Parameters Data Flow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/parameters-data-flow.md
description: Learn how to parameterize a mapping data flow from Azure Data Facto
-
data-factory Password Change Airflow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/password-change-airflow.md
Title: Changing a password for a Workflow Orchestration Manager environment description: This article describes how to change a password for a Workflow Orchestration Manager environment. - Last updated 10/20/2023
data-factory Pipeline Trigger Troubleshoot Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/pipeline-trigger-troubleshoot-guide.md
Title: Troubleshoot pipeline orchestration and triggers in Azure Data Factory description: Use different methods to troubleshoot pipeline trigger issues in Azure Data Factory. - Last updated 05/15/2024
data-factory Plan Manage Costs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/plan-manage-costs.md
Title: Plan to manage costs for Azure Data Factory
description: Learn how to plan for and manage costs for Azure Data Factory by using cost analysis in the Azure portal. -
data-factory Policy Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/policy-reference.md
Title: Built-in policy definitions
description: Lists Azure Policy built-in policy definitions for Data Factory. These built-in policy definitions provide common approaches to managing your Azure resources. -
data-factory Pricing Concepts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/pricing-concepts.md
description: This article explains and demonstrates the Azure Data Factory prici
- Last updated 05/15/2024
data-factory Pricing Examples Copy Transform Azure Databricks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/pricing-examples-copy-transform-azure-databricks.md
description: This article shows how to estimate pricing for Azure Data Factory t
- Last updated 06/25/2024
data-factory Pricing Examples Copy Transform Dynamic Parameters https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/pricing-examples-copy-transform-dynamic-parameters.md
description: This article shows how to estimate pricing for Azure Data Factory t
- Last updated 05/15/2024
data-factory Pricing Examples Data Integration Managed Vnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/pricing-examples-data-integration-managed-vnet.md
description: This article shows how to estimate pricing for Azure Data Factory t
- Last updated 01/05/2024
data-factory Pricing Examples Get Delta Data From Sap Ecc https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/pricing-examples-get-delta-data-from-sap-ecc.md
description: This article shows how to price getting delta data from SAP ECC via
- Last updated 05/15/2024
data-factory Pricing Examples Mapping Data Flow Debug Workday https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/pricing-examples-mapping-data-flow-debug-workday.md
description: This article shows how to estimate pricing for Azure Data Factory t
- Last updated 05/15/2024
data-factory Pricing Examples S3 To Blob https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/pricing-examples-s3-to-blob.md
description: This article shows how to estimate pricing for Azure Data Factory t
- Last updated 05/15/2024
data-factory Pricing Examples Ssis On Azure Ssis Integration Runtime https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/pricing-examples-ssis-on-azure-ssis-integration-runtime.md
description: This article shows how to estimate pricing for Azure Data Factory t
- Last updated 05/15/2024
data-factory Pricing Examples Transform Mapping Data Flows https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/pricing-examples-transform-mapping-data-flows.md
description: This article shows how to estimate pricing for Azure Data Factory t
- Last updated 05/15/2024
data-factory Quickstart Create Data Factory Azure Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/quickstart-create-data-factory-azure-cli.md
Title: "Quickstart: Create an Azure Data Factory using Azure CLI"
description: This quickstart creates an Azure Data Factory, including a linked service, datasets, and a pipeline. You can run the pipeline to do a file copy action. - Last updated 05/15/2024
data-factory Quickstart Create Data Factory Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/quickstart-create-data-factory-bicep.md
Title: Create an Azure Data Factory using Bicep description: Create a sample Azure Data Factory pipeline using Bicep.- tags: azure-resource-manager
data-factory Quickstart Create Data Factory Dot Net https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/quickstart-create-data-factory-dot-net.md
Title: Create Azure Data Factory using .NET SDK description: Create an Azure Data Factory and pipeline using .NET SDK to copy data from one location in Azure Blob storage to another location. - ms.devlang: csharp
data-factory Quickstart Create Data Factory Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/quickstart-create-data-factory-powershell.md
Title: Copy data in Blob Storage using Azure Data Factory description: Create an Azure Data Factory using PowerShell to copy data from one location in Azure Blob storage to another location. - ms.devlang: powershell
data-factory Quickstart Create Data Factory Python https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/quickstart-create-data-factory-python.md
description: Use a data factory to copy data from one location in Azure Blob sto
- ms.devlang: python Last updated 05/15/2024
data-factory Quickstart Create Data Factory Resource Manager Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/quickstart-create-data-factory-resource-manager-template.md
Title: Create an Azure Data Factory using an Azure Resource Manager template (ARM template) description: Create a sample Azure Data Factory pipeline using an Azure Resource Manager template (ARM template).- tags: azure-resource-manager
data-factory Quickstart Create Data Factory Rest Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/quickstart-create-data-factory-rest-api.md
Title: Create an Azure Data Factory using REST API description: Create an Azure Data Factory pipeline to copy data from one location in Azure Blob storage to another location. - ms.devlang: rest-api
data-factory Quickstart Create Data Factory https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/quickstart-create-data-factory.md
Title: Create an Azure Data Factory description: Learn how to create a data factory using UI from the Azure portal. - Last updated 10/20/2023
data-factory Quickstart Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/quickstart-get-started.md
Title: Get started and try out your first data factory pipeline description: Get started with your first data factory to copy data from one blob storage to another. - ms.devlang: bicep
data-factory Quickstart Hello World Copy Data Tool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/quickstart-hello-world-copy-data-tool.md
Title: Copy data by using the copy data tool
description: Create an Azure Data Factory and then use the copy data tool to copy data from one location in Azure Blob storage to another location. - Last updated 10/20/2023
data-factory Quickstart Learn Modules https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/quickstart-learn-modules.md
Title: A summary of introductory training modules description: Get started learning about Azure Data Factory fast with our introductory training modules. - Last updated 05/15/2024
data-factory Quota Increase https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/quota-increase.md
Title: Request quota increases from support description: How to create a support request in the Azure portal for Azure Data Factory to request quota increases or get problem resolution support.- Last updated 05/15/2024
data-factory Rest Apis For Airflow Integrated Runtime https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/rest-apis-for-airflow-integrated-runtime.md
Title: REST APIs for the Workflow Orchestration Manager integration runtime description: This article documents the REST APIs for the Workflow Orchestration Manager integration runtime.-
data-factory Samples Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/samples-powershell.md
Title: Azure PowerShell Samples for Azure Data Factory description: Azure PowerShell Samples - Scripts to help you create and manage data factories. -
data-factory Sap Change Data Capture Advanced Topics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/sap-change-data-capture-advanced-topics.md
Title: SAP CDC advanced topics
description: Learn about advanced features and best practices for SAP change data capture in Azure Data Factory. - Last updated 01/05/2024
data-factory Sap Change Data Capture Debug Shir Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/sap-change-data-capture-debug-shir-logs.md
Title: Debug issues with the SAP CDC connector by sending logs
description: Learn how to debug issues with the Azure Data Factory SAP CDC (change data capture) connector by sending self-hosted integration runtime logs to Microsoft. - Last updated 05/15/2024
data-factory Sap Change Data Capture Introduction Architecture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/sap-change-data-capture-introduction-architecture.md
Title: Overview and architecture of the SAP CDC capabilities
description: Learn about the SAP change data capture (CDC) capabilities in Azure Data Factory and understand its architecture. - Last updated 05/15/2024
data-factory Sap Change Data Capture Management https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/sap-change-data-capture-management.md
Title: Manage the SAP CDC process
description: Learn how to manage your SAP change data capture (CDC) process in Azure Data Factory. - Last updated 05/15/2024
data-factory Sap Change Data Capture Prepare Linked Service Source Dataset https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/sap-change-data-capture-prepare-linked-service-source-dataset.md
Title: Set up a linked service and dataset for the SAP CDC connector
description: Learn how to set up a linked service and source dataset to use with the SAP CDC (change data capture) connector in Azure Data Factory. - Last updated 05/15/2024
data-factory Sap Change Data Capture Prerequisites Configuration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/sap-change-data-capture-prerequisites-configuration.md
Title: Prerequisites and setup for the SAP CDC connector
description: Learn about the prerequisites and setup for the SAP CDC connector in Azure Data Factory. - Last updated 05/15/2024
data-factory Sap Change Data Capture Shir Preparation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/sap-change-data-capture-shir-preparation.md
Title: Set up a self-hosted integration runtime for the SAP CDC connector
description: Learn how to create and set up a self-hosted integration runtime for the SAP change data capture (CDC) connector in Azure Data Factory. -
data-factory Scenario Dataflow Process Data Aml Models https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/scenario-dataflow-process-data-aml-models.md
Title: Use data flows to process data from automated machine learning (AutoML) models description: Learn how to use Azure Data Factory data flows to process data from automated machine learning(AutoML) models. - Last updated 05/15/2024
data-factory Scenario Ssis Migration Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/scenario-ssis-migration-overview.md
Title: Migrate on-premises SQL Server Integration Services (SSIS) workloads to S
description: Migrate on-premises SSIS workloads to SSIS in ADF. - Last updated 05/15/2024
data-factory Scenario Ssis Migration Rules https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/scenario-ssis-migration-rules.md
Title: On-premises SQL Server Integration Services (SSIS) workloads to SSIS in A
description: SSIS workloads migration assessment rules. - Last updated 05/15/2024
data-factory Bulk Copy Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/scripts/bulk-copy-powershell.md
Title: Copy data in bulk using PowerShell
description: This PowerShell script shows how to use Azure Data Factory to copy data from a source data store to a destination data store in bulk. -
data-factory Copy Azure Blob Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/scripts/copy-azure-blob-powershell.md
Title: Copy data in the cloud using PowerShell
description: This PowerShell script copies data from one location in an Azure Blob Storage to another location in the same Blob Storage. -
data-factory Deploy Azure Ssis Integration Runtime Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/scripts/deploy-azure-ssis-integration-runtime-powershell.md
Title: Deploy Azure SSIS integration runtime using PowerShell description: This PowerShell script creates an Azure-SSIS integration runtime that can run SSIS packages in the cloud.-
data-factory Hybrid Copy Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/scripts/hybrid-copy-powershell.md
Title: Copy data from on-premises to Azure using PowerShell description: This PowerShell script copies data from a SQL Server database to another an Azure Blob Storage.-
data-factory Incremental Copy Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/scripts/incremental-copy-powershell.md
Title: Incrementally load data using PowerShell
description: This PowerShell script shows how to use Azure Data Factory to copy data incrementally from an Azure SQL Database to an Azure Blob Storage. - Last updated 01/05/2024
data-factory Transform Data Spark Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/scripts/transform-data-spark-powershell.md
description: "This PowerShell script transforms data in the cloud by running Spa
- Last updated 01/05/2024
data-factory Security And Access Control Troubleshoot Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/security-and-access-control-troubleshoot-guide.md
Title: Troubleshoot security and access control issues
description: Learn how to troubleshoot security and access control issues in Azure Data Factory and Synapse Analytics. -
data-factory Self Hosted Integration Runtime Auto Update https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/self-hosted-integration-runtime-auto-update.md
Title: Self-hosted integration runtime auto-update and expire notification description: Learn about self-hosted integration runtime auto-update and expire notification.-
data-factory Self Hosted Integration Runtime Automation Scripts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/self-hosted-integration-runtime-automation-scripts.md
Title: Automating self-hosted integration runtime installation using local PowerShell scripts description: To automate installation of Self-hosted Integration Runtime on local machines.-
data-factory Self Hosted Integration Runtime Diagnostic Tool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/self-hosted-integration-runtime-diagnostic-tool.md
Title: Self-hosted integration runtime diagnostic tool
description: Diagnostic tool for self-hosted integration runtime -
data-factory Self Hosted Integration Runtime Proxy Ssis https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/self-hosted-integration-runtime-proxy-ssis.md
Title: Configure a self-hosted integration runtime as a proxy for SSIS description: Learn how to configure a self-hosted integration runtime as a proxy for an Azure-SSIS Integration Runtime.-
data-factory Self Hosted Integration Runtime Troubleshoot Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/self-hosted-integration-runtime-troubleshoot-guide.md
Title: Troubleshoot self-hosted integration runtime
description: Learn how to troubleshoot self-hosted integration runtime issues in Azure Data Factory and Azure Synapse Analytics pipelines. -
data-factory Solution Template Bulk Copy From Files To Database https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/solution-template-bulk-copy-from-files-to-database.md
description: Learn how to use a solution template to copy data in bulk from Azur
- Last updated 05/15/2024
data-factory Solution Template Bulk Copy With Control Table https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/solution-template-bulk-copy-with-control-table.md
Title: Bulk copy from a database using control table
description: Learn how to use a solution template to copy bulk data from a database by using an external control table to store a partition list of source tables by using Azure Data Factory. - Last updated 05/15/2024
data-factory Solution Template Copy Files Multiple Containers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/solution-template-copy-files-multiple-containers.md
Title: Copy files from multiple containers
description: Learn how to use a solution template to copy files from multiple containers by using Azure Data Factory. - Last updated 05/15/2024
data-factory Solution Template Copy New Files Last Modified Date https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/solution-template-copy-new-files-last-modified-date.md
Title: Copy new and changed files by LastModifiedDate
description: Learn how to use a solution template to copy new and changed files by LastModifiedDate with Azure Data Factory. - Last updated 05/15/2024
data-factory Solution Template Databricks Notebook https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/solution-template-databricks-notebook.md
Title: Transformation with Azure Databricks
description: Learn how to use a solution template to transform data by using a Databricks notebook in Azure Data Factory. - Last updated 05/15/2024
data-factory Solution Template Delta Copy With Control Table https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/solution-template-delta-copy-with-control-table.md
Title: Delta copy from a database using a control table
description: Learn how to use a solution template to incrementally copy new or updated rows only from a database with Azure Data Factory. - Last updated 05/15/2024
data-factory Solution Template Extract Data From Pdf https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/solution-template-extract-data-from-pdf.md
Title: Extract data from PDF
description: Learn how to use a solution template to extract data from a PDF source using Azure Data Factory. - Last updated 05/15/2024
data-factory Solution Template Migration S3 Azure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/solution-template-migration-s3-azure.md
Title: Migrate data from Amazon S3 to Azure Data Lake Storage Gen2
description: Learn how to use a solution template to migrate data from Amazon S3 by using an external control table to store a partition list on AWS S3 with Azure Data Factory. - Last updated 01/05/2024
data-factory Solution Template Move Files https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/solution-template-move-files.md
description: Learn how to use a solution template to move files between file-bas
- Last updated 05/15/2024
data-factory Solution Template Pii Detection And Masking https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/solution-template-pii-detection-and-masking.md
Title: PII detection and masking
description: Learn how to use a solution template to detect and mask PII data using Azure Data Factory. - Last updated 01/05/2024
data-factory Solution Template Replicate Multiple Objects Sap Cdc https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/solution-template-replicate-multiple-objects-sap-cdc.md
Title: Replicate multiple objects from SAP via SAP CDC
description: Learn how to use a solution template to replicate multiple objects from SAP via SAP CDC in Azure Data Factory. - Last updated 10/20/2023
data-factory Solution Template Synapse Notebook https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/solution-template-synapse-notebook.md
Title: Call Synapse pipeline with a notebook activity
description: Learn how to use a solution template to call a Synapse pipeline with a notebook activity in Azure Data Factory. - Last updated 05/15/2024
data-factory Solution Templates Introduction https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/solution-templates-introduction.md
Title: Overview of templates description: Learn how to use a pre-defined template to get started quickly with Azure Data Factory.-
data-factory Source Control https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/source-control.md
Title: Source control description: Learn how to configure source control in Azure Data Factory.-
data-factory Ssis Azure Connect With Windows Auth https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/ssis-azure-connect-with-windows-auth.md
Title: Access data stores and file shares with Windows authentication
description: Learn how to configure SSIS catalog in Azure SQL Database and Azure-SSIS Integration Runtime in Azure Data Factory to run packages that access data stores and file shares with Windows authentication. Last updated 05/15/2024 -
data-factory Ssis Azure Files File Shares https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/ssis-azure-files-file-shares.md
Title: Open and save files with SSIS packages deployed in Azure
description: Learn how to open and save files on premises and in Azure when you lift and shift SSIS packages that use local file systems into SSIS in Azure Last updated 01/05/2024 -
data-factory Ssis Integration Runtime Diagnose Connectivity Faq https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/ssis-integration-runtime-diagnose-connectivity-faq.md
Title: Use the diagnose connectivity feature in the SSIS integration runtime description: Troubleshoot connection issues in the SSIS integration runtime by using the diagnose connectivity feature. -
data-factory Ssis Integration Runtime Management Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/ssis-integration-runtime-management-troubleshoot.md
Title: Troubleshoot SSIS Integration Runtime management description: "This article provides troubleshooting guidance for management issues of SSIS Integration Runtime (SSIS IR)"-
data-factory Ssis Integration Runtime Ssis Activity Faq https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/ssis-integration-runtime-ssis-activity-faq.md
Title: Troubleshoot package execution in the SSIS integration runtime description: "This article provides troubleshooting guidance for SSIS package execution in the SSIS integration runtime"-
data-factory Store Credentials In Key Vault https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/store-credentials-in-key-vault.md
Title: Store credentials in Azure Key Vault description: Learn how to store credentials for data stores used in an Azure key vault that Azure Data Factory can automatically retrieve at runtime. - Last updated 05/15/2024
data-factory Supported File Formats And Compression Codecs Legacy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/supported-file-formats-and-compression-codecs-legacy.md
description: Learn about file formats and compression codecs supported by file-based connectors in Azure Data Factory and Synapse Analytics. -
data-factory Supported File Formats And Compression Codecs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/supported-file-formats-and-compression-codecs.md
Title: Supported file formats by copy activity in Azure Data Factory
description: This topic describes the file formats and compression codes that are supported by copy activity in Azure Data Factory and Azure Synapse Analytics. -
data-factory Transform Data Databricks Jar https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/transform-data-databricks-jar.md
Title: Transform data with Databricks Jar description: Learn how to process or transform data by running a Databricks Jar within an Azure Data Factory or Synapse Analytics pipeline.-
data-factory Transform Data Databricks Notebook https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/transform-data-databricks-notebook.md
Title: Transform data with Databricks Notebook description: Learn how to process or transform data by running a Databricks notebook in Azure Data Factory and Synapse Analytics pipelines.-
data-factory Transform Data Databricks Python https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/transform-data-databricks-python.md
Title: Transform data with Databricks Python description: Learn how to process or transform data by running a Databricks Python activity in an Azure Data Factory or Synapse Analytics pipeline.- Last updated 05/15/2024
data-factory Transform Data Machine Learning Service https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/transform-data-machine-learning-service.md
Title: Execute Azure Machine Learning pipelines description: Learn how to run your Azure Machine Learning pipelines in your Azure Data Factory and Synapse Analytics pipelines. -
data-factory Transform Data Synapse Notebook https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/transform-data-synapse-notebook.md
Title: Transform data with Synapse Notebook description: Learn how to process or transform data by running a Synapse notebook in Azure Data Factory and Synapse Analytics pipelines.-
data-factory Transform Data Synapse Spark Job Definition https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/transform-data-synapse-spark-job-definition.md
Title: Transform data with Synapse Spark job definition description: Learn how to process or transform data by running a Synapse Spark job definition in Azure Data Factory and Synapse Analytics pipelines.-
data-factory Transform Data Using Custom Activity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/transform-data-using-custom-activity.md
Title: Use custom activities in a pipeline description: Learn how to create custom activities by using .NET, and then use the activities in an Azure Data Factory or Azure Synapse Analytics pipeline.-
data-factory Transform Data Using Data Lake Analytics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/transform-data-using-data-lake-analytics.md
description: Learn how to process or transform data by running U-SQL scripts on Azure Data Lake Analytics compute service with Azure Data Factory and Synapse Analytics. - Last updated 05/15/2024
data-factory Transform Data Using Databricks Notebook https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/transform-data-using-databricks-notebook.md
Title: Run a Databricks Notebook with the activity description: "Learn how you can use the Databricks Notebook Activity in an Azure data factory to run a Databricks notebook against the databricks jobs cluster."-
data-factory Transform Data Using Hadoop Hive https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/transform-data-using-hadoop-hive.md
Title: Transform data using Hadoop Hive activity description: Learn how you can use the Hive Activity in an Azure Data Factory or Synapse Analytics pipeline to run Hive queries on an on-demand/your own HDInsight cluster. -
data-factory Transform Data Using Hadoop Map Reduce https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/transform-data-using-hadoop-map-reduce.md
Title: Transform data using Hadoop MapReduce activity description: Learn how to process data by running Hadoop MapReduce programs on an Azure HDInsight cluster with Azure Data Factory or Synapse Analytics. -
data-factory Transform Data Using Hadoop Pig https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/transform-data-using-hadoop-pig.md
Title: Transform data using Hadoop Pig activity description: Learn how you can use the Pig Activity to run Pig scripts on an on-demand/your own HDInsight cluster with Azure Data Factory or Synapse Analytics. -
data-factory Transform Data Using Hadoop Streaming https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/transform-data-using-hadoop-streaming.md
description: Learn how to use Hadoop Streaming Activity in Azure Data Factory or
- Last updated 05/15/2024
data-factory Transform Data Using Machine Learning https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/transform-data-using-machine-learning.md
description: Learn how to create a predictive pipeline by using Machine Learning
- Last updated 05/15/2024
data-factory Transform Data Using Script https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/transform-data-using-script.md
Title: Transform data by using the Script activity description: Explains how to use the Script Activity to transform data in an Azure Data Factory or Synapse Analytics pipeline.-
data-factory Transform Data Using Spark https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/transform-data-using-spark.md
Title: Transform data using Spark activity description: Learn how to transform data by running Spark programs from an Azure Data Factory or Synapse Analytics pipeline using the Spark Activity. -
data-factory Transform Data Using Stored Procedure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/transform-data-using-stored-procedure.md
Title: Transform data by using the Stored Procedure activity description: Explains how to use SQL Server Stored Procedure Activity to invoke a stored procedure in an Azure SQL Database/Data Warehouse from an Azure Data Factory or Synapse Analytics pipeline.-
data-factory Transform Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/transform-data.md
Title: Transform data description: Transform data or process data in Azure Data Factory or Azure Synapse Analytics using Hadoop, ML Studio (classic), or Azure Data Lake Analytics.-
data-factory Tumbling Window Trigger Dependency https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tumbling-window-trigger-dependency.md
description: Learn how to create dependency on a tumbling window trigger in Azure Data Factory and Synapse Analytics. -
data-factory Tutorial Bulk Copy Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-bulk-copy-portal.md
Title: Copy data in bulk using Azure portal
description: Use Azure Data Factory and Copy Activity to copy data from a source data store to a destination data store in bulk. - Last updated 05/15/2024
data-factory Tutorial Bulk Copy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-bulk-copy.md
Title: Copy data in bulk with PowerShell
description: Use Azure Data Factory with Copy Activity to copy data from a source data store to a destination data store in bulk. - Last updated 05/15/2024
data-factory Tutorial Control Flow Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-control-flow-portal.md
description: Learn how to control flow of data in Azure Data Factory pipeline by
- Last updated 10/20/2023
data-factory Tutorial Control Flow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-control-flow.md
description: Learn how to control flow of data in Azure Data Factory by branchin
- Last updated 08/11/2023
data-factory Tutorial Copy Data Dot Net https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-copy-data-dot-net.md
Title: Copy data from Azure Blob Storage to Azure SQL Database description: 'This tutorial provides step-by-step instructions for copying data from Azure Blob Storage to Azure SQL Database.' - Last updated 05/15/2024
data-factory Tutorial Copy Data Portal Private https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-copy-data-portal-private.md
Title: Use private endpoints to create an Azure Data Factory pipeline description: This tutorial provides step-by-step instructions for using the Azure portal to create a data factory with a pipeline. The pipeline uses the copy activity to copy data from Azure Blob storage to an Azure SQL database. - Last updated 05/15/2024
data-factory Tutorial Copy Data Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-copy-data-portal.md
Title: Use the Azure portal to create a data factory pipeline description: This tutorial provides step-by-step instructions for using the Azure portal to create a data factory with a pipeline. The pipeline uses the copy activity to copy data from Azure Blob storage to Azure SQL Database. - Last updated 05/15/2024
data-factory Tutorial Copy Data Tool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-copy-data-tool.md
Title: Copy data from Azure Blob storage to SQL using Copy Data tool
description: Create an Azure Data Factory and then use the Copy Data tool to copy data from Azure Blob storage to a SQL Database. - Last updated 11/02/2023
data-factory Tutorial Data Flow Adventure Works Retail Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-data-flow-adventure-works-retail-template.md
Title: ETL template for retail industry data model
description: This tutorial provides steps for using the industry data model template for retail using the Adventure Works sample data -+ Last updated 05/15/2024
data-factory Tutorial Data Flow Delta Lake https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-data-flow-delta-lake.md
Title: Delta lake ETL with data flows
description: This tutorial provides step-by-step instructions for using data flows to transform and analyze data in delta lake - Last updated 06/24/2024
data-factory Tutorial Data Flow Dynamic Columns https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-data-flow-dynamic-columns.md
Title: Dynamically set column names in data flows
description: This tutorial provides steps for dynamically setting column names in data flows - Last updated 05/15/2024
data-factory Tutorial Data Flow Private https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-data-flow-private.md
description: This tutorial provides step-by-step instructions for using Azure D
- Last updated 05/15/2024
data-factory Tutorial Data Flow Write To Lake https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-data-flow-write-to-lake.md
Title: Best practices for writing to files to data lake with data flows
description: This tutorial provides best practices for writing to files to data lake with data flows - Last updated 05/15/2024
data-factory Tutorial Data Flow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-data-flow.md
description: This tutorial provides step-by-step instructions for using Azure D
- Last updated 05/15/2024
data-factory Tutorial Deploy Ssis Packages Azure Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-deploy-ssis-packages-azure-powershell.md
Title: Set up an Azure-SSIS Integration Runtime with PowerShell description: Learn how to set up an Azure-SSIS Integration Runtime in Azure Data Factory with PowerShell so you can deploy and run SSIS packages in Azure.- ms.devlang: powershell
data-factory Tutorial Deploy Ssis Packages Azure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-deploy-ssis-packages-azure.md
Title: Provision the Azure-SSIS integration runtime description: Learn how to provision the Azure-SSIS integration runtime in Azure Data Factory so you can deploy and run SSIS packages in Azure.- Last updated 05/15/2024
data-factory Tutorial Deploy Ssis Virtual Network https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-deploy-ssis-virtual-network.md
Title: Tutorial to configure Azure-SSIS integration runtime to join a virtual ne
description: Learn how to configure Azure-SSIS integration runtime to join a virtual network. - Last updated 05/15/2024
data-factory Tutorial Enable Remote Access Intranet Tls Ssl Certificate https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-enable-remote-access-intranet-tls-ssl-certificate.md
Title: Enable remote access from intranet with TLS/SSL certificate (Advanced)
description: This tutorial provides steps for setting up a self-hosted integration runtime with multiple on-premises machines and enabling remote access from intranet with TLS/SSL certificate (Advanced) to secure communication between integration runtime nodes. - Last updated 05/15/2024
data-factory Tutorial Hybrid Copy Data Tool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-hybrid-copy-data-tool.md
Title: Copy on-premises data using the Azure Copy Data tool
description: Create an Azure Data Factory and then use the Copy Data tool to copy data from a SQL Server database to Azure Blob storage. - Last updated 05/15/2024
data-factory Tutorial Hybrid Copy Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-hybrid-copy-portal.md
Title: Copy data from SQL Server to Blob storage using Azure portal
description: Learn how to copy data from an on-premises data store to the cloud by using a self-hosted integration runtime in Azure Data Factory. - Last updated 05/15/2024
data-factory Tutorial Hybrid Copy Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-hybrid-copy-powershell.md
Title: Copy data from SQL Server to Blob storage using PowerShell
description: Learn how to copy data from an on-premises data store to the Azure cloud by using a self-hosted integration runtime in Azure Data Factory. - Last updated 05/15/2024
data-factory Tutorial Incremental Copy Change Data Capture Feature Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-incremental-copy-change-data-capture-feature-portal.md
Title: Incrementally copy data using Change Data Capture
description: In this tutorial, you create an Azure Data Factory pipeline that copies delta data incrementally from a table in Azure SQL Managed Instance database to Azure Storage. - Last updated 10/20/2023
data-factory Tutorial Incremental Copy Change Tracking Feature Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-incremental-copy-change-tracking-feature-portal.md
Title: Incrementally copy data by using change tracking in the Azure portal
description: Learn how to create a data factory with a pipeline that loads delta data based on change tracking information from Azure SQL Database and moves it to Azure Blob Storage. - Last updated 01/05/2024
data-factory Tutorial Incremental Copy Change Tracking Feature Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-incremental-copy-change-tracking-feature-powershell.md
Title: Incrementally copy data using Change Tracking using PowerShell
description: In this tutorial, you create an Azure Data Factory pipeline that copies delta data incrementally from multiple tables in a SQL Server database to Azure SQL Database. - Last updated 10/20/2023
data-factory Tutorial Incremental Copy Lastmodified Copy Data Tool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-incremental-copy-lastmodified-copy-data-tool.md
Title: Data tool to copy new and updated files incrementally
description: Create an Azure data factory and then use the Copy Data tool to incrementally load new files based on LastModifiedDate. - Last updated 05/15/2024
data-factory Tutorial Incremental Copy Multiple Tables Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-incremental-copy-multiple-tables-portal.md
Title: Incrementally copy multiple tables using Azure portal
description: In this tutorial, you create an Azure data factory with a pipeline that loads delta data from multiple tables in a SQL Server database to a database in Azure SQL Database. - Last updated 05/15/2024
data-factory Tutorial Incremental Copy Multiple Tables Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-incremental-copy-multiple-tables-powershell.md
description: In this tutorial, you create an Azure Data Factory with a pipeline
- Last updated 05/15/2024
data-factory Tutorial Incremental Copy Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-incremental-copy-overview.md
Title: Incrementally copy data from a source data store to a destination data st
description: These tutorials show you how to incrementally copy data from a source data store to a destination data store. The first one copies data from one table. - Last updated 05/15/2024
data-factory Tutorial Incremental Copy Partitioned File Name Copy Data Tool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-incremental-copy-partitioned-file-name-copy-data-tool.md
Title: Incrementally copy new files based on time partitioned file name
description: Create an Azure data factory and then use the Copy Data tool to incrementally load new files only based on time partitioned file name. - Last updated 05/15/2024
data-factory Tutorial Incremental Copy Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-incremental-copy-portal.md
Title: Incrementally copy a table using Azure portal
description: In this tutorial, you create an Azure Data Factory with a pipeline that loads delta data from a table in Azure SQL Database to Azure Blob storage. - Last updated 05/15/2024
data-factory Tutorial Incremental Copy Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-incremental-copy-powershell.md
Title: Incrementally copy a table using PowerShell
description: In this tutorial, you create an Azure Data Factory pipeline that incrementally copies data from an Azure SQL database to Azure Blob storage.' - Last updated 05/15/2024
data-factory Tutorial Managed Virtual Network Migrate https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-managed-virtual-network-migrate.md
Title: Move existing Azure integration runtime to an Azure integration runtime i
description: This tutorial provides steps to move existing Azure integration runtime to an Azure integration runtime in a managed virtual network. - Last updated 05/15/2024
data-factory Tutorial Managed Virtual Network On Premise Sql Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-managed-virtual-network-on-premise-sql-server.md
Title: Access on-premises SQL Server from Data Factory Managed VNet using Privat
description: This tutorial provides steps for using the Azure portal to setup Private Link Service and access on-premises SQL Server from Managed VNet using Private Endpoint. - Last updated 03/21/2024
data-factory Tutorial Managed Virtual Network Sql Managed Instance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-managed-virtual-network-sql-managed-instance.md
Title: Access Microsoft Azure SQL Managed Instance from Data Factory Managed VNE
description: This tutorial provides steps for using the Azure portal to setup Private Link Service and access SQL Managed Instance from Managed VNET using Private Endpoint. - Last updated 08/11/2023
data-factory Tutorial Operationalize Pipelines https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-operationalize-pipelines.md
Title: Operationalize Data Pipelines description: Learn about how to deliver service level agreements for data pipelines-
data-factory Tutorial Pipeline Failure Error Handling https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-pipeline-failure-error-handling.md
Title: Pipeline failure and error message description: Understand how pipeline failure status and error message are determined-
data-factory Tutorial Pipeline Return Value https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-pipeline-return-value.md
Title: Set Pipeline Return Value description: Learn how to use the Set Variable activity to send information from child pipeline to main pipeline-
data-factory Tutorial Push Lineage To Purview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-push-lineage-to-purview.md
Title: Push Data Factory lineage data to Microsoft Purview
description: Learn about how to push Data Factory lineage data to Microsoft Purview - Last updated 05/15/2024
data-factory Tutorial Run Existing Pipeline With Airflow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-run-existing-pipeline-with-airflow.md
Title: Run an existing pipeline with Workflow Orchestration Manager description: This tutorial provides step-by-step instructions for running an existing pipeline with Workflow Orchestration Manager in Azure Data Factory. - Last updated 10/20/2023
data-factory Tutorial Transform Data Hive Virtual Network Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-transform-data-hive-virtual-network-portal.md
Title: Transform data using Hive in Azure Virtual Network using Azure portal description: This tutorial provides step-by-step instructions for transforming data by using Hive activity in Azure Data Factory.-
data-factory Tutorial Transform Data Hive Virtual Network https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-transform-data-hive-virtual-network.md
Title: Transform data using Hive in Azure Virtual Network description: Use Azure PowerShell to create a Data Factory pipeline that transforms data using Hive Activity on a HDInsight cluster that is in an Azure Virtual Network (VNet).-
data-factory Tutorial Transform Data Spark Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-transform-data-spark-portal.md
Title: 'Transform data by using Spark in Azure Data Factory ' description: 'This tutorial provides step-by-step instructions for transforming data by using a Spark activity in Azure Data Factory.'-
data-factory Tutorial Transform Data Spark Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/tutorial-transform-data-spark-powershell.md
Title: 'Transform data using Spark in Azure Data Factory ' description: 'This tutorial provides step-by-step instructions for transforming data by using Spark Activity in Azure Data Factory.'- Last updated 05/15/2024
data-factory Update Machine Learning Models https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/update-machine-learning-models.md
- Last updated 05/15/2024
data-factory Whats New Archive https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/whats-new-archive.md
Title: What's new archive
description: This page archives older months' highlights of new features and recent improvements for Azure Data Factory. Data Factory is a managed cloud service that's built for complex hybrid extract-transform-and-load (ETL), extract-load-and-transform (ELT), and data integration projects. - Last updated 08/11/2023
data-factory Whats New https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/whats-new.md
Title: What's new in Azure Data Factory
description: This page highlights new features and recent improvements for Azure Data Factory. Data Factory is a managed cloud service that's built for complex hybrid extract-transform-and-load (ETL), extract-load-and-transform (ELT), and data integration projects. - Last updated 10/11/2023
data-factory Whitepapers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/whitepapers.md
Title: Whitepapers that describe Azure Data Factory
description: These whitepapers describe Azure Data Factory in depth. - Last updated 05/15/2024
data-factory Wrangling Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/wrangling-functions.md
Title: Data wrangling functions in Azure Data Factory
description: An overview of available Data Wrangling functions in Azure Data Factory - Last updated 05/15/2024
data-factory Wrangling Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/wrangling-overview.md
Title: Data wrangling in Azure Data Factory
description: An overview of Data Wrangling in Azure Data Factory - Last updated 05/15/2024
data-factory Wrangling Tutorial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-factory/wrangling-tutorial.md
Title: Getting started with wrangling data flow in Azure Data Factory
description: A tutorial on how to prepare data in Azure Data Factory using wrangling data flow - Last updated 05/15/2024
data-manager-for-agri Concepts Byol And Credentials https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/concepts-byol-and-credentials.md
Title: Storing your license keys in Azure Data Manager for Agriculture
description: Provides information on using third party keys -+ Last updated 06/23/2023
data-manager-for-agri Concepts Farm Operations Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/concepts-farm-operations-data.md
Title: Work with farm activities data in Azure Data Manager for Agriculture
description: Learn how to integrate with data providers for farm activities and ingest data into Azure Data Manager for Agriculture. -+ Last updated 08/14/2023
data-manager-for-agri Concepts Hierarchy Model https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/concepts-hierarchy-model.md
Title: Hierarchy model in Azure Data Manager for Agriculture
description: Get information on the data model to organize your agriculture-related data. -+ Last updated 08/22/2023
data-manager-for-agri Concepts Ingest Satellite Imagery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/concepts-ingest-satellite-imagery.md
Title: Ingest satellite data in Azure Data Manager for Agriculture
description: Get step-by-step guidance on how to ingest satellite data. -+ Last updated 11/17/2023
data-manager-for-agri Concepts Ingest Sensor Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/concepts-ingest-sensor-data.md
Title: Ingest sensor data in Azure Data Manager for Agriculture
description: Get step-by-step guidance for ingesting sensor data. -+ Last updated 06/19/2023
data-manager-for-agri Concepts Ingest Weather Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/concepts-ingest-weather-data.md
Title: Ingest weather forecast data in Azure Data Manager for Agriculture
description: Learn how to fetch weather data from various weather data providers through extensions and provider-agnostic APIs. -+ Last updated 02/14/2023
data-manager-for-agri Concepts Isv Solutions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/concepts-isv-solutions.md
Title: ISV solution framework in Azure Data Manager for Agriculture
description: Learn about solutions that ISVs build on top of Azure Data Manager for Agriculture. -+ Last updated 02/14/2023
data-manager-for-agri Concepts Llm Apis https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/concepts-llm-apis.md
Title: Generative AI in Azure Data Manager for Agriculture
description: Learn how to use generative AI features in Azure Data Manager for Agriculture. -+ Last updated 3/19/2024
data-manager-for-agri Concepts Understanding Throttling https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/concepts-understanding-throttling.md
Title: API throttling guidance for Azure Data Manager for Agriculture
description: This article provides information on API throttling limits to plan usage in Azure Data Manager for Agriculture. -+ Last updated 11/15/2023
data-manager-for-agri Faq Agriculture Data Services https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/faq-agriculture-data-services.md
Title: Microsoft Azure Data Manager for Agriculture FAQs description: Get answers to common questions about Azure Data Manager for Agriculture.-+ Last updated 10/03/2023
data-manager-for-agri How To Create Azure Support Request https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/how-to-create-azure-support-request.md
Title: How to create an Azure support request for Azure Data Manager for Agricul
description: Customers who need assistance can use the Azure portal to find self-service solutions and to create and manage support requests for Azure Data Manager for Agriculture resource. -+ Last updated 06/27/2023
data-manager-for-agri How To Ingest And Egress Farm Operations Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/how-to-ingest-and-egress-farm-operations-data.md
Title: Working with Farm Activities and in-field activity data in Azure Data Man
description: Learn how to manage Farm Activities data with manual and auto sync data ingestion jobs -+ Last updated 09/04/2023
data-manager-for-agri How To Integrate With Farm Ops Data Provider https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/how-to-integrate-with-farm-ops-data-provider.md
Title: How to integrate with Farm Activities data provider
description: Learn how to integrate with Farm Activities data provider -+ Last updated 08/14/2023
data-manager-for-agri How To Set Up Audit Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/how-to-set-up-audit-logs.md
Title: Enable logging for Azure Data Manager for Agriculture
description: Learn how enable logging and debugging in Azure Data Manager for Agriculture -+ Last updated 04/10/2023
data-manager-for-agri How To Set Up Isv Solution https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/how-to-set-up-isv-solution.md
Title: Use ISV solutions with Data Manager for Agriculture.
description: Learn how to use APIs from an industry solution provider. -+ Last updated 05/23/2024
data-manager-for-agri How To Set Up Private Links https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/how-to-set-up-private-links.md
Title: Creating a private endpoint for Azure Data Manager for Agriculture
description: Learn how to use private links in Azure Data Manager for Agriculture -+ Last updated 03/22/2023
data-manager-for-agri How To Set Up Sensor As Customer And Partner https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/how-to-set-up-sensor-as-customer-and-partner.md
Title: Push and consume sensor data in Data Manager for Agriculture
description: Learn how to push sensor data as a provider and egress it as a customer -+ Last updated 06/19/2023
data-manager-for-agri How To Set Up Sensors Customer https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/how-to-set-up-sensors-customer.md
Title: How to set up a sensor in Azure Data Manager for Agriculture
description: Provides step by step guidance to integrate Sensor as a customer -+ Last updated 06/19/2023
data-manager-for-agri How To Set Up Sensors Partner https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/how-to-set-up-sensors-partner.md
Title: Sensor partner integration in Azure Data Manager for Agriculture
description: Provides guidance to set up your sensors as a partner -+ Last updated 05/23/2024
data-manager-for-agri How To Use Events https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/how-to-use-events.md
Title: Azure Data Manager for Agriculture events with Azure Event Grid.
description: Learn about properties that are provided for Azure Data Manager for Agriculture events with Azure Event Grid. -+ Last updated 04/18/2023
data-manager-for-agri How To Use Nutrient Apis https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/how-to-use-nutrient-apis.md
Title: Use plant tissue nutrients APIs in Azure Data Manager for Agriculture
description: Learn how to store nutrient data in Azure Data Manager for Agriculture -+ Last updated 02/14/2023
data-manager-for-agri How To Write Weather Extension https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/how-to-write-weather-extension.md
Title: Installing weather extension in Azure Data Manager for Agriculture
description: Provides guidance to use weather extension -+ Last updated 02/14/2023
data-manager-for-agri Overview Azure Data Manager For Agriculture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/overview-azure-data-manager-for-agriculture.md
Title: What is Microsoft Azure Data Manager for Agriculture? description: About Azure Data Manager for Agriculture -+ Last updated 02/14/2023
data-manager-for-agri Quickstart Install Data Manager For Agriculture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/quickstart-install-data-manager-for-agriculture.md
Title: How to install Azure Data Manager for Agriculture
description: Provides step by step guidance to install Data Manager for Agriculture -+ Last updated 04/05/2023
data-manager-for-agri Reference Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/reference-sdk.md
Title: Azure Data Manager for Agriculture SDK overview
description: Learn how to install Azure Data Manager for Agriculture SDKs -+ Last updated 08/09/2023
data-manager-for-agri Release Notes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/release-notes.md
Title: Release notes for Microsoft Azure Data Manager for Agriculture Preview
description: This article provides release notes for Azure Data Manager for Agriculture Preview releases, improvements, bug fixes, and known issues. -+ Last updated 11/16/2023
data-manager-for-agri Sample Events https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/sample-events.md
Title: Sample events for Microsoft Azure Data Manager for Agriculture Preview ba
description: This article provides samples of Azure Data Manager for Agriculture Preview events. #Required; article description that is displayed in search results. -+ Last updated 04/18/2023 #Required; mm/dd/yyyy format.
data-manager-for-agri Supplemental Terms Azure Data Manager For Agriculture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-manager-for-agri/supplemental-terms-azure-data-manager-for-agriculture.md
Last updated 5/23/2023 -+ # Supplemental Terms of Use for Microsoft Azure Previews
data-share Concepts Pricing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/concepts-pricing.md
Title: Understand Azure Data Share pricing
description: Learn how Azure Data Share pricing works -+ Last updated 12/19/2023
data-share Concepts Roles Permissions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/concepts-roles-permissions.md
Title: Roles and requirements for Azure Data Share
description: Learn about the permissions required to share and receive data using Azure Data Share. -+ Last updated 01/03/2023
data-share Data Share Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/data-share-troubleshoot.md
Title: Troubleshoot Azure Data Share
description: Learn how to troubleshoot problems with invitations and errors when you create or receive data shares in Azure Data Share. -+ Last updated 12/19/2023
data-share Disaster Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/disaster-recovery.md
Title: Disaster recovery for Azure Data Share
description: Disaster recovery for Azure Data Share -+ Last updated 12/19/2023
data-share How To Add Datasets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/how-to-add-datasets.md
Title: Add datasets to an existing Azure Data Share
description: Learn how to add datasets to an existing data share in Azure Data Share and share with the same recipients. -+ Last updated 12/19/2023
data-share How To Add Recipients https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/how-to-add-recipients.md
Title: Add recipients in Azure Data Share
description: Learn how to add recipients to an existing data share in Azure Data Share. -+ Last updated 12/19/2023
data-share How To Configure Mapping https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/how-to-configure-mapping.md
Title: Configure a dataset mapping in Azure Data Share
description: Learn how to configure a dataset mapping for a received share using Azure Data Share. -+ Last updated 12/19/2023
data-share How To Delete Invitation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/how-to-delete-invitation.md
Title: Delete an invitation in Azure Data Share
description: Learn how to delete an invitation to a data share recipient in Azure Data Share. -+ Last updated 12/19/2023
data-share How To Monitor https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/how-to-monitor.md
Title: Monitor Azure Data Share status and history
description: Learn how to monitor invitation status, share subscriptions, and snapshot history for Azure Data Share -+ Last updated 02/29/2024
data-share How To Revoke Share Subscription https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/how-to-revoke-share-subscription.md
Title: Revoke a share subscription in Azure Data Share
description: Learn how to revoke a share subscription from a recipient using Azure Data Share. -+ Last updated 12/19/2023
data-share How To Share From Sql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/how-to-share-from-sql.md
Title: Share and receive data from Azure SQL Database and Azure Synapse Analytic
description: Learn how to share and receive data from Azure SQL Database and Azure Synapse Analytics -+ Last updated 12/19/2023
data-share How To Share From Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/how-to-share-from-storage.md
Title: Share and receive data from Azure Blob Storage and Azure Data Lake Storag
description: Learn how to share and receive data from Azure Blob Storage and Azure Data Lake Storage. -+ Last updated 12/19/2023
data-share Monitor Data Share Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/monitor-data-share-reference.md
-+ # Azure Data Share monitoring data reference
data-share Monitor Data Share https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/monitor-data-share.md
-+ # Monitor Azure Data Share
data-share Move To New Region https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/move-to-new-region.md
Title: Move Azure Data Share Accounts to another Azure region using the Azure portal description: Use Azure Resource Manager template to move Azure Data Share account from one Azure region to another using the Azure portal.-+ Last updated 12/19/2023
data-share Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/overview.md
Title: What is Azure Data Share?
description: Learn about sharing data simply and securely to multiple customers and partners using Azure Data Share. -+ Last updated 12/19/2023
data-share Samples Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/samples-powershell.md
Title: Azure PowerShell Samples for Azure Data Share description: Learn about Azure PowerShell Sample scripts to help you create and manage data shares in Azure Data Share. -+
data-share Accept Share Invitations Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/scripts/powershell/accept-share-invitations-powershell.md
Title: "PowerShell script: Accept invitation from an Azure Data Share"
description: This PowerShell script accepts invitations from an existing data share. -+ Last updated 12/19/2023
data-share Add Datasets Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/scripts/powershell/add-datasets-powershell.md
Title: "PowerShell script: Add a blob dataset to an Azure Data Share"
description: This PowerShell script adds a blob dataset to an existing share. -+ Last updated 12/19/2023
data-share Create New Share Account Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/scripts/powershell/create-new-share-account-powershell.md
Title: "PowerShell script: Create new Azure Data Share account" description: This PowerShell script creates a new Data Share account. -+ Last updated 12/19/2023
data-share Create New Share Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/scripts/powershell/create-new-share-powershell.md
Title: "PowerShell script: create a new Azure Data Share" description: This PowerShell script creates a new data share within an existing Data Share account. -+ Last updated 12/19/2023
data-share Create Share Invitation Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/scripts/powershell/create-share-invitation-powershell.md
Title: "PowerShell script: Create an Azure Data Share invitation" description: This PowerShell script sends a data share invitation. -+ Last updated 12/19/2023
data-share Create View Trigger Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/scripts/powershell/create-view-trigger-powershell.md
Title: "PowerShell script: Create and view an Azure Data Share snapshot triggers
description: This PowerShell script creates and gets share snapshot triggers. -+ Last updated 12/19/2023
data-share Monitor Usage Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/scripts/powershell/monitor-usage-powershell.md
Title: "PowerShell script: Monitor usage of an Azure Data Share" description: This PowerShell script retrieves usage metrics of a sent data share. -+ Last updated 12/19/2023
data-share Set View Synchronizations Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/scripts/powershell/set-view-synchronizations-powershell.md
Title: "PowerShell script: Set and view Azure Data Share synchronization settings" description: This PowerShell script sets and gets share synchronization settings. -+ Last updated 12/19/2023
data-share View Sent Invitations Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/scripts/powershell/view-sent-invitations-powershell.md
Title: "PowerShell script: List Azure Data Share invitations sent to a consumer"
description: Learn how this PowerShell script gets invitations sent to a consumer and see an example of the script that you can use. -+ Last updated 12/19/2023
data-share View Share Details Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/scripts/powershell/view-share-details-powershell.md
Title: "PowerShell script: List existing shares in Azure Data Share"
description: This PowerShell script lists and displays details of shares. -+ Last updated 12/19/2023
data-share Security https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/security.md
Title: Security overview for Azure Data Share
description: Security overview for Azure Data Share -+ Last updated 12/19/2023
data-share Share Your Data Arm https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/share-your-data-arm.md
Title: 'Share outside your org (ARM template) - Azure Data Share quickstart'
description: Learn how to share data with customers and partners using Azure Data Share and an Azure Resource Manager template (ARM template) in this quickstart. -+ Last updated 12/19/2023
data-share Share Your Data Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/share-your-data-bicep.md
Title: 'Share outside your org (Bicep) - Azure Data Share quickstart'
description: Learn how to share data with customers and partners using Azure Data Share and Bicep. -+ Last updated 12/19/2023
data-share Share Your Data Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/share-your-data-portal.md
Title: 'Share outside your org (Azure portal) - Azure Data Share quickstart'
description: Learn how to share data with customers and partners using Azure Data Share in this quickstart. -+ Last updated 12/19/2023
data-share Share Your Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/share-your-data.md
Title: 'Tutorial: Share outside your org - Azure Data Share'
description: Tutorial - Share data with customers and partners using Azure Data Share -+ Last updated 12/19/2023
data-share Subscribe To Data Share https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/subscribe-to-data-share.md
Title: 'Tutorial: Accept & receive data - Azure Data Share'
description: Tutorial - Accept and receive data using Azure Data Share -+ Last updated 12/19/2023
data-share Supported Data Stores https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/supported-data-stores.md
Title: Supported data stores in Azure Data Share description: Learn about the data stores that are supported for use in Azure Data Share.-+
data-share Terminology https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/data-share/terminology.md
Title: Azure Data Share terminology description: Learn about common terms used to describe resources used in Azure Data Share (data provider, data consumer, data share, share subscription, snapshot, invitation, recipient.)-+
ddos-protection Alerts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/alerts.md
Title: 'Tutorial: Configure Azure DDoS Protection metric alerts through portal'
description: Learn how to configure DDoS protection metric alerts for Azure DDoS Protection. -+ Last updated 07/17/2024
ddos-protection Ddos Configure Log Analytics Workspace https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/ddos-configure-log-analytics-workspace.md
Title: 'Tutorial: Configure Azure DDoS Protection Log Analytics workspace'
description: Learn how to configure Log Analytics workspace for Azure DDoS Protection. -+ Last updated 07/17/2024
ddos-protection Ddos Diagnostic Alert Templates https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/ddos-diagnostic-alert-templates.md
Title: 'Tutorial: Configure Azure DDoS Protection diagnostic logging alerts'
description: Learn how to configure DDoS protection diagnostic alerts for Azure DDoS Protection. -+ Last updated 07/17/2024
ddos-protection Ddos Pricing Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/ddos-pricing-guide.md
Title: Compare pricing between Azure DDoS Protection tiers
description: Learn about Azure DDoS Protection pricing and compare pricing between Azure DDoS Protection tiers. -+ Last updated 07/17/2024
ddos-protection Ddos Protection Features https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/ddos-protection-features.md
Title: Azure DDoS Protection features
description: Learn Azure DDoS Protection features -+ Last updated 07/17/2024
ddos-protection Ddos Protection Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/ddos-protection-overview.md
Title: Azure DDoS Protection Overview
description: Get always-on traffic monitoring, adaptive real-time tuning, and DDoS mitigation analytics with Azure DDoS Protection. Sign up now. -+ Last updated 04/26/2024
ddos-protection Ddos Protection Partner Onboarding https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/ddos-protection-partner-onboarding.md
Title: Partnering with Azure DDoS Protection description: "Understand partnering opportunities enabled by Azure DDoS Protection."-+ Last updated 11/06/2023
ddos-protection Ddos Protection Reference Architectures https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/ddos-protection-reference-architectures.md
Title: Azure DDoS Protection reference architectures
description: Learn Azure DDoS protection reference architectures. -+ Last updated 07/17/2024
ddos-protection Ddos Protection Sku Comparison https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/ddos-protection-sku-comparison.md
Title: 'About Azure DDoS Protection tier Comparison'
description: Learn about the available tiers for Azure DDoS Protection. -+ Last updated 07/17/2024
ddos-protection Ddos Rapid Response https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/ddos-rapid-response.md
Title: Azure DDoS Rapid Response
description: Learn how to engage DDoS experts during an active attack for specialized support. -+ Last updated 07/17/2024
ddos-protection Ddos Response Strategy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/ddos-response-strategy.md
Title: Components of a DDoS response strategy
description: Learn what how to use Azure DDoS Protection to respond to DDoS attacks. -+ Last updated 07/17/2024
ddos-protection Ddos Switch Ddos Protection Tier https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/ddos-switch-ddos-protection-tier.md
Title: How to switch Azure DDoS Protection tiers using Azure portal
description: In this guide, we walk through the steps to switch Azure DDoS Protection tiers using Azure portal. -+ Last updated 07/17/2024
ddos-protection Ddos View Alerts Defender For Cloud https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/ddos-view-alerts-defender-for-cloud.md
Title: 'Tutorial: View Azure DDoS Protection alerts in Microsoft Defender for Cl
description: Learn how to view DDoS protection alerts in Microsoft Defender for Cloud. -+ Last updated 07/17/2024
ddos-protection Ddos View Diagnostic Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/ddos-view-diagnostic-logs.md
Title: 'Tutorial: View Azure DDoS Protection logs in Log Analytics workspace'
description: Learn how to view DDoS protection diagnostic logs in Log Analytics workspace. -+ Last updated 07/17/2024
ddos-protection Diagnostic Logging https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/diagnostic-logging.md
Title: 'Tutorial: Configure Azure DDoS Protection diagnostic logging through por
description: Learn how to configure Azure DDoS Protection diagnostic logs. -+ Last updated 07/17/2024
ddos-protection Fundamental Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/fundamental-best-practices.md
Title: Azure DDoS Protection fundamental best practices
description: Learn the best security practices using Azure DDoS Protection. -+ Last updated 07/17/2024
ddos-protection Inline Protection Glb https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/inline-protection-glb.md
Title: Inline L7 DDoS Protection with Gateway Load Balancer and partner NVAs
description: Learn how to create and enable inline L7 DDoS Protection with Gateway Load Balancer and Partner NVAs -+ Last updated 11/06/2023
ddos-protection Manage Ddos Ip Protection Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/manage-ddos-ip-protection-cli.md
Title: 'QuickStart: Create and configure Azure DDoS IP Protection using Azure CL
description: Learn how to create Azure DDoS IP Protection using Azure CLI -+ Last updated 07/17/2024
ddos-protection Manage Ddos Ip Protection Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/manage-ddos-ip-protection-portal.md
Title: 'QuickStart: Create and configure Azure DDoS IP Protection - Azure portal
description: Learn how to use Azure DDoS IP Protection to mitigate an attack. -+ Last updated 07/17/2024
ddos-protection Manage Ddos Ip Protection Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/manage-ddos-ip-protection-template.md
Title: 'QuickStart: Create and configure Azure DDoS IP Protection - ARM template
description: Learn how to create and enable Azure DDoS IP Protection using an Azure Resource Manager template (ARM template). -+
ddos-protection Manage Ddos Protection Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/manage-ddos-protection-bicep.md
Title: 'QuickStart: Create and configure Azure DDoS Network Protection - Bicep'
description: Learn how to create and enable an Azure DDoS Protection plan using Bicep. -+
ddos-protection Manage Ddos Protection Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/manage-ddos-protection-cli.md
Title: 'QuickStart: Create and configure an Azure DDoS Network Protection plan -
description: Learn how to create a DDoS Protection Plan using Azure CLI -+ Last updated 07/17/2024
ddos-protection Manage Ddos Protection Powershell Ip https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/manage-ddos-protection-powershell-ip.md
Title: 'QuickStart: Create and configure Azure DDoS IP Protection - PowerShell'
description: Learn how to create Azure DDoS IP Protection using PowerShell -+ Last updated 07/17/2024
ddos-protection Manage Ddos Protection Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/manage-ddos-protection-powershell.md
Title: 'QuickStart: Create and configure Azure DDoS Network Protection - Azure P
description: Learn how to create a DDoS Protection Plan using Azure PowerShell -+ Last updated 07/17/2024
ddos-protection Manage Ddos Protection Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/manage-ddos-protection-template.md
Title: 'QuickStart: Create and configure Azure DDoS Network Protection - ARM tem
description: Learn how to create and enable an Azure DDoS Protection plan using an Azure Resource Manager template (ARM template). -+
ddos-protection Manage Ddos Protection Terraform https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/manage-ddos-protection-terraform.md
Title: 'QuickStart: Create and configure Azure DDoS Network Protection using Terraform' description: In this article, you create and configure Azure DDoS Network Protection using Terraform -+
ddos-protection Manage Ddos Protection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/manage-ddos-protection.md
Title: 'QuickStart: Create and configure Azure DDoS Network Protection using - A
description: Learn how to use Azure DDoS Network Protection to mitigate an attack. -+ Last updated 07/17/2024
ddos-protection Manage Permissions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/manage-permissions.md
Title: Azure DDoS Protection Plan permissions
description: Learn how to manage permission in a DDoS Protection plan. -+ Last updated 07/17/2024
ddos-protection Monitor Ddos Protection Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/monitor-ddos-protection-reference.md
Title: 'Monitoring Azure DDoS Protection'
description: Important reference material needed when you monitor DDoS Protection. -+ Last updated 07/17/2024
ddos-protection Policy Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/policy-reference.md
Title: Azure Policy built-in definitions for Azure DDoS Protection
description: Lists Azure Policy built-in policy definitions for Azure DDoS Protection. These built-in policy definitions provide common approaches to managing your Azure resources. -+ Last updated 07/17/2024
ddos-protection Telemetry https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/telemetry.md
description: Learn how to view and configure the DDoS protection telemetry and m
#customer intent: I want to learn how to view and configure DDoS protection telemetry for Azure DDoS Protection. -+ Last updated 07/17/2024
ddos-protection Test Through Simulations https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/test-through-simulations.md
Title: 'Tutorial: Azure DDoS Protection simulation testing'
description: Learn about how to test Azure DDoS Protection through simulations. -+ Last updated 07/17/2024
ddos-protection Types Of Attacks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/ddos-protection/types-of-attacks.md
Title: 'Types of attacks Azure DDoS Protection mitigates'
description: Learn what types of attacks Azure DDoS Protection protects against. -+ Last updated 07/17/2024
dedicated-hsm Deployment Architecture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dedicated-hsm/deployment-architecture.md
description: Basic design considerations when using Azure Dedicated HSM as part
-+ Last updated 02/20/2024
dedicated-hsm High Availability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dedicated-hsm/high-availability.md
description: Learn about basic considerations for Azure Dedicated HSM high avail
-+ Last updated 02/20/2024
dedicated-hsm Monitoring https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dedicated-hsm/monitoring.md
description: Overview of Azure Dedicated HSM monitoring options and monitoring r
-+ Last updated 02/20/2024
dedicated-hsm Networking https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dedicated-hsm/networking.md
description: Overview of networking considerations applicable to Azure Dedicated
-+ Last updated 02/20/2024
dedicated-hsm Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dedicated-hsm/overview.md
description: Learn how Azure Dedicated HSM is an Azure service that provides cry
-+ Last updated 02/20/2024 #Customer intent: As an IT Pro, Decision maker I am looking for key storage capability within Azure Cloud that meets FIPS 140-2 Level 3 certification and that gives me exclusive access to the hardware.
dedicated-hsm Physical Security https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dedicated-hsm/physical-security.md
description: Information about Azure Dedicated HSM devices' physical security in
-+ Last updated 02/20/2024
dedicated-hsm Quickstart Create Hsm Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dedicated-hsm/quickstart-create-hsm-powershell.md
description: Create an Azure Dedicated HSM with Azure PowerShell
-+ Last updated 02/20/2024 ms.devlang: azurepowershell
dedicated-hsm Quickstart Hsm Azure Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dedicated-hsm/quickstart-hsm-azure-cli.md
ms.devlang: azurecli-+ Last updated 02/20/2024
dedicated-hsm Supportability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dedicated-hsm/supportability.md
description: Support options and areas of responsibility for Azure Dedicated HSM
-+ Last updated 02/20/2024
dedicated-hsm Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dedicated-hsm/troubleshoot.md
description: Overview of Azure Dedicated HSM, which provides key storage capabil
-+ Last updated 02/20/2024 #Customer intent: As an IT Pro, Decision maker I am looking for key storage capability within Azure Cloud that meets FIPS 140-2 Level 3 certification and that gives me exclusive access to the hardware.
dedicated-hsm Tutorial Deploy Hsm Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dedicated-hsm/tutorial-deploy-hsm-cli.md
-+ Last updated 02/20/2024
dedicated-hsm Tutorial Deploy Hsm Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dedicated-hsm/tutorial-deploy-hsm-powershell.md
-+ Last updated 02/20/2024
defender-for-cloud Release Notes Recommendations Alerts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/defender-for-cloud/release-notes-recommendations-alerts.md
New and updated recommendations and alerts are added to the table in date order.
| **Date** | **Type** | **State** | **Name** | | -- | | | |
+|August 2|Recommendation|Preview|[Azure DevOps projects should have creation of classic pipelines disabled](https://portal.azure.com/#view/Microsoft_Azure_Security/GenericRecommendationDetailsBlade/assessmentKey/98b5895a-0ad8-4ed9-8c9d-d654f5bda816)|
+|August 2|Recommendation|Preview|[GitHub organizations should block Copilot suggestions that match public code](https://portal.azure.com/#view/Microsoft_Azure_Security/GenericRecommendationDetailsBlade/assessmentKey/98e858ed-6e88-4698-b538-f51b31ad57f6)|
+|August 2|Recommendation|Preview|[GitHub organizations should enforce multifactor authentication for outside collaborators](https://portal.azure.com/#view/Microsoft_Azure_Security/GenericRecommendationDetailsBlade/assessmentKey/a9621d26-9d8c-4cd6-8ad0-84501eb88f17)|
+|August 2|Recommendation|Preview|[GitHub repositories should require minimum two-reviewer approval for code pushes](https://portal.azure.com/#view/Microsoft_Azure_Security/GenericRecommendationDetailsBlade/assessmentKey/20be7df7-9ebb-4fb4-95a9-3ae19b78b80a)|
|July 31|Recommendation|Preview|[Privileged roles should not have permanent access at the subscription and resource group level](/azure/defender-for-cloud/recommendations-reference-identity-access)| |July 31|Recommendation|Preview|[Service Principals should not be assigned with administrative roles at the subscription and resource group level](/azure/defender-for-cloud/recommendations-reference-identity-access)| |July 31|Recommendation|Update|[Azure AI Services resources should use Azure Private Link](/azure/defender-for-cloud/release-notes-recommendations-alerts)|
deployment-environments Best Practice Catalog Structure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/best-practice-catalog-structure.md
Title: "Best practices for structuring an Azure Deployment Environments catalog"
description: "This article provides guidelines for structuring an Azure Deployment Environments catalog for efficient caching." -+ Last updated 11/27/2023
deployment-environments Concept Deployment Environments Role Based Access Control https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/concept-deployment-environments-role-based-access-control.md
Title: Azure role-based access control
description: Learn how Azure Deployment Environments provides protection with Azure role-based access control (Azure RBAC) integration. -+
deployment-environments Concept Environments Key Concepts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/concept-environments-key-concepts.md
Title: Key concepts and roles description: Learn the key concepts, role definitions, features, and terminology for Azure Deployment Environments.-+
deployment-environments Configure Environment Definition https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/configure-environment-definition.md
description: Learn how to add and configure an environment definition to use in
-+ Last updated 05/03/2024
deployment-environments How To Authenticate https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/how-to-authenticate.md
Title: Authenticate to Azure Deployment Environments REST APIs description: Learn how to authenticate to Azure Deployment Environments REST APIs by using Microsoft Entra ID.-+
deployment-environments How To Configure Catalog https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/how-to-configure-catalog.md
Title: Add a catalog from a GitHub or Azure DevOps repository description: Learn how to add a catalog in your Azure Deployment Environments dev center or project to provide environment definitions for your developers.-+
deployment-environments How To Configure Deployment Environments User https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/how-to-configure-deployment-environments-user.md
Title: Provide user access to Azure Deployment Environments projects description: Learn how to configure access to projects for developers by using the Deployment Environments User built-in role.-+ Last updated 12/05/2023
deployment-environments How To Configure Devcenter Environment Types https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/how-to-configure-devcenter-environment-types.md
Title: Configure dev center environment types description: Learn how to define the environment types available for all projects within a dev center by creating them as dev center environment types.-+
deployment-environments How To Configure Extensibility Bicep Container Image https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/how-to-configure-extensibility-bicep-container-image.md
Title: ADE extensibility model for custom ARM and Bicep images description: Learn how to use the ADE extensibility model to build and utilize custom ARM and Bicep images within your environment definitions for deployment environments.-+
deployment-environments How To Configure Extensibility Generic Container Image https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/how-to-configure-extensibility-generic-container-image.md
Title: ADE extensibility model for custom container images description: Learn how to use the ADE extensibility model to build and utilize custom container images with your environment definitions for deployment environments.-+
deployment-environments How To Configure Extensibility Pulumi Container Image https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/how-to-configure-extensibility-pulumi-container-image.md
Title: ADE extensibility model for custom Pulumi images description: Learn how to use the ADE extensibility model to build and utilize custom Pulumi images with your environment definitions for deployment environments.-+ Last updated 05/10/2024
deployment-environments How To Configure Extensibility Terraform Container Image https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/how-to-configure-extensibility-terraform-container-image.md
Title: ADE extensibility model for custom Terraform images description: Learn how to use the ADE extensibility model to build and utilize custom Terraform images within your environment definitions for deployment environments.-+
deployment-environments How To Configure Managed Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/how-to-configure-managed-identity.md
Title: Configure a managed identity for Azure Deployment Environments description: Learn how to configure a managed identity to deploy environments in your Azure Deployment Environments dev center.-+
deployment-environments How To Configure Project Admin https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/how-to-configure-project-admin.md
Title: Provide administrative access to Azure Deployment Environments projects description: Learn how to configure administrative access for dev team leads by using the DevCenter Project Admin built-in role.-+ Last updated 12/04/2023
deployment-environments How To Configure Project Environment Types https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/how-to-configure-project-environment-types.md
Title: Configure environment types for Azure Deployment Environments projects description: Learn how to add, update, and delete project environment types in Azure Deployment Environments. Define project-level deployment settings and permissions.-+
deployment-environments How To Create Access Environments https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/how-to-create-access-environments.md
description: Learn how to create and access an environment in an Azure Deployment Environments project by using the Azure CLI. -+ Last updated 12/07/2023
deployment-environments How To Create Configure Dev Center https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/how-to-create-configure-dev-center.md
description: Learn how to create and access a dev center for Azure Deployment Environments project using the Azure CLI. -+ Last updated 11/29/2023
deployment-environments How To Create Configure Projects https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/how-to-create-configure-projects.md
description: Learn how to create a project in Azure Deployment Environments and associate the project with a dev center using the Azure CLI. -+ Last updated 11/29/2023
deployment-environments How To Create Environment With Azure Developer https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/how-to-create-environment-with-azure-developer.md
description: Learn how to create an environment in an Azure Deployment Environments project by using the Azure Developer CLI. -+ Last updated 05/30/2024
deployment-environments How To Install Devcenter Cli Extension https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/how-to-install-devcenter-cli-extension.md
Title: Install the devcenter Azure CLI extension
description: Learn how to install the Azure CLI extension for Azure Deployment Environments so you can create resources from the command line. -+
deployment-environments How To Manage Environments https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/how-to-manage-environments.md
description: Learn how to manage your Azure Deployment Environments deployment environment in the developer portal or by using the Azure CLI. -+ Last updated 12/07/2023
deployment-environments How To Schedule Environment Deletion https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/how-to-schedule-environment-deletion.md
Title: Schedule an environment for automatic deletion
description: Learn how to schedule a deletion date and time for an environment. Set an expiration date, when the environment and all its resources are deleted. -+ Last updated 02/23/2024
deployment-environments Overview What Is Azure Deployment Environments https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/overview-what-is-azure-deployment-environments.md
Title: What is Azure Deployment Environments? description: Enable developer teams to spin up infrastructure for deploying apps with templates, adding governance for Azure resource types, security, and cost.-+
deployment-environments Quickstart Create Access Environments https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/quickstart-create-access-environments.md
description: Learn how to create and access an environment in Azure Deployment Environments through the developer portal. An environment has all Azure resource preconfigured for deploying your application. -+ Last updated 12/01/2023
deployment-environments Quickstart Create And Configure Devcenter https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/quickstart-create-and-configure-devcenter.md
description: Learn how to set up the resources to get started with Azure Deploym
-+ Last updated 03/22/2024
deployment-environments Quickstart Create Dev Center Project Azure Resource Manager https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/quickstart-create-dev-center-project-azure-resource-manager.md
Title: Create dev center and project for Azure Deployment Environment by using Azure Resource Manager template (ARM template) description: Learn how to create and configure Dev Center and Project for Azure Deployment Environment by using Azure Resource Manager template (ARM template). -+
deployment-environments Reference Deployment Environment Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/reference-deployment-environment-cli.md
Title: ADE CLI reference description: Learn about the commands available for building custom images using Azure Deployment Environment (ADE) base images.-+ Last updated 04/13/2024
deployment-environments Reference Deployment Environment Variables https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/reference-deployment-environment-variables.md
Title: ADE CLI variables reference description: Learn about the variables available for building custom images using the Azure Deployment Environment (ADE) CLI.-+ Last updated 04/12/2024
deployment-environments Tutorial Deploy Environments In Cicd Azure Devops https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/tutorial-deploy-environments-in-cicd-azure-devops.md
Title: 'Tutorial: Deploy environments with Azure Pipelines'
description: Learn how to integrate Azure Deployment Environments into your Azure Pipelines CI/CD pipeline and streamline your software development process. -+ Last updated 02/26/2024
deployment-environments Tutorial Deploy Environments In Cicd Github https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/deployment-environments/tutorial-deploy-environments-in-cicd-github.md
Title: 'Tutorial: Deploy environments in CI/CD by using GitHub'
description: Learn how to integrate Azure Deployment Environments into your CI/CD pipeline by using GitHub Actions. -+ Last updated 12/07/2023
digital-twins Concepts 3D Scenes Studio https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/concepts-3d-scenes-studio.md
Last updated 11/07/2022 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Concepts Apis Sdks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/concepts-apis-sdks.md
Last updated 11/01/2023 -+ # Optional fields. Don't forget to remove # if you need a field.
digital-twins Concepts Azure Digital Twins Explorer https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/concepts-azure-digital-twins-explorer.md
Last updated 06/29/2023 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Concepts Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/concepts-cli.md
Last updated 03/31/2022 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Concepts Data Explorer Plugin https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/concepts-data-explorer-plugin.md
Last updated 03/23/2022 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Concepts Data History https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/concepts-data-history.md
Last updated 01/26/2024 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Concepts Data Ingress Egress https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/concepts-data-ingress-egress.md
Last updated 05/31/2023 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Concepts High Availability Disaster Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/concepts-high-availability-disaster-recovery.md
Last updated 6/20/2023 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Concepts Models https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/concepts-models.md
Last updated 1/3/2024 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Concepts Ontologies Adopt https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/concepts-ontologies-adopt.md
Last updated 01/18/2024 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Concepts Ontologies Convert https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/concepts-ontologies-convert.md
Last updated 06/29/2023 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Concepts Ontologies Extend https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/concepts-ontologies-extend.md
Last updated 1/3/2024 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Concepts Ontologies https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/concepts-ontologies.md
Last updated 06/29/2023 -+ # Optional fields. Don't forget to remove # if you need a field.
digital-twins Concepts Query Language https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/concepts-query-language.md
Last updated 01/10/2023 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Concepts Route Events https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/concepts-route-events.md
Last updated 02/08/2023 -+ # Optional fields. Don't forget to remove # if you need a field.
digital-twins Concepts Security https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/concepts-security.md
Last updated 03/31/2023 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Concepts Twins Graph https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/concepts-twins-graph.md
Last updated 1/3/2024 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins How To Authenticate Client https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/how-to-authenticate-client.md
Last updated 03/01/2023 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins How To Create App Registration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/how-to-create-app-registration.md
Last updated 01/11/2023 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins How To Create Data History Connection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/how-to-create-data-history-connection.md
Last updated 01/22/2024 -+ # Optional fields. Don't forget to remove # if you need a field.
digital-twins How To Enable Private Link https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/how-to-enable-private-link.md
Last updated 06/07/2022 -+ ms.devlang: azurecli
digital-twins How To Ingest Iot Hub Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/how-to-ingest-iot-hub-data.md
Last updated 1/3/2024 -+ # Optional fields. Don't forget to remove # if you need a field.
digital-twins How To Integrate Azure Signalr https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/how-to-integrate-azure-signalr.md
Last updated 06/21/2022 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins How To Integrate Time Series Insights https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/how-to-integrate-time-series-insights.md
Last updated 01/10/2023 -+ # Optional fields. Don't forget to remove # if you need a field.
digital-twins How To Manage Graph https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/how-to-manage-graph.md
Last updated 10/3/2023 -+ # Optional fields. Don't forget to remove # if you need a field.
digital-twins How To Monitor https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/how-to-monitor.md
Last updated 05/17/2023 -+ # Optional fields. Don't forget to remove # if you need a field.
digital-twins How To Move Regions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/how-to-move-regions.md
Last updated 02/23/2022 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins How To Parse Models https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/how-to-parse-models.md
Last updated 06/29/2023 -+ # Optional fields. Don't forget to remove # if you need a field.
digital-twins How To Provision Using Device Provisioning Service https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/how-to-provision-using-device-provisioning-service.md
Last updated 11/18/2022 -+ # Optional fields. Don't forget to remove # if you need a field.
digital-twins How To Query Graph https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/how-to-query-graph.md
Last updated 03/02/2023 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins How To Send Twin To Twin Events https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/how-to-send-twin-to-twin-events.md
Last updated 06/21/2022 -+ ms.devlang: azurecli
digital-twins How To Set Up Instance Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/how-to-set-up-instance-cli.md
Last updated 11/17/2022 -+ ms.devlang: azurecli
digital-twins How To Set Up Instance Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/how-to-set-up-instance-portal.md
Last updated 11/17/2022 -+ # Optional fields. Don't forget to remove # if you need a field.
digital-twins How To Use 3D Scenes Studio https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/how-to-use-3d-scenes-studio.md
Last updated 07/19/2023 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins How To Use Azure Digital Twins Explorer https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/how-to-use-azure-digital-twins-explorer.md
Last updated 06/29/2023 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins How To Use Power Platform Logic Apps Connector https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/how-to-use-power-platform-logic-apps-connector.md
Last updated 03/22/2023 -+
digital-twins How To Use Tags https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/how-to-use-tags.md
Last updated 06/29/2023 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/overview.md
Last updated 1/3/2024 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Quickstart 3D Scenes Studio https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/quickstart-3d-scenes-studio.md
Last updated 03/10/2023 -+ # Optional fields. Don't forget to remove # if you need a field.
digital-twins Quickstart Azure Digital Twins Explorer https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/quickstart-azure-digital-twins-explorer.md
Last updated 1/3/2024 -+
digital-twins Reference Query Clause From https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/reference-query-clause-from.md
Last updated 02/25/2022 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Reference Query Clause Join https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/reference-query-clause-join.md
Last updated 02/25/2022 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Reference Query Clause Match https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/reference-query-clause-match.md
Last updated 11/01/2022 -+ # Optional fields. Don't forget to remove # if you need a field.
digital-twins Reference Query Clause Select https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/reference-query-clause-select.md
Last updated 02/25/2022 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Reference Query Clause Where https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/reference-query-clause-where.md
Last updated 02/25/2022 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Reference Query Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/reference-query-functions.md
Last updated 06/29/2023 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Reference Query Operators https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/reference-query-operators.md
Last updated 02/25/2022 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Reference Query Reserved https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/reference-query-reserved.md
Last updated 02/25/2022 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Reference Service Limits https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/reference-service-limits.md
Last updated 02/14/2023 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Resources Customer Data Requests https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/resources-customer-data-requests.md
Last updated 6/20/2023 -+
digital-twins Resources Migrate From Preview Apis https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/resources-migrate-from-preview-apis.md
Last updated 05/02/2023 -+
digital-twins Troubleshoot Error 403 Digital Twins https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/troubleshoot-error-403-digital-twins.md
Title: "Troubleshoot Azure Digital Twins: Error 403 (Forbidden)" description: Learn how to diagnose and resolve error 403 (Forbidden) failed service requests from Azure Digital Twins.-+
digital-twins Troubleshoot Error 404 Digital Twins https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/troubleshoot-error-404-digital-twins.md
Title: "Troubleshoot Azure Digital Twins: Error 404 (Sub-Domain not found)" description: Learn how to diagnose and resolve error 404 (Sub-Domain not found) failed service requests from Azure Digital Twins.-+
digital-twins Troubleshoot Error Azure Digital Twins Explorer Authentication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/troubleshoot-error-azure-digital-twins-explorer-authentication.md
Title: "Troubleshoot Azure Digital Twins Explorer: Authentication error" description: Learn how to diagnose and resolve authentication errors in Azure Digital Twins Explorer.-+
digital-twins Troubleshoot Error Cli Parse https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/troubleshoot-error-cli-parse.md
Title: "Troubleshoot CLI parsing failures" description: Learn how to diagnose and resolve parsing failures with the Azure Digital Twins CLI command set.-+
digital-twins Troubleshoot Known Issues https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/troubleshoot-known-issues.md
description: Get help recognizing and mitigating known issues with Azure Digital
-+ Last updated 04/19/2024
digital-twins Troubleshoot Performance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/troubleshoot-performance.md
Last updated 03/10/2022 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Troubleshoot Resource Health https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/troubleshoot-resource-health.md
Last updated 11/1/2022 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Tutorial Code https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/tutorial-code.md
Last updated 06/29/2023 -+ # Optional fields. Don't forget to remove # if you need a field.
digital-twins Tutorial Command Line App https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/tutorial-command-line-app.md
Last updated 1/3/2024 -+ # Optional fields. Don't forget to remove # if you need a field. #
digital-twins Tutorial Command Line Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/tutorial-command-line-cli.md
Last updated 1/3/2024 -+ # Optional fields. Don't forget to remove # if you need a field.
digital-twins Tutorial End To End https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/digital-twins/tutorial-end-to-end.md
Last updated 09/12/2023 -+ # CustomerIntent: As a developer, I want to create a data flow from devices through Azure Digital Twins so that I can have a connected digital twin solution.
dms Ads Sku Recommend https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/ads-sku-recommend.md
description: Discover how to utilize the Azure SQL Migration extension in Azure
Last updated 05/09/2022-+ - references_regions
dms Concepts Migrate Azure Mysql Login Migration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/concepts-migrate-azure-mysql-login-migration.md
description: Learn how to use the Azure Database for MySQL Data Migration - MySQ
Last updated 07/24/2023-+ - references_regions
dms Concepts Migrate Azure Mysql Replicate Changes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/concepts-migrate-azure-mysql-replicate-changes.md
Last updated 07/24/2023-+ - references_regions
dms Concepts Migrate Azure Mysql Schema Migration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/concepts-migrate-azure-mysql-schema-migration.md
description: Learn how to use the Azure Database for MySQL Data Migration - MySQ
Last updated 07/23/2023-+ - references_regions
dms Dms Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/dms-overview.md
Last updated 02/08/2023-+ - sql-migration-content
dms Dms Tools Matrix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/dms-tools-matrix.md
Last updated 07/25/2024-+ - mvc
dms How To Migrate Ssis Packages Managed Instance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/how-to-migrate-ssis-packages-managed-instance.md
Last updated 02/20/2020-+ - sql-migration-content
dms How To Migrate Ssis Packages https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/how-to-migrate-ssis-packages.md
Last updated 02/20/2020-+ - sql-migration-content
dms Known Issues Azure Postgresql Online https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/known-issues-azure-postgresql-online.md
Last updated 02/20/2020-+ - sql-migration-content
dms Known Issues Azure Sql Db Managed Instance Online https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/known-issues-azure-sql-db-managed-instance-online.md
Last updated 02/20/2020-+ - mvc
dms Known Issues Dms Hybrid Mode https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/known-issues-dms-hybrid-mode.md
Last updated 02/20/2020-+ - mvc
dms Known Issues Mongo Cosmos Db https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/known-issues-mongo-cosmos-db.md
Last updated 05/18/2022-+ - kr2b-contr-experiment
dms Known Issues Troubleshooting Dms Source Connectivity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/known-issues-troubleshooting-dms-source-connectivity.md
Last updated 02/20/2020-+ - sql-migration-content
dms Known Issues Troubleshooting Dms https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/known-issues-troubleshooting-dms.md
Last updated 02/20/2020-+ - has-azure-ad-ps-ref
dms Migrate Mysql To Azure Mysql Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/migrate-mysql-to-azure-mysql-powershell.md
Last updated 04/11/2021-+ - devx-track-azurepowershell
dms Migration Dms Powershell Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/migration-dms-powershell-cli.md
Last updated 04/26/2022-+ - devx-track-azurepowershell
dms Migration Using Azure Data Studio https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/migration-using-azure-data-studio.md
Last updated 10/10/2023-+ - references_regions
dms Resource Scenario Status https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/resource-scenario-status.md
Last updated 04/27/2022-+ - mvc
dms Tutorial Login Migration Ads https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/tutorial-login-migration-ads.md
Last updated 10/10/2023-+ - sql-migration-content
dms Tutorial Mongodb Cosmos Db Online https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/tutorial-mongodb-cosmos-db-online.md
Last updated 09/21/2021-+ - sql-migration-content
dms Tutorial Mongodb Cosmos Db https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/tutorial-mongodb-cosmos-db.md
Last updated 09/21/2021-+ - sql-migration-content
dms Tutorial Mysql Azure External Replicate Changes Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/tutorial-mysql-azure-external-replicate-changes-portal.md
Last updated 08/07/2023-+ - sql-migration-content
dms Tutorial Postgresql Azure Postgresql Online Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/tutorial-postgresql-azure-postgresql-online-portal.md
Last updated 03/31/2023-+ - sql-migration-content
dms Tutorial Postgresql Azure Postgresql Online https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/tutorial-postgresql-azure-postgresql-online.md
Last updated 04/11/2020-+ - devx-track-azurecli
dms Tutorial Rds Postgresql Server Azure Db For Postgresql Online https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/tutorial-rds-postgresql-server-azure-db-for-postgresql-online.md
Last updated 04/11/2020-+ - sql-migration-content
dms Tutorial Transparent Data Encryption Migration Ads https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dms/tutorial-transparent-data-encryption-migration-ads.md
Last updated 10/10/2023-+ - sql-migration-content
dns Delegate Subdomain Ps https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/delegate-subdomain-ps.md
Title: Delegate a subdomain - Azure PowerShell - Azure DNS
description: With this learning path, get started delegating an Azure DNS subdomain using Azure PowerShell. -+ Last updated 11/30/2023
dns Delegate Subdomain https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/delegate-subdomain.md
Title: Delegate a subdomain - Azure DNS
description: With this learning path, get started delegating an Azure DNS subdomain. -+ Last updated 06/07/2024
dns Dns Alerts Metrics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-alerts-metrics.md
description: With this learning path, get started with Azure DNS metrics and ale
-+ Last updated 11/30/2023
dns Dns Alias Appservice https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-alias-appservice.md
Title: Host load-balanced Azure web apps at the zone apex
description: Use an Azure DNS alias record to host load-balanced web apps at the zone apex -+ Last updated 11/30/2023
dns Dns Alias https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-alias.md
Title: Alias records overview - Azure DNS
description: In this article, learn about support for alias records in Microsoft Azure DNS. -+ Last updated 03/08/2024
dns Dns Custom Domain https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-custom-domain.md
Title: Integrate Azure DNS with your Azure resources - Azure DNS
description: In this article, learn how to use Azure DNS along to provide DNS for your Azure resources. -+ Last updated 07/22/2024
dns Dns Delegate Domain Azure Dns https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-delegate-domain-azure-dns.md
Title: 'Tutorial: Host your domain in Azure DNS'
description: In this tutorial, you learn how to configure Azure DNS to host your DNS zones using Azure portal. -+ Last updated 06/07/2024
dns Dns Domain Delegation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-domain-delegation.md
Title: Azure DNS delegation overview
description: Understand how to change domain delegation and use Azure DNS name servers to provide domain hosting. -+ Last updated 06/07/2024
dns Dns For Azure Services https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-for-azure-services.md
tags: azure dns ms.assetid: e9b5eb94-7984-4640-9930-564bb9e82b78-+ Last updated 11/30/2023
dns Dns Get Started Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-get-started-bicep.md
Last updated 11/30/2023 -+ #Customer intent: As an administrator or developer, I want to learn how to configure Azure DNS using Bicep so I can use Azure DNS for my name resolution.
dns Dns Get Started Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-get-started-template.md
Last updated 11/30/2023 -+ #Customer intent: As an administrator or developer, I want to learn how to configure Azure DNS using Azure ARM template so I can use Azure DNS for my name resolution.
dns Dns Get Started Terraform https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-get-started-terraform.md
Title: 'Quickstart: Create an Azure DNS zone and record using Terraform' description: 'In this article, you create an Azure DNS zone and record using Terraform' -+ Last updated 4/14/2023
dns Dns Getstarted Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-getstarted-cli.md
description: Quickstart - Learn how to create a DNS zone and record in Azure DNS. This is a step-by-step guide to create and manage your first DNS zone and record using the Azure CLI. -+ Last updated 11/30/2023
dns Dns Getstarted Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-getstarted-portal.md
Last updated 06/07/2024 -+ #Customer intent: As an administrator or developer, I want to learn how to configure Azure DNS using the Azure portal so I can use Azure DNS for my public zone.
dns Dns Getstarted Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-getstarted-powershell.md
Last updated 11/30/2023 -+ #Customer intent: As an administrator or developer, I want to learn how to configure Azure DNS using Azure PowerShell so I can use Azure DNS for my name resolution.
dns Dns Import Export Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-import-export-portal.md
description: Learn how to import and export a DNS (Domain Name System) zone file to Azure DNS by using Azure portal. -+ Last updated 06/07/2024
dns Dns Import Export https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-import-export.md
description: Learn how to import and export a DNS (Domain Name System) zone file to Azure DNS by using Azure CLI. -+ Last updated 10/20/2023
dns Dns Operations Dnszones Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-operations-dnszones-cli.md
Title: Manage DNS zones in Azure DNS - Azure CLI | Microsoft Docs
description: You can manage DNS zones using Azure CLI. This article shows how to update, delete, and create DNS zones on Azure DNS. -+ ms.devlang: azurecli Last updated 11/30/2023
dns Dns Operations Dnszones Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-operations-dnszones-portal.md
Title: Manage DNS zones in Azure DNS - Azure portal | Microsoft Docs
description: You can manage DNS zones using the Azure portal. This article describes how to update, delete, and create DNS zones on Azure DNS -+ Last updated 06/07/2024
dns Dns Operations Dnszones https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-operations-dnszones.md
Title: Manage DNS zones in Azure DNS - PowerShell | Microsoft Docs
description: You can manage DNS zones using Azure PowerShell. This article describes how to update, delete, and create DNS zones on Azure DNS -+ Last updated 11/30/2023
dns Dns Operations Recordsets Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-operations-recordsets-cli.md
Title: Manage DNS records in Azure DNS using the Azure CLI
description: Managing DNS record sets and records on Azure DNS when hosting your domain on Azure DNS. ms.assetid: 5356a3a5-8dec-44ac-9709-0c2b707f6cb5-+ ms.devlang: azurecli
dns Dns Operations Recordsets Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-operations-recordsets-portal.md
Title: Manage DNS record sets and records with Azure DNS
description: Azure DNS provides the capability to manage DNS record sets and records when hosting your domain. -+ Last updated 06/27/2024
dns Dns Operations Recordsets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-operations-recordsets.md
Title: Manage DNS records in Azure DNS using Azure PowerShell | Microsoft Docs
description: Managing DNS record sets and records on Azure DNS when hosting your domain on Azure DNS. All PowerShell commands for operations on record sets and records. -+ Last updated 11/30/2023
dns Dns Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-overview.md
Title: What is Azure DNS? description: Overview of DNS hosting service on Microsoft Azure. Host your domain on Microsoft Azure. -+ Last updated 11/30/2023
dns Dns Private Records https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-private-records.md
Title: Private DNS records overview - Azure Private DNS description: Overview of support for DNS records in Azure Private DNS. -+ Last updated 02/07/2024
dns Dns Private Resolver Get Started Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-private-resolver-get-started-bicep.md
Last updated 02/28/2024 -+ #Customer intent: As an administrator or developer, I want to learn how to create Azure DNS Private Resolver using Bicep so I can use Azure DNS Private Resolver as forwarder.
dns Dns Private Resolver Get Started Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-private-resolver-get-started-portal.md
Last updated 04/05/2024 -+ #Customer intent: As an experienced network administrator, I want to create an Azure private DNS resolver, so I can resolve host names on my private virtual networks.
dns Dns Private Resolver Get Started Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-private-resolver-get-started-powershell.md
Last updated 04/05/2024 -+ #Customer intent: As an experienced network administrator, I want to create an Azure private DNS resolver, so I can resolve host names on my private virtual networks.
dns Dns Private Resolver Get Started Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-private-resolver-get-started-template.md
Last updated 02/28/2024 -+ #Customer intent: As an administrator or developer, I want to learn how to create Azure DNS Private Resolver using ARM template so I can use Azure DNS Private Resolver as forwarder..
dns Dns Private Resolver Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-private-resolver-overview.md
description: In this article, get started with an overview of the Azure DNS Priv
-+ Last updated 07/01/2024
dns Dns Protect Private Zones Recordsets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-protect-private-zones-recordsets.md
Title: Protecting private DNS Zones and Records - Azure DNS description: In this learning path, get started protecting private DNS zones and record sets in Microsoft Azure DNS. -+
dns Dns Protect Zones Recordsets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-protect-zones-recordsets.md
Title: Protecting DNS Zones and Records - Azure DNS
description: In this learning path, get started protecting DNS zones and record sets in Microsoft Azure DNS. -+ Last updated 11/30/2023
dns Dns Reverse Dns For Azure Services https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-reverse-dns-for-azure-services.md
Title: Reverse DNS for Azure services - Azure DNS
description: With this learning path, get started configuring reverse DNS lookups for services hosted in Azure. -+ Last updated 01/10/2024
dns Dns Reverse Dns Hosting https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-reverse-dns-hosting.md
Title: Host reverse DNS lookup zones in Azure DNS description: Learn how to use Azure DNS to host the reverse DNS lookup zones for your IP ranges -+ Last updated 06/07/2024
dns Dns Reverse Dns Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-reverse-dns-overview.md
Title: Overview of reverse DNS in Azure - Azure DNS
description: In this learning path, get started learning how reverse DNS works and how it can be used in Azure -+ Last updated 06/10/2024
dns Dns Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-sdk.md
ms.assetid: eed99b87-f4d4-4fbf-a926-263f7e30b884-+ ms.devlang: csharp Last updated 11/30/2023
dns Dns Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-troubleshoot.md
Title: Troubleshooting guide - Azure DNS
description: In this learning path, get started troubleshooting common issues with Azure DNS -+ Last updated 11/30/2023
dns Dns Web Sites Custom Domain https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-web-sites-custom-domain.md
Title: 'Tutorial: Create custom Azure DNS records for a web app'
description: In this tutorial, you learn how to create custom domain DNS records for web apps using Azure DNS. -+ Last updated 06/07/2024
dns Dns Zones Records https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/dns-zones-records.md
Title: DNS Zones and Records Overview - Azure Public DNS
description: Overview of support for hosting DNS zones and records in Microsoft Azure Public DNS. ms.assetid: be4580d7-aa1b-4b6b-89a3-0991c0cda897-+ Last updated 11/21/2023
dns Private Dns Arg https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/private-dns-arg.md
description: Learn how to query Azure Private DNS zones using Azure Resource Graph. -+ Last updated 03/20/2024
dns Private Dns Autoregistration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/private-dns-autoregistration.md
Title: What is auto registration feature in Azure DNS private zones?
description: Overview of auto registration feature in Azure DNS private zones. -+ Last updated 06/28/2024
dns Private Dns Getstarted Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/private-dns-getstarted-cli.md
Title: Quickstart - Create an Azure private DNS zone using the Azure CLI
description: In this quickstart, you create and test a private DNS zone and record in Azure DNS. This is a step-by-step guide to create and manage your first private DNS zone and record using Azure CLI. -+ Last updated 11/30/2023
dns Private Dns Getstarted Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/private-dns-getstarted-portal.md
Last updated 06/20/2024 -+ #Customer intent: As an experienced network administrator, I want to create an Azure private DNS zone, so I can resolve host names on my private virtual networks.
dns Private Dns Getstarted Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/private-dns-getstarted-powershell.md
Last updated 11/30/2023 -+ #Customer intent: As an experienced network administrator, I want to create an Azure private DNS zone, so I can resolve host names on my private virtual networks.
dns Private Dns Import Export Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/private-dns-import-export-portal.md
description: Learn how to import and export a private DNS (Domain Name System) zone file to Azure DNS by using Azure portal. -+ Last updated 06/20/2024
dns Private Dns Import Export https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/private-dns-import-export.md
description: Learn how to import and export a DNS zone file to Azure private DNS by using Azure CLI -+ Last updated 06/13/2024
dns Private Dns Migration Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/private-dns-migration-guide.md
Title: Migrating legacy Azure DNS private zones to the new resource model
description: This guide provides step by step instruction on how to migrate legacy private DNS zones to latest resource model -+ Last updated 11/30/2023
dns Private Dns Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/private-dns-overview.md
Title: What is Azure Private DNS?
description: In this article, get started with an overview of the private DNS hosting service on Microsoft Azure. -+ Last updated 06/21/2024
dns Private Dns Privatednszone https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/private-dns-privatednszone.md
Title: What is an Azure Private DNS zone?
description: Overview of Private DNS zones -+ Last updated 10/12/2023
dns Private Dns Resiliency https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/private-dns-resiliency.md
Title: Azure Private DNS zone resiliency
description: In this article, learn about resiliency in Azure Private DNS zones. -+ Last updated 06/09/2023
dns Private Dns Scenarios https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/private-dns-scenarios.md
Title: Scenarios for Azure Private DNS zones
description: In this article, learn about common scenarios for using Azure Private DNS zones. -+ Last updated 04/25/2023
dns Private Dns Virtual Network Links https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/private-dns-virtual-network-links.md
Title: What is a virtual network link subresource of Azure DNS private zones
description: Overview of virtual network link sub resource an Azure DNS private zone -+ Last updated 05/15/2024
dns Private Resolver Architecture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/private-resolver-architecture.md
description: Configure the Azure DNS Private Resolver for a centralized or noncentralized architecture -+ Last updated 01/10/2024
dns Private Resolver Endpoints Rulesets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/private-resolver-endpoints-rulesets.md
Title: Azure DNS Private Resolver endpoints and rulesets
description: In this article, understand the Azure DNS Private Resolver endpoints and rulesets -+ Last updated 04/16/2024
dns Private Resolver Hybrid Dns https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/private-resolver-hybrid-dns.md
Title: Resolve Azure and on-premises domains.
description: Configure Azure and on-premises DNS to resolve private DNS zones and on-premises domains. -+ Last updated 04/05/2024
dns Private Resolver Reliability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/private-resolver-reliability.md
description: Find out about reliability in Azure DNS Private Resolver #Required;
-+ Last updated 11/30/2023 #Required; mm/dd/yyyy format. #Customer intent: As a customer, I want to understand reliability support for Azure DNS Private Resolver. I need to avoid failures and respond to them so that I can minimize down time and data loss.
dns Private Reverse Dns https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/private-reverse-dns.md
Title: Create and manage reverse DNS zones in Azure Private DNS description: Learn how to use Azure Private DNS to create reverse DNS lookup zones for your private IP address ranges. -+ Last updated 06/20/2024
dns Tutorial Alias Pip https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/tutorial-alias-pip.md
Title: 'Tutorial: Create an Azure DNS alias record to refer to an Azure public I
description: In this tutorial, you learn how to configure an Azure DNS alias record to reference an Azure public IP address. -+ Last updated 11/30/2023
dns Tutorial Alias Rr https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/tutorial-alias-rr.md
description: In this tutorial, you learn how to configure an alias record to reference a resource record within the zone. -+ Last updated 11/30/2023
dns Tutorial Alias Tm https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/tutorial-alias-tm.md
description: In this tutorial, you learn how to create and configure an Azure DNS alias record to support using your apex domain name with Traffic Manager. -+ Last updated 03/08/2024
dns Tutorial Dns Private Resolver Failover https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/tutorial-dns-private-resolver-failover.md
Title: Tutorial - Set up DNS failover using private resolvers
description: A tutorial on how to configure regional failover using the Azure DNS Private Resolver -+ Last updated 11/30/2023
dns Tutorial Public Dns Zones Child https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/dns/tutorial-public-dns-zones-child.md
description: In this tutorial, you learn how to create child DNS zones in Azure portal. ms.assetid: be4580d7-aa1b-4b6b-89a3-0991c0cda897-+ Last updated 06/07/2024
event-grid Ensure Tags Exists On New Virtual Machines https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/ensure-tags-exists-on-new-virtual-machines.md
Title: Integrate Azure Automation with Event Grid | Microsoft Docs description: Learn how to automatically add a tag when a new VM is created and send a notification to Microsoft Teams. keywords: automation, runbook, teams, event grid, virtual machine, VM-
event-grid Event Grid Namespace Managed Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/event-grid-namespace-managed-identity.md
Last updated 8/14/2023
- # Enabling managed identity for Event Grid namespace
event-grid Batch Event Delivery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/kubernetes/batch-event-delivery.md
Last updated 05/25/2021 - # Event Grid on Kubernetes - Batch event delivery
event-grid Concepts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/kubernetes/concepts.md
Last updated 05/25/2021 - # Event Grid on Kubernetes - Concepts
event-grid Create Topic Subscription https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/kubernetes/create-topic-subscription.md
Last updated 06/17/2021
ms.devlang: azurecli- # Route cloud events to Webhooks with Azure Event Grid on Kubernetes
event-grid Delivery Retry https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/kubernetes/delivery-retry.md
Last updated 05/25/2021 - # Event Grid on Kubernetes - event delivery and retry
event-grid Event Handlers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/kubernetes/event-handlers.md
- build-2024 Last updated 05/25/2021 - # Event handlers destinations in Event Grid on Kubernetes
event-grid Event Schemas https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/kubernetes/event-schemas.md
Last updated 05/25/2021 - # Event schemas in Event Grid on Kubernetes
event-grid Features https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/kubernetes/features.md
Last updated 05/25/2021 - # Event Grid on Kubernetes with Azure Arc features
event-grid Filter Events https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/kubernetes/filter-events.md
Last updated 05/25/2021 - # Event Grid on Kubernetes - event filtering for subscriptions
event-grid Get Support https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/kubernetes/get-support.md
- build-2024 Last updated 05/25/2021 -
event-grid Install K8s Extension https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/kubernetes/install-k8s-extension.md
Last updated 03/24/2022 - # Install Event Grid extension on Azure Arc-enabled Kubernetes cluster
event-grid Legal Terms https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/kubernetes/legal-terms.md
- build-2024 Last updated 05/25/2021 - # Legal terms and third-party notices
event-grid Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/kubernetes/overview.md
- build-2024 Last updated 05/25/2021 - # Event Grid on Kubernetes with Azure Arc (Preview) - overview
event-grid Monitor Mqtt Delivery Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/monitor-mqtt-delivery-reference.md
- ignite-2023 Last updated 11/15/2023 - # Monitor data reference for Azure Event GridΓÇÖs MQTT broker feature (Preview)
event-grid Monitor Virtual Machine Changes Logic App https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/monitor-virtual-machine-changes-logic-app.md
Title: Monitor virtual machines changes with Azure Event Grid description: Check for changes in virtual machines (VMs) by using Azure Event Grid and Azure Logic Apps.- ms.suite: integration
event-grid Mqtt Access Control https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-access-control.md
Last updated 11/15/2023
- # Access control for MQTT clients
event-grid Mqtt Automotive Connectivity And Data Solution https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-automotive-connectivity-and-data-solution.md
Last updated 01/29/2024
- # Automotive messaging, data & analytics reference architecture
event-grid Mqtt Certificate Chain Client Authentication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-certificate-chain-client-authentication.md
Last updated 11/15/2023
- # Client authentication using CA certificate chain
event-grid Mqtt Client Authentication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-client-authentication.md
Last updated 11/15/2023
- # Client authentication
event-grid Mqtt Client Certificate Authentication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-client-certificate-authentication.md
Last updated 11/15/2023
- # MQTT client authentication using certificates
event-grid Mqtt Client Groups https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-client-groups.md
Last updated 11/15/2023
- # Client groups
event-grid Mqtt Client Life Cycle Events https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-client-life-cycle-events.md
Last updated 11/15/2023
- # MQTT Clients Life Cycle Events
event-grid Mqtt Client Microsoft Entra Token And Rbac https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-client-microsoft-entra-token-and-rbac.md
Last updated 11/15/2023
- # Microsoft Entra JWT authentication and Azure RBAC authorization to publish or subscribe MQTT messages
event-grid Mqtt Clients https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-clients.md
Last updated 11/15/2023
- # MQTT clients
event-grid Mqtt Configure Firewall https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-configure-firewall.md
Last updated 11/15/2023
- # Configure IP firewall for Azure Event Grid namespaces (MQTT)
event-grid Mqtt Configure Private Endpoints https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-configure-private-endpoints.md
Last updated 11/15/2023
- # Configure private endpoints for Azure Event Grid namespaces with MQTT enabled
event-grid Mqtt Establishing Multiple Sessions Per Client https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-establishing-multiple-sessions-per-client.md
Last updated 11/15/2023
- # How to establish multiple sessions for a single client
event-grid Mqtt Event Grid Namespace Terminology https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-event-grid-namespace-terminology.md
Last updated 11/15/2023
- # Terminology
event-grid Mqtt Events Fabric https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-events-fabric.md
Last updated 02/13/2024
- # How to send MQTT events to Microsoft Fabric via Event Hubs using Azure Event Grid
event-grid Mqtt Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-overview.md
Last updated 11/15/2023
- # Overview of the MQTT broker feature in Azure Event Grid
event-grid Mqtt Publish And Subscribe Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-publish-and-subscribe-cli.md
Last updated 11/15/2023
- # Quickstart: Publish and subscribe to MQTT messages on an Event Grid namespace with the Azure CLI
event-grid Mqtt Publish And Subscribe Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-publish-and-subscribe-portal.md
Last updated 11/15/2023
- # Quickstart: Publish and subscribe to MQTT messages on Event Grid Namespace with Azure portal
event-grid Mqtt Request Response Messages https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-request-response-messages.md
Last updated 11/15/2023
- # How to implement Request-Response messaging pattern using Azure Event Grid's MQTT broker feature
event-grid Mqtt Routing Enrichment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-routing-enrichment.md
Last updated 11/15/2023
- # Enrichments for MQTT Routed Messages The enrichments support enables you to add up to 20 custom key-value properties to your messages before they're sent to the Event Grid custom topic. These enrichments enable you to:
event-grid Mqtt Routing Event Schema https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-routing-event-schema.md
Last updated 11/15/2023
- # Event Schema for MQTT Routed Messages
event-grid Mqtt Routing Filtering https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-routing-filtering.md
Last updated 11/15/2023
- # Filtering of MQTT Routed Messages You can use the Event Grid SubscriptionΓÇÖs filtering capability to filter the routed MQTT messages.
event-grid Mqtt Routing To Azure Functions Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-routing-to-azure-functions-cli.md
- # Tutorial: Route MQTT messages in Azure Event Grid to Azure Functions using custom topics - Azure CLI
event-grid Mqtt Routing To Azure Functions Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-routing-to-azure-functions-portal.md
Last updated 03/13/2024
- # Tutorial: Route MQTT messages in Azure Event Grid to Azure Functions using custom topics - Azure portal
event-grid Mqtt Routing To Event Hubs Cli Namespace Topics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-routing-to-event-hubs-cli-namespace-topics.md
- # Tutorial: Use namespace topics to route MQTT messages to Azure Event Hubs (Azure CLI)
event-grid Mqtt Routing To Event Hubs Portal Namespace Topics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-routing-to-event-hubs-portal-namespace-topics.md
Last updated 02/29/2024
- # Tutorial: Use namespace topics to route MQTT messages to Azure Event Hubs (Azure portal)
event-grid Mqtt Routing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-routing.md
Last updated 11/15/2023
- # Routing MQTT Messages in Azure Event Grid
event-grid Mqtt Support https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-support.md
Last updated 11/15/2023
- # MQTT features supported by Azure Event GridΓÇÖs MQTT broker feature
event-grid Mqtt Topic Spaces https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-topic-spaces.md
Last updated 11/15/2023
- # Topic Spaces in Azure Event GridΓÇÖs MQTT broker feature
event-grid Mqtt Transport Layer Security Flow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-transport-layer-security-flow.md
Last updated 11/15/2023
- # Transport Layer Security (TLS) connection with MQTT broker
event-grid Mqtt Troubleshoot Errors https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/mqtt-troubleshoot-errors.md
Last updated 11/15/2023
- # Guide to troubleshoot issues with Azure Event GridΓÇÖs MQTT broker feature
event-grid Network Security Namespaces https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/network-security-namespaces.md
Last updated 11/15/2023
- # Network security for Azure Event Grid namespaces
event-grid Publish Iot Hub Events To Logic Apps https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/publish-iot-hub-events-to-logic-apps.md
Title: Tutorial - Use IoT Hub events to trigger Azure Logic Apps description: This tutorial shows how to use the event routing service of Azure Event Grid, create automated processes to perform Azure Logic Apps actions based on IoT Hub events.-
event-grid Powershell Create Custom Topic https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/scripts/powershell-create-custom-topic.md
Title: Azure PowerShell script sample - Create custom topic | Microsoft Docs
+ Title: Azure PowerShell script sample - Create custom topic
description: This article provides a sample Azure PowerShell script that shows how to create an Event Grid custom topic.-- ms.devlang: powershell
event-grid Transition https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/transition.md
description: This article explains the transition from Event Grid on Azure IoT E
Last updated 03/29/2023 - # Transition from Event Grid on IoT Edge to Azure IoT Edge native capabilities
event-grid Transport Layer Security Configure Minimum Version https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/transport-layer-security-configure-minimum-version.md
Title: Configure the minimum TLS version for an Event Grid topic or domain description: Configure an Azure Event Grid topic or domain to use a minimum version of Transport Layer Security (TLS).-
event-grid Transport Layer Security Enforce Minimum Version https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/event-grid/transport-layer-security-enforce-minimum-version.md
Title: Enforce a minimum TLS version for requests to an Azure Event Grid topic, domain, or subscription description: Configure an Azure Event Grid topic or domain to require a minimum version of Transport Layer Security (TLS) for clients making requests against the topic, domain, or subscription.- Last updated 01/22/2024
expressroute Circuit Placement Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/expressroute/circuit-placement-api.md
Title: 'Azure ExpressRoute CrossConnnections circuit placement API'
description: This article provides a detailed overview for ExpressRoute partners about the ExpressRoute CrossConnections circuit placement API. -+ Last updated 10/19/2021
expressroute Customer Controlled Gateway Maintenance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/expressroute/customer-controlled-gateway-maintenance.md
Title: 'Configure customer-controlled maintenance for your virtual network gatew
description: Learn how to configure customer-controlled maintenance for your gateways using the Azure portal, or PowerShell. -+ Last updated 11/01/2023
expressroute Using Expressroute For Microsoft Pstn https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/expressroute/using-expressroute-for-microsoft-pstn.md
Title: 'Using ExpressRoute for Microsoft PSTN Services' description: ExpressRoute circuits can be used for Microsoft PSTN services, including Operator Connect, Azure Communications Gateway, and Azure Communication Services Direct Routing. -+ Last updated 09/06/2023
expressroute Using Expressroute For Microsoft365 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/expressroute/using-expressroute-for-microsoft365.md
description: This document discusses objectively on using ExpressRoute circuit f
-+ Last updated 6/11/2024
extended-zones Backup Virtual Machine https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/extended-zones/backup-virtual-machine.md
+
+ Title: "Tutorial: Back up an Azure Extended Zone VM"
+description: Learn how to back up a virtual machine (VM) in Azure Extended Zones using the Azure portal.
++++ Last updated : 07/16/2024+++
+# Tutorial: Back up an Azure Extended Zone virtual machine
+
+> [!IMPORTANT]
+> Azure Extended Zones service is currently in PREVIEW.
+> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
+
+You can protect your data by taking backups at regular intervals. Azure Backup creates recovery points that can be stored in geo-redundant recovery vaults. In this article, you learn how to back up an existing virtual machine (VM) using the Azure portal.
+
+In this tutorial, you learn how to:
+
+> [!div class="checklist"]
+> - Create a Recovery Services vault.
+> - Apply a backup policy to an Extended Zone VM.
+
+## Prerequisites
+
+- An Azure account with an active subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
+
+- An Azure virtual machine (VM) in an Extended Zone. For more information, see [Deploy a virtual machine in an Extended Zone](deploy-vm-portal.md).
+
+## Create a Recovery Services vault
+
+A Recovery Services vault is a management entity that stores recovery points that are created over time, and it provides an interface to perform backup-related operations. These operations include taking on-demand backups, performing restores, and creating backup policies. In this section, you create a Recovery Services vault.
+
+1. Sign in to the [Azure portal](https://portal.azure.com).
+
+1. In the search box at the top of the portal, enter ***backup***. Select **Backup center** from the search results.
+
+ :::image type="content" source="./media/backup-virtual-machine/portal-search.png" alt-text="Screenshot that shows how to search for Backup center in the Azure portal." lightbox="./media/backup-virtual-machine/portal-search.png":::
+
+1. On the **Overview** page, select **+ Vault**.
+
+ :::image type="content" source="./media/backup-virtual-machine/backup-center-vault.png" alt-text="Screenshot that shows how to create a vault from the Backup center in the Azure portal." lightbox="./media/backup-virtual-machine/backup-center-vault.png":::
+
+1. On the **Start: Create Vault** page, select **Recovery Services vault** and then select **Continue**.
+
+ :::image type="content" source="./media/backup-virtual-machine/create-vault.png" alt-text="Screenshot that shows how to create a Recovery Services vault in the Azure portal." lightbox="./media/backup-virtual-machine/create-vault.png":::
+
+1. On the **Basics** tab of **Create Recovery Services vault**, enter or select the following information:
+
+ | Setting | Value |
+ | | |
+ | **Project Details** | |
+ | Subscription | Select your Azure subscription. |
+ | Resource group | Select **Create new**. </br> Enter *myResourceGroup* in **Name**. </br> Select **OK**. |
+ | **Instance Details** | |
+ | Vault name | Enter *myVault*. |
+ | Region | Select **West US**. Recovery Services vault can only be created in an Azure region and not in an Azure Extended Zone. |
+
+ :::image type="content" source="./media/backup-virtual-machine/create-vault-basics.png" alt-text="Screenshot that shows the Basics tab of creating a Recovery Services vault in the Azure portal." lightbox="./media/backup-virtual-machine/create-vault-basics.png":::
+
+1. Select **Review + create**.
+
+1. Review the settings, and then select **Create**.
+
+## Apply a backup policy
+
+1. On the **Overview** page of **Backup center**, select **+ Backup**.
+
+ :::image type="content" source="./media/backup-virtual-machine/backup-center-backup.png" alt-text="Screenshot that shows how to create a backup from the Backup center in the Azure portal." lightbox="./media/backup-virtual-machine/backup-center-backup.png":::
+
+1. On **Start: Configure Backup** page, select the following information:
+
+ | Setting | Value |
+ | | |
+ | **Datasource type** | |
+ | Datasource type | Select **Azure virtual machines**. |
+ | Vault | Select **myVault**. You'll use this Recovery Services vault to store your VM backups. |
+
+ :::image type="content" source="./media/backup-virtual-machine/configure-backup-vault.png" alt-text="Screenshot that shows how to select the Recovery Services vault." lightbox="./media/backup-virtual-machine/configure-backup-vault.png":::
+
+1. Select **Continue**.
+
+1. On **Configure backup** page, select **Enhanced** to choose the Enhanced policy, then select **Add** to add the virtual machines that you want to backup using this policy.
+
+ :::image type="content" source="./media/backup-virtual-machine/configure-backup.png" alt-text="Screenshot that shows how to add virtual machines to the backup policy." lightbox="./media/backup-virtual-machine/configure-backup.png":::
+
+1. Select **Enable backup**.
+
+## Clean up resources
+
+When no longer needed, delete the resource group and the resources it contains:
+
+1. In the search box at the top of the portal, enter ***myResourceGroup***. Select **myResourceGroup** from the search results.
+
+1. Select **Delete resource group**.
+
+1. In **Delete a resource group**, enter ***myResourceGroup***, and then select **Delete**.
+
+1. Select **Delete** to confirm the deletion of the resource group and all its resources.
+
+## Related content
+
+- [What is Azure Extended Zones?](overview.md)
+- [Deploy a virtual machine in an Extended Zone](deploy-vm-portal.md)
+- [Frequently asked questions](faq.md)
extended-zones Create Storage Account https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/extended-zones/create-storage-account.md
+
+ Title: Deploy a storage account in an Azure Extended Zone
+description: Learn how to deploy a storage account in an Azure Extended Zone.
++++ Last updated : 07/16/2024+++
+# Create a storage account in an Azure Extended Zone
+
+> [!IMPORTANT]
+> Azure Extended Zones service is currently in PREVIEW.
+> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
+
+In this article, you learn how to create an Azure storage account in Los Angeles Extended Zone.
+
+## Prerequisites
+
+- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
+
+- Access to Los Angeles Extended Zone. For more information, see [Request access to an Azure Extended Zone](request-access.md).
+
+## Sign in to Azure
+
+Sign in to the [Azure portal](https://portal.azure.com) with your Azure account.
+
+## Create a storage account in an Extended Zone
+
+In this section, you create a storage account in an Extended Zone.
+
+1. In the search box at the top of the portal, enter ***storage***. Select **Storage accounts** from the search results.
+
+ :::image type="content" source="./media/create-storage-account/portal-search.png" alt-text="Screenshot that shows how to search for storage accounts in the Azure portal.":::
+
+1. In the **Storage accounts** page, select **+ Create**.
+
+1. On the **Basics** tab of **Create a storage account**, enter, or select the following information:
+
+ | Setting | Value |
+ | | |
+ | **Project details** | |
+ | Subscription | Select your Azure subscription. |
+ | Resource group | Select **Create new**. </br> Enter *myResourceGroup* in **Name**. </br> Select **OK**. |
+ | **Instance details** | |
+ | Storage account name | Enter a unique name. |
+ | Region | Select **(US) West US** and then select **Deploy to an Azure Extended Zone**. </br> In **Azure Extended Zones**, select **Los Angeles**. </br> Select the **Select** button. |
+ | Performance | **Premium** is the only available option for an Extended Zone. |
+ | Premium account type | Select **Page blobs**. Other available options are **Block blobs** and **File shares**. |
+ | Redundancy | **Locally-redundant storage (LRS)** is the only available option for an Extended Zone. |
+
+ :::image type="content" source="./media/create-storage-account/create-storage-account-basics.png" alt-text="Screenshot that shows the Basics tab of creating a storage account in an Azure Extended Zone." lightbox="./media/create-storage-account/create-storage-account-basics.png":::
+
+ > [!NOTE]
+ > Azure Extended Zones only supports premium storage accounts with locally-redundant storage (LRS) redundancy.
+
+1. Select **Review + create**.
+
+1. Review the settings, and then select **Create**.
+
+## Clean up resources
+
+When no longer needed, delete the storage account and its resource group:
+
+1. In the search box at the top of the portal, enter ***myResourceGroup***. Select **myResourceGroup** from the search results.
+
+1. Select **Delete resource group**.
+
+1. In **Delete a resource group**, enter ***myResourceGroup***, and then select **Delete**.
+
+1. Select **Delete** to confirm the deletion of the resource group and all its resources.
+
+## Related content
+
+- [Deploy a virtual machine in an Extended Zone](deploy-vm-portal.md)
+- [Deploy an AKS cluster in an Extended Zone](deploy-aks-cluster.md)
+- [Frequently asked questions](faq.md)
extended-zones Deploy Aks Cluster https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/extended-zones/deploy-aks-cluster.md
+
+ Title: Deploy an Azure Kubernetes Service (AKS) cluster in an Extended Zone
+description: Learn how to deploy an Azure Kubernetes Service (AKS) cluster in an Azure Extended Zone using the Azure portal.
++++ Last updated : 07/16/2024+++
+# Deploy an Azure Kubernetes Service (AKS) cluster in an Azure Extended Zone
+
+> [!IMPORTANT]
+> Azure Extended Zones service is currently in PREVIEW.
+> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
+
+Azure Kubernetes Service (AKS) is a managed Kubernetes service that lets you quickly deploy and manage clusters. In this article, you learn how to create an AKS cluster in Los Angeles Extended Zone.
+
+If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
+
+## Prerequisites
+
+- An Azure account with an active subscription.
+
+- Access to Los Angeles Extended Zone. For more information, see [Request access to an Azure Extended Zone](request-access.md).
+
+## Sign in to Azure
+
+Sign in to the [Azure portal](https://portal.azure.com) with your Azure account.
+
+## Create an AKS cluster in an Extended Zone
+
+In this section, you create an AKS cluster in Los Angeles.
+
+> [!NOTE]
+> To quickly get started with provisioning an AKS cluster in an Extended Zone, this article includes steps to deploy a cluster with default settings for evaluation purposes only. Before deploying a production-ready cluster, we recommend that you familiarize yourself with our [baseline reference architecture](/azure/architecture/reference-architectures/containers/aks/baseline-aks?toc=/azure/extended-zones/toc.json) to consider how it aligns with your business requirements.
+
+1. In the search box at the top of the portal, enter ***Kubernetes***. Select **Kubernetes services** from the search results.
+
+ :::image type="content" source="./media/deploy-aks-cluster/portal-search.png" alt-text="Screenshot that shows how to search for Azure Kubernetes Service in the Azure portal." lightbox="./media/deploy-aks-cluster/portal-search.png":::
+
+1. In the **Kubernetes services** page, select **+ Create** and then select **Create a Kubernetes cluster**.
+
+1. On the **Basics** tab of **Create Kubernetes cluster**, enter or select the following information:
+
+ | Setting | Value |
+ | | |
+ | **Project details** | |
+ | Subscription | Select your Azure subscription. |
+ | Resource group | Select **Create new**. </br> Enter *myResourceGroup* in **Name**. </br> Select **OK**. |
+ | **Cluster details** | |
+ | Cluster preset configuration | Select **Production Standard**. You can modify preset configurations at any time. |
+ | Storage account name | Enter *myAKSCluster*. |
+ | Region | Select **(US) West US** and then select **Deploy to an Azure Extended Zone**. </br> In **Azure Extended Zones**, select **Los Angeles**. </br> Select the **Select** button. |
+
+ :::image type="content" source="./media/deploy-aks-cluster/aks-basics.png" alt-text="Screenshot that shows the Basics tab of create an AKS cluster in the Azure portal." lightbox="./media/deploy-aks-cluster/aks-basics.png":::
+
+1. Select **Review + create**.
+
+1. Review the settings, and then select **Create**.
+
+ It takes a few minutes to create the AKS cluster.
+
+1. When your deployment is complete, go to your resource by selecting **Go to resource**.
+
+## Clean up resources
+
+When no longer needed, delete the AKS cluster and its resource group to avoid Azure charges:
+
+1. In the search box at the top of the portal, enter ***myResourceGroup***. Select **myResourceGroup** from the search results.
+
+1. Select **Delete resource group**.
+
+1. In **Delete a resource group**, enter ***myResourceGroup***, and then select **Delete**.
+
+1. Select **Delete** to confirm the deletion of the resource group and all its resources.
+
+## Related content
+
+- [Deploy a virtual machine in an Extended Zone](deploy-vm-portal.md)
+- [Deploy a storage account in an Extended Zone](create-storage-account.md)
+- [Frequently asked questions](faq.md)
extended-zones Deploy Vm Arm Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/extended-zones/deploy-vm-arm-template.md
+
+ Title: "Deploy a virtual machine in an Extended Zone - ARM template"
+description: Learn how to deploy a virtual machine in an Azure Extended Zone using an Azure Resource Manager template (ARM template).
++++ Last updated : 07/16/2024++
+# Customer intent: As a cloud administrator, I want a quick method to deploy a virtual machine in an Azure Extended Zone.
+
+
+# Quickstart: Deploy a virtual machine in an Extended Zone using an Azure Resource Manager template (ARM template)
+
+> [!IMPORTANT]
+> Azure Extended Zones service is currently in PREVIEW.
+> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
+
+In this quickstart, you learn how to deploy a virtual machine (VM) in Los Angeles Extended Zone using an Azure Resource Manager template (ARM template).
++
+You can also complete this quickstart using the [Azure portal](deploy-vm-portal.md).
+
+If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
+
+## Prerequisites
+
+- An Azure account with an active subscription.
+
+- Access to Los Angeles Extended Zone. For more information, see [Request access to an Azure Extended Zone](request-access.md).
+
+- Azure Cloud Shell or Azure CLI.
+
+ The steps in this article run the Azure CLI commands interactively in [Azure Cloud Shell](/azure/cloud-shell/overview). To run the commands in the Cloud Shell, select **Open Cloud Shell** at the upper-right corner of a code block. Select **Copy** to copy the code, and paste it into Cloud Shell to run it. You can also run the Cloud Shell from within the Azure portal.
+
+ You can also [install Azure CLI locally](/cli/azure/install-azure-cli) to run the commands. This article requires the Azure CLI version 2.26 or higher. Run [az --version](/cli/azure/reference-index#az-version) command to find the installed version. If you run Azure CLI locally, sign in to Azure using the [az login](/cli/azure/reference-index#az-login) command.
+
+## Review the template
+
+The template that you use in this quickstart is from the [Azure Quickstart Templates](https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.network/extended-zones-vm-create).
++
+```json
+{
+ "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
+ "contentVersion": "1.0.0.0",
+ "parameters": {
+ "adminUsername": {
+ "type": "String",
+ "metadata": {
+ "description": "Username for the Virtual Machine."
+ }
+ },
+ "adminPassword": {
+ "type": "SecureString",
+ "metadata": {
+ "description": "Password for the Virtual Machine."
+ }
+ },
+ "dnsLabelPrefix": {
+ "type": "String",
+ "metadata": {
+ "description": "Unique DNS Name for the Public IP used to access the Virtual Machine."
+ }
+ },
+ "vmSize": {
+ "defaultValue": "Standard_D2s_v3",
+ "type": "String",
+ "metadata": {
+ "description": "Size of the virtual machine."
+ }
+ },
+ "location": {
+ "defaultValue": "[resourceGroup().location]",
+ "type": "String",
+ "metadata": {
+ "description": "Location for all resources."
+ }
+ },
+ "EdgeZone": {
+ "type": "String"
+ },
+ "publisher": {
+ "type": "string",
+ "defaultValue": "Canonical",
+ "metadata" : {
+ "description": "Publisher for the VM Image"
+ }
+ },
+ "offer": {
+ "type": "string",
+ "defaultValue": "UbuntuServer",
+ "metadata" : {
+ "description": "Offer for the VM Image"
+ }
+ },
+ "sku": {
+ "type": "string",
+ "defaultValue": "18.04-LTS",
+ "metadata" : {
+ "description": "SKU for the VM Image"
+ }
+ },
+ "osVersion": {
+ "type": "string",
+ "defaultValue": "latest",
+ "metadata" : {
+ "description": "version for the VM Image"
+ }
+ },
+ "vmName": {
+ "defaultValue": "myEdgeVM",
+ "type": "String",
+ "metadata": {
+ "description": "VM Name."
+ }
+ }
+ },
+ "variables": {
+ "nicName": "myEdgeVMNic",
+ "addressPrefix": "10.0.0.0/16",
+ "subnetName": "Subnet",
+ "subnetPrefix": "10.0.0.0/24",
+ "publicIPAddressName": "myEdgePublicIP",
+ "virtualNetworkName": "MyEdgeVNET",
+ "subnetRef": "[resourceId('Microsoft.Network/virtualNetworks/subnets', variables('virtualNetworkName'), variables('subnetName'))]",
+ "networkSecurityGroupName": "default-NSG"
+ },
+ "resources": [
+ {
+ "type": "Microsoft.Network/publicIPAddresses",
+ "apiVersion": "2018-11-01",
+ "name": "[variables('publicIPAddressName')]",
+ "location": "[parameters('location')]",
+ "extendedLocation": {
+ "type": "EdgeZone",
+ "name": "[parameters('EdgeZone')]"
+ },
+ "sku": {
+ "name": "Standard"
+ },
+ "properties": {
+ "publicIPAllocationMethod": "Static",
+ "dnsSettings": {
+ "domainNameLabel": "[parameters('dnsLabelPrefix')]"
+ }
+ }
+ },
+ {
+ "type": "Microsoft.Network/networkSecurityGroups",
+ "apiVersion": "2019-08-01",
+ "name": "[variables('networkSecurityGroupName')]",
+ "location": "[parameters('location')]",
+ "properties": {
+ "securityRules": [
+ {
+ "name": "AllowHttps",
+ "properties": {
+ "description": "HTTPS is allowed",
+ "protocol": "*",
+ "sourcePortRange": "*",
+ "destinationPortRange": "443",
+ "sourceAddressPrefix": "*",
+ "destinationAddressPrefix": "*",
+ "access": "Allow",
+ "priority": 130,
+ "direction": "Inbound",
+ "sourcePortRanges": [],
+ "destinationPortRanges": [],
+ "sourceAddressPrefixes": [],
+ "destinationAddressPrefixes": []
+ }
+ },
+ {
+ "name": "AllowSSH",
+ "properties": {
+ "description": "HTTPS is allowed",
+ "protocol": "*",
+ "sourcePortRange": "*",
+ "destinationPortRange": "22",
+ "sourceAddressPrefix": "*",
+ "destinationAddressPrefix": "*",
+ "access": "Allow",
+ "priority": 140,
+ "direction": "Inbound",
+ "sourcePortRanges": [],
+ "destinationPortRanges": [],
+ "sourceAddressPrefixes": [],
+ "destinationAddressPrefixes": []
+ }
+ }
+ ]
+ }
+ },
+ {
+ "type": "Microsoft.Network/virtualNetworks",
+ "apiVersion": "2018-11-01",
+ "name": "[variables('virtualNetworkName')]",
+ "location": "[parameters('location')]",
+ "extendedLocation": {
+ "type": "EdgeZone",
+ "name": "[parameters('EdgeZone')]"
+ },
+ "dependsOn": [
+ "[resourceId('Microsoft.Network/networkSecurityGroups', variables('networkSecurityGroupName'))]"
+ ],
+ "properties": {
+ "addressSpace": {
+ "addressPrefixes": [
+ "[variables('addressPrefix')]"
+ ]
+ },
+ "subnets": [
+ {
+ "name": "[variables('subnetName')]",
+ "properties": {
+ "addressPrefix": "[variables('subnetPrefix')]",
+ "networkSecurityGroup": {
+ "id": "[resourceId('Microsoft.Network/networkSecurityGroups', variables('networkSecurityGroupName'))]"
+ }
+ }
+ }
+ ]
+ }
+ },
+ {
+ "type": "Microsoft.Network/networkInterfaces",
+ "apiVersion": "2018-11-01",
+ "name": "[variables('nicName')]",
+ "location": "[parameters('location')]",
+ "extendedLocation": {
+ "type": "EdgeZone",
+ "name": "[parameters('EdgeZone')]"
+ },
+ "dependsOn": [
+ "[resourceId('Microsoft.Network/publicIPAddresses/', variables('publicIPAddressName'))]",
+ "[resourceId('Microsoft.Network/virtualNetworks/', variables('virtualNetworkName'))]"
+ ],
+ "properties": {
+ "ipConfigurations": [
+ {
+ "name": "ipconfig1",
+ "properties": {
+ "privateIPAllocationMethod": "Dynamic",
+ "publicIPAddress": {
+ "id": "[resourceId('Microsoft.Network/publicIPAddresses',variables('publicIPAddressName'))]"
+ },
+ "subnet": {
+ "id": "[variables('subnetRef')]"
+ }
+ }
+ }
+ ]
+ }
+ },
+ {
+ "type": "Microsoft.Compute/virtualMachines",
+ "apiVersion": "2020-06-01",
+ "name": "[parameters('vmName')]",
+ "location": "[parameters('location')]",
+ "extendedLocation": {
+ "type": "EdgeZone",
+ "name": "[parameters('EdgeZone')]"
+ },
+ "dependsOn": [
+ "[resourceId('Microsoft.Network/networkInterfaces/', variables('nicName'))]"
+ ],
+ "properties": {
+ "hardwareProfile": {
+ "vmSize": "[parameters('vmSize')]"
+ },
+ "osProfile": {
+ "computerName": "[parameters('vmName')]",
+ "adminUsername": "[parameters('adminUsername')]",
+ "adminPassword": "[parameters('adminPassword')]"
+ },
+ "storageProfile": {
+ "imageReference": {
+ "publisher": "[parameters('publisher')]",
+ "offer": "[parameters('offer')]",
+ "sku": "[parameters('sku')]",
+ "version": "[parameters('osVersion')]"
+ },
+ "osDisk": {
+ "createOption": "FromImage",
+ "managedDisk": {
+ "storageAccountType": "StandardSSD_LRS"
+ }
+ }
+ },
+ "networkProfile": {
+ "networkInterfaces": [
+ {
+ "id": "[resourceId('Microsoft.Network/networkInterfaces',variables('nicName'))]"
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "outputs": {
+ "hostname": {
+ "type": "String",
+ "value": "[reference(variables('publicIPAddressName')).dnsSettings.fqdn]"
+ },
+ "sshCommand": {
+ "type": "string",
+ "value": "[format('ssh {0}@{1}', parameters('adminUsername'), reference(resourceId('Microsoft.Network/publicIPAddresses', variables('publicIPAddressName'))).dnsSettings.fqdn)]"
+ }
+ }
+}
+
+```
+Multiple Azure resources are defined in the template:
+
+- [**Microsoft.Network/networkInterfaces**](/azure/templates/microsoft.network/networkinterfaces?pivots=deployment-language-arm-template)
+- [**Microsoft.Network/networkSecurityGroups**](/azure/templates/microsoft.network/networksecuritygroups?pivots=deployment-language-arm-template)
+- [**Microsoft.Network/publicIPAddresses**](/azure/templates/microsoft.network/publicipaddresses?pivots=deployment-language-arm-template)
+- [**Microsoft.Compute/virtualMachines**](/azure/templates/microsoft.compute/virtualmachines?pivots=deployment-language-arm-template)
+- [**Microsoft.Network/virtualNetworks**](/azure/templates/microsoft.network/virtualnetworks?pivots=deployment-language-arm-template)
+
+> [!NOTE]
+> Default outbound access is not available to VMs in Azure Extended Zones. For more information, see [Default outbound access in Azure](../virtual-network/ip-services/default-outbound-access.md).
++
+## Deploy the template
+
+1. Create a resource group using the [az group create](/cli/azure/group#az_group_create) command.
+
+ ```azurecli-interactive
+ az group create --name 'myResourceGroup' --location '<location>'
+ ```
+
+ > [!NOTE]
+ > Each Azure Extended Zone site is associated with an Azure region. Based on the Azure Extended Zone location where the resource needs to be deployed, select the appropriate region value for the `location` parameter.
+
+2. deploy the template using [az deployment group create](/cli/azure/deployment/group#az-deployment-group-create) command.
+
+ ```azurecli-interactive
+ az deployment group create --resource-group 'myResourceGroup' --template-uri 'https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.network/extended-zones-vm-create/azuredeploy.json'
+ ```
+
+## Clean up resources
+
+When no longer needed, delete **myResourceGroup** resource group and all of the resources it contains using the [az group delete](/cli/azure/group#az-group-delete) command.
+
+```azurecli-interactive
+az group delete --name myResourceGroup
+```
+
+## Related content
+
+- [Deploy an AKS cluster in an Extended Zone](deploy-aks-cluster.md)
+- [Deploy a storage account in an Extended Zone](create-storage-account.md)
+- [Frequently asked questions](faq.md)
extended-zones Deploy Vm Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/extended-zones/deploy-vm-portal.md
+
+ Title: "Quickstart: Deploy a virtual machine in an Extended Zone - Azure portal"
+description: Learn how to deploy a virtual machine (VM) in an Azure Extended Zone using the Azure portal.
++++ Last updated : 07/16/2024++
+
+# Quickstart: Deploy a virtual machine in an Extended Zone using the Azure portal
+
+> [!IMPORTANT]
+> Azure Extended Zones service is currently in PREVIEW.
+> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
+
+In this quickstart, you learn how to deploy a virtual machine (VM) in Los Angeles Extended Zone using the Azure portal.
+
+If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
+
+## Prerequisites
+
+- An Azure account with an active subscription
+
+- Access to Los Angeles Extended Zone. For more information, see [Request access to an Azure Extended Zone](request-access.md).
+
+## Sign in to Azure
+
+Sign in to the [Azure portal](https://portal.azure.com) with your Azure account.
+
+## Create a virtual network in an Extended Zone
+
+In this section, you create a virtual network in the Azure Extended Zone that you want to deploy a virtual machine to.
+
+1. In the search box at the top of the portal, enter ***virtual network***. Select **Virtual networks** from the search results.
+
+ :::image type="content" source="./media/deploy-vm-portal/portal-search.png" alt-text="Screenshot that shows how to search for virtual machines in the Azure portal.":::
+
+1. In the **Virtual networks** page, select **+ Create**.
+
+1. On the **Basics** tab of **Create virtual network**, enter, or select the following information:
+
+ | Setting | Value |
+ | | |
+ | **Project Details** | |
+ | Subscription | Select your Azure subscription. |
+ | Resource group | Select **Create new**. </br> Enter *myResourceGroup* in **Name**. </br> Select **OK**. |
+ | **Instance details** | |
+ | Virtual network name | Enter *myVNet*. |
+ | Region | Select **Deploy to an Azure Extended Zone**. </br> In **Azure Extended Zones**, select **Los Angeles**. </br> Select the **Select** button. |
+
+ :::image type="content" source="./media/deploy-vm-portal/create-vnet-basics.png" alt-text="Screenshot that shows the Basics tab of creating a virtual network in an Azure Extended Zone." lightbox="./media/deploy-vm-portal/create-vnet-basics.png":::
+
+1. Select **Review + create**.
+
+ :::image type="content" source="./media/deploy-vm-portal/review-create-vnet.png" alt-text="Screenshot that shows the Basics tab of creating a virtual network after selecting the Extended Zone." lightbox="./media/deploy-vm-portal/review-create-vnet.png":::
+
+1. Review the settings, and then select **Create**.
+
+## Create a virtual machine in an Extended Zone
+
+1. In the search box at the top of the portal, enter ***virtual machines***. Select **Virtual machines** from the search results.
+
+1. In the **Virtual machines** page, select **+ Create** and then select **Azure virtual machine**.
+
+1. On the **Basics** tab of **Create a virtual machine**, enter, or select the following information:
+
+ | Setting | Value |
+ | | |
+ | **Project details** | |
+ | Subscription | Select your Azure subscription. |
+ | Resource group | Select **myResourceGroup**. |
+ | **Instance details** | |
+ | Virtual machine name | Enter *myVM*. |
+ | Region | Select **Deploy to an Azure Extended Zone**. </br> In **Azure Extended Zones**, select **Los Angeles**. </br> Select the **Select** button. |
+ | Availability options | Select **No infrastructure redundancy required**. Azure Extended Zones don't support availability zones. |
+ | Security type | Leave the default of **Standard**. The other available option is **Trusted launch virtual machines**.|
+ | Image | Select **Windows Server 2022 Datacenter: Azure Edition - x64 Gen2**. |
+ | Size | Choose a size or leave the default setting. |
+ | **Administrator account** | |
+ | Username | Enter a username. |
+ | Password | Enter a password. |
+ | Confirm password | Reenter password. |
+ | Public inbound ports | Select **Allow selected ports**. |
+ | Select inbound ports | Select **RDP (3389)**. |
+
+ :::image type="content" source="./media/deploy-vm-portal/create-vm-basics.png" alt-text="Screenshot that shows the Basics tab of creating a virtual machine in an Azure Extended Zone." lightbox="./media/deploy-vm-portal/create-vm-basics.png":::
+
+1. Select the **Networking** tab, or select **Next: Disks**, then **Next: Networking**.
+
+1. On the **Networking** tab, enter or select the following information:
+
+ | Setting | Value |
+ | | |
+ | **Network interface** | |
+ | Virtual network | Select **myVNet**. |
+ | Subnet | Select **default (10.0.0.0/24)**. |
+ | Public IP | Select **(new) myVM-ip**. |
+ | NIC network security group | Select **Basic**. |
+
+ :::image type="content" source="./media/deploy-vm-portal/create-vm-networking.png" alt-text="Screenshot that shows the Networking tab of creating a virtual machine in an Azure Extended Zone." lightbox="./media/deploy-vm-portal/create-vm-networking.png":::
+
+ > [!CAUTION]
+ > Leaving the RDP port open to the internet is only recommended for testing. For production environments, it's recommended to restrict access to the RDP port to a specific IP address or range of IP addresses. You can also block internet access to the RDP port and use [Azure Bastion](../bastion/bastion-overview.md) to securely connect to your virtual machine from the Azure portal.
+
+1. Select **Review + create**.
+
+1. Review the settings, and then select **Create**.
+
+1. After deployment is complete, select **Go to resource**.
+
+## Connect to virtual machine
+
+1. Select **Connect**.
+
+1. Under **Native RDP**, select the **select** button.
+
+ :::image type="content" source="./media/deploy-vm-portal/connect-vm.png" alt-text="Screenshot that shows how to connect to a virtual machine using RDP." lightbox="./media/deploy-vm-portal/connect-vm.png":::
+
+1. Select **Download RDP file** and open the downloaded file.
+
+1. Select **Connect** and then enter the username and password that you created in the previous steps. Accept the certificate if prompted.
+
+> [!NOTE]
+> Default outbound access is not available to VMs in Azure Extended Zones. For more information, see [Default outbound access in Azure](../virtual-network/ip-services/default-outbound-access.md).
+
+## Clean up resources
+
+When no longer needed, delete **myResourceGroup** resource group and all of the resources it contains:
+
+1. In the search box at the top of the portal, enter ***myResourceGroup***. Select **myResourceGroup** from the search results.
+
+1. Select **Delete resource group**.
+
+1. In **Delete a resource group**, enter ***myResourceGroup***, and then select **Delete**.
+
+1. Select **Delete** to confirm the deletion of the resource group and all its resources.
+
+## Related content
+
+- [Deploy an AKS cluster in an Extended Zone](deploy-aks-cluster.md)
+- [Deploy a storage account in an Extended Zone](create-storage-account.md)
+- [Frequently asked questions](faq.md)
extended-zones Faq https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/extended-zones/faq.md
+
+ Title: Azure Extended Zones FAQ
+description: This article provides answers to some of the frequently asked questions asked about Azure Extended Zones.
++++ Last updated : 07/10/2024+++
+# Azure Extended Zones frequently asked questions (FAQ)
+
+This article provides answers to some of the frequently asked questions asked about Azure Extended Zones.
+
+## Where is customer data stored and processed when deploying to an Azure Extended Zone?
+
+An Azure Extended Zone might be associated with a parent region in the same or a different country. Customer Data will be stored and processed in the Extended Zone location, which may be outside of the associated geography and parent region. For Extended Zones with parent regions in the same country, customer Data will remain within the associated geography.
+
+## Are all Azure services offered at the Azure Extended Zone?
+
+No, given the size, hardware, and targeted use cases for the Azure Extended Zone, only a small subset of the Azure services can be offered at the Azure Extended Zone. Access to the complete set of Azure services is available in the parent region.
+
+## Will there be SKUs specific to the Azure Extended Zones?
+
+No, SKUs are consistent across the corresponding Azure Region, so VMs offered in the Azure Extended Zones don't have specific SKUs.
+
+## Can I use the parent region network security groups (NSGs) or user defined routes (UDRs)?
+
+Yes. In Azure Extended Zone, you can use network security groups and user defined routes that you created in the parent region.
+
+## Related content
+
+- [What is Azure Extended Zones?](overview.md)
+- [Deploy a virtual machine in an Extended Zone](deploy-vm-portal.md)
+- [Back up a virtual machine](backup-virtual-machine.md)
extended-zones Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/extended-zones/overview.md
+
+ Title: What are Azure Extended Zones (Preview)?
+description: Learn about Azure Extended Zones.
++++ Last updated : 06/26/2024+++
+# What are Azure Extended Zones (Preview)?
+
+Azure Extended Zones are small-footprint extensions of Azure placed in metros, industry centers, or a specific jurisdiction to serve low latency and data residency workloads. Azure Extended Zones supports virtual machines (VMs), containers, storage, and a selected set of Azure services and can run latency-sensitive and throughput-intensive applications close to end users and within approved data residency boundaries.
+
+Azure Extended Zones are part of the Microsoft global network that provides secure, reliable, high-bandwidth connectivity between applications that run on an Azure Extended Zone close to the user. Extended Zones address low latency and data residency by bringing all the goodness of the Azure ecosystem (access, user experience, automation, security, etc.) closer to the customer or their jurisdiction. Azure customers can provision and manage their Azure Extended Zones resources, services, and workloads through the Azure portal and other essential Azure tools.
+
+## Key scenarios
+
+The key scenarios Azure Extended Zones enable are:
+
+- **Latency**: users want to run their resources, for example, media editing software, remotely with low latency.
+
+- **Data residency**: users want their applications data to stay within a specific geography and might essentially want to host locally for various privacy, regulatory, and compliance reasons.
+
+The following diagram shows some of the industries and use cases where Azure Extended Zones can provide benefits.
++
+## Service offerings for Azure Extended Zones
+
+Azure Extended Zones enable some key Azure services for customers to deploy. The control plane for these services remains in the region and the data plane is deployed at the Extended Zone site, resulting in a smaller Azure footprint.
+
+The following diagram shows how Azure services are deployed at the Azure Extended Zones location.
+++
+The following table lists key services that are available in Azure Extended Zones:
+
+| Service category | Available services |
+| | - |
+| **Compute** | Azure virtual machines (general purpose: A, B, D, E, and F series and GPU NVadsA10 v5 series) <br> Virtual Machine Scale Sets <br> Azure Kubernetes Service |
+| **Networking** | Azure Private Link <br> Standard public IP <br> Virtual networks <br> Virtual network peering <br> ExpressRoute <br> Azure Standard Load Balancer <br> DDoS (Standard protection) |
+| **Storage** | Azure managed disks <br> Azure Premium Page Blobs <br> Azure Premium Block Blobs <br> Azure Premium Files <br> Azure Data Lake Storage Gen2<br> Hierarchical Namespace <br>Azure Data Lake Storage Gen2 Flat Namespace <br> Change Feed <br> Blob Features <br> - SFTP <br> - NFS |
+| **BCDR** | Azure Site Recovery <br> Azure Backup |
+
+## Related content
+
+- [Quickstart: Deploy a virtual machine in an Extended Zone](deploy-vm-portal.md).
+- [Tutorial: Back up an Azure Extended Zone virtual machine](backup-virtual-machine.md).
+- [Azure Extended Zones frequently asked questions (FAQ)](faq.md).
extended-zones Request Access https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/extended-zones/request-access.md
+
+ Title: Request access to Azure Extended Zones
+description: Learn how to request and gain access to Azure Extended Zone using PowerShell or Azure CLI.
++++ Last updated : 07/15/2024+++
+# Request access to an Azure Extended Zone
+
+> [!IMPORTANT]
+> Azure Extended Zones service is currently in PREVIEW.
+> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
+
+To create Azure resources in Azure Extended Zone locations, you need to explicitly register your subscription with the respective Azure Extended Zone, using an account that is a subscription owner, as this capability isn't enabled by default. Once the subscription is registered with the Azure Extended Zone, you can create and manage resources within that specific Azure Extended Zone.
+
+In this article, you learn how to request and gain access to an Azure Extended Zone using PowerShell or Azure CLI.
+
+## Prerequisites
+
+# [**PowerShell**](#tab/powershell)
+
+- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
+
+- Azure Cloud Shell or Azure PowerShell.
+
+ The steps in this article run the Azure PowerShell cmdlets interactively in [Azure Cloud Shell](/azure/cloud-shell/overview). To run the cmdlets in the Cloud Shell, select **Open Cloud Shell** at the upper-right corner of a code block. Select **Copy** to copy the code and then paste it into Cloud Shell to run it. You can also run the Cloud Shell from within the Azure portal.
+
+ You can also [install Azure PowerShell locally](/powershell/azure/install-azure-powershell) to run the cmdlets. This article requires the [Az.EdgeZones](/powershell/module/az.edgezones) module version 0.1.0 or later. Run [Get-Module -ListAvailable Az.EdgeZones](/powershell/module/microsoft.powershell.core/get-module) cmdlet to find the installed version. Run [Install-Module Az.EdgeZones](/powershell/module/powershellget/install-module) cmdlet to install **Az.EdgeZones** module. If you run PowerShell locally, sign in to Azure using the [Connect-AzAccount](/powershell/module/az.accounts/connect-azaccount) cmdlet.
+
+# [**Azure CLI**](#tab/cli)
+
+- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
+
+- Azure Cloud Shell or Azure CLI.
+
+ The steps in this article run the Azure CLI commands interactively in [Azure Cloud Shell](/azure/cloud-shell/overview). To run the commands in the Cloud Shell, select **Open Cloud Shell** at the upper-right corner of a code block. Select **Copy** to copy the code, and paste it into Cloud Shell to run it. You can also run the Cloud Shell from within the Azure portal.
+
+ You can also [install Azure CLI locally](/cli/azure/install-azure-cli) to run the commands. This article requires the [edgezones](/cli/azure/edge-zones) extension, which is available in Azure CLI version 2.57.0 or higher. Run [az --version](/cli/azure/reference-index#az-version) command to find the installed version. Run [az extension add --name edgezones](/cli/azure/extension#az-extension-add) command to add **edgezones** extension. If you run Azure CLI locally, sign in to Azure using the [az login](/cli/azure/reference-index#az-login) command.
+++
+## Register your subscription for resource provider Microsoft.EdgeZones
+
+In this section, you register resource provider **Microsoft.EdgeZones** to your subscription.
+
+# [**PowerShell**](#tab/powershell)
+
+1. Use [Select-AzContext](/powershell/module/az.accounts/select-azcontext) cmdlet to select the subscription that you want to register Azure Extended Zones for.
+
+ ```azurepowershell-interactive
+ Set-AzContext -SubscriptionId '00000000-0000-0000-0000-000000000000'
+ ```
+
+1. Use [Register-AzResourceProvider](/powershell/module/az.resources/register-azresourceprovider) cmdlet to register Microsoft.EdgeZones resource provider.
+
+ ```azurepowershell-interactive
+ Register-AzResourceProvider -ProviderNamespace 'Microsoft.EdgeZones'
+ ```
+
+1. Use [Get-AzResourceProvider](/powershell/module/az.resources/get-azresourceprovider) cmdlet to check the registration state.
+
+ ```azurepowershell-interactive
+ Get-AzResourceProvider ΓÇôProviderNamespace 'Microsoft.EdgeZones'
+ ```
+
+ You should wait until the registration state becomes `Registered`. If it's still `PendingRegister`, attempting to show, list, register, and unregister the Azure Extended Zones will fail.
+
+# [**Azure CLI**](#tab/cli)
+
+1. Use [az account set](/cli/azure/account#az-account-set) command to select the subscription that you want to register Azure Extended Zones for.
+
+ ```azurecli-interactive
+ az account set --subscription '00000000-0000-0000-0000-000000000000'
+ ```
+
+1. Use [az provider register](/cli/azure/provider#az-provider-register) command to register Microsoft.EdgeZones resource provider.
+
+ ```azurecli-interactive
+ az provider register --namespace 'Microsoft.EdgeZones'
+ ```
+
+1. Use [az provider show](/cli/azure/provider#az-provider-show) command to check the registration state.
+
+ ```azurecli-interactive
+ az provider show --namespace 'Microsoft.EdgeZones'
+ ```
+
+ You should wait until the registration state becomes `Registered`. If it's still `PendingRegister`, attempting to show, list, register, and unregister the Azure Extended Zones will fail.
+++
+## Register for an Azure Extended Zone
+
+To register for an Azure Extended Zone, you must select the subscription that you wish to register Azure Extended Zones for and specify the Extended Zone name.
+
+# [**PowerShell**](#tab/powershell)
+
+1. Use [Get-AzEdgeZonesExtendedZone](/powershell/module/az.edgezones/get-azedgezonesextendedzone) cmdlet to list all Azure Extended Zones available to your subscription.
+
+ ```azurepowershell-interactive
+ Get-AzEdgeZonesExtendedZone
+ ```
+
+1. Use [Register-AzEdgeZonesExtendedZone](/powershell/module/az.edgezones/register-azedgezonesextendedzone) cmdlet to register for an Azure Extended Zone. The following example registers for Los Angeles as an Extended Zone.
+
+ ```azurepowershell-interactive
+ Register-AzEdgeZonesExtendedZone -Name 'losangeles'
+ ```
+
+1. Use [Get-AzEdgeZonesExtendedZone](/powershell/module/az.edgezones/get-azedgezonesextendedzone) cmdlet to check the registration state of an Azure Extended Zone. The following example checks the registration state of the Extended Zone Los Angeles.
+
+ ```azurepowershell-interactive
+ Get-AzEdgeZonesExtendedZone -Name 'losangeles'
+ ```
+
+ Once your request is approved, the registration state becomes `Registered`.
+
+ > [!NOTE]
+ > You can't use an Azure Extended Zone until its registration state becomes `Registered`.
+
+# [**Azure CLI**](#tab/cli)
+
+1. Use [az edge-zones extended-zone list](/cli/azure/edge-zones/extended-zone#az-edge-zones-extended-zone-list) command to list all Azure Extended Zones available to your subscription.
+
+ ```azurecli-interactive
+ az edge-zones extended-zone list
+ ```
+
+1. Use [az edge-zones extended-zone register](/cli/azure/edge-zones/extended-zone#az-edge-zones-extended-zone-register) command to register for an Azure Extended Zone. The following example registers for Los Angeles as an Extended Zone.
+
+ ```azurecli-interactive
+ az edge-zones extended-zone register --extended-zone-name 'losangeles'
+ ```
+
+1. Use [az edge-zones extended-zone show](/cli/azure/edge-zones/extended-zone#az-edge-zones-extended-zone-show) command to check the registration state of an Azure Extended Zone. The following example checks the registration state of the Extended Zone Los Angeles.
+
+ ```azurecli-interactive
+ az edge-zones extended-zone show --extended-zone-name 'losangeles'
+ ```
+
+ Once your request is approved, the registration state becomes `Registered`.
+
+ > [!NOTE]
+ > You can't use an Azure Extended Zone until its registration state becomes `Registered`.
+++
+## Unregister for an Azure Extended Zone
+
+In this section, you learn how to unregister your subscription for an Azure Extended Zone.
+
+# [**PowerShell**](#tab/powershell)
+
+1. Use [Unregister-AzEdgeZonesExtendedZone](/powershell/module/az.edgezones/unregister-azedgezonesextendedzone) cmdlet to unregister your subscription for an Azure Extended Zone. The following example unregisters for Los Angeles as an Extended Zone.
+
+ ```azurepowershell-interactive
+ Unregister-AzEdgeZonesExtendedZone -Name 'losangeles'
+ ```
+
+1. Use [Get-AzEdgeZonesExtendedZone](/powershell/module/az.edgezones/get-azedgezonesextendedzone) cmdlet to check the registration state of an Azure Extended Zone. The following example checks the registration state of the Extended Zone Los Angeles.
+
+ ```azurepowershell-interactive
+ Get-AzEdgeZonesExtendedZone -Name 'losangeles'
+ ```
+
+ > [!NOTE]
+ > Unregistering an Azure Extended Zone will show registration state as `PendingUnregister`. The Extended Zone stays in your subscription until the registration state becomes `NotRegistered`.
+
+# [**Azure CLI**](#tab/cli)
+
+1. Use [az edge-zones extended-zone unregister](/cli/azure/edge-zones/extended-zone#az-edge-zones-extended-zone-unregister) command to unregister your subscription for an Azure Extended Zone. The following example unregisters for Los Angeles as an Extended Zone.
+
+ ```azurecli-interactive
+ az edge-zones extended-zone unregister --extended-zone-name 'losangeles'
+ ```
+
+1. Use [az edge-zones extended-zone show](/cli/azure/edge-zones/extended-zone#az-edge-zones-extended-zone-show) command to check the registration state of an Azure Extended Zone. The following example checks the registration state of the Extended Zone Los Angeles.
+
+ ```azurecli-interactive
+ az edge-zones extended-zone show --extended-zone-name 'losangeles'
+ ```
+
+ > [!NOTE]
+ > Unregistering an Azure Extended Zone will show registration state as `PendingUnregister`. The Extended Zone stays in your subscription until the registration state becomes `NotRegistered`.
+++
+## Related content
+
+- [Deploy a virtual machine in an Extended Zone](deploy-vm-portal.md)
+- [Back up an Azure Extended Zone virtual machine](backup-virtual-machine.md)
+- [Frequently asked questions](faq.md)
extended-zones Request Quota Increase https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/extended-zones/request-quota-increase.md
+
+ Title: Request quota increase - Azure portal
+description: Learn how to request a quota increase for your Azure Extended Zone resources using the Azure portal.
++++ Last updated : 06/26/2024+++
+# Request a quota increase in the Azure portal
+
+> [!IMPORTANT]
+> Azure Extended Zones service is currently in PREVIEW.
+> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
+
+In this article, you learn how to request a quota increase for your Azure Extended Zone resources using the Azure portal.
+
+## Prerequisites
+
+- An Azure account with an active subscription.
+
+## Request a quota increase
+
+In this section, you request a quota increase in the Azure portal.
+
+1. In the search box at the top of the portal, enter ***quota***. Select **Quotas** from the search results.
+
+ :::image type="content" source="./media/request-quota-increase/portal-search.png" alt-text="Screenshot that shows how to search for Quotas in the Azure portal." lightbox="./media/request-quota-increase/portal-search.png":::
+
+1. On the Overview page, select a provider, such as **Compute**.
+
+ :::image type="content" source="./media/request-quota-increase/quotas-overview.png" alt-text="Screenshot that shows the Overview page of Quotas in the Azure portal." lightbox="./media/request-quota-increase/quotas-overview.png":::
+
+ > [!NOTE]
+ > For all providers other than Compute, there is a **Request adjustment** column instead of the **Adjustable** column available for **Compute**. From the **Request adjustment**, you can request an increase for a specific quota, or create a support request for the increase.
+
+1. On the **My quotas** page, select the quota you want to increase from the **Quota name** column. Make sure that the **Adjustable** column shows **Yes** for this quota.
+
+ > [!TIP]
+ > You can request an increase for a quota that is non-adjustable by submitting a support request. For more information, see [Request an increase for non-adjustable quotas](../quotas/per-vm-quota-requests.md#request-an-increase-for-non-adjustable-quotas).
+
+1. Select **New Quota Request**, then select **Enter a new limit**.
+
+ :::image type="content" source="./media/request-quota-increase/quota-request.png" alt-text="Screenshot that shows how to request a new quota in the Azure portal." lightbox="./media/request-quota-increase/quota-request.png":::
+
+1. On the **New quota request** page, enter the new limit you want to request, then select **Submit**.
+
+ :::image type="content" source="./media/request-quota-increase/new-quota-request.png" alt-text="Screenshot that shows the New quota request page in the Azure portal." lightbox="./media/request-quota-increase/new-quota-request.png":::
+
+1. Wait a few minutes while your request is reviewed. Once the request is approved, the **New quota request** page will show the new quota.
+
+ :::image type="content" source="./media/request-quota-increase/approved-request.png" alt-text="Screenshot that shows the New approved quota." lightbox="./media/request-quota-increase/approved-request.png":::
+
+ If your request wasn't approved, you'll see a link to create a support request. When you use this link, a support engineer will assist you with your increase request.
+
+## Related content
+
+- [What is Azure Extended Zones?](overview.md)
+- [Deploy a virtual machine in an Extended Zone](deploy-vm-portal.md)
+- [Frequently asked questions](faq.md)
firewall-manager Check Point Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/check-point-overview.md
Title: Secure Azure virtual hubs using Check Point Harmony Connect description: Learn about Check Point Harmony Connect to secure Azure virtual hubs -+ Last updated 10/30/2020
firewall-manager Configure Ddos https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/configure-ddos.md
Title: Configure Azure DDoS Protection Plan using Azure Firewall Manager
description: Learn how to use Azure Firewall Manager to configure Azure DDoS Protection Plan -+ Last updated 06/15/2022
firewall-manager Create Policy Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/create-policy-powershell.md
Last updated 08/16/2021 -+
firewall-manager Deploy Trusted Security Partner https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/deploy-trusted-security-partner.md
Title: Deploy an Azure Firewall Manager security partner provider
description: Learn how to deploy an Azure Firewall Manager security partner provider using the Azure portal. -+ Last updated 09/28/2023
firewall-manager Deployment Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/deployment-overview.md
Title: Azure Firewall Manager deployment overview description: Learn the high-level deployment steps required for Azure Firewall Manager -+ Last updated 06/21/2024
firewall-manager Dns Settings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/dns-settings.md
Title: Azure Firewall policy DNS settings
description: You can configure Azure Firewall policies with DNS server and DNS proxy settings. -+ Last updated 06/21/2024
firewall-manager Fqdn Filtering Network Rules https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/fqdn-filtering-network-rules.md
Title: Azure Firewall Manager filtering in network rules
description: How to use FQDN filtering in network rules -+ Last updated 06/21/2024
firewall-manager Ip Groups https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/ip-groups.md
Title: IP Groups in Azure Firewall Policy
description: IP groups allow you to group and manage IP addresses for Azure Firewall policy rules. -+ Last updated 01/10/2023
firewall-manager Manage Web Application Firewall Policies https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/manage-web-application-firewall-policies.md
Title: Manage Azure Web Application Firewall policies
description: Learn how to use Azure Firewall Manager to manage Azure Web Application Firewall policies -+ Last updated 07/29/2024
firewall-manager Migrate To Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/migrate-to-policy.md
Title: Migrate Azure Firewall configurations to Azure Firewall policy using PowerShell description: Learn How to migrate Azure Firewall configurations to Azure Firewall policy -+ Last updated 09/12/2022
firewall-manager Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/overview.md
Title: What is Azure Firewall Manager? description: Learn about Azure Firewall Manager features. -+ Last updated 02/26/2024
firewall-manager Policy Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/policy-overview.md
Title: Azure Firewall Manager policy overview description: Learn about Azure Firewall Manager policies. -+ Last updated 03/06/2024
firewall-manager Private Link Inspection Secure Virtual Hub https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/private-link-inspection-secure-virtual-hub.md
Title: Secure traffic destined to private endpoints in Azure Virtual WAN
description: Learn how to use network rules and application rules to secure traffic destined to private endpoints in Azure Virtual WAN -+ Last updated 06/19/2023
firewall-manager Quick Firewall Policy Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/quick-firewall-policy-bicep.md
Last updated 09/28/2023 -+
firewall-manager Quick Firewall Policy Terraform https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/quick-firewall-policy-terraform.md
Last updated 09/05/2023 -+ content_well_notifications: - AI-Contribution
firewall-manager Quick Firewall Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/quick-firewall-policy.md
Last updated 09/28/2023 -+
firewall-manager Quick Secure Virtual Hub Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/quick-secure-virtual-hub-bicep.md
Last updated 06/28/2022 -+
firewall-manager Quick Secure Virtual Hub Terraform https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/quick-secure-virtual-hub-terraform.md
Last updated 09/05/2023 -+ content_well_notifications: - AI-Contribution
firewall-manager Quick Secure Virtual Hub https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/quick-secure-virtual-hub.md
Last updated 08/28/2020 -+
firewall-manager Rule Hierarchy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/rule-hierarchy.md
Title: Use Azure Firewall policy to define a rule hierarchy
description: Learn how to use Azure Firewall policy to define a rule hierarchy and enforce compliance. -+ Last updated 03/12/2024
firewall-manager Rule Processing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/rule-processing.md
Title: Azure Firewall Manager rule processing logic
description: Learn about Azure Firewall rule processing logic -+ Last updated 07/29/2024
firewall-manager Secure Cloud Network Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/secure-cloud-network-powershell.md
description: This article describes how to create an Azure Virtual WAN in one re
-+ Last updated 10/22/2020
firewall-manager Secure Cloud Network https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/secure-cloud-network.md
Title: 'Tutorial: Secure your virtual hub using Azure Firewall Manager'
description: In this tutorial, you learn how to secure your virtual hub with Azure Firewall Manager using the Azure portal. -+ Last updated 03/05/2024
firewall-manager Secure Hybrid Network https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/secure-hybrid-network.md
Title: 'Tutorial: Secure your hub virtual network using Azure Firewall Manager'
description: In this tutorial, you learn how to secure your virtual network with Azure Firewall Manager using the Azure portal. -+ Last updated 07/24/2024
firewall-manager Secured Virtual Hub https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/secured-virtual-hub.md
Title: What is a secured virtual hub? description: Learn about secured virtual hubs -+ Last updated 06/13/2023
firewall-manager Threat Intelligence Settings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/threat-intelligence-settings.md
Title: Azure Firewall threat intelligence configuration
description: Learn how to configure threat intelligence-based filtering for your Azure Firewall policy to alert and deny traffic from and to known malicious IP addresses and domains. -+ Last updated 10/17/2022
firewall-manager Trusted Security Partners https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/trusted-security-partners.md
Title: What are Azure Firewall Manager security partner providers? description: Learn about Azure Firewall Manager security partner providers -+ Last updated 08/03/2021
firewall-manager Vhubs And Vnets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall-manager/vhubs-and-vnets.md
Title: What are the Azure Firewall Manager architecture options? description: Compare and contrast using hub virtual network or secured virtual hub architectures with Azure Firewall Manager. -+ Last updated 03/08/2024
firewall Basic Features https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/basic-features.md
Title: Azure Firewall Basic features
description: Learn about Azure Firewall Basic features. -+ Last updated 06/14/2024
firewall Central Management https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/central-management.md
Title: Azure Firewall central management description: Learn about Azure Firewall Manager central management -+ Last updated 07/13/2020
firewall Choose Firewall Sku https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/choose-firewall-sku.md
Title: Choose the right Azure Firewall version to meet your needs
description: Learn about the different Azure Firewall versions and how to choose the right one for your needs. -+ Last updated 04/03/2024
firewall Compliance Certifications https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/compliance-certifications.md
Title: Azure Firewall certifications
description: A list of Azure Firewall certifications for PCI, SOC, and ISO. -+ Last updated 04/28/2023
firewall Create Ip Group https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/create-ip-group.md
Title: Create IP Groups in Azure Firewall
description: IP Groups allow you to group and manage IP addresses for Azure Firewall rules. -+ Last updated 10/31/2022
firewall Deploy Availability Zone Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/deploy-availability-zone-powershell.md
Title: Deploy Azure Firewall with Availability Zones using PowerShell
description: In this article, you learn how to deploy an Azure Firewall with Availability Zones using the Azure PowerShell. -+ Last updated 10/31/2022
firewall Deploy Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/deploy-bicep.md
Title: 'Quickstart: Create an Azure Firewall with Availability Zones - Bicep'
description: In this quickstart, you deploy Azure Firewall using Bicep. The virtual network has one VNet with three subnets. Two Windows Server virtual machines, a jump box, and a server are deployed. -+ Last updated 06/28/2022
firewall Deploy Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/deploy-cli.md
Title: Deploy and configure Azure Firewall using Azure CLI
description: In this article, you learn how to deploy and configure Azure Firewall using the Azure CLI. -+ Last updated 10/31/2022
firewall Deploy Firewall Basic Portal Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/deploy-firewall-basic-portal-policy.md
Title: 'Deploy & configure Azure Firewall Basic and policy using the Azure porta
description: In this how-to, you learn how to deploy and configure Azure Firewall Basic and policy rules using the Azure portal. -+ Last updated 09/12/2022
firewall Deploy Multi Public Ip Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/deploy-multi-public-ip-powershell.md
Title: Deploy Azure Firewall with multiple public IP addresses using PowerShell
description: In this article, you learn how to deploy an Azure Firewall with multiple public IP addresses using the Azure PowerShell. -+ Last updated 10/24/2022
firewall Deploy Ps Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/deploy-ps-policy.md
Title: 'Deploy and configure Azure Firewall policy using Azure PowerShell'
description: In this article, you learn how to deploy and configure Azure Firewall policy using the Azure PowerShell. -+ Last updated 06/08/2023
firewall Deploy Ps https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/deploy-ps.md
Title: 'Deploy and configure Azure Firewall using Azure PowerShell'
description: In this article, you learn how to deploy and configure Azure Firewall using the Azure PowerShell. -+ Last updated 02/20/2024
firewall Deploy Rules Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/deploy-rules-powershell.md
Title: 'Add or modify multiple Azure Firewall rules using Azure PowerShell'
description: In this article, you learn how to add or modify multiple Azure Firewall rules using the Azure PowerShell. -+ Last updated 02/23/2022
firewall Deploy Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/deploy-template.md
Title: 'Quickstart: Create an Azure Firewall with Availability Zones - Resource
description: In this quickstart, you deploy Azure Firewall using a template. The virtual network has one VNet with three subnets. Two Windows Server virtual machines are deployed; a jump box and a server. -+ Last updated 05/10/2021
firewall Deploy Terraform https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/deploy-terraform.md
Title: 'Quickstart: Create an Azure Firewall with Availability Zones - Terraform
description: In this quickstart, you deploy Azure Firewall using Terraform. The virtual network has one VNet with three subnets. Two Windows Server virtual machines, a jump box, and a server are deployed. -+ Last updated 10/15/2023
firewall Detect Malware With Sentinel https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/detect-malware-with-sentinel.md
Title: Detect malware with Microsoft Sentinel for Azure Firewall
description: This article shows you how you can detect malware with the Azure Firewall solution for Microsoft Sentinel. -+ Last updated 01/23/2024
firewall Diagnostic Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/diagnostic-logs.md
Title: Azure Firewall Diagnostic logs (legacy)
description: Diagnostic logs are the original Azure Firewall log queries that output log data in an unstructured or free-form text format. -+ Last updated 12/04/2023
firewall Dns Details https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/dns-details.md
Title: Azure Firewall DNS Proxy details
description: Learn how Azure Firewall DNS Proxy works -+ Last updated 06/11/2024
firewall Dns Settings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/dns-settings.md
Title: Azure Firewall DNS settings
description: You can configure Azure Firewall with DNS server and DNS proxy settings. -+ Last updated 06/21/2024
firewall Easy Upgrade https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/easy-upgrade.md
Title: Azure Firewall easy upgrade/downgrade
description: Learn about Azure Firewall easy upgrade/downgrade -+ Last updated 04/06/2023
firewall Enable Top Ten And Flow Trace https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/enable-top-ten-and-flow-trace.md
Title: Enable Top flows and Flow trace logs in Azure Firewall
description: Learn how to enable the Top flows and Flow trace logs in Azure Firewall. -+ Last updated 06/14/2024
firewall Explicit Proxy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/explicit-proxy.md
Title: Azure Firewall Explicit proxy (preview)
description: Learn about Azure Firewall's Explicit Proxy setting. -+ Last updated 03/30/2023
firewall Features https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/features.md
Title: Azure Firewall Standard features
description: Learn about Azure Firewall features. -+ Last updated 08/30/2023
firewall Firewall Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/firewall-best-practices.md
Title: Azure Firewall best practices for performance
description: Learn how to configure Azure Firewall to maximize performance -+ Last updated 11/17/2023
firewall Firewall Copilot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/firewall-copilot.md
Last updated 05/20/2024 -+ ms.localizationpriority: high
firewall Firewall Diagnostics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/firewall-diagnostics.md
Title: Monitor Azure Firewall logs and metrics
description: In this article, you learn how to enable and manage Azure Firewall logs and metrics. -+ Last updated 06/07/2023
firewall Firewall Known Issues https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/firewall-known-issues.md
Title: Azure Firewall known issues and limitations
description: Learn about Azure Firewall known issues and limitations. -+ Last updated 10/02/2023
firewall Firewall Multi Hub Spoke https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/firewall-multi-hub-spoke.md
Title: Use Azure Firewall to route a multi hub and spoke topology
description: Learn how you can deploy Azure Firewall to route a multi hub and spoke topology. -+ Last updated 05/30/2023
firewall Firewall Performance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/firewall-performance.md
Title: Azure Firewall performance
description: Compare Azure Firewall performance for Azure Firewall Basic, Standard, and Premium. -+ Last updated 01/30/2024
firewall Firewall Preview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/firewall-preview.md
Title: Azure Firewall preview features
description: Learn about Azure Firewall preview features that are currently publicly available. -+ Last updated 10/10/2023
firewall Firewall Sentinel Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/firewall-sentinel-overview.md
Title: Azure Firewall with Microsoft Sentinel overview
description: This article shows you how you can optimize security using the Azure Firewall solution for Microsoft Sentinel. -+ Last updated 10/09/2023
firewall Firewall Sftp https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/firewall-sftp.md
Title: Access a storage account using SFTP over an Azure Firewall static public
description: In this article, you use Azure PowerShell to deploy Azure Firewall to access a storage account container via SFTP. -+ Last updated 04/27/2023
firewall Firewall Structured Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/firewall-structured-logs.md
Title: Azure Structured Firewall Logs
description: Learn about Azure Structured Firewall Logs -+ Last updated 06/14/2024
firewall Firewall Workbook https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/firewall-workbook.md
Title: Using Azure Firewall Workbooks
description: Azure Firewall Workbooks provide a flexible canvas for Azure Firewall data analysis and the creation of rich visual reports within the Azure portal. -+ Last updated 12/06/2023
firewall Forced Tunneling https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/forced-tunneling.md
Title: Azure Firewall forced tunneling
description: You can configure forced tunneling to route Internet-bound traffic to another firewall or network virtual appliance for further processing. -+ Last updated 03/22/2024
firewall Fqdn Filtering Network Rules https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/fqdn-filtering-network-rules.md
Title: Azure Firewall FQDN filtering in network rules
description: How to use Azure Firewall FQDN filtering in network rules -+ Last updated 05/10/2024
firewall Fqdn Tags https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/fqdn-tags.md
Title: FQDN tags overview for Azure Firewall
description: An FQDN tag represents a group of fully qualified domain names (FQDNs) associated with well known Microsoft services. -+ Last updated 06/07/2024
firewall Ftp Support https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/ftp-support.md
Title: Azure Firewall FTP support
description: By default, Active FTP is disabled on Azure Firewall. You can enable it using PowerShell, CLI, and ARM template. -+ Last updated 06/02/2023
firewall Idps Signature Categories https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/idps-signature-categories.md
Title: Azure Firewall IDPS signature rule categories description: Learn about Azure Firewall IDPS signature rule categories and their descriptions. -+ Last updated 12/15/2021
firewall Infrastructure Fqdns https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/infrastructure-fqdns.md
Title: Infrastructure FQDN for Azure Firewall
description: Azure Firewall includes a built-in rule collection for infrastructure FQDNs that are allowed by default. -+ Last updated 11/19/2019
firewall Integrate Lb https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/integrate-lb.md
Title: Integrate Azure Firewall with Azure Standard Load Balancer
description: You can integrate an Azure Firewall into a virtual network with an Azure Standard Load Balancer (either public or internal). -+ Last updated 06/14/2024
firewall Integrate With Nat Gateway https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/integrate-with-nat-gateway.md
Title: Scale SNAT ports with Azure NAT Gateway
description: You can integrate Azure Firewall with a NAT gateway to increase SNAT ports. -+ Last updated 10/25/2023
firewall Ip Groups https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/ip-groups.md
Title: IP Groups in Azure Firewall
description: IP groups allow you to group and manage IP addresses for Azure Firewall rules. -+ Last updated 10/10/2023
firewall Logs And Metrics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/logs-and-metrics.md
Title: Overview of Azure Firewall logs and metrics
description: You can monitor Azure Firewall using firewall logs. You can also use activity logs to audit operations on Azure Firewall resources. -+ Last updated 12/04/2023
firewall Long Running Sessions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/long-running-sessions.md
Title: Long running TCP sessions with Azure Firewall
description: There are few scenarios where Azure Firewall can potentially drop long running TCP sessions. -+ Last updated 01/04/2023
firewall Metrics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/metrics.md
Title: Azure Firewall metrics and alerts
description: Metrics in Azure Monitor are numerical values that describe some aspect of a system at a particular time. -+ Last updated 12/04/2023
firewall Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/overview.md
Title: What is Azure Firewall?
description: Azure Firewall is a managed, cloud-based network security service that protects your Azure Virtual Network resources. -+
firewall Policy Analytics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/policy-analytics.md
Title: Azure Firewall Policy Analytics
description: Learn about Azure Firewall Policy Analytics -+ Last updated 05/09/2023
firewall Policy Rule Sets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/policy-rule-sets.md
Title: Azure Firewall policy rule sets
description: Azure Firewall policy has a hierarchy of rule collection groups, rule collections, and rules. -+ Last updated 05/09/2024
firewall Premium Certificates https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/premium-certificates.md
Title: Azure Firewall Premium certificates description: To properly configure TLS inspection on Azure Firewall Premium, you must configure and install Intermediate CA certificates. -+ Last updated 12/11/2022
firewall Premium Deploy Certificates Enterprise Ca https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/premium-deploy-certificates-enterprise-ca.md
Title: Deploy and configure Enterprise CA certificates for Azure Firewall Premium description: Learn how to deploy and configure Enterprise CA certificates for Azure Firewall Premium. -+ Last updated 02/03/2022
firewall Premium Deploy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/premium-deploy.md
Title: Deploy and configure Azure Firewall Premium description: Learn how to deploy and configure Azure Firewall Premium. -+ Last updated 02/28/2022
firewall Premium Features https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/premium-features.md
Title: Azure Firewall Premium features description: Azure Firewall Premium is a managed, cloud-based network security service that protects your Azure Virtual Network resources. -+ Last updated 06/14/2023
firewall Premium Migrate https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/premium-migrate.md
Title: Migrate to Azure Firewall Premium description: Learn how to migrate from Azure Firewall Standard to Azure Firewall Premium. -+ Last updated 03/30/2022
firewall Premium Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/premium-portal.md
Title: Azure Firewall Premium in the Azure portal description: Learn about Azure Firewall Premium in the Azure portal. -+ Last updated 07/15/2021
firewall Protect Azure Kubernetes Service https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/protect-azure-kubernetes-service.md
Title: Use Azure Firewall to protect Azure Kubernetes Service (AKS) clusters description: Learn how to use Azure Firewall to protect Azure Kubernetes Service (AKS) clusters -+
firewall Protect Azure Virtual Desktop https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/protect-azure-virtual-desktop.md
Title: Use Azure Firewall to protect Azure Virtual Desktop description: Learn how to use Azure Firewall to protect Azure Virtual Desktop deployments. -+ Last updated 12/14/2023
firewall Protect Office 365 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/protect-office-365.md
Title: Use Azure Firewall to protect Office 365 description: Learn how to use Azure Firewall to protect Office 365 -+ Last updated 11/27/2023
firewall Quick Create Ipgroup Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/quick-create-ipgroup-bicep.md
Title: 'Quickstart: Create an Azure Firewall and IP Groups - Bicep'
description: In this quickstart, you learn how to use a Bicep file to create an Azure Firewall and IP Groups. -+ Last updated 08/25/2022
firewall Quick Create Ipgroup Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/quick-create-ipgroup-template.md
Title: 'Quickstart: Create an Azure Firewall and IP Groups - Resource Manager te
description: In this quickstart, you learn how to use an Azure Resource Manager template (ARM template) to create an Azure Firewall and IP Groups. -+ Last updated 05/10/2021
firewall Quick Create Ipgroup Terraform https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/quick-create-ipgroup-terraform.md
Title: 'Quickstart: Create an Azure Firewall and IP Groups - Terraform'
description: In this quickstart, you learn how to use Terraform to create an Azure Firewall and IP Groups. -+
firewall Quick Create Multiple Ip Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/quick-create-multiple-ip-bicep.md
Title: 'Quickstart: Create an Azure Firewall with multiple public IP addresses -
description: In this quickstart, you learn how to use a Bicep file to create an Azure Firewall with multiple public IP addresses. -+
firewall Quick Create Multiple Ip Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/quick-create-multiple-ip-template.md
Title: 'Quickstart: Create an Azure Firewall with multiple public IP addresses -
description: In this quickstart, you learn how to use an Azure Resource Manager template (ARM template) to create an Azure Firewall with multiple public IP addresses. -+ Last updated 10/19/2023
firewall Quick Create Multiple Ip Terraform https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/quick-create-multiple-ip-terraform.md
Title: 'Quickstart: Create an Azure Firewall with multiple public IP addresses -
description: In this quickstart, you learn how to use Terraform to create an Azure Firewall with multiple public IP addresses. -+
firewall Remote Work Support https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/remote-work-support.md
Title: Azure Firewall remote work support
description: This article shows how Azure Firewall can support your remote work force requirements. -+ Last updated 05/04/2020
firewall Rule Processing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/rule-processing.md
Title: Azure Firewall rule processing logic
description: Azure Firewall has NAT rules, network rules, and applications rules. The rules are processed according to the rule type. -+ Last updated 07/02/2024
firewall Service Tags https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/service-tags.md
Title: Overview of Azure Firewall service tags
description: A service tag represents a group of IP address prefixes to help minimize complexity for security rule creation. -+ Last updated 08/31/2023
firewall Snat Private Range https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/snat-private-range.md
Title: Azure Firewall SNAT private IP address ranges
description: You can configure IP address ranges for SNAT. -+ Last updated 08/02/2023
firewall Sql Fqdn Filtering https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/sql-fqdn-filtering.md
Title: Configure Azure Firewall application rules with SQL FQDNs
description: In this article, you learn how to configure SQL FQDNs in Azure Firewall application rules. -+ Last updated 10/31/2022
firewall Threat Intel https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/threat-intel.md
Title: Azure Firewall threat intelligence based filtering
description: You can enable Threat intelligence-based filtering for your firewall to alert and deny traffic from/to known malicious IP addresses and domains. -+ Last updated 08/01/2022
firewall Tutorial Firewall Deploy Portal Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/tutorial-firewall-deploy-portal-policy.md
Title: 'Tutorial: Deploy & configure Azure Firewall and policy using the Azure p
description: In this tutorial, you learn how to deploy and configure Azure Firewall and policy rules using the Azure portal. -+ Last updated 06/06/2024
firewall Tutorial Firewall Deploy Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/tutorial-firewall-deploy-portal.md
Title: Deploy & configure Azure Firewall using the Azure portal
description: In this article, you learn how to deploy and configure Azure Firewall using the Azure portal. -+ Last updated 11/14/2023
firewall Tutorial Firewall Dnat Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/tutorial-firewall-dnat-policy.md
Title: 'Tutorial: Filter inbound Internet traffic with Azure Firewall DNAT polic
description: In this tutorial, you learn how to deploy and configure Azure Firewall policy DNAT using the Azure portal. -+ Last updated 08/26/2021
firewall Tutorial Firewall Dnat https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/tutorial-firewall-dnat.md
Title: Filter inbound Internet traffic with Azure Firewall DNAT using the portal
description: In this article, you learn how to deploy and configure Azure Firewall DNAT using the Azure portal. -+ Last updated 08/31/2023
firewall Tutorial Hybrid Portal Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/tutorial-hybrid-portal-policy.md
Title: 'Tutorial: Deploy and configure Azure Firewall and policy in a hybrid net
description: In this tutorial, you learn how to deploy and configure Azure Firewall and policy using the Azure portal. -+ Last updated 06/08/2022
firewall Tutorial Hybrid Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/tutorial-hybrid-portal.md
Title: Deploy and configure Azure Firewall in a hybrid network by using the Azur
description: In this article, you learn how to deploy and configure Azure Firewall by using the Azure portal. -+ Last updated 08/31/2023
firewall Tutorial Hybrid Ps https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/tutorial-hybrid-ps.md
Title: Deploy and configure Azure Firewall in a hybrid network by using PowerShe
description: In this article, you learn how to deploy and configure Azure Firewall by using Azure PowerShell. -+ Last updated 10/27/2022
firewall Web Categories https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/firewall/web-categories.md
Title: Azure Firewall web categories description: Learn about Azure Firewall web categories and their descriptions. -+ Last updated 10/20/2023
frontdoor Apex Domain https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/frontdoor/apex-domain.md
Title: 'Apex domains in Azure Front Door'
description: Learn about apex domains when using Azure Front Door. -+ Last updated 03/31/2024
frontdoor Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/frontdoor/best-practices.md
Title: Azure Front Door - Best practices
description: This page provides information about how to configure Azure Front Door based on Microsoft's best practices. -+ Last updated 03/11/2024
frontdoor Billing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/frontdoor/billing.md
Title: Understand Azure Front Door billing
description: Learn how you're billed when you use Azure Front Door. -+ Last updated 12/28/2023
frontdoor Create Front Door Terraform https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/frontdoor/create-front-door-terraform.md
Last updated 8/11/2023 -+ content_well_notification: - AI-contribution
frontdoor Domain https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/frontdoor/domain.md
Title: 'Domains in Azure Front Door'
description: Learn about custom domains when using Azure Front Door. -+ Last updated 10/31/2023
frontdoor Front Door Routing Limits https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/frontdoor/front-door-routing-limits.md
description: This article helps you understand the composite limits around routing for Azure Front Door. -+ Last updated 12/28/2023
frontdoor Front Door Traffic Acceleration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/frontdoor/front-door-traffic-acceleration.md
description: This article helps you understand how Front Door accelerates traffic. -+ Last updated 08/31/2023
frontdoor How To Configure Caching https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/frontdoor/how-to-configure-caching.md
description: This article shows you how to configure caching on Azure Front Door. -+ Last updated 03/31/2024
frontdoor Origin Security https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/frontdoor/origin-security.md
description: This article explains how to ensure that your origins receive traffic only from Azure Front Door. -+ Last updated 10/02/2023
frontdoor Quickstart Create Front Door Terraform https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/frontdoor/quickstart-create-front-door-terraform.md
Last updated 8/11/2023 -+ content_well_notification: - AI-contribution
frontdoor Scenario Upload Storage Blobs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/frontdoor/scenario-upload-storage-blobs.md
Title: Reliable file upload to Azure Storage Blob through Azure Front Door
description: Learn how to use Azure Front Door with Azure Storage Blob for the upload of mission critical content to enable a secure, reliable, and scalable architecture. -+ Last updated 05/10/2024
frontdoor Scenarios https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/frontdoor/scenarios.md
Title: Accelerate and secure your web application with Azure Front Door
description: This article explains how Front Door can help you to build a well architected solution on Azure. -+ Last updated 02/13/2023
frontdoor How To Add Security Headers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/frontdoor/standard-premium/how-to-add-security-headers.md
Title: Configure security headers with Azure Front Door Standard/Premium Rule Se
description: This article provides guidance on how to use rule set to configure security headers. -+ Last updated 08/31/2023
frontdoor How To Compression https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/frontdoor/standard-premium/how-to-compression.md
Title: Improve performance by compressing files in Azure Front Door
description: Learn how to improve file transfer speed and increase page-load performance by compressing your files in Azure Front Door. -+ Last updated 04/21/2024
frontdoor How To Monitor Metrics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/frontdoor/standard-premium/how-to-monitor-metrics.md
description: This article describes the Azure Front Door monitoring metrics.
-+ Last updated 03/31/2024
frontdoor Troubleshoot Cross Origin Resources https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/frontdoor/standard-premium/troubleshoot-cross-origin-resources.md
Title: Using Azure Front Door Standard/Premium with Cross-Origin Resource Sharin
description: Learn how to use the Azure Front Door (AFD) to with Cross-Origin Resource Sharing (CORS). -+ Last updated 12/28/2023
frontdoor Terraform Samples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/frontdoor/terraform-samples.md
Title: Terraform samples - Azure Front Door
description: Learn about Terraform samples for Azure Front Door, including samples for creating a basic Front Door profile. -+ Last updated 11/22/2022
frontdoor Troubleshoot Performance Issues https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/frontdoor/troubleshoot-performance-issues.md
description: In this article, investigate, diagnose, and resolve potential latency or bandwidth problems associated with Azure Front Door and site performance. -+ Last updated 08/30/2023
fxt-edge-filer Add Nodes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/fxt-edge-filer/add-nodes.md
Title: 'Tutorial: Add nodes to an Azure FXT Edge Filer cluster'
description: Learn how to add cluster nodes to the Azure FXT Edge Filer storage cache and enable the High Availability (HA) feature. -+ Last updated 05/26/2021
fxt-edge-filer Add Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/fxt-edge-filer/add-storage.md
Title: 'Tutorial: Add storage to an Azure FXT Edge Filer cluster'
description: How to configure back-end storage and the client-facing pseudonamespace for Azure FXT Edge Filer -+ Last updated 06/20/2019
fxt-edge-filer Additional Doc https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/fxt-edge-filer/additional-doc.md
Title: Microsoft Azure FXT Edge Filer - Additional documentation description: Additional reference documents help you understand and work with your Microsoft Azure FXT Edge Filer hybrid cache. -+ Last updated 06/20/2019
fxt-edge-filer Cluster Create https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/fxt-edge-filer/cluster-create.md
Title: 'Tutorial: Create the Azure FXT Edge Filer cache cluster'
description: Learn how to create a hybrid storage cache cluster with the Azure FXT Edge Filer and how to sign in to the cluster control panel to configure the cluster settings. -+ Last updated 07/01/2019
fxt-edge-filer Configure Network https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/fxt-edge-filer/configure-network.md
Title: 'Tutorial: Configure network in an Azure FXT Edge Filer cluster'
description: How to customize network settings after creating the Azure FXT Edge Filer cluster -+ Last updated 10/07/2021
fxt-edge-filer Install https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/fxt-edge-filer/install.md
Title: 'Tutorial: Install an Azure FXT Edge Filer physical device'
description: How to unpack, rack, and cable the physical device component of the Microsoft Azure FXT Edge Filer hybrid storage cache -+ Last updated 07/01/2019
fxt-edge-filer Monitor https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/fxt-edge-filer/monitor.md
Title: Monitor the Azure FXT Edge Filer description: How to monitor hardware status for the Azure FXT Edge Filer hybrid storage cache -+ Last updated 06/20/2019
fxt-edge-filer Mount Clients https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/fxt-edge-filer/mount-clients.md
Title: Mount clients on the Microsoft Azure FXT Edge Filer cluster description: How NFS client machines can mount the Azure FXT Edge Filer hybrid storage cache -+ Last updated 06/20/2019
fxt-edge-filer Network Power https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/fxt-edge-filer/network-power.md
Title: 'Tutorial: Connect cables to an Azure FXT Edge Filer'
description: How to cable the network ports and attach power for Azure FXT Edge Filer hardware -+ Last updated 07/01/2019
fxt-edge-filer Node Password https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/fxt-edge-filer/node-password.md
Title: 'Tutorial: Initialize hardware - Azure FXT Edge Filer'
description: Learn how to connect to the hardware node and set an initial password on Azure FXT Edge Filer nodes. -+ Last updated 06/20/2019
fxt-edge-filer Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/fxt-edge-filer/overview.md
Title: Microsoft Azure FXT Edge Filer overview description: Describes Azure FXT Edge Filer hybrid storage cache, an active archive and file access accelerator solution for high performance computing -+ Last updated 07/01/2019
fxt-edge-filer Port List https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/fxt-edge-filer/port-list.md
Title: 'Port list for Azure FXT Edge Filer'
description: List of the TCP/UDP ports used by FXT cluster environments -+ Last updated 05/26/2021
fxt-edge-filer Power Off https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/fxt-edge-filer/power-off.md
Title: How to shut down a Microsoft Azure FXT Edge Filer unit description: Learn the procedures for startup and safe shutdown of an Azure FXT Edge Filer node by using the cluster control panel software. -+ Last updated 07/01/2019
fxt-edge-filer Specs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/fxt-edge-filer/specs.md
Title: Microsoft Azure FXT Edge Filer specifications | Microsoft Docs description: Learn about the physical and environmental specifications for Microsoft Azure FXT Edge Filer hardware. -+ Last updated 06/20/2019
fxt-edge-filer Support Ticket https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/fxt-edge-filer/support-ticket.md
Title: Open a support ticket for Microsoft Azure FXT Edge Filer description: Open a support ticket with Microsoft Customer Service and Support for help with your Azure FXT Edge Filer system. -+ Last updated 07/10/2019
fxt-edge-filer Supported Ciphers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/fxt-edge-filer/supported-ciphers.md
Title: 'Supported encryption ciphers for Azure FXT Edge Filer'
description: List of encryption standards used by FXT Edge Filer clusters. -+ Last updated 05/20/2021
hdinsight Ambari Web Ui Auto Logout https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/ambari-web-ui-auto-logout.md
Title: Disable auto logout in Azure HDInsight Ambari Web UI if the session is inactive. description: Disable able auto logout from Ambari Web UI.-+ Last updated 11/21/2023
hdinsight Apache Ambari Email https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/apache-ambari-email.md
Title: 'Tutorial: Configure Apache Ambari email notifications in Azure HDInsight' description: This article describes how to use SendGrid with Apache Ambari for email notifications.-+ Last updated 06/15/2024
hdinsight Apache Ambari Usage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/apache-ambari-usage.md
Title: Apache Ambari usage in Azure HDInsight description: Discussion of how Apache Ambari is used in Azure HDInsight.-+ Last updated 06/15/2024
hdinsight Apache Kafka Spark Structured Streaming Cosmosdb https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/apache-kafka-spark-structured-streaming-cosmosdb.md
Title: Apache Spark and Apache Kafka with Azure Cosmos DB - Azure HDInsight description: Learn how to use Apache Spark Structured Streaming to read data from Apache Kafka and then store it into Azure Cosmos DB. In this example, you stream data using a Jupyter Notebook from Spark on HDInsight.-+ Last updated 12/05/2023
hdinsight Azure Cli Samples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/azure-cli-samples.md
Title: 'Azure HDInsight: Azure CLI samples' description: Azure CLI examples for common tasks in Azure HDInsight.-+ Last updated 09/19/2023
hdinsight Benefits Of Migrating To Hdinsight 40 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/benefits-of-migrating-to-hdinsight-40.md
Title: Benefits of migrating to Azure HDInsight 4.0. description: Learn the benefits of migrating to Azure HDInsight 4.0.-+ Last updated 07/23/2024
hdinsight Cluster Availability Monitor Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/cluster-availability-monitor-logs.md
Title: How to monitor cluster availability with Azure Monitor logs in HDInsight description: Learn how to use Azure Monitor logs to monitor cluster health and availability.-+ Last updated 06/15/2024
hdinsight Cluster Management Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/cluster-management-best-practices.md
Title: Cluster management best practices - Azure HDInsight description: Learn best practices for managing HDInsight clusters.-+ Last updated 06/14/2024
hdinsight Cluster Reboot Vm https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/cluster-reboot-vm.md
Title: Reboot VMs for Azure HDInsight clusters description: Learn how to reboot unresponsive VMs for Azure HDInsight clusters. -+ Last updated 06/15/2024
hdinsight Cluster Reliability Issues https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/cluster-reliability-issues.md
Title: Cluster reliability issue with older images in HDInsight clusters description: Cluster reliability issue with older images in HDInsight clusters-+ Last updated 03/28/2024
hdinsight Component Version Validation Error Arm Templates https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/component-version-validation-error-arm-templates.md
Title: Component version validation error in Azure Resource Manager templates description: Component version validation error in ARM templates Known Issue-+ Last updated 03/26/2024
hdinsight Connect On Premises Network https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/connect-on-premises-network.md
Title: Connect Azure HDInsight to your on-premises network description: Learn how to create an HDInsight cluster in an Azure Virtual Network, and then connect it to your on-premises network. Learn how to configure name resolution between HDInsight and your on-premises network by using a custom DNS server.-+ Last updated 06/15/2024
hdinsight Control Network Traffic https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/control-network-traffic.md
Title: Control network traffic in Azure HDInsight description: Learn techniques for controlling inbound and outbound traffic to Azure HDInsight clusters.-+ Last updated 06/15/2024
hdinsight Create Cluster Error Dictionary https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/create-cluster-error-dictionary.md
Title: Azure HDInsight Create a cluster - error dictionary description: Learn how to troubleshoot errors that occur when creating Azure HDInsight clusters-+ Last updated 06/15/2024
hdinsight Disk Encryption https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/disk-encryption.md
Title: Double encryption for data at rest description: This article describes the two layers of encryption available for data at rest on Azure HDInsight clusters.-+ Last updated 06/15/2024
hdinsight Apache Domain Joined Architecture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/domain-joined/apache-domain-joined-architecture.md
Title: Azure HDInsight architecture with Enterprise Security Package description: Learn how to plan Azure HDInsight security with Enterprise Security Package.-+ Last updated 06/15/2024
hdinsight Apache Domain Joined Configure Using Azure Adds https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/domain-joined/apache-domain-joined-configure-using-azure-adds.md
Title: Configure clusters for Microsoft Entra integration description: Learn how to set up and configure an HDInsight cluster integrated with Active Directory by using Microsoft Entra Domain Services and the Enterprise Security Package feature.-+ Last updated 09/21/2023
hdinsight Apache Domain Joined Create Configure Enterprise Security Cluster https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/domain-joined/apache-domain-joined-create-configure-enterprise-security-cluster.md
Title: Create, configure Enterprise Security Package clusters - Azure description: Learn how to create and configure Enterprise Security Package clusters in Azure HDInsight -+ Last updated 06/14/2024
hdinsight Apache Domain Joined Manage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/domain-joined/apache-domain-joined-manage.md
Title: Manage Enterprise Security Package clusters - Azure HDInsight description: Learn how to manage Azure HDInsight clusters with Enterprise Security Package.-+ Last updated 06/15/2024
hdinsight Apache Domain Joined Run Hbase https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/domain-joined/apache-domain-joined-run-hbase.md
Title: Tutorial - Apache HBase & Enterprise Security Package - Azure HDInsight description: Tutorial - Learn how to configure Apache Ranger policies for HBase in Azure HDInsight with Enterprise Security Package.-+ Last updated 05/15/2024
hdinsight Apache Domain Joined Run Hive https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/domain-joined/apache-domain-joined-run-hive.md
Title: Apache Hive policies in Apache Ranger - Azure HDInsight description: Learn how to configure Apache Ranger policies for Hive in an Azure HDInsight service with Enterprise Security Package.-+ Last updated 05/22/2024
hdinsight Apache Domain Joined Run Kafka https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/domain-joined/apache-domain-joined-run-kafka.md
Title: Tutorial - Apache Kafka & Enterprise Security Package - Azure HDInsight description: Tutorial - Learn how to configure Apache Ranger policies for Kafka in Azure HDInsight with Enterprise Security Package.-+ Last updated 06/15/2024
hdinsight Domain Joined Authentication Issues https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/domain-joined/domain-joined-authentication-issues.md
Title: Authentication issues in Azure HDInsight description: Authentication issues in Azure HDInsight-+ Last updated 07/09/2024
hdinsight Encryption In Transit https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/domain-joined/encryption-in-transit.md
Title: Azure HDInsight Encryption in transit description: Learn about security features to provide encryption in transit for your Azure HDInsight cluster.-+ Last updated 06/15/2024
hdinsight General Guidelines https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/domain-joined/general-guidelines.md
Title: Enterprise security general guidelines in Azure HDInsight description: Some best practices that should make Enterprise Security Package deployment and management easier.-+ Last updated 06/15/2024
hdinsight Hdinsight Security Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/domain-joined/hdinsight-security-overview.md
Title: Overview of enterprise security in Azure HDInsight description: Learn the various methods to ensure enterprise security in Azure HDInsight.-+ Last updated 07/23/2024 #Customer intent: As a user of Azure HDInsight, I want to learn the means that Azure HDInsight offers to ensure security for the enterprise.
hdinsight Hdinsight Use Oozie Domain Joined Clusters https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/domain-joined/hdinsight-use-oozie-domain-joined-clusters.md
Title: Apache Oozie workflows & Enterprise Security - Azure HDInsight description: Secure Apache Oozie workflows using the Azure HDInsight Enterprise Security Package. Learn how to define an Oozie workflow and submit an Oozie job.-+ Last updated 06/15/2024
hdinsight Identity Broker https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/domain-joined/identity-broker.md
Title: Azure HDInsight ID Broker (HIB) description: Learn about Azure HDInsight ID Broker to simplify authentication for domain-joined Apache Hadoop clusters.-+ Last updated 06/14/2024
hdinsight Ldap Sync https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/domain-joined/ldap-sync.md
Title: LDAP sync in Ranger and Apache Ambari in Azure HDInsight description: Address the LDAP sync in Ranger and Ambari and provide general guidelines.-+ Last updated 06/15/2024
hdinsight Sample Script https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/domain-joined/sample-script.md
Title: Sample script for Azure HDInsight when cluster creation fails description: Sample script to run when Azure HDInsight cluster creation fails with DomainNotFound error.-+ Last updated 06/15/2024
hdinsight Ssh Domain Accounts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/domain-joined/ssh-domain-accounts.md
Title: Manage SSH access for domain accounts in Azure HDInsight description: Steps to manage SSH access for Microsoft Entra accounts in HDInsight.-+ Last updated 09/19/2023
hdinsight Troubleshoot Domainnotfound https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/domain-joined/troubleshoot-domainnotfound.md
Title: Cluster creation fails with DomainNotFound error in Azure HDInsight description: Troubleshooting steps and possible resolutions for issues when interacting with Azure HDInsight clusters-+ Last updated 06/15/2024
hdinsight Enterprise Security Package https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/enterprise-security-package.md
Title: Enterprise Security Package for Azure HDInsight description: Learn the Enterprise Security Package components and versions in Azure HDInsight.-+ Last updated 09/19/2023
hdinsight Find Host Name https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/find-host-name.md
Title: How to get the host names of Azure HDInsight cluster nodes description: Learn about how to get host names and FQDN name of Azure HDInsight cluster nodes.-+
hdinsight Apache Ambari Troubleshoot Directory Alerts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-ambari-troubleshoot-directory-alerts.md
Title: Apache Ambari directory alerts in Azure HDInsight description: Discussion and analysis of possible reasons and solutions for Apache Ambari directory alerts in HDInsight.-+ Last updated 03/23/2024
hdinsight Apache Ambari Troubleshoot Down Hosts Services https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-ambari-troubleshoot-down-hosts-services.md
Title: Apache Ambari UI shows down hosts and services in Azure HDInsight description: Troubleshooting an Apache Ambari UI issue when it shows down hosts and services in Azure HDInsight-+ Last updated 05/15/2024
hdinsight Apache Ambari Troubleshoot Fivezerotwo Error https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-ambari-troubleshoot-fivezerotwo-error.md
Title: Apache Ambari UI 502 error in Azure HDInsight description: Apache Ambari UI 502 error when you try to access your Azure HDInsight cluster-+ Last updated 05/15/2024
hdinsight Apache Ambari Troubleshoot Heartbeat Issues https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-ambari-troubleshoot-heartbeat-issues.md
Title: Apache Ambari heartbeat issues in Azure HDInsight description: Review of various reasons for Apache Ambari heartbeat issues in Azure HDInsight-+ Last updated 05/15/2024
hdinsight Apache Ambari Troubleshoot Metricservice Issues https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-ambari-troubleshoot-metricservice-issues.md
Title: Apache Ambari Metrics Collector issues in Azure HDInsight description: Troubleshooting Apache Ambari Metrics Collector issues in Azure HDInsight-+
hdinsight Apache Ambari Troubleshoot Stale Alerts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-ambari-troubleshoot-stale-alerts.md
Title: Apache Ambari stale alerts in Azure HDInsight description: Discussion and analysis of possible reasons and solutions for Apache Ambari stale alerts in HDInsight.-+ Last updated 03/23/2024
hdinsight Apache Hadoop Connect Excel Hive Odbc Driver https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-connect-excel-hive-odbc-driver.md
Title: Excel & Apache Hadoop with Open Database Connectivity (ODBC) Driver - Azure HDInsight description: Learn how to set up and use the Microsoft Hive ODBC driver for Excel to query data in HDInsight clusters from Microsoft Excel.-+ Last updated 06/15/2024
hdinsight Apache Hadoop Connect Excel Power Query https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-connect-excel-power-query.md
Title: Connect Excel to Apache Hadoop with Power Query - Azure HDInsight description: Learn how to take advantage of business intelligence components and use Power Query for Excel to access data stored in Hadoop on HDInsight.-+ Last updated 06/14/2024
hdinsight Apache Hadoop Connect Hive Jdbc Driver https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-connect-hive-jdbc-driver.md
Title: Query Apache Hive through the JDBC driver - Azure HDInsight description: Use the JDBC driver from a Java application to submit Apache Hive queries to Hadoop on HDInsight. -+ Last updated 02/12/2024
hdinsight Apache Hadoop Connect Hive Power Bi https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-connect-hive-power-bi.md
Title: Visualize Apache Hive data with Power BI - Azure HDInsight description: Learn how to use Microsoft Power BI to visualize Hive data processed by Azure HDInsight.-+ Last updated 06/13/2024
hdinsight Apache Hadoop Deep Dive Advanced Analytics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-deep-dive-advanced-analytics.md
Title: Deep dive - advanced analytics - Azure HDInsight description: Learn how advanced analytics uses algorithms to process big data in Azure HDInsight.-+ Last updated 08/22/2023
hdinsight Apache Hadoop Develop Deploy Java Mapreduce Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-develop-deploy-java-mapreduce-linux.md
Title: Create Java MapReduce for Apache Hadoop - Azure HDInsight description: Learn how to use Apache Maven to create a Java-based MapReduce application, then run it with Hadoop on Azure HDInsight.-+ Last updated 06/14/2024
hdinsight Apache Hadoop Dotnet Csharp Mapreduce Streaming https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-dotnet-csharp-mapreduce-streaming.md
Title: Use C# with MapReduce on Hadoop in HDInsight - Azure description: Learn how to use C# to create MapReduce solutions with Apache Hadoop in Azure HDInsight.-+ Last updated 09/14/2023
hdinsight Apache Hadoop Etl At Scale https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-etl-at-scale.md
Title: Extract, transform, and load (ETL) at scale - Azure HDInsight description: Learn how extract, transform, and load is used in HDInsight with Apache Hadoop.-+ Last updated 12/05/2023
hdinsight Apache Hadoop Hive Java Udf https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-hive-java-udf.md
Title: Java user-defined function (UDF) with Apache Hive Azure HDInsight description: Learn how to create a Java-based user-defined function (UDF) that works with Apache Hive. This example UDF converts a table of text strings to lowercase.-+ Last updated 07/12/2024
hdinsight Apache Hadoop Hive Pig Udf Dotnet Csharp https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-hive-pig-udf-dotnet-csharp.md
Title: C#, Apache Hive & Apache Pig on Apache Hadoop - Azure HDInsight description: Learn how to use C# user-defined functions (UDF) with Apache Hive and Apache Pig streaming in Azure HDInsight.-+ Last updated 06/13/2024
hdinsight Apache Hadoop Introduction https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-introduction.md
Title: What is Apache Hadoop and MapReduce - Azure HDInsight description: An introduction to HDInsight, and the Apache Hadoop technology stack and components.-+ Last updated 07/23/2024
hdinsight Apache Hadoop Linux Create Cluster Get Started Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-linux-create-cluster-get-started-portal.md
Title: 'Quickstart: Apache Hadoop, Apache Hive & Azure HDInsight portal' description: In this quickstart, you use the Azure portal to create an HDInsight Hadoop cluster keywords: hadoop getting started,hadoop linux,hadoop quickstart,hive getting started,hive quickstart-+ Last updated 11/29/2023
hdinsight Apache Hadoop Linux Tutorial Get Started Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-linux-tutorial-get-started-bicep.md
Title: 'Quickstart: Create Apache Hadoop cluster in Azure HDInsight using Bicep'
description: In this quickstart, you create Apache Hadoop cluster in Azure HDInsight using Bicep -+ Last updated 12/05/2023
hdinsight Apache Hadoop Linux Tutorial Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-linux-tutorial-get-started.md
Title: 'Quickstart: Create Apache Hadoop cluster in Azure HDInsight using Resource Manager template' description: In this quickstart, you create Apache Hadoop cluster in Azure HDInsight using Resource Manager template-+ Last updated 09/15/2023
hdinsight Apache Hadoop Mahout Linux Mac https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-mahout-linux-mac.md
Title: Generate recommendations using Apache Mahout in Azure HDInsight description: Learn how to use the Apache Mahout machine learning library to generate movie recommendations with HDInsight.-+ Last updated 11/21/2023
hdinsight Apache Hadoop On Premises Migration Best Practices Architecture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-on-premises-migration-best-practices-architecture.md
Title: 'Architecture: On-premises Apache Hadoop to Azure HDInsight' description: Learn architecture best practices for migrating on-premises Hadoop clusters to Azure HDInsight.-+ Last updated 12/05/2023
hdinsight Apache Hadoop On Premises Migration Best Practices Data Migration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-on-premises-migration-best-practices-data-migration.md
Title: 'Data migration: On-premises Apache Hadoop to Azure HDInsight' description: Learn data migration best practices for migrating on-premises Hadoop clusters to Azure HDInsight.-+ Last updated 06/14/2024
hdinsight Apache Hadoop On Premises Migration Best Practices Infrastructure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-on-premises-migration-best-practices-infrastructure.md
Title: 'Infrastructure: On-premises Apache Hadoop to Azure HDInsight' description: Learn infrastructure best practices for migrating on-premises Hadoop clusters to Azure HDInsight.-+ Last updated 07/12/2024
hdinsight Apache Hadoop On Premises Migration Best Practices Security Devops https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-on-premises-migration-best-practices-security-devops.md
Title: 'Security: Migrate on-premises Apache Hadoop to Azure HDInsight' description: Learn security and DevOps best practices for migrating on-premises Hadoop clusters to Azure HDInsight.-+ Last updated 05/22/2024
hdinsight Apache Hadoop On Premises Migration Best Practices Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-on-premises-migration-best-practices-storage.md
Title: 'Storage: Migrate on-premises Apache Hadoop to Azure HDInsight' description: Learn storage best practices for migrating on-premises Hadoop clusters to Azure HDInsight.-+ Last updated 07/24/2024
hdinsight Apache Hadoop On Premises Migration Motivation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-on-premises-migration-motivation.md
Title: 'Benefits: Migrate on-premises Apache Hadoop to Azure HDInsight' description: Learn the motivation and benefits for migrating on-premises Hadoop clusters to Azure HDInsight.-+ Last updated 12/08/2023
hdinsight Apache Hadoop Run Custom Programs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-run-custom-programs.md
Title: Run custom MapReduce programs - Azure HDInsight description: When and how to run custom Apache MapReduce programs on Azure HDInsight clusters.-+ Last updated 02/12/2024
hdinsight Apache Hadoop Run Samples Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-run-samples-linux.md
Title: Run Apache Hadoop MapReduce examples on HDInsight - Azure description: Get started using MapReduce samples in jar files included in HDInsight. Use SSH to connect to the cluster, and then use the Hadoop command to run sample jobs.-+ Last updated 09/14/2023
hdinsight Apache Hadoop Use Hive Ambari View https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-use-hive-ambari-view.md
Title: Use Apache Ambari Hive View with Apache Hadoop in Azure HDInsight description: Learn how to use the Hive View from your web browser to submit Hive queries. The Hive View is part of the Ambari Web UI provided with your Linux-based HDInsight cluster.-+ Last updated 07/12/2024
hdinsight Apache Hadoop Use Hive Beeline https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-use-hive-beeline.md
Title: Use Apache Beeline with Apache Hive - Azure HDInsight description: Learn how to use the Beeline client to run Hive queries with Hadoop on HDInsight. Beeline is a utility for working with HiveServer2 over JDBC.-+ Last updated 05/10/2024
hdinsight Apache Hadoop Use Hive Curl https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-use-hive-curl.md
Title: Use Apache Hadoop Hive with Curl in HDInsight - Azure description: Learn how to remotely submit Apache Pig jobs to Azure HDInsight using Curl.-+ Last updated 09/14/2023
hdinsight Apache Hadoop Use Hive Dotnet Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-use-hive-dotnet-sdk.md
Title: Run Apache Hive queries using HDInsight .NET SDK - Azure description: Learn how to submit Apache Hadoop jobs to Azure HDInsight Apache Hadoop using HDInsight .NET SDK.-+ Last updated 05/23/2024
hdinsight Apache Hadoop Use Hive Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-use-hive-powershell.md
Title: Use Apache Hive with PowerShell in HDInsight - Azure description: Use PowerShell to run Apache Hive queries in Apache Hadoop in Azure HDInsight-+ Last updated 09/14/2023
hdinsight Apache Hadoop Use Hive Visual Studio https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-use-hive-visual-studio.md
Title: Apache Hive & Data Lake tools for Visual Studio - Azure HDInsight description: Learn how to use the Data Lake tools for Visual Studio to run Apache Hive queries with Apache Hadoop on Azure HDInsight.-+ Last updated 05/15/2024
hdinsight Apache Hadoop Use Mapreduce Curl https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-use-mapreduce-curl.md
Title: Use MapReduce and Curl with Apache Hadoop in HDInsight - Azure description: Learn how to remotely run MapReduce jobs with Apache Hadoop on HDInsight using Curl.-+ Last updated 05/09/2024
hdinsight Apache Hadoop Use Mapreduce Dotnet Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-use-mapreduce-dotnet-sdk.md
Title: Submit MapReduce jobs using HDInsight .NET SDK - Azure description: Learn how to submit MapReduce jobs to Azure HDInsight Apache Hadoop using HDInsight .NET SDK.-+ Last updated 05/22/2024
hdinsight Apache Hadoop Use Mapreduce Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-use-mapreduce-powershell.md
Title: Use MapReduce and PowerShell with Apache Hadoop - Azure HDInsight description: Learn how to use PowerShell to remotely run MapReduce jobs with Apache Hadoop on HDInsight.-+ Last updated 06/15/2024
hdinsight Apache Hadoop Use Mapreduce Ssh https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-use-mapreduce-ssh.md
Title: MapReduce and SSH connection with Apache Hadoop - Azure HDInsight description: Learn how to use SSH to run MapReduce jobs using Apache Hadoop on HDInsight.-+ Last updated 09/27/2023
hdinsight Apache Hadoop Use Sqoop Curl https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-use-sqoop-curl.md
Title: Use Curl to export data with Apache Sqoop in Azure HDInsight description: Learn how to remotely submit Apache Sqoop jobs to Azure HDInsight using Curl.-+ Last updated 05/10/2024
hdinsight Apache Hadoop Use Sqoop Dotnet Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-use-sqoop-dotnet-sdk.md
Title: Run Apache Sqoop jobs by using .NET and HDInsight - Azure description: Learn how to use the HDInsight .NET SDK to run Apache Sqoop import and export between an Apache Hadoop cluster and an Azure SQL Database.-+ Last updated 03/15/2024
hdinsight Apache Hadoop Use Sqoop Mac Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-use-sqoop-mac-linux.md
Title: Apache Sqoop with Apache Hadoop - Azure HDInsight description: Learn how to use Apache Sqoop to import and export between Apache Hadoop on HDInsight and Azure SQL Database.-+ Last updated 08/21/2023
hdinsight Apache Hadoop Use Sqoop Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-use-sqoop-powershell.md
Title: Run Apache Sqoop jobs by using PowerShell and Azure HDInsight description: Learn how to use Azure PowerShell from a workstation to run Apache Sqoop import and export between an Apache Hadoop cluster and Azure SQL Database.-+ Last updated 03/15/2024
hdinsight Apache Hadoop Using Apache Hive As An Etl Tool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-using-apache-hive-as-an-etl-tool.md
Title: Using Apache Hive as an ETL Tool - Azure HDInsight description: Use Apache Hive to extract, transform, and load (ETL) data in Azure HDInsight.-+ Last updated 06/15/2024
hdinsight Apache Hadoop Visual Studio Tools Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/apache-hadoop-visual-studio-tools-get-started.md
Title: Apache Hadoop & Visual Studio Data Lake Tools - Azure HDInsight description: Learn how to install and use Data Lake Tools for Visual Studio. Use tool to connect to Apache Hadoop clusters in Azure HDInsight, and then run Hive queries. keywords: hadoop tools,hive query,visual studio,visual studio hadoop-+ Last updated 03/23/2024
hdinsight Connect Install Beeline https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/connect-install-beeline.md
Title: Connect to HiveServer2 using Beeline or install Beeline locally to connect from your local - Azure HDInsight description: Learn how to connect to the Apache Beeline client to run Hive queries with Hadoop on HDInsight. Beeline is a utility for working with HiveServer2 over JDBC.-+ Last updated 06/14/2024
hdinsight Hdinsight Hdfs Troubleshoot Safe Mode https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/hdinsight-hdfs-troubleshoot-safe-mode.md
Title: Local HDFS stuck in safe mode on Azure HDInsight cluster description: Troubleshoot local Apache HDFS stuck in safe mode on Apache cluster in Azure HDInsight-+ Last updated 07/12/2024
hdinsight Hdinsight Troubleshoot Cluster Creation Fails https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/hdinsight-troubleshoot-cluster-creation-fails.md
Title: Troubleshoot cluster creation failures with Azure HDInsight description: Learn how to troubleshoot Apache cluster creation issues for Azure HDInsight.-+ Last updated 07/23/2024
hdinsight Hdinsight Troubleshoot Converting Service Principal Certificate https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/hdinsight-troubleshoot-converting-service-principal-certificate.md
Title: Converting certificate contents to base-64 - Azure HDInsight description: Converting service principal certificate contents to base-64 encoded string format in Azure HDInsight-+ Last updated 06/14/2024
hdinsight Hdinsight Troubleshoot Data Lake Files https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/hdinsight-troubleshoot-data-lake-files.md
Title: Unable to access Data Lake storage files in Azure HDInsight description: Unable to access Data Lake storage files in Azure HDInsight-+ Last updated 09/13/2023
hdinsight Hdinsight Troubleshoot Invalidnetworksecuritygroupsecurityrules Cluster Creation Fails https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/hdinsight-troubleshoot-invalidnetworksecuritygroupsecurityrules-cluster-creation-fails.md
Title: InvalidNetworkSecurityGroupSecurityRules error - Azure HDInsight description: Cluster Creation Fails with the ErrorCode InvalidNetworkSecurityGroupSecurityRules-+ Last updated 07/12/2024
hdinsight Hdinsight Troubleshoot Out Disk Space https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/hdinsight-troubleshoot-out-disk-space.md
Title: Cluster node runs out of disk space in Azure HDInsight description: Troubleshooting Apache Hadoop cluster node disk space issues in Azure HDInsight.-+ Last updated 06/14/2024
hdinsight Hdinsight Troubleshoot Soft Lockup Cpu https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/hdinsight-troubleshoot-soft-lockup-cpu.md
Title: Watchdog BUG soft lockup CPU error from Azure HDInsight cluster description: Watchdog BUG soft lockup CPU appears in kernel syslogs from Azure HDInsight cluster-+ Last updated 05/09/2024
hdinsight Hdinsight Troubleshoot Unable Add Nodes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/hdinsight-troubleshoot-unable-add-nodes.md
Title: Unable to add nodes to Azure HDInsight cluster description: Troubleshoot why unable to add nodes to Apache Hadoop cluster in Azure HDInsight.-+ Last updated 03/22/2024
hdinsight Hdinsight Troubleshoot Unable Log In Cluster https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/hdinsight-troubleshoot-unable-log-in-cluster.md
Title: Unable to log into Azure HDInsight cluster description: Troubleshoot why unable to log into Apache Hadoop cluster in Azure HDInsight-+ Last updated 06/15/2024
hdinsight Hdinsight Use Hive https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/hdinsight-use-hive.md
Title: What is Apache Hive and HiveQL - Azure HDInsight description: Apache Hive is a data warehouse system for Apache Hadoop. You can query data stored in Hive using HiveQL, which similar to Transact-SQL. In this document, learn how to use Hive and HiveQL with Azure HDInsight.-+ Last updated 05/09/2024
hdinsight Hdinsight Use Mapreduce https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/hdinsight-use-mapreduce.md
Title: MapReduce with Apache Hadoop on HDInsight description: Learn how to run Apache MapReduce jobs on Apache Hadoop in HDInsight clusters.-+ Last updated 01/04/2024
hdinsight Hdinsight Use Sqoop https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/hdinsight-use-sqoop.md
Title: Run Apache Sqoop jobs with Azure HDInsight (Apache Hadoop) description: Learn how to use Azure PowerShell from a workstation to run Sqoop import and export between a Hadoop cluster and an Azure SQL database.-+ Last updated 09/18/2023
hdinsight Python Udf Hdinsight https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/python-udf-hdinsight.md
Title: Python UDF with Apache Hive and Apache Pig - Azure HDInsight description: Learn how to use Python User Defined Functions (UDF) from Apache Hive and Apache Pig in HDInsight, the Apache Hadoop technology stack on Azure.-+ Last updated 09/15/2023
hdinsight Submit Apache Hadoop Jobs Programmatically https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/submit-apache-hadoop-jobs-programmatically.md
Title: Submit Apache Hadoop jobs in HDInsight description: Submit Apache Hadoop jobs in Azure HDInsight using Microsoft .NET SDK, curl, or PowerShell-+ Last updated 03/15/2024
hdinsight Troubleshoot Disk Space https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/troubleshoot-disk-space.md
Title: Manage disk space in Azure HDInsight description: Troubleshooting steps and possible resolutions for managing disk space issues when interacting with Azure HDInsight clusters.-+ Last updated 07/12/2024
hdinsight Troubleshoot Invalidnetworkconfigurationerrorcode Cluster Creation Fails https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/troubleshoot-invalidnetworkconfigurationerrorcode-cluster-creation-fails.md
Title: InvalidNetworkConfigurationErrorCode error - Azure HDInsight description: Various reasons for failed cluster creations with InvalidNetworkConfigurationErrorCode in Azure HDInsight-+ Last updated 09/27/2023
hdinsight Troubleshoot Lost Key Vault Access https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/troubleshoot-lost-key-vault-access.md
Title: Azure HDInsight clusters with disk encryption lose Key Vault access description: Troubleshooting steps and possible resolutions for Key Vault access issues when interacting with Azure HDInsight clusters.-+ Last updated 06/13/2024
hdinsight Troubleshoot Port Conflict https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/troubleshoot-port-conflict.md
Title: Port conflict when starting services in Azure HDInsight description: Troubleshooting steps and possible resolutions for port conflict issues when interacting with Azure HDInsight clusters.-+ Last updated 03/15/2024
hdinsight Troubleshoot Wasbs Storage Exception https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/troubleshoot-wasbs-storage-exception.md
Title: The account being accessed does not support http error in Azure HDInsight description: This article describes troubleshooting steps and possible resolutions for issues when interacting with Azure HDInsight clusters.-+ Last updated 06/15/2024
hdinsight Troubleshoot Yarn Log Invalid Bcfile https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/troubleshoot-yarn-log-invalid-bcfile.md
Title: Unable to read Apache Yarn log in Azure HDInsight description: Troubleshooting steps and possible resolutions for issues when interacting with Azure HDInsight clusters.-+ Last updated 05/10/2024
hdinsight Using Json In Hive https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hadoop/using-json-in-hive.md
Title: Analyze & process JSON with Apache Hive - Azure HDInsight description: Learn how to use JSON documents and analyze them by using Apache Hive in Azure HDInsight.-+ Last updated 05/09/2024
hdinsight Apache Hbase Accelerated Writes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/apache-hbase-accelerated-writes.md
Title: Azure HDInsight Accelerated Writes for Apache HBase description: Gives an overview of the Azure HDInsight Accelerated Writes feature, which uses premium managed disks to improve performance of the Apache HBase Write Ahead Log.-+ Last updated 08/21/2023
hdinsight Apache Hbase Advisor https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/apache-hbase-advisor.md
description: Optimize Apache HBase for cluster advisor recommendations in Azure HDInsight. -+ Last updated 09/15/2023 #Customer intent: The azure advisories help to tune the cluster/query. This doc gives a much deeper understanding of the various advisories including the recommended configuration tunings.
hdinsight Apache Hbase Backup Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/apache-hbase-backup-replication.md
Title: Backup & replication for Apache HBase, Phoenix - Azure HDInsight description: Set up Backup and replication for Apache HBase and Apache Phoenix in Azure HDInsight-+ Last updated 01/04/2024
hdinsight Apache Hbase Build Java Maven Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/apache-hbase-build-java-maven-linux.md
Title: Use Apache Maven to build a Java HBase client for Azure HDInsight description: Learn how to use Apache Maven to build a Java-based Apache HBase application, then deploy it to HBase on Azure HDInsight.-+ Last updated 10/17/2023
hdinsight Apache Hbase Migrate Hdinsight 5 1 New Storage Account https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/apache-hbase-migrate-hdinsight-5-1-new-storage-account.md
Title: Migrate an HBase cluster to an HDInsight 5.1 and new storage account - Azure HDInsight description: Learn how to migrate an Apache HBase cluster in Azure HDInsight to an HDInsight 5.1 with a different Azure Storage account.-+ Last updated 06/14/2024
hdinsight Apache Hbase Migrate Hdinsight 5 1 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/apache-hbase-migrate-hdinsight-5-1.md
Title: Migrate an HBase cluster to an HDInsight 5.1 - Azure HDInsight description: Learn how to migrate Apache HBase clusters in Azure HDInsight to an HDInsight 5.1.-+ Last updated 10/03/2023
hdinsight Apache Hbase Migrate New Version New Storage Account https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/apache-hbase-migrate-new-version-new-storage-account.md
Title: Migrate an HBase cluster to a new version and Storage account - Azure HDInsight description: Learn how to migrate an Apache HBase cluster in Azure HDInsight to a newer version with a different Azure Storage account.-+ Last updated 01/10/2024
hdinsight Apache Hbase Migrate New Version https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/apache-hbase-migrate-new-version.md
Title: Migrate an HBase cluster to a new version - Azure HDInsight description: Learn how to migrate Apache HBase clusters in Azure HDInsight to a newer version.-+ Last updated 09/19/2023
hdinsight Apache Hbase Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/apache-hbase-overview.md
Title: What is Apache HBase in Azure HDInsight? description: An introduction to Apache HBase in HDInsight, a NoSQL database build on Hadoop. Learn about use cases and compare HBase to other Hadoop clusters.-+ Last updated 12/11/2023
hdinsight Apache Hbase Phoenix Performance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/apache-hbase-phoenix-performance.md
Title: Phoenix performance in Azure HDInsight description: Best practices to optimize Apache Phoenix performance for Azure HDInsight clusters-+ Last updated 01/04/2024
hdinsight Apache Hbase Phoenix Psql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/apache-hbase-phoenix-psql.md
Title: Bulk loading into Apache Phoenix using psql - Azure HDInsight description: Use the psql tool to load bulk load data into Apache Phoenix tables in Azure HDInsight-+ Last updated 06/13/2024
hdinsight Apache Hbase Phoenix Zeppelin https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/apache-hbase-phoenix-zeppelin.md
Title: Run Apache Base queries in Azure HDInsight with Apache Phoenix description: Learn how to use Apache Zeppelin to run Apache Base queries with Phoenix.-+ Last updated 02/12/2024
hdinsight Apache Hbase Provision Vnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/apache-hbase-provision-vnet.md
Title: Create HBase clusters in a Virtual Network - Azure description: Get started using HBase in Azure HDInsight. Learn how to create HDInsight HBase clusters on Azure Virtual Network.-+ Last updated 10/16/2023
hdinsight Apache Hbase Query With Phoenix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/apache-hbase-query-with-phoenix.md
Title: 'Quickstart: Apache HBase & Apache Phoenix - Azure HDInsight' description: In this quickstart, you learn how to use Apache Phoenix in HDInsight. Also, learn how to install and set up SQLLine on your computer to connect to an HBase cluster in HDInsight.-+ Last updated 09/15/2023
hdinsight Apache Hbase Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/apache-hbase-replication.md
Title: HBase cluster replication in virtual networks - Azure HDInsight description: Learn how to set up HBase replication from one HDInsight version to another for load balancing, high availability, zero-downtime migration and updates, and disaster recovery.-+ Last updated 04/29/2024
hdinsight Apache Hbase Rest Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/apache-hbase-rest-sdk.md
Title: Use the HBase .NET SDK - Azure HDInsight description: Use the HBase .NET SDK to create and delete tables, and to read and write data.-+ Last updated 05/09/2024
hdinsight Apache Hbase Tutorial Get Started Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/apache-hbase-tutorial-get-started-linux.md
Title: Tutorial - Use Apache HBase in Azure HDInsight description: Follow this Apache HBase tutorial to start using hadoop on HDInsight. Create tables from the HBase shell and query them using Hive.-+ Last updated 05/10/2024
hdinsight Apache Hbase Using Phoenix Query Server Rest Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/apache-hbase-using-phoenix-query-server-rest-sdk.md
Title: Phoenix Query Server REST SDK - Azure HDInsight description: Install and use the REST SDK for the Phoenix Query Server in Azure HDInsight.-+ Last updated 02/12/2024
hdinsight Hbase Troubleshoot Bindexception Address Use https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/hbase-troubleshoot-bindexception-address-use.md
Title: BindException - Address already in use in Azure HDInsight description: BindException - Address already in use in Azure HDInsight-+ Last updated 06/13/2024
hdinsight Hbase Troubleshoot Hbase Hbck Inconsistencies https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/hbase-troubleshoot-hbase-hbck-inconsistencies.md
Title: hbase hbck returns inconsistencies in Azure HDInsight description: hbase hbck returns inconsistencies in Azure HDInsight-+ Last updated 09/19/2023
hdinsight Hbase Troubleshoot Pegged Cpu Region Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/hbase-troubleshoot-pegged-cpu-region-server.md
Title: Pegged CPU in Apache HBase cluster - Azure HDInsight description: Troubleshoot pegged CPU on region server in Apache HBase cluster in Azure HDInsight-+ Last updated 01/04/2024
hdinsight Hbase Troubleshoot Phoenix Connectivity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/hbase-troubleshoot-phoenix-connectivity.md
Title: Apache Phoenix connectivity issues in Azure HDInsight description: Connectivity issues between Apache HBase and Apache Phoenix in Azure HDInsight-+ Last updated 06/15/2024
hdinsight Hbase Troubleshoot Phoenix No Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/hbase-troubleshoot-phoenix-no-data.md
Title: HDP upgrade & no data in Apache Phoenix views in Azure HDInsight description: HDP upgrade causes no data in Apache Phoenix views in Azure HDInsight-+ Last updated 06/14/2024
hdinsight Hbase Troubleshoot Rest Not Spending https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/hbase-troubleshoot-rest-not-spending.md
Title: Apache HBase REST not responding to requests in Azure HDInsight description: Resolve issue with Apache HBase REST not responding to requests in Azure HDInsight.-+ Last updated 03/23/2024
hdinsight Hbase Troubleshoot Start Fails https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/hbase-troubleshoot-start-fails.md
Title: Apache HBase Master fails to start in Azure HDInsight description: Apache HBase Master (HMaster) fails to start in Azure HDInsight-+ Last updated 03/23/2024
hdinsight Hbase Troubleshoot Storage Exception Reset https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/hbase-troubleshoot-storage-exception-reset.md
Title: Storage exception after connection reset in Azure HDInsight description: Storage exception after connection reset in Azure HDInsight-+ Last updated 01/04/2024
hdinsight Hbase Troubleshoot Timeouts Hbase Hbck https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/hbase-troubleshoot-timeouts-hbase-hbck.md
Title: Timeouts with 'hbase hbck' command in Azure HDInsight description: Time out issue with 'hbase hbck' command when fixing region assignments-+ Last updated 02/20/2024
hdinsight Hbase Troubleshoot Unassigned Regions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/hbase-troubleshoot-unassigned-regions.md
Title: Issues with region servers in Azure HDInsight description: Issues with region servers in Azure HDInsight-+ Last updated 09/19/2023
hdinsight How To Use Hbck2 Tool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/how-to-use-hbck2-tool.md
description: Learn how to use the HBase HBCK2 tool.
-+ Last updated 06/15/2024
hdinsight Query Hbase With Hbase Shell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/query-hbase-with-hbase-shell.md
Title: 'Quickstart: Query Apache HBase in Azure HDInsight - HBase Shell' description: In this quickstart, you learn how to use Apache HBase Shell to run Apache HBase queries. keywords: hdinsight,hadoop,HBase-+ Last updated 01/04/2024
hdinsight Quickstart Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/quickstart-bicep.md
Title: 'Quickstart: Create Apache HBase cluster using Bicep - Azure HDInsight' description: This quickstart shows how to use Bicep to create an Apache HBase cluster in Azure HDInsight.-+ Last updated 06/15/2024
hdinsight Quickstart Resource Manager Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/quickstart-resource-manager-template.md
Title: 'Quickstart: Create Apache HBase cluster using template - Azure HDInsight' description: This quickstart shows how to use Resource Manager template to create an Apache HBase cluster in Azure HDInsight.-+ Last updated 07/23/2024
hdinsight Troubleshoot Data Retention Issues Expired Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/troubleshoot-data-retention-issues-expired-data.md
Title: Troubleshoot data retention (TTL) issues with expired data not being deleted from storage on Azure HDInsight description: Troubleshoot various data-retention (TTL) issues with expired data not being deleted from storage on Azure HDInsight-+ Last updated 09/14/2023
hdinsight Troubleshoot Hbase Performance Issues https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/troubleshoot-hbase-performance-issues.md
Title: Troubleshoot Apache HBase performance issues on Azure HDInsight description: Various Apache HBase performance tuning guidelines and tips for getting optimal performance on Azure HDInsight. -+ Last updated 05/10/2024
hdinsight Troubleshoot Rest Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hbase/troubleshoot-rest-api.md
Title: REST API to query Apache HBase in Azure HDInsight description: This article describes troubleshooting steps when interacting with Apache HBase components on Azure HDInsight clusters.-+ Last updated 01/04/2024
hdinsight Hdinsight 40 Component Versioning https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-40-component-versioning.md
Title: Open-source components and versions - Azure HDInsight 4.0 description: Learn about the open-source components and versions in Azure HDInsight 4.0.-+ Last updated 04/11/2024
hdinsight Hdinsight 5X Component Versioning https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-5x-component-versioning.md
Title: Open-source components and versions - Azure HDInsight 5.x description: Learn about the open-source components and versions in Azure HDInsight 5.x.-+ Last updated 10/26/2023
hdinsight Hdinsight Administer Use Command Line https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-administer-use-command-line.md
Title: Manage Azure HDInsight clusters using Azure CLI description: Learn how to use the Azure CLI to manage Azure HDInsight clusters. Cluster types include Apache Hadoop, Spark, HBase, Kafka, Interactive Query.-+ Last updated 12/05/2023
hdinsight Hdinsight Administer Use Dotnet Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-administer-use-dotnet-sdk.md
Title: Manage Apache Hadoop clusters in HDInsight with .NET SDK - Azure description: Learn how to perform administrative tasks for the Apache Hadoop clusters in HDInsight using HDInsight .NET SDK. -+ Last updated 12/05/2023
hdinsight Hdinsight Administer Use Portal Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-administer-use-portal-linux.md
Title: Manage Apache Hadoop clusters in HDInsight using Azure portal description: Learn how to create and manage Azure HDInsight clusters using the Azure portal.-+ Last updated 07/23/2024
hdinsight Hdinsight Administer Use Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-administer-use-powershell.md
Title: Manage Apache Hadoop clusters with PowerShell - Azure HDInsight description: Learn how to perform administrative tasks for the Apache Hadoop clusters in HDInsight using Azure PowerShell.-+ Last updated 10/16/2023
hdinsight Hdinsight Analyze Twitter Data Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-analyze-twitter-data-linux.md
Title: Analyze Twitter data with Apache Hive - Azure HDInsight description: Learn how to use Apache Hive and Apache Hadoop on HDInsight to transform raw TWitter data into a searchable Hive table.-+ Last updated 06/15/2024
hdinsight Hdinsight Apache Kafka Spark Structured Streaming https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-apache-kafka-spark-structured-streaming.md
Title: 'Tutorial: Apache Spark Streaming & Apache Kafka - Azure HDInsight' description: Learn how to use Apache Spark streaming to get data into or out of Apache Kafka. In this tutorial, you stream data using a Jupyter Notebook from Spark on HDInsight.-+ Last updated 12/05/2023
hdinsight Hdinsight Apache Spark With Kafka https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-apache-spark-with-kafka.md
Title: Apache Spark streaming with Apache Kafka - Azure HDInsight description: Learn how to use Apache Spark to stream data into or out of Apache Kafka using DStreams. In this example, you stream data using a Jupyter Notebook from Spark on HDInsight.-+
hdinsight Hdinsight Apps Install Custom Applications https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-apps-install-custom-applications.md
Title: Install your custom Apache Hadoop applications on Azure HDInsight description: Learn how to install HDInsight applications for Apache Hadoop clusters in Azure HDInsight.-+ Last updated 01/04/2024
hdinsight Hdinsight Apps Install Hiveserver2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-apps-install-hiveserver2.md
Title: Scale HiveServer2 on Azure HDInsight description: Horizontally scale HiveServer2 on Azure HDInsight clusters using edge nodes to increase fault tolerance and availability. -+
hdinsight Hdinsight Apps Publish Applications https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-apps-publish-applications.md
Title: Publish Azure HDInsight applications description: Learn how to create an HDInsight application, and then publish it in the Azure Marketplace.-+ Last updated 02/12/2024
hdinsight Hdinsight Apps Use Edge Node https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-apps-use-edge-node.md
Title: Use empty edge nodes on Apache Hadoop clusters in Azure HDInsight description: How to add an empty edge node to an HDInsight cluster. Used as a client, and then test, or host your HDInsight applications.-+ Last updated 06/15/2024
hdinsight Hdinsight Authorize Users To Ambari https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-authorize-users-to-ambari.md
Title: Authorize users for Ambari Views - Azure HDInsight description: 'How to manage Ambari user and group permissions for HDInsight clusters with ESP enabled.'-+ Last updated 06/13/2024
hdinsight Hdinsight Autoscale Clusters https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-autoscale-clusters.md
Title: Automatically scale Azure HDInsight clusters description: Use the Autoscale feature to automatically scale Azure HDInsight clusters based on a schedule or performance metrics.-+ Last updated 05/22/2024
hdinsight Hdinsight Business Continuity Architecture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-business-continuity-architecture.md
Title: Azure HDInsight business continuity architectures description: This article discusses the different possible business continuity architectures for HDInsight-+ Last updated 06/13/2024
hdinsight Hdinsight Capacity Planning https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-capacity-planning.md
Title: Cluster capacity planning in Azure HDInsight description: Identify key questions for capacity and performance planning of an Azure HDInsight cluster.-+ Last updated 12/13/2023
hdinsight Hdinsight Changing Configs Via Ambari https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-changing-configs-via-ambari.md
Title: Optimize clusters with Apache Ambari in Azure HDInsight description: Use the Apache Ambari web UI to configure and optimize Azure HDInsight clusters.-+ Last updated 01/04/2024
hdinsight Hdinsight Cluster Availability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-cluster-availability.md
Title: How to monitor cluster availability with Apache Ambari in Azure HDInsight description: Learn how to use Apache Ambari to monitor cluster health and availability.-+ Last updated 06/14/2024
hdinsight Hdinsight Component Versioning https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-component-versioning.md
Title: Open-source components and versions - Azure HDInsight description: Learn about the open-source components and versions in Azure HDInsight.-+ Last updated 10/25/2023
hdinsight Hdinsight Config For Vscode https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-config-for-vscode.md
Title: Azure HDInsight configuration settings reference description: Introduce the configuration of Azure HDInsight extension.-+ Last updated 10/16/2023
hdinsight Hdinsight Create Non Interactive Authentication Dotnet Applications https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-create-non-interactive-authentication-dotnet-applications.md
Title: Non-interactive authentication .NET application - Azure HDInsight description: Learn how to create non-interactive authentication Microsoft .NET applications in Azure HDInsight.-+ Last updated 01/04/2024
hdinsight Hdinsight Create Virtual Network https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-create-virtual-network.md
Title: Create virtual networks for Azure HDInsight clusters description: Learn how to create an Azure Virtual Network to connect HDInsight to other cloud resources, or resources in your datacenter.-+ Last updated 09/19/2023
hdinsight Hdinsight Custom Ambari Db https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-custom-ambari-db.md
Title: Custom Apache Ambari database on Azure HDInsight description: Learn how to create HDInsight clusters with your own custom Apache Ambari database.-+ Last updated 09/29/2023
hdinsight Hdinsight Delete Cluster https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-delete-cluster.md
Title: How to delete an HDInsight cluster - Azure description: Information on the various ways that you can delete an Azure HDInsight cluster-+ Last updated 09/19/2023
hdinsight Hdinsight For Vscode https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-for-vscode.md
Title: Azure HDInsight for Visual Studio Code description: Learn how to use the Spark & Hive Tools (Azure HDInsight) for Visual Studio Code. Use the tools to create and submit queries and scripts.-+ Last updated 06/13/2024
hdinsight Hdinsight Go Sdk Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-go-sdk-overview.md
Title: Azure HDInsight SDK for Go description: Reference material for using Azure HDInsight SDK for Go and Apache Hadoop clusters-+ ms.devlang: golang
hdinsight Hdinsight Hadoop Access Yarn App Logs Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-access-yarn-app-logs-linux.md
Title: Access Apache Hadoop YARN application logs - Azure HDInsight description: Learn how to access YARN application logs on a Linux-based HDInsight (Apache Hadoop) cluster using both the command-line and a web browser.-+ Last updated 3/22/2024
hdinsight Hdinsight Hadoop Add Hive Libraries https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-add-hive-libraries.md
Title: Apache Hive libraries during cluster creation - Azure HDInsight description: Learn how to add Apache Hive libraries (jar files) to an HDInsight cluster during cluster creation.-+ Last updated 06/15/2024
hdinsight Hdinsight Hadoop Add Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-add-storage.md
Title: Add additional Azure Storage accounts to HDInsight description: Learn how to add additional Azure Storage accounts to an existing HDInsight cluster.-+ Last updated 3/22/2024
hdinsight Hdinsight Hadoop Architecture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-architecture.md
Title: Apache Hadoop architecture - Azure HDInsight description: Describes Apache Hadoop storage and processing on Azure HDInsight clusters.-+ Last updated 05/15/2024
hdinsight Hdinsight Hadoop Collect Debug Heap Dump Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-collect-debug-heap-dump-linux.md
Title: Enable heap dumps for Apache Hadoop services on HDInsight - Azure description: Enable heap dumps for Apache Hadoop services from Linux-based HDInsight clusters for debugging and analysis.-+ Last updated 09/19/2023
hdinsight Hdinsight Hadoop Compare Storage Options https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-compare-storage-options.md
Title: Compare storage options for use with Azure HDInsight clusters description: Provides an overview of storage types and how they work with Azure HDInsight.-+ Last updated 06/14/2024
hdinsight Hdinsight Hadoop Create Linux Clusters Adf https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-create-linux-clusters-adf.md
Title: 'Tutorial: On-demand clusters in Azure HDInsight with Data Factory' description: Tutorial - Learn how to create on-demand Apache Hadoop clusters in HDInsight using Azure Data Factory.-+ Last updated 06/15/2024
hdinsight Hdinsight Hadoop Create Linux Clusters Arm Templates https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-create-linux-clusters-arm-templates.md
Title: Create Apache Hadoop clusters using templates - Azure HDInsight description: Learn how to create clusters for HDInsight by using Resource Manager templates-+ Last updated 08/22/2023
hdinsight Hdinsight Hadoop Create Linux Clusters Azure Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-create-linux-clusters-azure-cli.md
Title: Create Apache Hadoop clusters using Azure CLI - Azure HDInsight description: Learn how to create Azure HDInsight clusters using the cross-platform Azure CLI.-+ Last updated 11/21/2023
hdinsight Hdinsight Hadoop Create Linux Clusters Azure Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-create-linux-clusters-azure-powershell.md
Title: Create Apache Hadoop clusters using PowerShell - Azure HDInsight description: Learn how to create Apache Hadoop, Apache HBase, or Apache Spark clusters on Linux for HDInsight by using Azure PowerShell.-+ ms.tool: azure-powershell
hdinsight Hdinsight Hadoop Create Linux Clusters Curl Rest https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-create-linux-clusters-curl-rest.md
Title: Create Apache Hadoop clusters using Azure REST API - Azure description: Learn how to create HDInsight clusters by submitting Azure Resource Manager templates to the Azure REST API.-+ Last updated 12/05/2023
hdinsight Hdinsight Hadoop Create Linux Clusters Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-create-linux-clusters-portal.md
Title: Create Apache Hadoop clusters using web browser, Azure HDInsight description: Learn to create Apache Hadoop, Apache HBase, and Apache Spark clusters on HDInsight. Using web browser and the Azure portal.-+ Last updated 11/21/2023
hdinsight Hdinsight Hadoop Create Linux Clusters With Secure Transfer Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-create-linux-clusters-with-secure-transfer-storage.md
Title: Apache Hadoop & secure transfer storage - Azure HDInsight description: Learn how to create HDInsight clusters with secure transfer enabled Azure storage accounts.-+ Last updated 03/23/2024
hdinsight Hdinsight Hadoop Customize Cluster Bootstrap https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-customize-cluster-bootstrap.md
Title: Customize Azure HDInsight cluster configurations using bootstrap description: Learn how to customize HDInsight cluster configuration programmatically using .NET, PowerShell, and Resource Manager templates.-+ Last updated 12/08/2023
hdinsight Hdinsight Hadoop Customize Cluster Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-customize-cluster-linux.md
Title: Customize Azure HDInsight clusters by using script actions description: Add custom components to HDInsight clusters by using script actions. Script actions are Bash scripts that can be used to customize the cluster configuration. Or add additional services and utilities like Hue, Solr, or R.-+ Last updated 07/12/2024
hdinsight Hdinsight Hadoop Hive Out Of Memory Error Oom https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-hive-out-of-memory-error-oom.md
Title: Fix a Hive out of memory error in Azure HDInsight description: Fix a Hive out of memory error in HDInsight. The customer scenario is a query across many large tables. keywords: out of memory error, OOM, Hive settings-+ Last updated 06/14/2024
hdinsight Hdinsight Hadoop Hue Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-hue-linux.md
Title: Hue with Hadoop on HDInsight Linux-based clusters - Azure description: Learn how to install Hue on HDInsight clusters and use tunneling to route the requests to Hue. Use Hue to browse storage and run Hive or Pig.-+ Last updated 12/05/2023
hdinsight Hdinsight Hadoop Linux Information https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-linux-information.md
Title: Tips for using Hadoop on Linux-based HDInsight - Azure description: Get implementation tips for using Linux-based HDInsight (Hadoop) clusters on a familiar Linux environment running in the Azure cloud.-+ Last updated 07/23/2023
hdinsight Hdinsight Hadoop Linux Use Ssh Unix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-linux-use-ssh-unix.md
Title: Use SSH with Hadoop - Azure HDInsight description: "You can access HDInsight using Secure Shell (SSH). This document provides information on connecting to HDInsight using the ssh commands from Windows, Linux, Unix, or macOS clients."-+ Last updated 05/09/2024
hdinsight Hdinsight Hadoop Manage Ambari Rest Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-manage-ambari-rest-api.md
Title: Monitor and manage Hadoop with Ambari REST API - Azure HDInsight description: Learn how to use Ambari to monitor and manage Hadoop clusters in Azure HDInsight. In this document, you learn how to use the Ambari REST API included with HDInsight clusters.-+ Last updated 05/22/2024
hdinsight Hdinsight Hadoop Manage Ambari https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-manage-ambari.md
Title: Monitor and manage Azure HDInsight using Ambari Web UI description: Learn how to use Apache Ambari UI to monitor and manage HDInsight clusters.-+ Last updated 05/23/2024
hdinsight Hdinsight Hadoop Migrate Dotnet To Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-migrate-dotnet-to-linux.md
Title: Use .NET with Hadoop MapReduce on Linux-based HDInsight - Azure description: Learn how to use .NET applications for streaming MapReduce on Linux-based HDInsight. -+ Last updated 09/14/2023
hdinsight Hdinsight Hadoop Oms Log Analytics Tutorial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-oms-log-analytics-tutorial.md
Title: Use Azure Monitor logs to monitor Azure HDInsight clusters description: Learn how to use Azure Monitor logs to monitor jobs running in an HDInsight cluster.-+ Last updated 05/10/2024
hdinsight Hdinsight Hadoop Oms Log Analytics Use Queries https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-oms-log-analytics-use-queries.md
Title: Query Azure Monitor logs to monitor Azure HDInsight clusters description: Learn how to run queries on Azure Monitor logs to monitor jobs running in an HDInsight cluster.-+ Last updated 09/15/2023
hdinsight Hdinsight Hadoop Optimize Hive Query https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-optimize-hive-query.md
Title: Optimize Hive queries in Azure HDInsight description: This article describes how to optimize your Apache Hive queries in Azure HDInsight.-+ Last updated 10/16/2023
hdinsight Hdinsight Hadoop Port Settings For Services https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-port-settings-for-services.md
Title: Ports used by Hadoop services on HDInsight - Azure description: This article provides a list of ports used by Apache Hadoop services running in Azure HDInsight-+ Last updated 09/15/2023
hdinsight Hdinsight Hadoop Provision Linux Clusters https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-provision-linux-clusters.md
Title: Set up clusters in HDInsight with Apache Hadoop, Apache Spark, Apache Kafka, and more description: Set up Hadoop, Kafka, Spark, or HBase clusters for HDInsight from a browser, the Azure classic CLI, Azure PowerShell, REST, or SDK.-+ Last updated 04/11/2024
hdinsight Hdinsight Hadoop Script Actions Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-script-actions-linux.md
Title: Develop script actions to customize Azure HDInsight clusters description: Learn how to use Bash scripts to customize HDInsight clusters. Script actions allow you to run scripts during or after cluster creation to change cluster configuration settings or install additional software.-+ Last updated 05/22/2024
hdinsight Hdinsight Hadoop Stack Trace Error Messages https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-stack-trace-error-messages.md
Title: Hadoop stack trace error messages - Azure HDInsight description: Index of Hadoop stack trace error messages in Azure HDInsight. Find the error in the list to see troubleshooting information.-+ Last updated 07/12/2024
hdinsight Hdinsight Hadoop Templeton Webhcat Debug Errors https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-templeton-webhcat-debug-errors.md
Title: Understand and resolve WebHCat errors on HDInsight - Azure description: Learn how to about common errors returned by WebHCat on HDInsight and how to resolve them.-+ Last updated 01/04/2024
hdinsight Hdinsight Hadoop Use Blob Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-use-blob-storage.md
Title: Query data from HDFS-compatible Azure storage - Azure HDInsight description: Learn how to query data from Azure storage and Azure Data Lake Storage to store results of your analysis.-+ Last updated 05/22/2024
hdinsight Hdinsight Hadoop Use Data Lake Storage Gen2 Azure Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-use-data-lake-storage-gen2-azure-cli.md
Title: Create Azure HDInsight - Azure Data Lake Storage Gen2 - Azure CLI
description: Learn how to use Azure Data Lake Storage Gen2 with Azure HDInsight clusters using Azure CLI. -+ Last updated 07/24/2024
hdinsight Hdinsight Hadoop Use Data Lake Storage Gen2 Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-use-data-lake-storage-gen2-portal.md
Title: Create Azure HDInsight - Azure Data Lake Storage Gen2 - portal
description: Learn how to use Azure Data Lake Storage Gen2 with Azure HDInsight clusters using the portal. -+ Last updated 08/22/2023
hdinsight Hdinsight Hadoop Use Data Lake Storage Gen2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-use-data-lake-storage-gen2.md
Title: Use Azure Data Lake Storage Gen2 with Azure HDInsight clusters description: Learn how to use Azure Data Lake Storage Gen2 with Azure HDInsight clusters.-+ Last updated 05/10/2024
hdinsight Hdinsight Hadoop Windows Tools https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-hadoop-windows-tools.md
Title: Use a Windows PC with Hadoop on HDInsight - Azure description: Work from a Windows PC in Hadoop on HDInsight. Manage and query clusters with PowerShell, Visual Studio, and Linux tools. Develop big data solutions with .NET.-+ Last updated 09/14/2023
hdinsight Hdinsight High Availability Case Study https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-high-availability-case-study.md
Title: Azure HDInsight highly available solution architecture case study description: This article is a fictional case study of a possible Azure HDInsight highly available solution architecture.-+ Last updated 06/13/2024
hdinsight Hdinsight High Availability Components https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-high-availability-components.md
Title: High availability components in Azure HDInsight description: Overview of the various high availability components used by HDInsight clusters.-+ Last updated 09/28/2023
hdinsight Hdinsight Key Scenarios To Monitor https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-key-scenarios-to-monitor.md
Title: Monitor cluster performance - Azure HDInsight description: How to monitor health and performance of Apache Hadoop clusters in Azure HDInsight.-+ Last updated 12/05/2023
hdinsight Hdinsight Known Issues Ambari Users Cache https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-known-issues-ambari-users-cache.md
Title: Switch users through the Ambari UI description: Known issue affecting HDInsight 5.1 clusters.-+ Last updated 04/05/2024
hdinsight Hdinsight Known Issues Conda Version Regression https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-known-issues-conda-version-regression.md
Title: Conda Version Regression in a recent HDInsight release description: Known issue affecting image version 5.1.3000.0.2308052231-+ Last updated 02/22/2024
hdinsight Hdinsight Known Issues https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-known-issues.md
Title: Azure HDInsight known issues description: Track known issues for Azure HDInsight, along with troubleshooting steps, actions, and frequently asked questions.-+ Last updated 03/28/2024
hdinsight Hdinsight Linux Ambari Ssh Tunnel https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-linux-ambari-ssh-tunnel.md
Title: Use SSH tunneling to access Azure HDInsight description: Learn how to use an SSH tunnel to securely browse web resources hosted on your Linux-based HDInsight nodes.-+ Last updated 06/13/2024
hdinsight Hdinsight Log Management https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-log-management.md
Title: Manage logs for an HDInsight cluster - Azure HDInsight description: Determine the types, sizes, and retention policies for HDInsight activity log files.-+ Last updated 01/04/2024
hdinsight Hdinsight Managed Identities https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-managed-identities.md
Title: Managed identities in Azure HDInsight description: Provides an overview of the implementation of managed identities in Azure HDInsight.-+ Last updated 06/15/2024
hdinsight Hdinsight Management Ip Addresses https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-management-ip-addresses.md
Title: Azure HDInsight management IP addresses description: Learn which IP addresses you must allow inbound traffic from, in order to properly configure network security groups and user-defined routes for virtual networking with Azure HDInsight.-+ Last updated 06/28/2024
hdinsight Hdinsight Migrate Granular Access Cluster Configurations https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-migrate-granular-access-cluster-configurations.md
Title: Granular role-based access Azure HDInsight cluster configurations description: Learn about the changes required as part of the migration to granular role-based access for HDInsight cluster configurations.-+ Last updated 09/19/2023
hdinsight Hdinsight Multiple Clusters Data Lake Store https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-multiple-clusters-data-lake-store.md
Title: Multiple HDInsight clusters & one Azure Data Lake Storage account description: Learn how to use more than one HDInsight cluster with a single Data Lake Storage account-+ Last updated 09/15/2023
hdinsight Hdinsight Operationalize Data Pipeline https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-operationalize-data-pipeline.md
Title: Operationalize a data analytics pipeline - Azure description: Set up and run an example data pipeline that is triggered by new data and produces concise results.-+ Last updated 01/10/2024
hdinsight Hdinsight Os Patching https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-os-patching.md
Title: Configure OS patching schedule for Azure HDInsight clusters description: Learn how to configure OS patching schedule for Linux-based HDInsight clusters.-+ Last updated 02/12/2024
hdinsight Hdinsight Overview Before You Start https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-overview-before-you-start.md
Title: Before you start with Azure HDInsight description: In Azure HDInsight, few points to be considered before starting to create a cluster.-+ Last updated 10/16/2023
hdinsight Hdinsight Overview Versioning https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-overview-versioning.md
Title: Versioning introduction - Azure HDInsight description: Learn how versioning works in Azure HDInsight.-+ Last updated 04/11/2024
hdinsight Hdinsight Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-overview.md
Title: What is Azure HDInsight description: An introduction to HDInsight, and the Apache Hadoop and Apache Spark technology stack and components, including Kafka, Hive, and HBase for big data analysis.-+ Last updated 05/09/2024 #Customer intent: As a data analyst, I want understand what is Azure HDInsight and Hadoop and how it is offered in so that I can decide on using HDInsight instead of on premises clusters.
hdinsight Hdinsight Phoenix In Hdinsight https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-phoenix-in-hdinsight.md
Title: Apache Phoenix in HDInsight - Azure HDInsight description: Overview of Apache Phoenix-+ Last updated 05/22/2024
hdinsight Hdinsight Plan Virtual Network Deployment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-plan-virtual-network-deployment.md
Title: Plan a virtual network for Azure HDInsight description: Learn how to plan an Azure Virtual Network deployment to connect HDInsight to other cloud resources, or resources in your datacenter.-+ Last updated 09/15/2023
hdinsight Hdinsight Release Notes Archive https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-release-notes-archive.md
Title: Archived release notes for Azure HDInsight description: Archived release notes for Azure HDInsight. Get development tips and details for Hadoop, Spark, Hive and more.-+ Last updated 05/27/2024
hdinsight Hdinsight Release Notes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-release-notes.md
Title: Release notes for Azure HDInsight description: Latest release notes for Azure HDInsight. Get development tips and details for Hadoop, Spark, Hive, and more. -+ Last updated 07/08/2024
hdinsight Hdinsight Restrict Outbound Traffic https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-restrict-outbound-traffic.md
Title: Configure outbound network traffic restriction - Azure HDInsight description: Learn how to configure outbound network traffic restriction for Azure HDInsight clusters.-+ Last updated 05/23/2024
hdinsight Hdinsight Restrict Public Connectivity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-restrict-public-connectivity.md
Title: Restrict public connectivity in Azure HDInsight description: Learn how to remove access to all outbound public IP addresses.-+ Last updated 01/04/2024
hdinsight Hdinsight Retired Versions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-retired-versions.md
Title: Azure HDInsight retired versions description: Learn about retired versions in Azure HDInsight.-+ Last updated 07/10/2024
hdinsight Hdinsight Rotate Storage Keys https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-rotate-storage-keys.md
Title: Update Azure Storage account access key in Azure HDInsight description: Learn how to update Azure Storage account access key in Azure HDInsight cluster.-+ Last updated 05/23/2024
hdinsight Hdinsight Sales Insights Etl https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-sales-insights-etl.md
Title: 'Tutorial: Create an end-to-end ETL pipeline to derive sales insights in Azure HDInsight' description: Learn how to use create ETL pipelines with Azure HDInsight to derive insights from sales data by using Spark on-demand clusters and Power BI.-+ Last updated 06/14/2024
hdinsight Hdinsight Scaling Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-scaling-best-practices.md
Title: Manually scale a cluster - Azure HDInsight
description: Manually scale an Apache Hadoop cluster elastically to match your workload in Azure HDInsight -+ Last updated 05/21/2024
hdinsight Hdinsight Sdk Dotnet Samples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-sdk-dotnet-samples.md
Title: 'Azure HDInsight: .NET samples' description: Find C# .NET examples on GitHub for common tasks using the HDInsight SDK for .NET.-+ Last updated 10/16/2023
hdinsight Hdinsight Sdk Java Samples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-sdk-java-samples.md
Title: 'Azure HDInsight: Java samples' description: Find Java examples on GitHub for common tasks using the HDInsight SDK for Java. -+ Last updated 06/13/2024
hdinsight Hdinsight Sdk Python Samples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-sdk-python-samples.md
Title: 'Azure HDInsight: Python samples' description: Find Python examples on GitHub for common tasks using the HDInsight SDK for Python.-+ Last updated 06/13/2024
hdinsight Hdinsight Selecting Vm Size https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-selecting-vm-size.md
Title: How to select the right VM size for your Azure HDInsight cluster description: Learn how to select the right VM size for your HDInsight cluster. keywords: vm sizes, cluster sizes, cluster configuration-+ Last updated 05/22/2024
hdinsight Hdinsight Service Tags https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-service-tags.md
Title: Network security group (NSG) service tags for Azure HDInsight description: Use HDInsight service tags to allow inbound traffic to your cluster from health and management services nodes, without adding IP addresses to your NSGs.-+
hdinsight Hdinsight Storage Sharedaccesssignature Permissions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-storage-sharedaccesssignature-permissions.md
Title: Restrict access using Shared Access Signatures - Azure HDInsight description: Learn how to use Shared Access Signatures to restrict HDInsight access to data stored in Azure Blob storage.-+ Last updated 06/15/2024
hdinsight Hdinsight Streaming At Scale Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-streaming-at-scale-overview.md
Title: Streaming at scale in Azure HDInsight description: How to use data streaming with scalable Apache clusters in Azure HDInsight.-+ Last updated 06/13/2024
hdinsight Hdinsight Supported Node Configuration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-supported-node-configuration.md
Title: Azure HDInsight supported node configurations description: Learn the minimum and recommended configurations for HDInsight cluster nodes. keywords: vm sizes, cluster sizes, cluster configuration-+ Last updated 07/12/2024
hdinsight Hdinsight Sync Aad Users To Cluster https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-sync-aad-users-to-cluster.md
Title: Synchronize Microsoft Entra users to HDInsight cluster description: Synchronize authenticated users from Microsoft Entra ID to an HDInsight cluster.-+ Last updated 03/15/2024
hdinsight Hdinsight Troubleshoot Failed Cluster https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-troubleshoot-failed-cluster.md
Title: Troubleshoot a slow or failing job on Azure HDInsight cluster description: Diagnose and troubleshoot a slow or failing job on an Azure HDInsight cluster.-+ Last updated 07/12/2024
hdinsight Hdinsight Troubleshoot Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-troubleshoot-guide.md
Title: Azure HDInsight troubleshooting guides description: Troubleshoot Azure HDInsight. Step-by-step documentation shows you how to use HDInsight to solve common problems with Apache Hive, Apache Spark, Apache YARN, Apache HBase, and HDFS.-+ Last updated 09/19/2023
hdinsight Hdinsight Troubleshoot Hdfs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-troubleshoot-hdfs.md
Title: Troubleshoot HDFS in Azure HDInsight description: Get answers to common questions about working with HDFS and Azure HDInsight.-+ Last updated 05/10/2024
hdinsight Hdinsight Troubleshoot Hive https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-troubleshoot-hive.md
Title: Troubleshoot Hive by using Azure HDInsight description: Get answers to common questions about working with Apache Hive and Azure HDInsight. keywords: Azure HDInsight, Hive, FAQ, troubleshooting guide, common questions-+ Last updated 10/16/2023
hdinsight Hdinsight Troubleshoot Yarn https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-troubleshoot-yarn.md
Title: Troubleshoot YARN in Azure HDInsight description: Get answers to common questions about working with Apache Hadoop YARN and Azure HDInsight.-+ Last updated 03/22/2024
hdinsight Hdinsight Upgrade Cluster https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-upgrade-cluster.md
Title: Migrate cluster to a newer version description: Learn guidelines to migrate your Azure HDInsight cluster to a newer version.-+ Last updated 02/21/2024
hdinsight Hdinsight Upload Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-upload-data.md
Title: Upload data for Apache Hadoop jobs in HDInsight description: Learn how to upload and access data for Apache Hadoop jobs in HDInsight. Use Azure classic CLI, Azure Storage Explorer, Azure PowerShell, the Hadoop command line, or Sqoop.-+ Last updated 05/10/2024
hdinsight Hdinsight Use Availability Zones https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-use-availability-zones.md
Title: Create an Azure HDInsight cluster that uses Availability Zones description: Learn how to create an Azure HDInsight cluster that uses Availability Zones.-+ Last updated 06/15/2024
hdinsight Hdinsight Use External Metadata Stores https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-use-external-metadata-stores.md
Title: Use external metadata stores - Azure HDInsight description: Use external metadata stores with Azure HDInsight clusters.-+ Last updated 07/12/2024
hdinsight Hdinsight Use Oozie Linux Mac https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-use-oozie-linux-mac.md
Title: Use Hadoop Oozie workflows in Linux-based Azure HDInsight description: Use Hadoop Oozie in Linux-based HDInsight. Learn how to define an Oozie workflow and submit an Oozie job.-+ Last updated 06/14/2024
hdinsight Hdinsight Using Spark Query Hbase https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-using-spark-query-hbase.md
Title: Use Spark to read and write HBase data - Azure HDInsight description: Use the Spark HBase Connector to read and write data from a Spark cluster to an HBase cluster.-+ Last updated 02/27/2024
hdinsight Hdinsight Version Release https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-version-release.md
Title: HDInsight 4.0 overview - Azure description: Compare HDInsight 3.6 to HDInsight 4.0 features, limitations, and upgrade recommendations.-+ Last updated 12/05/2023
hdinsight Hdinsight Virtual Network Architecture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/hdinsight-virtual-network-architecture.md
Title: Azure HDInsight virtual network architecture description: Learn the resources available when you create an HDInsight cluster in an Azure Virtual Network.-+ Last updated 12/05/2023
hdinsight How To Custom Configure Hdinsight Autoscale https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/how-to-custom-configure-hdinsight-autoscale.md
Title: How to custom configure Azure HDInsight Autoscale. description: Learn how to custom configure Autoscale in Azure HDInsight clusters-+ Last updated 05/06/2024
hdinsight Apache Hadoop Connect Hive Power Bi Directquery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/apache-hadoop-connect-hive-power-bi-directquery.md
Title: See Interactive Query Hive data with Power BI in Azure HDInsight description: Use Microsoft Power BI to visualize Interactive Query Hive data from Azure HDInsight-+ Last updated 10/16/2023
hdinsight Apache Hive Migrate Workloads https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/apache-hive-migrate-workloads.md
Title: Migrate Azure HDInsight 3.6 Hive workloads to HDInsight 4.0
description: Learn how to migrate Apache Hive workloads on HDInsight 3.6 to HDInsight 4.0. -+ Last updated 06/12/2024
hdinsight Apache Hive Query Odbc Driver Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/apache-hive-query-odbc-driver-powershell.md
Title: Query Apache Hive with ODBC Driver & PowerShell - Azure HDInsight description: Use the Microsoft Hive ODBC driver and PowerShell to query Apache Hive clusters on Azure HDInsight. keywords: hive,hive odbc,powershell-+ Last updated 06/15/2024 #Customer intent: As a HDInsight user, I want to query data from my Apache Hive datasets so that I can view and interpret the data.
hdinsight Apache Hive Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/apache-hive-replication.md
Title: How to use Apache Hive replication in Azure HDInsight clusters description: Learn how to use Hive replication in HDInsight clusters to replicate the Hive metastore and the Azure Data Lake Storage Gen 2 data lake.-+ Last updated 06/14/2024
hdinsight Apache Hive Warehouse Connector Operations https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/apache-hive-warehouse-connector-operations.md
Title: Apache Spark operations supported by Hive Warehouse Connector in Azure HD
description: Learn about the different capabilities of Hive Warehouse Connector on Azure HDInsight. -+ Last updated 08/21/2023
hdinsight Apache Hive Warehouse Connector Zeppelin https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/apache-hive-warehouse-connector-zeppelin.md
Title: Hive Warehouse Connector - Apache Zeppelin using Livy - Azure HDInsight
description: Learn how to integrate Hive Warehouse Connector with Apache Zeppelin on Azure HDInsight. -+ Last updated 09/27/2023
hdinsight Apache Hive Warehouse Connector https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/apache-hive-warehouse-connector.md
Title: Apache Spark & Hive - Hive Warehouse Connector - Azure HDInsight
description: Learn how to integrate Apache Spark and Apache Hive with the Hive Warehouse Connector on Azure HDInsight. -+ Last updated 01/04/2024
hdinsight Apache Interactive Query Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/apache-interactive-query-get-started.md
Title: What is Interactive Query in Azure HDInsight? description: An introduction to Interactive Query, also called Apache Hive LLAP, In Azure HDInsight-+ Last updated 10/16/2023
hdinsight Gateway Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/gateway-best-practices.md
Title: Gateway deep dive and best practices for Apache Hive in Azure HDInsight description: Learn how to navigate the best practices for running Hive queries over the Azure HDInsight gateway-+ Last updated 07/12/2024
hdinsight Hdinsight Connect Hive Zeppelin https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/hdinsight-connect-hive-zeppelin.md
Title: 'Quickstart: Apache Hive in Azure HDInsight with Apache Zeppelin' description: In this quickstart, you learn how to use Apache Zeppelin to run Apache Hive queries.-+ Last updated 05/22/2024
hdinsight Hdinsight Grafana https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/hdinsight-grafana.md
Title: Use Grafana on Azure HDInsight description: Learn how to access the Grafana dashboard with Apache Hadoop clusters in Azure HDInsight-+ Last updated 05/09/2024
hdinsight Hdinsight Security Options For Hive https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/hdinsight-security-options-for-hive.md
Title: Security options for Hive in Azure HDInsight description: Security options for Hive in Standard and ESP clusters.-+ Last updated 03/15/2024
hdinsight Hive Default Metastore Export Import https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/hive-default-metastore-export-import.md
Title: Migrate default Hive metastore to external metastore on Azure HDInsight
description: Migrate default Hive metastore to external metastore on Azure HDInsight -+ Last updated 09/15/2023
hdinsight Hive Llap Sizing Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/hive-llap-sizing-guide.md
Title: HDInsight Interactive Query Cluster(LLAP) sizing guide description: LLAP sizing guide -+
hdinsight Hive Migration Across Storage Accounts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/hive-migration-across-storage-accounts.md
Title: Hive workload migration to new account in Azure Storage
description: Hive workload migration to new account in Azure Storage -+ Last updated 09/19/2023
hdinsight Hive Warehouse Connector Apis https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/hive-warehouse-connector-apis.md
Title: Hive Warehouse Connector APIs in Azure HDInsight
description: Learn about the different APIs of Hive Warehouse Connector. -+ Last updated 09/19/2023
hdinsight Hive Warehouse Connector V2 Apis https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/hive-warehouse-connector-v2-apis.md
Title: Hive Warehouse Connector 2.0 APIs in Azure HDInsight
description: Learn about how to use HWC 2.0 Supported APIs -+ Last updated 01/04/2024
hdinsight Hive Workload Management https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/hive-workload-management.md
Title: Hive LLAP Workload Management feature description: Hive LLAP Workload Management feature-+
hdinsight Interactive Query Troubleshoot Error Message Hive View https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/interactive-query-troubleshoot-error-message-hive-view.md
Title: Error message not shown in Apache Hive View - Azure HDInsight description: Query fails in Apache Hive View without any details on Azure HDInsight cluster.-+ Last updated 07/12/2024
hdinsight Interactive Query Troubleshoot Hive Logs Diskspace Full Headnodes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/interactive-query-troubleshoot-hive-logs-diskspace-full-headnodes.md
Title: Troubleshoot Hive logs fill up disk space Azure HDInsight description: This article provides troubleshooting steps to follow when Apache Hive logs are filling up the disk space on the head nodes in Azure HDInsight.-+
hdinsight Interactive Query Troubleshoot Inaccessible Hive View https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/interactive-query-troubleshoot-inaccessible-hive-view.md
Title: Apache Hive connections to Apache Zookeeper - Azure HDInsight description: Apache Hive View inaccessible due to Apache Zookeeper issues in Azure HDInsight-+ Last updated 06/15/2024
hdinsight Interactive Query Troubleshoot Migrate 36 To 40 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/interactive-query-troubleshoot-migrate-36-to-40.md
Title: Troubleshoot migration of Hive from 3.6 to 4.0 - Azure HDInsight description: Troubleshooting guide for migration of Hive workloads from HDInsight 3.6 to 4.0-+ Last updated 05/10/2024
hdinsight Interactive Query Troubleshoot Outofmemory Overhead Exceeded https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/interactive-query-troubleshoot-outofmemory-overhead-exceeded.md
Title: Joins in Apache Hive leads to OutOfMemory error - Azure HDInsight description: Dealing with OutOfMemory errors "GC overhead limit exceeded error"-+ Last updated 07/12/2024
hdinsight Interactive Query Troubleshoot Permission Error Create Table https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/interactive-query-troubleshoot-permission-error-create-table.md
Title: Permission denied error with Apache Hive table in Azure HDInsight description: Permission denied error when trying to create an Apache Hive table in Azure HDInsight-+ Last updated 01/04/2024
hdinsight Interactive Query Troubleshoot Query Performance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/interactive-query-troubleshoot-query-performance.md
Title: Poor performance in Apache Hive LLAP queries in Azure HDInsight description: Queries in Apache Hive LLAP are executing slower than expected in Azure HDInsight.-+ Last updated 05/22/2024
hdinsight Interactive Query Troubleshoot Slow Reducer https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/interactive-query-troubleshoot-slow-reducer.md
Title: Reducer is slow in Azure HDInsight description: Reducer is slow in Azure HDInsight from possible data skewing.-+ Last updated 02/12/2024
hdinsight Interactive Query Troubleshoot Tez Hangs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/interactive-query-troubleshoot-tez-hangs.md
Title: Apache Tez application hangs in Azure HDInsight description: Apache Tez application hangs in Azure HDInsight-+ Last updated 06/25/2024
hdinsight Interactive Query Troubleshoot Tez View Slow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/interactive-query-troubleshoot-tez-view-slow.md
Title: Apache Ambari Tez View loads slowly in Azure HDInsight description: Apache Ambari Tez View may load slowly or may not load at all in Azure HDInsight-+ Last updated 03/23/2024
hdinsight Interactive Query Troubleshoot View Time Out https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/interactive-query-troubleshoot-view-time-out.md
Title: Apache Hive View times out from query result - Azure HDInsight description: Apache Hive View times out when fetching a query result in Azure HDInsight-+ Last updated 05/22/2024
hdinsight Interactive Query Troubleshoot Zookeeperhiveclientexception Hiveserver Configs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/interactive-query-troubleshoot-zookeeperhiveclientexception-hiveserver-configs.md
Title: Apache Hive Zeppelin Interpreter error - Azure HDInsight description: The Apache Zeppelin Hive JDBC Interpreter is pointing to the wrong URL in Azure HDInsight-+ Last updated 06/15/2024
hdinsight Interactive Query Tutorial Analyze Flight Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/interactive-query-tutorial-analyze-flight-data.md
Title: 'Tutorial: ETL operations with Interactive Query - Azure HDInsight' description: Tutorial - Learn how to extract data from a raw CSV dataset. Transform it using Interactive Query on HDInsight. Then load the transformed data into Azure SQL Database by using Apache Sqoop.-+ Last updated 05/10/2024
hdinsight Llap Schedule Based Autoscale Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/llap-schedule-based-autoscale-best-practices.md
Title: HDInsight Interactive Query Autoscale(bchedule-based) guide and best practices description: LLAP Autoscale Guide and Best Practices -+
hdinsight Quickstart Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/quickstart-bicep.md
Title: 'Quickstart: Create Interactive Query cluster using Bicep - Azure HDInsig
description: This quickstart shows how to use Bicep to create an Interactive Query cluster in Azure HDInsight. -+ Last updated 10/16/2023
hdinsight Quickstart Resource Manager Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/quickstart-resource-manager-template.md
Title: 'Quickstart: Create Interactive Query cluster using template - Azure HDInsight' description: This quickstart shows how to use Resource Manager template to create an Interactive Query cluster in Azure HDInsight.-+ Last updated 01/04/2024
hdinsight Troubleshoot Gateway Timeout https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/troubleshoot-gateway-timeout.md
Title: Exception when running queries from Apache Ambari Hive View in Azure HDInsight description: Troubleshooting steps when running Apache Hive queries through Apache Ambari Hive View in Azure HDInsight.-+ Last updated 07/12/2024
hdinsight Troubleshoot Workload Management Issues https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/troubleshoot-workload-management-issues.md
Title: Troubleshoot Hive LLAP Workload Management issues description: Troubleshoot Hive LLAP Workload Management issues-+
hdinsight Workload Management Commands https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/interactive-query/workload-management-commands.md
Title: Hive LLAP Workload Management commands description: Hive LLAP Workload Management commands-+
hdinsight Apache Esp Kafka Ssl Encryption Authentication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/apache-esp-kafka-ssl-encryption-authentication.md
Title: Apache Kafka TLS encryption & authentication for ESP Kafka Clusters - Azure HDInsight description: Set up TLS encryption for communication between Kafka clients and Kafka brokers, Set up SSL authentication of clients for ESP Kafka clusters.-+ Last updated 04/11/2024
hdinsight Apache Kafka Auto Create Topics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/apache-kafka-auto-create-topics.md
Title: Enable automatic topic creation in Apache Kafka - Azure HDInsight description: Learn how to configure Apache Kafka on HDInsight to automatically create topics. You can configure Kafka by setting `auto.create.topics.enable` to true through Ambari. Or during cluster creation through PowerShell or Resource Manager templates.-+ Last updated 06/14/2024
hdinsight Apache Kafka Azure Container Services https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/apache-kafka-azure-container-services.md
Title: Use Azure Kubernetes Service with Kafka on HDInsight description: Learn how to use Kafka on HDInsight from container images hosted in Azure Kubernetes Service (AKS).-+ Last updated 12/05/2023
hdinsight Apache Kafka Connect Vpn Gateway https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/apache-kafka-connect-vpn-gateway.md
Title: Connect to Kafka using virtual networks - Azure HDInsight description: Learn how to directly connect to Kafka on HDInsight through an Azure Virtual Network. Learn how to connect to Kafka from development clients using a VPN gateway, or from clients in your on-premises network by using a VPN gateway device.-+ Last updated 06/14/2024
hdinsight Apache Kafka Connector Iot Hub https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/apache-kafka-connector-iot-hub.md
Title: Use Apache Kafka on HDInsight with Azure IoT Hub description: Learn how to use Apache Kafka on HDInsight with Azure IoT Hub. The Kafka Connect Azure IoT Hub project provides a source and sink connector for Kafka. The source connector can read data from IoT Hub, and the sink connector writes to IoT Hub. #Customer intent: As a developer, I need to use the Kafka IoT Hub connector with Kafka on HDInsight.-+ Last updated 12/05/2023
hdinsight Apache Kafka Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/apache-kafka-get-started.md
Title: 'Quickstart: Set up Apache Kafka on HDInsight using Azure portal' description: In this quickstart, you learn how to create an Apache Kafka cluster on Azure HDInsight using the Azure portal. You also learn about Kafka topics, subscribers, and consumers.-+ Last updated 05/09/2024
hdinsight Apache Kafka High Availability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/apache-kafka-high-availability.md
Title: High availability with Apache Kafka - Azure HDInsight description: Learn how to ensure high availability with Apache Kafka on Azure HDInsight. Learn how to rebalance partition replicas in Kafka so that they are on different fault domains within the Azure region that contains HDInsight.-+ Last updated 06/15/2024
hdinsight Apache Kafka Introduction https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/apache-kafka-introduction.md
Title: An introduction to Apache Kafka on HDInsight - Azure description: 'Learn about Apache Kafka on HDInsight: What it is, what it does, and where to find examples and getting started information.'-+ Last updated 05/09/2024
hdinsight Apache Kafka Log Analytics Operations Management https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/apache-kafka-log-analytics-operations-management.md
Title: Azure Monitor logs for Apache Kafka - Azure HDInsight description: Learn how to use Azure Monitor logs to analyze logs from Apache Kafka cluster on Azure HDInsight.-+ Last updated 06/15/2024
hdinsight Apache Kafka Mirror Maker 2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/apache-kafka-mirror-maker-2.md
Title: Use MirrorMaker 2 to migrate Kafka clusters between different Azure HDInsight versions - Azure HDInsight description: Learn how to use MirrorMaker 2 to migrate Kafka clusters between different Azure HDInsight versions-+ Last updated 05/09/2024
hdinsight Apache Kafka Mirroring https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/apache-kafka-mirroring.md
Title: Mirror Apache Kafka topics - Azure HDInsight description: Learn how to use Apache Kafka's mirroring feature to maintain a replica of a Kafka on HDInsight cluster by mirroring topics to a secondary cluster.-+ Last updated 06/15/2024
hdinsight Apache Kafka Performance Tuning https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/apache-kafka-performance-tuning.md
Title: Performance optimization for Apache Kafka HDInsight clusters description: Provides an overview of techniques for optimizing Apache Kafka workloads on Azure HDInsight.-+ Last updated 09/15/2023
hdinsight Apache Kafka Producer Consumer Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/apache-kafka-producer-consumer-api.md
Title: 'Tutorial: Apache Kafka Producer & Consumer APIs - Azure HDInsight' description: Learn how to use the Apache Kafka Producer and Consumer APIs with Kafka on HDInsight. In this tutorial, you learn how to use these APIs with Kafka on HDInsight from a Java application.-+ Last updated 05/10/2024
hdinsight Apache Kafka Quickstart Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/apache-kafka-quickstart-bicep.md
Title: 'Quickstart: Apache Kafka using Bicep - HDInsight'
description: In this quickstart, you learn how to create an Apache Kafka cluster on Azure HDInsight using Bicep. You also learn about Kafka topics, subscribers, and consumers. -+ Last updated 09/15/2023
hdinsight Apache Kafka Quickstart Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/apache-kafka-quickstart-powershell.md
Title: 'Quickstart: Create Apache Kafka with Azure PowerShell - HDInsight' description: In this quickstart, you learn how to create an Apache Kafka cluster on Azure HDInsight using Azure PowerShell. You also learn about Kafka topics, subscribers, and consumers.-+ Last updated 11/28/2023
hdinsight Apache Kafka Quickstart Resource Manager Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/apache-kafka-quickstart-resource-manager-template.md
Title: 'Quickstart: Apache Kafka using Azure Resource Manager - HDInsight' description: In this quickstart, you learn how to create an Apache Kafka cluster on Azure HDInsight using Azure Resource Manager template. You also learn about Kafka topics, subscribers, and consumers.-+ Last updated 07/24/2024
hdinsight Apache Kafka Scalability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/apache-kafka-scalability.md
Title: Apache Kafka increase scale - Azure HDInsight description: Learn how to configure managed disks for Apache Kafka cluster on Azure HDInsight to increase scalability.-+ Last updated 06/15/2024
hdinsight Apache Kafka Ssl Encryption Authentication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/apache-kafka-ssl-encryption-authentication.md
Title: Apache Kafka TLS encryption & authentication - Azure HDInsight description: Set up TLS encryption for communication between Kafka clients and Kafka brokers, Set up SSL authentication of clients.-+ Last updated 04/08/2024
hdinsight Apache Kafka Streams Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/apache-kafka-streams-api.md
Title: 'Tutorial: Use the Apache Kafka Streams API - Azure HDInsight ' description: Tutorial - Learn how to use the Apache Kafka Streams API with Kafka on HDInsight. This API enables you to perform stream processing between topics in Kafka.-+ Last updated 12/06/2023
hdinsight Connect Kafka Cluster With Vm In Different Vnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/connect-kafka-cluster-with-vm-in-different-vnet.md
Title: Connect Apache Kafka cluster with VM in different VNet on Azure HDInsight - Azure HDInsight description: Learn how to connect Apache Kafka cluster with VM in different VNet on Azure HDInsight-+ Last updated 04/11/2024
hdinsight Connect Kafka With Vnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/connect-kafka-with-vnet.md
Title: Connect HDInsight Kafka cluster with client VM in different VNet on Azure HDInsight description: Learn how to connect HDInsight Kafka cluster with Client VM in different VNet on Azure HDInsight-+ Last updated 08/10/2023
hdinsight Kafka Mirrormaker 2 0 Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/kafka-mirrormaker-2-0-guide.md
Title: Apache Kafka MirrorMaker 2.0 guide - Azure HDInsight description: How to use Kafka MirrorMaker 2.0 in data migration/replication and the use-cases.-+ Last updated 05/09/2024
hdinsight Kafka Troubleshoot Full Disk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/kafka-troubleshoot-full-disk.md
Title: Broker fails to start due to a full disk in Azure HDInsight description: Troubleshooting steps for Apache Kafka broker process that can't start due to disk full error. -+
hdinsight Kafka Troubleshoot Insufficient Domains https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/kafka-troubleshoot-insufficient-domains.md
Title: Not sufficient fault domains in region error in Azure HDInsight description: Cluster creation failed due to not sufficient fault domains in region in Azure HDInsight-+ Last updated 01/04/2024
hdinsight Migrate 5 1 Versions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/migrate-5-1-versions.md
Title: Migrate Apache Kafka workloads to Azure HDInsight 5.1 description: Learn how to migrate Apache Kafka workloads on HDInsight 4.0 to HDInsight 5.1.-+ Last updated 10/26/2023
hdinsight Migrate Versions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/migrate-versions.md
Title: Migrate Apache Kafka workloads to Azure HDInsight 4.0 description: Learn how to migrate Apache Kafka workloads on HDInsight 3.6 to HDInsight 4.0.-+ Last updated 06/15/2024
hdinsight Rest Proxy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/rest-proxy.md
Title: Apache Kafka REST proxy - Azure HDInsight description: Learn how to do Apache Kafka operations using a Kafka REST proxy on Azure HDInsight.-+ Last updated 04/09/2024
hdinsight Tutorial Cli Rest Proxy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/kafka/tutorial-cli-rest-proxy.md
Title: 'Tutorial: Create an Apache Kafka REST proxy enabled cluster in HDInsight using Azure CLI' description: Learn how to perform Apache Kafka operations using a Kafka REST proxy on Azure HDInsight.-+ Last updated 06/14/2024
hdinsight Log Analytics Migration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/log-analytics-migration.md
Title: Migrate Log Analytics data for Azure HDInsight description: Learn about the changes to the Azure Monitor integration and best-practices for using the new tables. -+
hdinsight Manage Clusters Runbooks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/manage-clusters-runbooks.md
Title: 'Tutorial: Use Azure Automation runbooks to create clusters - Azure HDInsight' description: Learn how to create and delete Azure HDInsight clusters with scripts that run in the cloud by using Azure Automation runbooks.-+ Last updated 12/06/2023
hdinsight Migrate Ambari Recent Version Hdinsight https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/migrate-ambari-recent-version-hdinsight.md
Title: Migrate Ambari to the recent version of Azure HDInsight
description: Learn how to migrate Ambari to the recent version of Azure HDInsight. -+ Last updated 05/22/2024
hdinsight Monitor Hdinsight Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/monitor-hdinsight-reference.md
description: This article contains important reference material you need when yo
Last updated 03/21/2024 -+ # Azure HDInsight monitoring data reference
hdinsight Monitor Hdinsight https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/monitor-hdinsight.md
description: Start here to learn how to monitor Azure HDInsight.
Last updated 03/21/2024 -+ # Monitor Azure HDInsight
hdinsight Msi Support To Access Azure Services https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/msi-support-to-access-azure-services.md
Title: MSI Support to Access Azure services description: Learn how to provide MSI Support to Access Azure services.-+ Last updated 07/09/2024
hdinsight Network Virtual Appliance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/network-virtual-appliance.md
Title: Configure network virtual appliance in Azure HDInsight description: Learn how to configure extra features for your network virtual appliance in Azure HDInsight.-+ Last updated 09/20/2023
hdinsight Open Source Software https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/open-source-software.md
Title: Open-source software support in Azure HDInsight description: Microsoft Azure provides a general level of support for open-source technologies.-+ Last updated 02/20/2024
hdinsight Optimize Hbase Ambari https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/optimize-hbase-ambari.md
Title: Optimize Apache HBase with Apache Ambari in Azure HDInsight description: Use the Apache Ambari web UI to configure and optimize Apache HBase.-+ Last updated 10/16/2023
hdinsight Optimize Hive Ambari https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/optimize-hive-ambari.md
Title: Optimize Apache Hive with Apache Ambari in Azure HDInsight description: Use the Apache Ambari web UI to configure and optimize Apache Hive.-+ Last updated 09/15/2023
hdinsight Optimize Pig Ambari https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/optimize-pig-ambari.md
Title: Optimize Apache Pig with Apache Ambari in Azure HDInsight description: Use the Apache Ambari web UI to configure and optimize Apache Pig.-+ Last updated 02/12/2024
hdinsight Overview Azure Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/overview-azure-storage.md
Title: Azure Storage overview in HDInsight description: Overview of Azure Storage in HDInsight.-+ Last updated 06/13/2024
hdinsight Overview Data Lake Storage Gen2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/overview-data-lake-storage-gen2.md
Title: Azure Data Lake Storage Gen2 overview in HDInsight description: Overview of Data Lake Storage Gen2 in HDInsight.-+ Last updated 06/13/2024
hdinsight Policy Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/policy-reference.md
Title: Built-in policy definitions for Azure HDInsight
description: Lists Azure Policy built-in policy definitions for Azure HDInsight. These built-in policy definitions provide common approaches to managing your Azure resources. Last updated 02/06/2024 -+ # Azure Policy built-in definitions for Azure HDInsight
hdinsight Quota Increase Request https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/quota-increase-request.md
Title: CPU Core quota increase request - Azure HDInsight description: Learn the process to request an increase for the CPU cores allocated to your subscription.-+ Last updated 06/15/2024
hdinsight Selective Logging Analysis https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/selective-logging-analysis.md
Title: Use selective logging with a script action in Azure HDInsight clusters description: Learn how to use the selective logging feature with a script action to monitor logs.-+ Last updated 09/13/2023
hdinsight Service Endpoint Policies https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/service-endpoint-policies.md
Title: Configure service endpoint policies - Azure HDInsight description: Learn how to configure service endpoint policies for your virtual network with Azure HDInsight.-+ Last updated 01/04/2024
hdinsight Set Up Pyspark Interactive Environment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/set-up-pyspark-interactive-environment.md
Title: PySpark interactive environment with Azure HDInsight Tools description: Learn how to use the Azure HDInsight Tools for Visual Studio Code to create and submit queries and scripts. keywords: VScode,Azure HDInsight Tools,Hive,Python,PySpark,Spark,HDInsight,Hadoop,LLAP,Interactive Hive,Interactive Query-+ Last updated 05/22/2024
hdinsight Share Hive Metastore With Synapse https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/share-hive-metastore-with-synapse.md
Title: Share Hive Metastore with Azure Synapse Spark Pool description: Learn how to share existing Azure HDInsight external Hive Metastore with Azure Synapse Spark Pool. keywords: external Hive metastore,share,Synapse-+ Last updated 05/22/2024
hdinsight Apache Azure Spark History Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-azure-spark-history-server.md
Title: Use the extended features in the Apache Spark History Server to debug apps - Azure HDInsight description: Use the extended features in the Apache Spark History Server to debug and diagnose Spark applications - Azure HDInsight.-+ Last updated 09/13/2023
hdinsight Apache Spark Analyze Application Insight Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-analyze-application-insight-logs.md
Title: Analyze Application Insight logs with Spark - Azure HDInsight description: Learn how to export Application Insight logs to blob storage, and then analyze the logs with Spark on HDInsight.-+ Last updated 06/15/2024
hdinsight Apache Spark Connect To Sql Database https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-connect-to-sql-database.md
Title: Use Apache Spark to read and write data to Azure SQL Database description: Learn how to set up a connection between HDInsight Spark cluster and Azure SQL Database. To read data, write data, and stream data into an SQL database-+ Last updated 05/09/2024
hdinsight Apache Spark Create Cluster Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-create-cluster-cli.md
Title: 'Quickstart: Apache Spark clusters with Azure CLI - Azure HDInsight' description: This quickstart shows how to use Azure CLI to create an Apache Spark cluster in Azure HDInsight.-+ Last updated 11/23/2023
hdinsight Apache Spark Create Standalone Application https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-create-standalone-application.md
Title: 'Tutorial: Scala Maven app for Spark & IntelliJ - Azure HDInsight' description: Tutorial - Create a Spark application written in Scala with Apache Maven as the build system. And an existing Maven archetype for Scala provided by IntelliJ IDEA.-+ Last updated 05/09/2024 # Customer intent: As a developer new to Apache Spark and to Apache Spark in Azure HDInsight, I want to learn how to create a Scala Maven application for Spark in HDInsight using IntelliJ.
hdinsight Apache Spark Creating Ml Pipelines https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-creating-ml-pipelines.md
Title: Create Apache Spark machine learning pipeline - Azure HDInsight description: Use the Apache Spark machine learning library to create data pipelines in Azure HDInsight.-+ Last updated 06/14/2024
hdinsight Apache Spark Custom Library Website Log Analysis https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-custom-library-website-log-analysis.md
Title: Analyze website logs with Python libraries in Spark - Azure description: This notebook demonstrates how to analyze log data using a custom library with Spark on Azure HDInsight.-+ Last updated 03/23/2024
hdinsight Apache Spark Eclipse Tool Plugin https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-eclipse-tool-plugin.md
Title: 'Azure Toolkit for Eclipse: Create Scala apps for HDInsight Spark' description: Use HDInsight Tools in Azure Toolkit for Eclipse to develop Spark applications written in Scala and submit them to an HDInsight Spark cluster, directly from the Eclipse IDE.-+ Last updated 06/13/2024
hdinsight Apache Spark Improve Performance Iocache https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-improve-performance-iocache.md
Title: Apache Spark performance - Azure HDInsight IO Cache (Preview) description: Learn about Azure HDInsight IO Cache and how to use it to improve Apache Spark performance.-+ Last updated 12/05/2023
hdinsight Apache Spark Intellij Tool Debug Remotely Through Ssh https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-intellij-tool-debug-remotely-through-ssh.md
Title: 'Azure Toolkit for IntelliJ: Debug Spark apps with SSH - HDInsight' description: Step-by-step guidance on how to use HDInsight Tools in Azure Toolkit for IntelliJ to debug applications remotely on HDInsight clusters through SSH-+ Last updated 06/13/2024
hdinsight Apache Spark Intellij Tool Failure Debug https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-intellij-tool-failure-debug.md
Title: 'Debug Spark job with IntelliJ Azure Toolkit (preview) - HDInsight' description: Guidance using HDInsight Tools in Azure Toolkit for IntelliJ to debug applications keywords: debug remotely intellij, remote debugging intellij, ssh, intellij, hdinsight, debug intellij, debugging-+ Last updated 07/12/2024
hdinsight Apache Spark Intellij Tool Plugin Debug Jobs Remotely https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-intellij-tool-plugin-debug-jobs-remotely.md
Title: 'Azure Toolkit: Debug Apache Spark apps remotely - Azure HDInsight' description: Learn how to use HDInsight Tools in Azure Toolkit for IntelliJ to remotely debug Spark applications that run on HDInsight clusters through VPN.-+ Last updated 06/13/2024
hdinsight Apache Spark Intellij Tool Plugin https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-intellij-tool-plugin.md
Title: 'Azure Toolkit for IntelliJ: Spark app - HDInsight' description: Use the Azure Toolkit for IntelliJ to develop Spark applications written in Scala, and submit them to an HDInsight Spark cluster.-+ Last updated 06/15/2024
hdinsight Apache Spark Ipython Notebook Machine Learning https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-ipython-notebook-machine-learning.md
Title: 'Tutorial: Build Spark machine learning app - Azure HDInsight' description: Tutorial - Step-by-step instructions on how to build Apache Spark machine learning application in HDInsight Spark clusters using Jupyter Notebook.-+ Last updated 09/14/2023
hdinsight Apache Spark Job Debugging https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-job-debugging.md
Title: Debug Apache Spark jobs running on Azure HDInsight description: Use YARN UI, Spark UI, and Spark History server to track and debug jobs running on a Spark cluster in Azure HDInsight-+ Last updated 08/22/2023
hdinsight Apache Spark Jupyter Notebook Install Locally https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-jupyter-notebook-install-locally.md
Title: Install Jupyter locally and connect to Spark in Azure HDInsight description: Learn how to install Jupyter Notebook locally on your computer and connect it to an Apache Spark cluster.-+ Last updated 06/14/2024
hdinsight Apache Spark Jupyter Notebook Kernels https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-jupyter-notebook-kernels.md
Title: Kernels for Jupyter Notebook on Spark clusters in Azure HDInsight description: Learn about the PySpark, PySpark3, and Spark kernels for Jupyter Notebook available with Spark clusters on Azure HDInsight.-+ Last updated 06/15/2024
hdinsight Apache Spark Jupyter Notebook Use External Packages https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-jupyter-notebook-use-external-packages.md
Title: Use custom Maven packages with Jupyter in Spark - Azure HDInsight description: Step-by-step instructions on how to configure Jupyter Notebooks available with HDInsight Spark clusters to use custom Maven packages.-+ Last updated 07/12/2024
hdinsight Apache Spark Jupyter Spark Sql Use Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-jupyter-spark-sql-use-portal.md
Title: 'Quickstart: Create Spark cluster in HDInsight using Azure portal' description: This quickstart shows how to use the Azure portal to create an Apache Spark cluster in Azure HDInsight, and run a Spark SQL query.-+ Last updated 11/29/2023
hdinsight Apache Spark Jupyter Spark Sql Use Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-jupyter-spark-sql-use-powershell.md
Title: 'Quickstart: Create Apache Spark cluster on Azure HDInsight with Azure PowerShell' description: This quickstart shows how to use Azure PowerShell to create an Apache Spark cluster in Azure HDInsight, and run Spark SQL query.-+ Last updated 11/28/2023
hdinsight Apache Spark Jupyter Spark Sql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-jupyter-spark-sql.md
Title: 'Quickstart: Create Apache Spark cluster using template - Azure HDInsight
description: This quickstart shows how to use Resource Manager template to create an Apache Spark cluster in Azure HDInsight, and run a Spark SQL query. Last updated 09/15/2023 -+ #Customer intent: As a developer new to Apache Spark on Azure, I need to see how to create a Spark cluster and query some data.
hdinsight Apache Spark Jupyter Spark Use Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-jupyter-spark-use-bicep.md
Last updated 09/15/2023 -+ #Customer intent: As a developer new to Apache Spark on Azure, I need to see how to create a Spark cluster and query some data.
hdinsight Apache Spark Known Issues https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-known-issues.md
Title: Troubleshoot issues with Apache Spark cluster in Azure HDInsight description: Learn about issues related to Apache Spark clusters in Azure HDInsight and how to work around those.-+ Last updated 06/14/2024
hdinsight Apache Spark Livy Rest Interface https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-livy-rest-interface.md
Title: Use Livy Spark to submit jobs to Spark cluster on Azure HDInsight description: Learn how to use Apache Spark REST API to submit Spark jobs remotely to an Azure HDInsight cluster.-+ Last updated 05/09/2024
hdinsight Apache Spark Load Data Run Query https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-load-data-run-query.md
Title: 'Tutorial: Load data & run queries with Apache Spark - Azure HDInsight' description: Tutorial - Learn how to load data and run interactive queries on Spark clusters in Azure HDInsight.-+ Last updated 07/12/2024
hdinsight Apache Spark Machine Learning Mllib Ipython https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-machine-learning-mllib-ipython.md
Title: Machine learning example with Spark MLlib on HDInsight - Azure description: Learn how to use Spark MLlib to create a machine learning app that analyzes a dataset using classification through logistic regression.-+ Last updated 04/08/2024
hdinsight Apache Spark Manage Dependencies https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-manage-dependencies.md
Title: Manage Spark application dependencies on Azure HDInsight
description: This article provides an introduction of how to manage Spark dependencies in HDInsight Spark cluster for PySpark and Scala applications. -+ Last updated 11/28/2023
hdinsight Apache Spark Microsoft Cognitive Toolkit https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-microsoft-cognitive-toolkit.md
Title: Microsoft Cognitive Toolkit with Apache Spark - Azure HDInsight description: Learn how a trained Microsoft Cognitive Toolkit deep learning model can be applied to a dataset using the Spark Python API in an Azure HDInsight Spark cluster.-+ Last updated 01/04/2024
hdinsight Apache Spark Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-overview.md
Title: What is Apache Spark - Azure HDInsight description: This article provides an introduction to Spark in HDInsight and the different scenarios in which you can use Spark cluster in HDInsight.-+ Last updated 05/09/2024 # Customer intent: As a developer new to Apache Spark and Apache Spark in Azure HDInsight, I want to have a basic understanding of Microsoft's implementation of Apache Spark in Azure HDInsight so I can decide if I want to use it rather than build my own cluster.
hdinsight Apache Spark Perf https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-perf.md
Title: Optimize Spark jobs for performance - Azure HDInsight description: Show common strategies for the best performance of Apache Spark clusters in Azure HDInsight.-+ Last updated 09/15/2023
hdinsight Apache Spark Python Package Installation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-python-package-installation.md
Title: Script action for Python packages with Jupyter on Azure HDInsight description: Step-by-step instructions on how to use script action to configure Jupyter Notebooks available with HDInsight Spark clusters to use external Python packages.-+ Last updated 02/12/2024
hdinsight Apache Spark Resource Manager https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-resource-manager.md
Title: Manage resources for Apache Spark cluster on Azure HDInsight description: Learn how to manage resources for Spark clusters on Azure HDInsight for better performance.-+ Last updated 07/12/2024
hdinsight Apache Spark Run Machine Learning Automl https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-run-machine-learning-automl.md
Title: Run Azure Machine Learning workloads on Apache Spark in HDInsight description: Learn how to run Azure Machine Learning workloads with automated machine learning (AutoML) on Apache Spark in Azure HDInsight.-+ Last updated 10/16/2023
hdinsight Apache Spark Settings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-settings.md
Title: Configure Spark settings - Azure HDInsight description: How to view and configure Apache Spark settings for an Azure HDInsight cluster-+ Last updated 06/14/2024
hdinsight Apache Spark Shell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-shell.md
Title: Use an Interactive Spark Shell in Azure HDInsight description: An interactive Spark Shell provides a read-execute-print process for running Spark commands one at a time and seeing the results.-+ Last updated 09/13/2023
hdinsight Apache Spark Streaming Exactly Once https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-streaming-exactly-once.md
Title: Spark Streaming & exactly-once event processing - Azure HDInsight description: How to set up Apache Spark Streaming to process an event once and only once.-+ Last updated 06/15/2024
hdinsight Apache Spark Streaming High Availability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-streaming-high-availability.md
Title: Highly available Spark Streaming jobs in YARN - Azure HDInsight description: How to set up Apache Spark Streaming for a high-availability scenario in Azure HDInsight-+ Last updated 06/14/2024
hdinsight Apache Spark Streaming Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-streaming-overview.md
Title: Spark Streaming in Azure HDInsight description: How to use Apache Spark Streaming applications on HDInsight Spark clusters.-+ Last updated 06/15/2024
hdinsight Apache Spark Structured Streaming Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-structured-streaming-overview.md
Title: Spark Structured Streaming in Azure HDInsight description: How to use Spark Structured Streaming applications on HDInsight Spark clusters.-+ Last updated 09/14/2023
hdinsight Apache Spark Troubleshoot Application Stops https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-troubleshoot-application-stops.md
Title: Apache Spark Streaming application stops after 24 days in Azure HDInsight description: An Apache Spark Streaming application stops after executing for 24 days and there are no errors in the log files. -+ Last updated 07/12/2024
hdinsight Apache Spark Troubleshoot Blocking Cross Origin https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-troubleshoot-blocking-cross-origin.md
Title: Jupyter 404 error - "Blocking Cross Origin API" - Azure HDInsight description: Jupyter server 404 "Not Found" error due to "Blocking Cross Origin API" in Azure HDInsight-+ Last updated 06/15/2024
hdinsight Apache Spark Troubleshoot Event Log Requestbodytoolarge https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-troubleshoot-event-log-requestbodytoolarge.md
Title: RequestBodyTooLarge error from Apache Spark app - Azure HDInsight description: NativeAzureFileSystem ... RequestBodyTooLarge appears in log for Apache Spark streaming app in Azure HDInsight-+ Last updated 06/15/2024
hdinsight Apache Spark Troubleshoot Illegalargumentexception https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-troubleshoot-illegalargumentexception.md
Title: IllegalArgumentException error for Apache Spark - Azure HDInsight description: IllegalArgumentException for Apache Spark activity in Azure HDInsight for Azure Data Factory -+ Last updated 09/19/2023
hdinsight Apache Spark Troubleshoot Job Fails Invalidclassexception https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-troubleshoot-job-fails-invalidclassexception.md
Title: InvalidClassException error from Apache Spark - Azure HDInsight description: Apache Spark job fails with InvalidClassException, class version mismatch, in Azure HDInsight-+ Last updated 06/14/2024
hdinsight Apache Spark Troubleshoot Job Fails Noclassdeffounderror https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-troubleshoot-job-fails-noclassdeffounderror.md
Title: NoClassDefFoundError - Apache Spark with Apache Kafka data in Azure HDInsight description: Apache Spark streaming job that reads data from an Apache Kafka cluster fails with a NoClassDefFoundError in Azure HDInsight-+ Last updated 11/23/2023
hdinsight Apache Spark Troubleshoot Job Slowness Container https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-troubleshoot-job-slowness-container.md
Title: Apache Spark slow when Azure HDInsight storage has many files description: Apache Spark job runs slowly when the Azure storage container contains many files in Azure HDInsight-+ Last updated 06/14/2024
hdinsight Apache Spark Troubleshoot Outofmemory https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-troubleshoot-outofmemory.md
Title: OutOfMemoryError exceptions for Apache Spark in Azure HDInsight description: Various OutOfMemoryError exceptions for Apache Spark cluster in Azure HDInsight-+ Last updated 05/09/2024
hdinsight Apache Spark Troubleshoot Rpctimeoutexception https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-troubleshoot-rpctimeoutexception.md
Title: RpcTimeoutException for Apache Spark thrift - Azure HDInsight description: You see 502 errors when processing large data sets using Apache Spark thrift server-+ Last updated 09/15/2023
hdinsight Apache Spark Troubleshoot Sparkexception Kryo Serialization Failed https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-troubleshoot-sparkexception-kryo-serialization-failed.md
Title: Issues with JDBC/ODBC & Apache Thrift framework - Azure HDInsight description: Unable to download large data sets using JDBC/ODBC and Apache Thrift software framework in Azure HDInsight-+ Last updated 07/12/2024
hdinsight Apache Spark Use Bi Tools https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-use-bi-tools.md
Title: 'Tutorial: Analyze Azure HDInsight Apache Spark data with Power BI' description: Tutorial - Use Microsoft Power BI to visualize Apache Spark data stored HDInsight clusters-+ Last updated 04/25/2024
hdinsight Apache Spark Zeppelin Notebook https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-spark-zeppelin-notebook.md
Title: Zeppelin notebooks & Apache Spark cluster - Azure HDInsight description: Step-by-step instructions on how to use Zeppelin notebooks with Apache Spark clusters on Azure HDInsight.-+ Last updated 02/27/2024
hdinsight Apache Troubleshoot Spark https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/apache-troubleshoot-spark.md
Title: Troubleshoot Apache Spark in Azure HDInsight description: Get answers to common questions about working with Apache Spark and Azure HDInsight.-+ Last updated 04/11/2024
hdinsight Optimize Cluster Configuration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/optimize-cluster-configuration.md
Title: Optimize Apache Spark cluster configuration - Azure HDInsight description: Learn how to configure your Apache Spark cluster to maximize throughput on Azure HDInsight.-+ Last updated 01/04/2024
hdinsight Optimize Data Processing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/optimize-data-processing.md
Title: Optimize data processing for Apache Spark - Azure HDInsight description: Learn how to choose the most efficient operations to process your data on Apache Spark with Azure HDInsight.-+ Last updated 01/04/2024
hdinsight Optimize Data Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/optimize-data-storage.md
Title: Optimize data storage for Apache Spark - Azure HDInsight description: Learn how to optimize data storage for use with Apache Spark on Azure HDInsight.-+ Last updated 09/15/2023
hdinsight Optimize Memory Usage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/optimize-memory-usage.md
Title: Optimize memory usage in Apache Spark - Azure HDInsight description: Learn how to optimize memory usage in Apache Spark on Azure HDInsight.-+ Last updated 09/15/2023
hdinsight Safely Manage Jar Dependency https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/safely-manage-jar-dependency.md
Title: Safely manage jar dependencies - Azure HDInsight description: This article discusses best practices for managing Java Archive (JAR) dependencies for HDInsight applications. -+ Last updated 07/12/2024
hdinsight Spark Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/spark-best-practices.md
Title: Apache Spark guidelines on Azure HDInsight description: Learn guidelines for using Apache Spark in Azure HDInsight.-+ Last updated 07/12/2024
hdinsight Spark Cruise https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/spark-cruise.md
Title: Use SparkCruise on Azure HDInsight to speed up Apache Spark queries description: Learn how to use the SparkCruise optimization platform to improve efficiency of Apache Spark queries.-+ Last updated 05/09/2024
hdinsight Troubleshoot Debug Wasb https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/troubleshoot-debug-wasb.md
Title: Debug WASB file operations in Azure HDInsight description: Describes troubleshooting steps and possible resolutions for issues when interacting with Azure HDInsight clusters.-+ Last updated 09/19/2023
hdinsight Troubleshoot Jupyter Notebook Convert https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/troubleshoot-jupyter-notebook-convert.md
Title: Unable to create Jupyter Notebook in Azure HDInsight description: Learn about the troubleshooting steps and possible resolutions for issues when interacting with Azure HDInsight clusters.-+ Last updated 03/22/2024
hdinsight Zookeeper Troubleshoot Quorum Fails https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/spark/zookeeper-troubleshoot-quorum-fails.md
Title: Apache ZooKeeper server fails to form a quorum in Azure HDInsight description: Apache ZooKeeper server fails to form a quorum in Azure HDInsight-+ Last updated 06/13/2024
hdinsight Subscribe To Hdi Release Notes Repo https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/subscribe-to-hdi-release-notes-repo.md
Title: Subscribe to GitHub release notes repo description: Learn how to subscribe to GitHub release notes repo-+ Last updated 06/28/2024
hdinsight Transport Layer Security https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/transport-layer-security.md
Title: Transport layer security in Azure HDInsight description: Transport layer security (TLS) and secure sockets layer (SSL) are cryptographic protocols that provide communications security over a computer network.-+ Last updated 02/20/2024
hdinsight Troubleshoot Oozie https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/troubleshoot-oozie.md
Title: Troubleshoot Apache Oozie in Azure HDInsight description: Troubleshoot certain Apache Oozie errors in Azure HDInsight.-+ Last updated 02/20/2024
hdinsight Troubleshoot Resource Creation Fails https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/troubleshoot-resource-creation-fails.md
Title: Troubleshoot resource creation failures in Azure HDInsight description: Common capacity issue errors and mitigation techniques are provided in this article.-+ Last updated 03/22/2024
hdinsight Troubleshoot Script Action https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/troubleshoot-script-action.md
Title: Troubleshoot script actions in Azure HDInsight description: General troubleshooting steps for script actions in Azure HDInsight.-+ Last updated 03/22/2024
hdinsight Troubleshoot Sqoop https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/troubleshoot-sqoop.md
Title: Sqoop import/export command fails for some users in ESP clusters - Azure HDInsight description: Sqoop import/export command fails.-+ Last updated 05/23/2024
hdinsight Use Pig https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/use-pig.md
Title: Use Apache Pig description: Learn how to use Pig with Apache Hadoop on HDInsight.-+ Last updated 10/16/2023
hdinsight Use Scp https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/use-scp.md
Title: Use SCP with Apache Hadoop in Azure HDInsight description: This document provides information on connecting to HDInsight using the ssh and scp commands.-+ Last updated 07/24/2024
hdinsight View Hindsight Cluster Image Version https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hdinsight/view-hindsight-cluster-image-version.md
Title: View the image version of Azure HDInsight cluster description: Learn how to view the image version of Azure HDInsight cluster-+ Last updated 01/04/2024
healthcare-apis Access Healthcare Apis https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/access-healthcare-apis.md
Title: Access Azure Health Data Services
description: Learn how to access the FHIR, DICOM, and MedTech services in Azure Health Data Services by using Postman, cURL, REST Client, and programming languages like Python and C# for efficient data management. -+
healthcare-apis Autoscale Azure Api Fhir https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/autoscale-azure-api-fhir.md
Title: Autoscale for Azure API for FHIR description: This article describes the autoscale feature for Azure API for FHIR. -+ Last updated 9/27/2023
healthcare-apis Azure Active Directory Identity Configuration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/azure-active-directory-identity-configuration.md
description: Learn the principles of identity, authentication, and authorization
-+ Last updated 9/27/2023
healthcare-apis Azure Api Fhir Access Token Validation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/azure-api-fhir-access-token-validation.md
Title: Azure API for FHIR access token validation
description: Walks through token validation and gives tips on how to troubleshoot access issues -+ Last updated 09/27/2023
healthcare-apis Azure Api Fhir Resource Manager Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/azure-api-fhir-resource-manager-template.md
Title: 'Quickstart: Deploy Azure API for FHIR using an ARM template' description: In this quickstart, learn how to deploy Azure API for Fast Healthcare Interoperability Resources (FHIR®), by using an Azure Resource Manager template (ARM template). -+
healthcare-apis Azure Api For Fhir Additional Settings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/azure-api-for-fhir-additional-settings.md
Title: Additional Settings for Azure API for FHIR description: Overview of the additional settings you can set for Azure API for FHIR-+
healthcare-apis Bulk Delete Operation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/bulk-delete-operation.md
Title: Bulk delete resources from the Azure API for FHIR service in Azure Health Data Services description: Learn how to bulk delete resources from the Azure API for FHIR service in Azure Health Data Services. -+ Last updated 04/01/2024
healthcare-apis Carin Implementation Guide Blue Button Tutorial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/carin-implementation-guide-blue-button-tutorial.md
Title: CARIN Blue Button Implementation Guide for Blue Button - Azure API for FHIR description: This tutorial walks through the steps of setting up Azure API for FHIR to pass the Touchstone tests for the CARIN Implementation Guide for Blue Button (C4BB IG). -+
healthcare-apis Centers For Medicare Tutorial Introduction https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/centers-for-medicare-tutorial-introduction.md
Title: Tutorial - Centers for Medicare and Medicaid Services (CMS) introduction - Azure API for FHIR description: This overview introduces a series of tutorials that pertains to the Center for Medicare and Medicaid Services (CMS) Interoperability and Patient Access rule. -+
healthcare-apis Configure Azure Rbac https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/configure-azure-rbac.md
Title: Configure Azure role-based access control (Azure RBAC) for Azure API for FHIR description: This article describes how to configure Azure RBAC for the Azure API for FHIR data plane -+ Last updated 09/27/2023
healthcare-apis Configure Cross Origin Resource Sharing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/configure-cross-origin-resource-sharing.md
Last updated 09/27/2023 -+ # Configure cross-origin resource sharing in Azure API for FHIR
healthcare-apis Configure Database https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/configure-database.md
Title: Configure database settings in Azure API for FHIR description: This article describes how to configure Database settings in Azure API for FHIR -+ Last updated 09/27/2023
healthcare-apis Configure Export Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/configure-export-data.md
Title: Configure export settings in Azure API for FHIR description: Learn how to configure export settings in Azure API for FHIR. -+ Last updated 09/27/2023
healthcare-apis Configure Local Rbac https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/configure-local-rbac.md
Title: Configure local role-based access control (local RBAC) for Azure API for FHIR description: This article describes how to configure the Azure API for FHIR to use a secondary Microsoft Entra tenant for data plane -+ Last updated 09/27/2023
healthcare-apis Convert Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/convert-data.md
Title: Data conversion for Azure API for FHIR
description: Use the $convert-data endpoint and customize-converter templates to convert data in Azure API for FHIR. -+ Last updated 09/27/2023
healthcare-apis Copy To Synapse https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/copy-to-synapse.md
Title: Copy data in Azure API for FHIR to Azure Synapse Analytics description: This article describes copying FHIR data into Synapse in Azure API for FHIR -+ Last updated 09/27/2023
healthcare-apis Customer Managed Key https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/customer-managed-key.md
Title: Configure customer-managed keys for Azure API for FHIR
description: Bring your own key feature supported in Azure API for FHIR via Azure Cosmos DB -+ Last updated 09/27/2023
healthcare-apis Davinci Drug Formulary Tutorial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/davinci-drug-formulary-tutorial.md
Title: Da Vinci Drug Formulary Tutorial for Azure API for FHIR description: This tutorial walks through setting up Azure API for FHIR to pass the Touchstone tests against the DaVinci Drug Formulary implementation guide. -+
healthcare-apis Davinci Pdex Tutorial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/davinci-pdex-tutorial.md
Title: Tutorial - Da Vinci PDex - Azure API for FHIR description: This tutorial walks through setting up Azure API for FHIR to pass tests for the Da Vinci Payer Data Exchange Implementation Guide. -+
healthcare-apis Davinci Plan Net https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/davinci-plan-net.md
Title: Tutorial - Da Vinci Plan Net - Azure API for FHIR description: This tutorial walks through setting up the FHIR service in Azure API for FHIR to pass Touchstone tests for the Da Vinci Payer Data Exchange Implementation Guide. -+
healthcare-apis De Identified Export https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/de-identified-export.md
Title: Exporting de-identified data for Azure API for FHIR description: This article describes how to set up and use de-identified export for Azure API for FHIR -+ Last updated 9/27/2023
healthcare-apis Enable Diagnostic Logging https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/enable-diagnostic-logging.md
Title: Enable diagnostic logging in Azure API for FHIR description: This article explains how to enable diagnostic logging in Azure API for FHIR® -+
healthcare-apis Export Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/export-data.md
Title: Executing the export by invoking $export command on Azure API for FHIR description: This article describes how to export FHIR data using $export for Azure API for FHIR -+ Last updated 9/27/2023
healthcare-apis Fhir App Registration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/fhir-app-registration.md
Title: Register the Microsoft Entra apps for Azure API for FHIR description: This tutorial explains which applications need to be registered for Azure API for FHIR and FHIR Server for Azure. -+
healthcare-apis Fhir Features Supported https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/fhir-features-supported.md
Title: Supported FHIR features in Azure - Azure API for FHIR
description: Find out which features of the FHIR specification are implemented in the Azure API for FHIR service. -+ Last updated 06/03/2022
healthcare-apis Fhir Github Projects https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/fhir-github-projects.md
Title: Related GitHub Projects for Azure API for FHIR
description: List all Open Source (GitHub) repositories for Azure API for FHIR. -+ Last updated 09/27/2023
healthcare-apis Fhir Paas Cli Quickstart https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/fhir-paas-cli-quickstart.md
Title: 'Quickstart: Deploy Azure API for FHIR using Azure CLI'
description: In this quickstart, you'll learn how to deploy Azure API for FHIR in Azure using the Azure CLI. -+ Last updated 09/27/2023
healthcare-apis Fhir Paas Portal Quickstart https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/fhir-paas-portal-quickstart.md
Title: 'Quickstart: Deploy Azure API for FHIR using Azure portal'
description: In this quickstart, you'll learn how to deploy Azure API for FHIR and configure settings using the Azure portal. -+ Last updated 09/27/2023
healthcare-apis Fhir Paas Powershell Quickstart https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/fhir-paas-powershell-quickstart.md
Title: 'Quickstart: Deploy Azure API for FHIR using PowerShell'
description: In this quickstart, you'll learn how to deploy Azure API for FHIR using PowerShell. -+ Last updated 09/27/2023
healthcare-apis Fhir Rest Api Capabilities https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/fhir-rest-api-capabilities.md
Title: FHIR REST API capabilities for Azure API for FHIR description: This article describes the RESTful interactions and capabilities for Azure API for FHIR. -+ Last updated 9/27/2023
healthcare-apis Find Identity Object Ids https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/find-identity-object-ids.md
Title: Find identity object IDs for authentication in Azure API for FHIR
description: This article explains how to locate the identity object IDs needed to configure authentication for Azure API for FHIR. -+
healthcare-apis Get Healthcare Apis Access Token Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/get-healthcare-apis-access-token-cli.md
Title: Get access token using Azure CLI - Azure API for FHIR
description: This article explains how to obtain an access token for Azure API for FHIR using the Azure CLI. -+
healthcare-apis Get Started With Azure Api Fhir https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/get-started-with-azure-api-fhir.md
Title: Get started with Azure API for FHIR description: This document describes how to get started with Azure API for FHIR. -+ Last updated 09/27/2023
healthcare-apis How To Do Custom Search https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/how-to-do-custom-search.md
Title: How to do custom search in Azure API for FHIR description: This article describes how you can define your own custom search parameters in Azure API for FHIR to be used in the database. -+ Last updated 09/27/2023
healthcare-apis How To Run A Reindex https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/how-to-run-a-reindex.md
Title: How to run a reindex job in Azure API for FHIR description: This article describes how to run a reindex job to index any search or sort parameters that haven't yet been indexed in your database. -+ Last updated 09/27/2023
healthcare-apis Move Fhir Service https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/move-fhir-service.md
Title: Move Azure API for FHIR instance to a different subscription or resource group description: This article describes how to move Azure an API for FHIR instance -+ Last updated 09/27/2023
healthcare-apis Overview Of Search https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/overview-of-search.md
Title: Overview of search in Azure API for FHIR description: This article describes an overview of FHIR search that is implemented in Azure API for FHIR -+ Last updated 9/27/2023
healthcare-apis Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/overview.md
Title: What is Azure API for FHIR? - Azure API for FHIR
description: Azure API for FHIR enables rapid exchange of data through FHIR APIs. Ingest, manage, and persist Protected Health Information PHI with a managed cloud service. -+ Last updated 09/27/2023
healthcare-apis Patient Everything https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/patient-everything.md
Title: Use patient-everything in Azure API for FHIR
description: This article explains how to use the Patient-everything operation in the Azure API for FHIR. -+ Last updated 09/23/2023
healthcare-apis Policy Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/policy-reference.md
description: Lists Azure Policy built-in policy definitions for Azure API for FH
Last updated 02/06/2024 -+
healthcare-apis Purge History https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/purge-history.md
Title: History Management in Azure API for FHIR description: This article describes the $purge-history operation for Azure API for FHIR. -+ Last updated 09/27/2023
healthcare-apis Register Confidential Azure Ad Client App https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/register-confidential-azure-ad-client-app.md
Title: Register a confidential client app in Microsoft Entra ID - Azure API for FHIR description: Register a confidential client application in Microsoft Entra ID that authenticates on a user's behalf and requests access to resource applications. -+ Last updated 09/27/2023
healthcare-apis Register Public Azure Ad Client App https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/register-public-azure-ad-client-app.md
Title: Register a public client app in Microsoft Entra ID - Azure API for FHIR description: This article explains how to register a public client application in Microsoft Entra ID, in preparation for deploying FHIR API in Azure. -+ Last updated 09/27/2023
healthcare-apis Register Resource Azure Ad Client App https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/register-resource-azure-ad-client-app.md
Title: Register a resource app in Microsoft Entra ID - Azure API for FHIR
description: Register a resource (or API) app in Microsoft Entra ID, so that client applications can request access to the resource when authenticating. -+ Last updated 09/27/2023
healthcare-apis Register Service Azure Ad Client App https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/register-service-azure-ad-client-app.md
Title: Register a service app in Microsoft Entra ID - Azure API for FHIR description: Learn how to register a service client application in Microsoft Entra ID. -+ Last updated 09/27/2023
healthcare-apis Release Notes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/release-notes.md
Title: Azure API for FHIR monthly releases
description: This article provides details about the Azure API for FHIR monthly features and enhancements. -+ Last updated 09/27/2023
healthcare-apis Search Samples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/search-samples.md
Title: Search examples for Azure API for FHIR description: How to search using different search parameters, modifiers, and other FHIR search tools -+ Last updated 09/27/2023
healthcare-apis Security Controls Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/security-controls-policy.md
Last updated 02/06/2024
-+
healthcare-apis Smart On Fhir https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/smart-on-fhir.md
Title: SMART on FHIR - Azure API for FHIR description: This tutorial describes how to enable SMART on FHIR applications with the Azure API for FHIR. -+
healthcare-apis Store Profiles In Fhir https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/store-profiles-in-fhir.md
Title: Store profiles in Azure API for FHIR description: This article describes how to store profiles in Azure API for FHIR. -+ Last updated 09/27/2023
healthcare-apis Tutorial Member Match https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/tutorial-member-match.md
Title: Tutorial - $member-match operation - Azure API for FHIR description: This tutorial introduces the $member-match operation that's defined as part of the Da Vinci Health Record Exchange (HRex). -+
healthcare-apis Tutorial Web App Fhir Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/tutorial-web-app-fhir-server.md
Title: Web App Tutorial - Set up Azure API for FHIR description: This tutorial walks through an example of deploying a simple web application. This first tutorial describes the prerequisites and the deployment of the Azure API for FHIR -+
healthcare-apis Tutorial Web App Public App Reg https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/tutorial-web-app-public-app-reg.md
Title: Web App Tutorial - Client Application Setup - Azure API for FHIR description: This tutorial walks through the steps of registering a public application for getting ready to deploy a web application -+
healthcare-apis Tutorial Web App Test Postman https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/tutorial-web-app-test-postman.md
Title: Web App Tutorial - Test connecting to Azure API for FHIR description: These tutorials walk through an example of deploying a simple web application. This section of the tutorial walks through testing connecting to the FHIR server with Postman -+
healthcare-apis Tutorial Web App Write Web App https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/tutorial-web-app-write-web-app.md
Title: Web App Tutorial - Write Web Application - Azure API for FHIR description: This tutorial walks through an example of deploying a simple web application. This section of the tutorial walks through writing the web application. -+
healthcare-apis Use Custom Headers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/use-custom-headers.md
Title: Add data to audit logs by using custom headers - Azure API for FHIR description: This article describes how to add data to audit logs by using custom HTTP headers in Azure API for FHIR. -+
healthcare-apis Validation Against Profiles https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-api-for-fhir/validation-against-profiles.md
Title: Validate FHIR resources against profiles in Azure API for FHIR description: This article describes how to validate FHIR resources against profiles in Azure API for FHIR. -+ Last updated 09/27/2023
healthcare-apis Azure Health Data Services Policy Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/azure-health-data-services-policy-reference.md
description: Explore the index of Azure PolicyΓÇÖs built-in definitions tailored
Last updated 04/30/2024 -+
healthcare-apis Configure Private Link https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/configure-private-link.md
Title: Configure Private Link for Azure Health Data Services
description: Learn how to set up Private Link for secure access to Azure Health Data Services. -+ Last updated 05/06/2024
healthcare-apis Dicom Digital Pathology https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/dicom/dicom-digital-pathology.md
Title: Digital pathology in the DICOM service in Azure Health Data Services
description: Explore digital pathology with the DICOM service in Azure Health Data Services. Share slide images, train AI models, and store digitized slides securely. --++ Last updated 10/9/2023
healthcare-apis Events Disable Delete Workspace https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/events/events-disable-delete-workspace.md
Title: Disable events for the FHIR or DICOM service in Azure Health Data Service
description: Disable events for the FHIR or DICOM service in Azure Health Services by deleting an event subscription. Learn why and how to stop sending notifications from your data and resources. -+ Last updated 01/31/2024
healthcare-apis Events Faqs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/events/events-faqs.md
Title: Events FAQ for Azure Health Data Services
description: Get answers to common questions about the events capability in the FHIR and DICOM services in Azure Health Data Services. Find out how events work, what types of events are supported, and how to subscribe to events by using Azure Event Grid. -+ Last updated 01/31/2024
healthcare-apis Events Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/events/events-overview.md
Title: What are events in Azure Health Data Services?
description: Learn how to use events in Azure Health Data Services to subscribe to and receive notifications of changes to health data in the FHIR and DICOM services, and trigger other actions or services based on health data changes. -+ Last updated 01/29/2024
healthcare-apis Autoscale https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/autoscale.md
Title: Autoscale feature for Azure Health Data Services FHIR service description: Explore how autoscaling in the FHIR service in Azure Health Data Services boosts efficiency and helps ensure optimal performance by scaling resources based on load. -+ Last updated 05/13/2024
healthcare-apis Azure Active Directory Identity Configuration Old https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/azure-active-directory-identity-configuration-old.md
Title: Microsoft Entra identity configuration for Azure Health Data Services for
description: Learn the principles of identity, authentication, and authorization for FHIR service -+ Last updated 06/03/2022
healthcare-apis Carin Implementation Guide Blue Button Tutorial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/carin-implementation-guide-blue-button-tutorial.md
Title: CARIN Blue Button Implementation Guide for Blue Button description: This tutorial walks through the steps of setting up FHIR service to pass the Touchstone tests for the CARIN Implementation Guide for Blue Button (C4BB IG). -+
healthcare-apis Centers For Medicare Tutorial Introduction https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/centers-for-medicare-tutorial-introduction.md
Title: Tutorial - Centers for Medicare and Medicaid Services (CMS) introduction - FHIR service description: Introduces a series of tutorials that pertains to the Center for Medicare and Medicaid Services (CMS) Interoperability and Patient Access rule. -+
healthcare-apis Configure Cross Origin Resource Sharing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/configure-cross-origin-resource-sharing.md
Last updated 06/06/2022 -+
healthcare-apis Configure Customer Managed Keys https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/configure-customer-managed-keys.md
Title: Configure customer-managed keys (CMK) for the FHIR service in Azure Health Data Services description: Use customer-managed keys (CMK) to encrypt data in the FHIR service. Create and manage CMK in Azure Key Vault and update the encryption key with a managed identity. -+ Last updated 11/20/2023
healthcare-apis Configure Export Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/configure-export-data.md
Title: Configure export settings in FHIR service - Azure Health Data Services description: This article describes how to configure export settings in the FHIR service -+
healthcare-apis Configure Import Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/configure-import-data.md
Title: Configure import settings in the FHIR service - Azure Health Data Services description: This article describes how to configure import settings in the FHIR service. -+ Last updated 06/06/2022
healthcare-apis Convert Data Azure Data Factory https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/convert-data-azure-data-factory.md
Title: Transform HL7v2 data to FHIR R4 with $convert-data in the FHIR service for Azure Health Data Services description: Learn how to transform HL7v2 data into FHIR R4 by using Azure Data FactoryΓÇÖs $convert-data operation. Explore prerequisites, configuration, and pipeline creation for data conversion and storage with Azure Data Lake Storage Gen2 capabilities. -+ Last updated 05/13/2024
healthcare-apis Convert Data Configuration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/convert-data-configuration.md
Title: Configure $convert-data settings for the FHIR service in Azure Health Data Services description: Learn how to configure settings for the $convert-data operation to convert healthcare data into FHIR R4 format. -+ Last updated 05/13/2024
healthcare-apis Convert Data Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/convert-data-overview.md
Title: Overview of $convert-data for the FHIR service in Azure Health Data Servi
description: Learn about the $convert-data operation in the FHIR service, a tool for transforming healthcare data across various formats into standardized FHIR R4 data. -+ Last updated 05/13/2024
healthcare-apis Copy To Synapse https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/copy-to-synapse.md
Title: Copy data from FHIR service in Azure Health Data Services to Azure Synapse Analytics description: This article describes copying FHIR data into Synapse -+ Last updated 06/06/2022
healthcare-apis Customer Managed Keys https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/customer-managed-keys.md
Title: Best practices for customer-managed keys for the FHIR service in Azure Health Data Services description: Encrypt your data with customer-managed keys (CMK) in the FHIR service in Azure Health Data Services. Get tips on requirements, best practices, limitations, and troubleshooting. -+ Last updated 11/20/2023
healthcare-apis Davinci Drug Formulary Tutorial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/davinci-drug-formulary-tutorial.md
Title: Da Vinci Drug Formulary Tutorial description: This tutorial walks through setting up FHIR service to pass the Touchstone tests against the DaVinci Drug Formulary implementation guide. -+
healthcare-apis Davinci Pdex Tutorial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/davinci-pdex-tutorial.md
Title: Tutorial - Da Vinci PDex - Azure Health Data Services description: This tutorial walks through setting up FHIR service to pass tests for the Da Vinci Payer Data Exchange Implementation Guide. -+
healthcare-apis Davinci Plan Net https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/davinci-plan-net.md
Title: Da Vinci Plan Net for the FHIR service in Azure Health Data Services description: Learn to set up Da Vinci PDex tests for the FHIR service in Azure Health Data Services with this tutorial on defining search parameters, loading profiles, and running touchstone tests. -+
healthcare-apis Deidentified Export https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/deidentified-export.md
Title: Export deidentified data from the FHIR service in Azure Health Data Services description: Learn to deidentify FHIR data with the FHIR serviceΓÇÖs export feature. Use our sample config file for HIPAA Safe Harbor compliance and privacy protection. -+ Last updated 05/06/2024
healthcare-apis Export Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/export-data.md
Title: Export your FHIR data by invoking the $export command on the FHIR service description: This article describes how to export FHIR data by using the bulk $export operation. -+ Last updated 08/03/2022
healthcare-apis Fhir Bulk Delete https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/fhir-bulk-delete.md
Title: Bulk delete resources from the FHIR service in Azure Health Data Services description: Learn how to bulk delete resources from the FHIR service in Azure Health Data Services. -+ Last updated 04/01/2024
healthcare-apis Fhir Faq https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/fhir-faq.md
Title: FAQ about FHIR service in Azure Health Data Services
description: Get answers to frequently asked questions about FHIR service, such as the storage location of data behind FHIR APIs and version support. -+ Last updated 09/27/2023
healthcare-apis Fhir Features Supported https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/fhir-features-supported.md
Title: Supported FHIR features in the FHIR service
description: Learn which features of the FHIR specification are implemented in the FHIR service in Azure Health Data Services -+ Last updated 06/06/2022
healthcare-apis Fhir Service Access Token Validation Old https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/fhir-service-access-token-validation-old.md
Title: FHIR service access token validation
description: Access token validation procedure and troubleshooting guide for FHIR service -+ Last updated 06/06/2022
healthcare-apis Fhir Versioning Policy And History Management https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/fhir-versioning-policy-and-history-management.md
Title: Versioning policy and history management for Azure Health Data Services FHIR service description: This article describes the concepts of versioning policy and history management for Azure Health Data Services FHIR service. -+ Last updated 06/06/2022
healthcare-apis Get Started With Fhir https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/get-started-with-fhir.md
Title: Get started with the FHIR service in Azure Health Data Services description: Learn how to set up the FHIR service in Azure Health Data Services with steps to create workspaces, register apps, and manage data. -+ Last updated 06/06/2022
healthcare-apis How To Do Custom Search https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/how-to-do-custom-search.md
Title: How to do custom search in FHIR service description: This article describes how you can define your own custom search parameters to be used in the database. -+ Last updated 08/22/2022
healthcare-apis How To Run A Reindex https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/how-to-run-a-reindex.md
Title: How to run a reindex job in FHIR service - Azure Health Data Services description: How to run a reindex job to index any search or sort parameters that haven't yet been indexed in your database -+ Last updated 08/22/2022
healthcare-apis Import Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/import-data.md
Title: Import data into the FHIR service in Azure Health Data Services description: Learn how to import data into the FHIR service for Azure Health Data Services. -+ Last updated 02/06/2024
healthcare-apis Overview Of Search https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/overview-of-search.md
Title: Overview of FHIR search in Azure Health Data Services description: This article describes an overview of FHIR search that is implemented in Azure Health Data Services -+ Last updated 08/18/2022
healthcare-apis Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/overview.md
Title: What is the FHIR service in Azure Health Data Services?
description: Discover the FHIR service in Azure Health Data Services for secure, compliant, and scalable health data exchange and management in the cloud -+ Last updated 09/01/2023
healthcare-apis Patient Everything https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/patient-everything.md
Title: Patient-everything - Azure Health Data Services
description: This article explains how to use the Patient-everything operation. -+ Last updated 06/06/2022
healthcare-apis Purge History https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/purge-history.md
Title: Purge history operation for Azure Health Data Services FHIR service description: This article describes the $purge-history operation for the FHIR service. -+ Last updated 06/06/2022
healthcare-apis Rest Api Capabilities https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/rest-api-capabilities.md
Title: REST API capabilities in the FHIR service in Azure Health Data Services description: Explore the RESTful capabilities of Azure Health Data Services FHIR API, including conditional operations and resource management. Learn more about efficient healthcare data handling. -+ Last updated 05/14/2024
healthcare-apis Search Samples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/search-samples.md
Title: Search examples for FHIR service description: How to search using different search parameters, modifiers, and other search tools for FHIR -+ Last updated 08/22/2022
healthcare-apis Selectable Search Parameters https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/selectable-search-parameters.md
Title: Selectable search parameters for the FHIR service in Azure Health Data Services description: Learn how to use selectable search parameters in the FHIR service of Azure Health Data Services to customize and optimize your searches on FHIR resources. Save storage space and improve performance by enabling only the search parameters you need. -+ Last updated 01/24/2023
healthcare-apis Smart On Fhir https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/smart-on-fhir.md
Title: SMART on FHIR - Azure Health Data Services description: This tutorial describes how to use a proxy to enable SMART on FHIR applications with the FHIR service. -+
healthcare-apis Store Profiles In Fhir https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/store-profiles-in-fhir.md
Title: Store profiles in FHIR service in Azure Health Data Services description: This article describes how to store profiles in the FHIR service -+ Last updated 06/06/2022
healthcare-apis Tutorial Member Match https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/tutorial-member-match.md
Title: Tutorial - $member-match operation description: Introduces the $member-match operation that's defined as part of the Da Vinci Health Record Exchange (HRex). -+
healthcare-apis Use Custom Headers Diagnosticlog https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/use-custom-headers-diagnosticlog.md
Title: Add data to audit logs by using custom headers - FHIR service description: This article describes how to add data to audit logs by using custom HTTP headers in FHIR service. -+
healthcare-apis Validation Against Profiles https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/fhir/validation-against-profiles.md
Title: Validate FHIR resources against profiles in Azure Health Data Services description: This article describes how to validate FHIR resources against profiles in the FHIR service. -+ Last updated 06/06/2022
healthcare-apis Health Data Services Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/health-data-services-get-started.md
Title: Introduction to Azure Health Data Services description: Learn how Azure Health Data Services empowers healthcare organizations to manage data securely, support interoperability, and enable analytics. -+ Last updated 06/10/2024
healthcare-apis Concepts Machine Learning https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/concepts-machine-learning.md
Title: MedTech service and Azure Machine Learning Service - Azure Health Data Services description: Learn how to use the MedTech service and the Azure Machine Learning Service --++ Last updated 07/21/2023
healthcare-apis Concepts Power Bi https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/concepts-power-bi.md
Title: MedTech service Microsoft Power BI - Azure Health Data Services description: Learn how to use the MedTech service and Power BI --++ Last updated 07/21/2023
healthcare-apis Concepts Teams https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/concepts-teams.md
Title: MedTech service and Teams notifications - Azure Health Data Services description: Learn how to use the MedTech service and Teams notifications --++ Last updated 07/21/2023
healthcare-apis Configure Metrics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/configure-metrics.md
Title: Monitor performance metrics for the MedTech service in Azure Health Data
description: Learn how to monitor the performance metrics of the MedTech service in Azure Health Data Services. Find out how to configure, display, and save the metrics in an Azure portal dashboard. --++ Last updated 11/21/2023
healthcare-apis Deploy Arm Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/deploy-arm-template.md
Title: Deploy the MedTech service using an Azure Resource Manager template - Azure Health Data Services description: Learn how to deploy the MedTech service using an Azure Resource Manager template. --++ Last updated 07/05/2023
healthcare-apis Deploy Bicep Powershell Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/deploy-bicep-powershell-cli.md
Title: Deploy the MedTech service using a Bicep file and Azure PowerShell or the Azure CLI - Azure Health Data Services description: Learn how to deploy the MedTech service using a Bicep file and Azure PowerShell or the Azure CLI. --++ Last updated 07/12/2023
healthcare-apis Deploy Choose Method https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/deploy-choose-method.md
Title: Choose a deployment method for the MedTech service - Azure Health Data Services description: Learn about the different methods for deploying the MedTech service. --++ Last updated 07/05/2023
healthcare-apis Deploy Json Powershell Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/deploy-json-powershell-cli.md
Title: Deploy the MedTech service using an Azure Resource Manager template and Azure PowerShell or the Azure CLI - Azure Health Data Services description: Learn how to deploy the MedTech service using an Azure Resource Manager template and Azure PowerShell or the Azure CLI. --++ Last updated 07/05/2023
healthcare-apis Deploy Manual Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/deploy-manual-portal.md
Title: Deploy the MedTech service using the Azure portal - Azure Health Data Services description: Learn how to deploy the MedTech service using the Azure portal. --++ Last updated 07/06/2023
healthcare-apis Device Messages Through Iot Hub https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/device-messages-through-iot-hub.md
Title: Receive device messages through Azure IoT Hub - Azure Health Data Service
description: Learn how to deploy Azure IoT Hub with message routing to send device messages to the MedTech service. The tutorial uses an Azure Resource Manager template and Visual Studio Code with the Azure IoT Hub extension. --++ Last updated 07/27/2023
healthcare-apis Frequently Asked Questions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/frequently-asked-questions.md
Title: MedTech service FAQ for Azure Health Data Services
description: Get answers to common questions about the MedTech service in Azure Health Data Services. Find out about FHIR integration, device data processing, and troubleshooting tips. --++ Last updated 06/05/2024
healthcare-apis Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/get-started.md
Title: Get started with the MedTech service - Azure Health Data Services description: Learn the basic steps for deploying the MedTech service. --++ Last updated 06/06/2023
healthcare-apis Git Projects https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/git-projects.md
Title: GitHub projects for the MedTech service - Azure Health Data Services
description: Learn about the MedTech service open-source software library for ingesting device messages from popular wearable devices. --++ Last updated 04/28/2023
healthcare-apis How To Enable Diagnostic Settings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/how-to-enable-diagnostic-settings.md
Title: How to enable the MedTech service diagnostic settings - Azure Health Data
description: Learn how to enable the MedTech service diagnostic settings. --++ Last updated 06/07/2023
healthcare-apis How To Use Calculatedcontent Templates https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/how-to-use-calculatedcontent-templates.md
Title: How to use CalculatedContent templates with the MedTech service device mapping - Azure Health Data Services description: Learn how to use CalculatedContent templates with the MedTech service device mapping. --++ Last updated 08/01/2023
healthcare-apis How To Use Custom Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/how-to-use-custom-functions.md
Title: How to use custom functions with the MedTech service device mapping - Azure Health Data Services description: Learn how to use custom functions with MedTech service device mapping. --++ Last updated 08/01/2023
healthcare-apis How To Use Iotjsonpathcontent Templates https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/how-to-use-iotjsonpathcontent-templates.md
Title: How to use IotJsonPathContent templates with the MedTech service device mapping - Azure Health Data Services description: Learn how to use IotJsonPathContent templates with the MedTech service device mapping. --++ Last updated 08/01/2023
healthcare-apis How To Use Mapping Debugger https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/how-to-use-mapping-debugger.md
Title: How to use the MedTech service Mapping debugger - Azure Health Data Servi
description: Learn how to use the MedTech service Mapping debugger. --++ Last updated 08/01/2023
healthcare-apis How To Use Monitoring And Health Checks Tabs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/how-to-use-monitoring-and-health-checks-tabs.md
Title: How to use the MedTech service monitoring and health check tabs - Azure H
description: Learn how to use the MedTech service monitoring and health check tabs. --++ Last updated 06/19/2023
healthcare-apis Overview Of Device Data Processing Stages https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/overview-of-device-data-processing-stages.md
Title: Overview of the MedTech service device data processing stages - Azure Hea
description: Learn about the MedTech service device data processing stages. --++ Last updated 07/19/2023
healthcare-apis Overview Of Device Mapping https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/overview-of-device-mapping.md
Title: Overview of the MedTech service device mapping - Azure Health Data Services description: Learn about the MedTech service device mapping. --++ Last updated 08/01/2023
healthcare-apis Overview Of Fhir Destination Mapping https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/overview-of-fhir-destination-mapping.md
Title: Overview of the MedTech service FHIR destination mapping - Azure Health Data Services description: Learn about the MedTech service FHIR destination mapping. --++ Last updated 08/01/2023
healthcare-apis Overview Of Samples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/overview-of-samples.md
Title: MedTech service scenario-based mappings samples - Azure Health Data Servi
description: Learn about the MedTech service scenario-based mappings samples. --++ Last updated 07/25/2023
healthcare-apis Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/overview.md
Title: What is the MedTech service? - Azure Health Data Services
description: Learn about the MedTech service, its features, functions, integrations, and next steps. --++ Last updated 10/19/2023
healthcare-apis Troubleshoot Errors Deployment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/troubleshoot-errors-deployment.md
Title: Troubleshoot MedTech service deployment errors - Azure Health Data Servic
description: Learn how to troubleshoot and fix MedTech service deployment errors. --++ Last updated 07/21/2023
healthcare-apis Troubleshoot Errors Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/iot/troubleshoot-errors-logs.md
Title: Troubleshoot errors using the MedTech service logs - Azure Health Data Se
description: Learn how to troubleshoot and fix MedTech service error using the service logs. --++ Last updated 06/02/2023
healthcare-apis Known Issues https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/known-issues.md
Title: Azure Health Data Services known issues
description: Learn about the known issues of Azure Health Data Services. -+ Last updated 03/13/2024
healthcare-apis Network Access Security https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/network-access-security.md
Title: Manage network access security in Azure Health Data Services
description: Learn about network access security and outbound connections for the FHIR, DICOM, and MedTech services in Azure Health Data Services. -+ Last updated 05/06/2024
healthcare-apis Workspace Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/healthcare-apis/workspace-overview.md
Title: What is the workspace? - Azure Health Data Services description: This article describes an overview of the Azure Health Data Services workspace. -+ Last updated 1/5/2023
hpc-cache Access Policies https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/access-policies.md
Title: Use access policies in Azure HPC Cache description: How to create and apply custom access policies to limit client access to storage targets in Azure HPC Cache -+ Last updated 05/19/2022
hpc-cache Add Namespace Paths https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/add-namespace-paths.md
Title: Configure the Azure HPC Cache aggregated namespace description: How to create client-facing paths for back-end storage with Azure HPC Cache -+ Last updated 04/22/2021
hpc-cache Az Cli Prerequisites https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/az-cli-prerequisites.md
Title: Azure CLI prerequisites for Azure HPC Cache description: Setup steps before you can use Azure CLI to create or modify an Azure HPC Cache -+ Last updated 07/08/2020
hpc-cache Cache Usage Models https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/cache-usage-models.md
Title: Azure HPC Cache usage models description: Describes the different cache usage models and how to choose among them to set read-only or read/write caching and control other caching settings -+ Last updated 02/16/2024
hpc-cache Client Load Balancing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/client-load-balancing.md
Title: Load balance client connections to Azure HPC Cache description: How to configure a DNS server for round-robin load balancing for Azure HPC Cache -+ Last updated 09/20/2021
hpc-cache Configuration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/configuration.md
Title: Configure Azure HPC Cache settings description: Explains how to configure additional settings for the cache like MTU, custom NTP and DNS configuration, and how to access the express snapshots from Azure Blob storage targets. -+ Last updated 05/16/2022
hpc-cache Custom Flush Script https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/custom-flush-script.md
Title: Use a python library to customize file write-back description: Advanced file write-back with Azure HPC Cache -+ Last updated 07/07/2022
hpc-cache Customer Keys https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/customer-keys.md
Title: Use customer-managed keys to encrypt data in Azure HPC Cache description: How to use Azure Key Vault with Azure HPC Cache to control encryption key access instead of using the default Microsoft-managed encryption keys -+ Last updated 11/02/2022
hpc-cache Directory Services https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/directory-services.md
Title: Use extended groups in Azure HPC Cache description: How to configure directory services for client access to storage targets in Azure HPC Cache -+ Last updated 07/27/2022
hpc-cache Hpc Cache Add Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/hpc-cache-add-storage.md
Title: Add storage to an Azure HPC Cache description: How to define storage targets so that your Azure HPC Cache can use your on-premises NFS system or Azure Blob containers for long-term file storage -+ Last updated 3/1/2023
hpc-cache Hpc Cache Blob Firewall Fix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/hpc-cache-blob-firewall-fix.md
Title: Work around storage firewall settings description: A storage account network firewall setting can cause failure when creating an Azure Blob storage target in Azure HPC Cache. This article gives a workaround for the limitation until a software fix is in place. -+ Last updated 03/18/2021
hpc-cache Hpc Cache Create https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/hpc-cache-create.md
Title: Create an Azure HPC Cache description: How to create an Azure HPC Cache instance -+ Last updated 2/15/2023
hpc-cache Hpc Cache Edit Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/hpc-cache-edit-storage.md
Title: Update Azure HPC Cache storage targets description: How to edit Azure HPC Cache storage targets -+ Last updated 01/19/2022
hpc-cache Hpc Cache Ingest Manual https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/hpc-cache-ingest-manual.md
Title: Azure HPC Cache data ingest - manual copy description: How to use cp commands to move data to a Blob storage target in Azure HPC Cache -+ Last updated 10/30/2019
hpc-cache Hpc Cache Ingest Msrsync https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/hpc-cache-ingest-msrsync.md
Title: Azure HPC Cache data ingest - msrsync description: How to use msrsync to move data to a Blob storage target in Azure HPC Cache -+ Last updated 10/30/2019
hpc-cache Hpc Cache Ingest Parallelcp https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/hpc-cache-ingest-parallelcp.md
Title: Azure HPC Cache data ingest - parallel copy script description: How to use a parallel copy script to move data to a Blob storage target in Azure HPC Cache -+ Last updated 10/30/2019
hpc-cache Hpc Cache Ingest https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/hpc-cache-ingest.md
Title: Move data to an Azure HPC Cache cloud container description: How to populate Azure Blob storage for use with Azure HPC Cache -+ Last updated 05/02/2022
hpc-cache Hpc Cache Manage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/hpc-cache-manage.md
Title: Manage and update Azure HPC Cache description: How to manage and update Azure HPC Cache using the Azure portal or Azure CLI -+ Last updated 06/29/2022
hpc-cache Hpc Cache Mount https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/hpc-cache-mount.md
Title: Mount an Azure HPC Cache description: How to connect clients to an Azure HPC Cache service -+ Last updated 09/27/2021
hpc-cache Hpc Cache Namespace https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/hpc-cache-namespace.md
Title: Understand the Azure HPC Cache aggregated namespace description: How to plan the virtual namespace for your Azure HPC Cache -+ Last updated 05/02/2022
hpc-cache Hpc Cache Netapp https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/hpc-cache-netapp.md
Title: Use Azure HPC Cache and Azure NetApp Files description: How to use Azure HPC Cache to improve access to data stored with Azure NetApp Files -+ Last updated 05/05/2021
hpc-cache Hpc Cache Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/hpc-cache-overview.md
Title: Azure HPC Cache overview description: Describes Azure HPC Cache, a file access accelerator solution for high-performance computing -+ Last updated 03/15/2024
hpc-cache Hpc Cache Prerequisites https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/hpc-cache-prerequisites.md
Title: Azure HPC Cache prerequisites description: Prerequisites for using Azure HPC Cache -+ Last updated 2/15/2023
hpc-cache Hpc Cache Security Info https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/hpc-cache-security-info.md
Title: Azure HPC Cache Security Information description: Security information for Azure HPC Cache -+ Last updated 04/06/2022
hpc-cache Hpc Cache Support Ticket https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/hpc-cache-support-ticket.md
Title: Open a support ticket for Azure HPC Cache description: How to open a help request for Azure HPC Cache technical support -+ Last updated 07/21/2022
hpc-cache Hpc Region Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/hpc-region-recovery.md
Title: Regional redundancy and failover recovery with Azure HPC Cache description: Techniques to provide failover capabilities for disaster recovery with Azure HPC Cache -+ Last updated 08/19/2021
hpc-cache Increase Quota https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/increase-quota.md
Title: Request a quota increase for Azure HPC Cache description: How to request a quota increase for Azure HPC Cache by opening a support request ticket -+ Last updated 07/25/2022
hpc-cache Manage Storage Targets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/manage-storage-targets.md
Title: Manage Azure HPC Cache storage targets description: How to suspend, remove, force delete, and flush Azure HPC Cache storage targets, and how to understand the storage target state -+ Last updated 06/29/2022
hpc-cache Metrics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/metrics.md
Title: Azure HPC Cache metrics and monitoring description: How to see statistics about your Azure HPC Cache -+ Last updated 07/08/2021
hpc-cache Move Resource https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/move-resource.md
Title: Move an Azure HPC Cache to a different region description: Information about how to move or recreate an Azure HPC Cache in another region -+ Last updated 03/03/2022
hpc-cache Nfs Blob Considerations https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/nfs-blob-considerations.md
Title: Use NFS Blob storage with Azure HPC Cache description: Describes procedures and limitations when using ADLS-NFS blob storage with Azure HPC Cache -+ Last updated 03/02/2022
hpc-cache Prime Cache https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/prime-cache.md
Title: Pre-load files in Azure HPC Cache description: Use the cache priming feature to populate or preload cache contents before files are requested -+ Last updated 06/01/2022
hpc-cache Troubleshoot Nas https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/troubleshoot-nas.md
Title: Troubleshoot Azure HPC Cache NFS storage targets description: Tips to avoid and fix configuration errors and other problems that can cause failure when creating an NFS storage target -+ Last updated 08/29/2022
hpc-cache Usage Scenarios https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/hpc-cache/usage-scenarios.md
Title: Azure HPC Cache scenarios description: Describes how to know whether your computing job works well with Azure HPC Cache -+ Last updated 03/29/2021
key-vault About Keys Secrets Certificates https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/about-keys-secrets-certificates.md
description: Overview of Azure Key Vault REST interface and developer details fo
-+ Last updated 01/30/2024
key-vault Access Behind Firewall https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/access-behind-firewall.md
description: Learn about the ports, hosts, or IP addresses to open to enable a k
-+ Last updated 01/30/2024
key-vault Alert https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/alert.md
description: Learn how to create alerts to monitor the health of your key vault.
-+ Last updated 01/30/2024
key-vault Assign Access Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/assign-access-policy.md
-+ Last updated 01/30/2024
key-vault Authentication Requests And Responses https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/authentication-requests-and-responses.md
-+ Last updated 01/30/2024
key-vault Authentication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/authentication.md
description: Learn how to authenticate to Azure Key Vault
Last updated 02/20/2024-+
key-vault Azure Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/azure-policy.md
description: Learn how to integrate Azure Key Vault with Azure Policy
Last updated 02/20/2024-+
key-vault Backup https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/backup.md
description: Use this document to help back up a secret, key, or certificate sto
-+ Last updated 01/30/2024
key-vault Basic Concepts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/basic-concepts.md
description: Learn how Azure Key Vault safeguards cryptographic keys and secrets
-+ Last updated 01/30/2024
key-vault Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/best-practices.md
tags: azure-key-vault -+ Last updated 09/04/2022
key-vault Client Libraries https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/client-libraries.md
description: Client Libraries for Azure Key Vault
-+ Last updated 01/30/2024
key-vault Common Error Codes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/common-error-codes.md
description: Common error codes for Azure Key Vault
-+ Last updated 01/30/2024
key-vault Common Parameters And Headers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/common-parameters-and-headers.md
description: The parameters and headers common to all operations that you might
-+ Last updated 01/30/2024
key-vault Customer Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/customer-data.md
description: Learn about customer data, which Azure Key Vault receives during cr
-+ Last updated 01/30/2024
key-vault Developers Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/developers-guide.md
Title: Azure Key Vault developer's guide
description: Developers can use Azure Key Vault to manage cryptographic keys within the Microsoft Azure environment. -+ Last updated 01/30/2024
key-vault Disaster Recovery Guidance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/disaster-recovery-guidance.md
description: Learn about Azure Key Vault availability and redundancy.
-+ Last updated 02/20/2024
key-vault Dotnet2api Release Notes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/dotnet2api-release-notes.md
Title: Key Vault .NET 2.x API Release Notes| Microsoft Docs
description: Learn how to update apps written for earlier versions of Azure Key Vault to work with the 2.0 version of the Azure Key Vault library for C# and .NET. -+ Last updated 02/20/2024
key-vault Event Grid Logicapps https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/event-grid-logicapps.md
description: Guide to use Logic Apps to respond to Key Vault secrets changes
-+ Last updated 01/30/2024
key-vault Event Grid Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/event-grid-overview.md
description: Use Azure Event Grid to subscribe to Key Vault events
-+ Last updated 02/20/2024
key-vault Event Grid Tutorial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/event-grid-tutorial.md
description: Learn how to integrate Key Vault with Azure Event Grid.
-+ Last updated 01/30/2024
key-vault How To Azure Key Vault Network Security https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/how-to-azure-key-vault-network-security.md
Title: How to configure Azure Key Vault networking configuration
description: Step-by-step instructions to configure Key Vault firewalls and virtual networks -+ Last updated 02/20/2024
key-vault Howto Logging https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/howto-logging.md
description: How to enable logging for Azure Key Vault, which saves information
-+ Last updated 01/30/2024
key-vault Key Vault Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/key-vault-recovery.md
Title: Azure Key Vault recovery overview | Microsoft Docs description: Key Vault Recovery features are designed to prevent the accidental or malicious deletion of your key vault and secrets, keys, and certificate stored inside key-vault.-+
key-vault Logging https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/logging.md
description: Learn how to monitor access to your key vaults by enabling logging
-+ Last updated 01/30/2024
key-vault Manage With Cli2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/manage-with-cli2.md
description: Use this article to automate common tasks in Key Vault by using the
-+ Last updated 02/20/2024
key-vault Migrate Key Workloads https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/migrate-key-workloads.md
-+ Last updated 02/20/2024
key-vault Monitor Key Vault https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/monitor-key-vault.md
-+ # Customer intent: As a key vault administrator, I want to learn the options available to monitor the health of my vaults.
key-vault Move Resourcegroup https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/move-resourcegroup.md
description: Guidance on moving a key vault to a different resource group.
-+ Last updated 01/30/2024
key-vault Move Subscription https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/move-subscription.md
description: Guidance on moving a key vault to a different subscription.
-+ Last updated 01/30/2024
key-vault Network Security https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/network-security.md
Title: Configure Azure Key Vault firewalls and virtual networks - Azure Key Vaul
description: Learn about key vault networking settings -+ Last updated 02/20/2024
key-vault Overview Security Worlds https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/overview-security-worlds.md
Title: Azure Key Vault security worlds | Microsoft Docs description: Azure Key Vault is a multi-tenant service. It uses a pool of HSMs in each Azure region. All regions in a geographic region share a cryptographic boundary.-+
key-vault Overview Throttling https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/overview-throttling.md
Title: Azure Key Vault throttling guidance
description: Key Vault throttling limits the number of concurrent calls to prevent overuse of resources. -+ Last updated 02/20/2024
key-vault Overview Vnet Service Endpoints https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/overview-vnet-service-endpoints.md
Last updated 01/30/2024-+
key-vault Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/overview.md
description: Azure Key Vault is a secure secrets store, providing management for
-+ Last updated 01/30/2024
key-vault Private Link Diagnostics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/private-link-diagnostics.md
description: Resolve common private links issues with Key Vault and deep dive in
Last updated 02/20/2024-+
key-vault Private Link Service https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/private-link-service.md
description: Learn how to integrate Azure Key Vault with Azure Private Link Serv
Last updated 01/30/2024-+
key-vault Quick Create Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/quick-create-cli.md
Title: Quickstart - Create an Azure Key Vault with the Azure CLI
description: Quickstart showing how to create an Azure Key Vault using the Azure CLI -+ Last updated 01/30/2024
key-vault Quick Create Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/quick-create-portal.md
Title: Quickstart - Create an Azure Key Vault with the Azure portal
description: Quickstart showing how to create an Azure Key Vault using the Azure portal -+
key-vault Quick Create Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/quick-create-powershell.md
Title: Quickstart - Create an Azure Key Vault with Azure PowerShell
description: Quickstart showing how to create an Azure Key Vault using Azure PowerShell -+ Last updated 01/30/2024
key-vault Rbac Access Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/rbac-access-policy.md
Title: Azure role-based access control (Azure RBAC) vs. access policies
description: A comparison of Azure role-based access control (Azure RBAC) and access policies -+ Last updated 01/30/2024
key-vault Rbac Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/rbac-guide.md
Title: Grant permission to applications to access an Azure key vault using Azure
description: Learn how to provide access to keys, secrets, and certificates using Azure role-based access control. -+
key-vault Rbac Migration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/rbac-migration.md
-
+ Title: Migrate to Azure role-based access control | Microsoft Docs description: Learn how to migrate from vault access policies to Azure roles. -+ Last updated 02/20/2024
key-vault Rest Error Codes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/rest-error-codes.md
description: These error codes could be returned by an operation on an Azure Key
-+ Last updated 02/20/2024
key-vault Security Features https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/security-features.md
Title: Azure Key Vault security overview
description: An overview of security features and best practices for Azure Key Vault. -+ Last updated 01/30/2024
key-vault Service Limits https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/service-limits.md
Title: Azure Key Vault Service Limits - Azure Key Vault | Microsoft Docs
description: Learn about service limits for Azure Key Vault, including key transactions and Azure Private Link integration. -+ Last updated 02/20/2024
key-vault Soft Delete Change https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/soft-delete-change.md
Title: Enable soft-delete on all key vault objects - Azure Key Vault | Microsoft
description: Use this document to adopt soft-delete for all key vaults and to make application and administration changes to avoid conflict errors. -+ Last updated 01/30/2024
key-vault Soft Delete Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/soft-delete-overview.md
Title: Azure Key Vault soft-delete | Microsoft Docs description: Soft-delete in Azure Key Vault allows you to recover deleted key vaults and key vault objects, such as keys, secrets, and certificates.-+
key-vault Troubleshoot Azure Policy For Key Vault https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/troubleshoot-azure-policy-for-key-vault.md
description: Troubleshooting issues with implementing Azure policy on Key Vault
Last updated 02/20/2024-+
key-vault Troubleshooting Access Issues https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/troubleshooting-access-issues.md
description: Troubleshooting Azure Key Vault access policy issues
Last updated 02/20/2024-+
key-vault Tutorial Javascript Virtual Machine https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/tutorial-javascript-virtual-machine.md
Title: Tutorial - Use Azure Key Vault with a virtual machine in JavaScript | Microsoft Docs description: In this tutorial, you configure a virtual machine a JavaScript application to read a secret from your key vault. -+ Last updated 02/20/2024
key-vault Tutorial Net Create Vault Azure Web App https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/tutorial-net-create-vault-azure-web-app.md
Title: Tutorial - Use Azure Key Vault with an Azure web app in .NET
description: In this tutorial, you'll configure an Azure web app in an ASP.NET Core application to read a secret from your key vault. -+ Last updated 02/20/2024
key-vault Tutorial Net Virtual Machine https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/tutorial-net-virtual-machine.md
Title: Tutorial - Use Azure Key Vault with a virtual machine in .NET
description: In this tutorial, you configure a virtual machine an ASP.NET core application to read a secret from your key vault. -+ Last updated 02/20/2024
key-vault Tutorial Python Virtual Machine https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/tutorial-python-virtual-machine.md
Title: Tutorial - Use Azure Key Vault with a virtual machine in Python | Microsoft Docs description: In this tutorial, you configure a virtual machine a Python application to read a secret from your key vault. -+ Last updated 02/20/2024
key-vault Vault Create Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/vault-create-template.md
tags: azure-resource-manager -+ Last updated 02/20/2024
key-vault Whats New https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/general/whats-new.md
Title: What's new for Azure Key Vault
description: Recent updates for Azure Key Vault -+ Last updated 01/30/2024
key-vault About Keys Details https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/about-keys-details.md
-+ Last updated 05/17/2023
key-vault About Keys https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/about-keys.md
description: Overview of Azure Key Vault REST interface and developer details fo
-+ Last updated 01/30/2024
key-vault Byok Specification https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/byok-specification.md
description: This document described bring your own key specification.
-+ Last updated 01/30/2024
key-vault How To Configure Key Rotation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/how-to-configure-key-rotation.md
tags: 'rotation' -+ Last updated 10/17/2022
key-vault Hsm Protected Keys Byok https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/hsm-protected-keys-byok.md
-+ Last updated 01/30/2024
key-vault Hsm Protected Keys Ncipher https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/hsm-protected-keys-ncipher.md
description: Use this article to help you plan for, generate, and then transfer
-+ Last updated 01/30/2024
key-vault Hsm Protected Keys https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/hsm-protected-keys.md
-
+ Title: How to generate & transfer HSM-protected keys ΓÇô Azure Key Vault description: Learn how to plan for, generate, and then transfer your own HSM-protected keys to use with Azure Key Vault. Also known as BYOK or bring your own key. -+ Last updated 01/30/2024
key-vault Javascript Developer Guide Backup Delete Restore Key https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/javascript-developer-guide-backup-delete-restore-key.md
Title: Back up and restore keys with Azure Key Vault
description: Back up, delete, restore, and purge keys with Azure Key Vault and the client SDK. -+
key-vault Javascript Developer Guide Create Update Rotate Key https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/javascript-developer-guide-create-update-rotate-key.md
Title: Create, update, or rotate Azure Key Vault keys with JavaScript
description: Create or update with the set method, or rotate keys with JavaScript. -+
key-vault Javascript Developer Guide Enable Disable Key https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/javascript-developer-guide-enable-disable-key.md
Title: Enable and disable keys using Azure Key Vault keys with JavaScript
description: Enable and disable keys from cryptographic operations with keys in JavaScript. -+
key-vault Javascript Developer Guide Encrypt Decrypt Key https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/javascript-developer-guide-encrypt-decrypt-key.md
Title: Encrypt and decrypt using Azure Key Vault keys with JavaScript
description: Encrypt and decrypt data with keys in JavaScript. -+
key-vault Javascript Developer Guide Get Key https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/javascript-developer-guide-get-key.md
Title: Get Azure Key Vault keys with JavaScript
description: Get lastest version or any version of key with JavaScript. -+
key-vault Javascript Developer Guide Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/javascript-developer-guide-get-started.md
Title: Getting started with Azure Key Vault key in JavaScript
description: Set up your environment, install npm packages, and authenticate to Azure to get started using Key Vault keys in JavaScript -+
key-vault Javascript Developer Guide Import Key https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/javascript-developer-guide-import-key.md
Title: Import keys using Azure Key Vault keys with JavaScript
description: Import keys using Azure Key Vault keys with JavaScript. -+
key-vault Javascript Developer Guide List Key Version https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/javascript-developer-guide-list-key-version.md
Title: List keys using Azure Key Vault keys with JavaScript
description: List keys in JavaScript. -+
key-vault Javascript Developer Guide Sign Verify Key https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/javascript-developer-guide-sign-verify-key.md
Title: Sign and verify using Azure Key Vault keys with JavaScript
description: Sign and verify data with keys in JavaScript. -+
key-vault Policy Grammar https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/policy-grammar.md
-+ Last updated 03/21/2022
key-vault Quick Create Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/quick-create-cli.md
Title: Create and retrieve attributes of a key in Azure Key Vault - Azure CLI description: Quickstart showing how to set and retrieve a key from Azure Key Vault using Azure CLI -+ Last updated 01/30/2024
key-vault Quick Create Go https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/quick-create-go.md
description: Learn how to create, retrieve, and delete keys from an Azure key va
Last updated 12/27/2023-+ ms.devlang: golang
key-vault Quick Create Java https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/quick-create-java.md
Last updated 01/04/2023-+ ms.devlang: java
key-vault Quick Create Net https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/quick-create-net.md
description: Learn how to create, retrieve, and delete keys from an Azure key va
Last updated 01/04/2023-+ ms.devlang: csharp
key-vault Quick Create Node https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/quick-create-node.md
description: Learn how to create, retrieve, and delete keys from an Azure key va
Last updated 02/02/2023-+ ms.devlang: javascript
key-vault Quick Create Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/quick-create-portal.md
Title: Azure Quickstart - Set and retrieve a key from Key Vault using Azure port
description: Quickstart showing how to set and retrieve a key from Azure Key Vault using the Azure portal -+
key-vault Quick Create Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/quick-create-powershell.md
Title: Create and retrieve attributes of a key in Azure Key Vault ΓÇô Azure Powe
description: Quickstart showing how to set and retrieve a key from Azure Key Vault using Azure PowerShell -+ Last updated 01/30/2024
key-vault Quick Create Python https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/quick-create-python.md
description: Learn how to create, retrieve, and delete keys from an Azure key va
Last updated 02/03/2023-+ ms.devlang: python
key-vault Quick Create Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/quick-create-template.md
description: Quickstart showing how to create Azure key vaults, and add key to t
tags: azure-resource-manager-+
key-vault Quick Create Terraform https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/keys/quick-create-terraform.md
-+ Last updated 10/3/2023
key-vault Access Control https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/access-control.md
description: Learn how to manage access permissions for Azure Key Vault Managed
-+ Last updated 01/30/2024
key-vault Authorize Azure Resource Manager https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/authorize-azure-resource-manager.md
-+ Last updated 01/30/2024
key-vault Azure Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/azure-policy.md
description: Learn how to integrate Azure Managed HSM with Azure Policy
Last updated 02/20/2024-+
key-vault Backup Restore https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/backup-restore.md
tags: azure-key-vault -+ Last updated 01/09/2024
key-vault Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/best-practices.md
tags: azure-key-vault -+ Last updated 02/20/2024
key-vault Built In Roles https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/built-in-roles.md
description: Get an overview of Azure Key Vault Managed HSM built-in roles that
-+ Last updated 01/25/2024
key-vault Disaster Recovery Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/disaster-recovery-guide.md
description: Learn what to do if there's an Azure service disruption that affect
-+
key-vault Key Management https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/key-management.md
description: Use this article to manage keys in a managed HSM
-+
key-vault Key Rotation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/key-rotation.md
description: Use this guide to learn how to configure automated the rotation of
tags: 'rotation'-+ Last updated 02/20/2024
key-vault Logging https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/logging.md
description: Use this tutorial to help you get started with Managed HSM logging.
-+ Last updated 01/30/2024
key-vault Managed Hsm Technical Details https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/managed-hsm-technical-details.md
Title: Key sovereignty, availability, performance, and scalability in Managed HSM description: Read a technical description of how customer-managed key is implemented cryptographically by using Azure Key Vault Managed HSM.-+
key-vault Mhsm Control Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/mhsm-control-data.md
Title: Control your cloud data by using Managed HSM description: Get an overview of the safeguards and technical measures that help customers meet compliance requirements in Azure Key Vault Managed HSM.-+
key-vault Multi Region Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/multi-region-replication.md
Title: Enable multi-region replication on Azure Managed HSM
description: Enable Multi-Region Replication on Azure Managed HSM -+ Last updated 02/07/2024
key-vault Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/overview.md
Title: Azure Managed HSM Overview - Azure Managed HSM | Microsoft Docs
description: Azure Managed HSM is a cloud service that safeguards your cryptographic keys for cloud applications. -+ Last updated 01/30/2024
key-vault Policy Grammar https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/policy-grammar.md
description: Managed HSM Secure key release policy grammar
-+ Last updated 02/20/2024
key-vault Private Link https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/private-link.md
description: Learn how to integrate Azure Key Vault Managed HSM with Azure Priva
Last updated 02/20/2024-+
key-vault Quick Create Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/quick-create-cli.md
Title: Quickstart - Provision and activate an Azure Managed HSM
description: Quickstart showing how to provision and activate a managed HSM using Azure CLI -+ Last updated 01/30/2024
key-vault Quick Create Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/quick-create-powershell.md
Last updated 01/30/2024 -+ #Customer intent: As a security admin who is new to Azure, I want to use Key Vault to securely store keys and passwords in Azure
key-vault Quick Create Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/quick-create-template.md
Last updated 02/20/2024 -+ tags: azure-resource-manager
key-vault Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/recovery.md
Title: Azure Key Vault Managed HSM recovery overview | Microsoft Docs description: Managed HSM recovery features are designed to prevent the accidental or malicious deletion of your HSM resource and keys.-+
key-vault Role Management https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/role-management.md
Title: Managed HSM data plane role management - Azure Key Vault | Microsoft Docs
description: Use this article to manage role assignments for your managed HSM. -+
key-vault Secure Your Managed Hsm https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/secure-your-managed-hsm.md
-+ Last updated 01/30/2024
key-vault Security Domain https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/security-domain.md
Title: About the security domain in Azure Key Vault Managed HSM description: Get an overview of the Azure Key Vault Managed HSM security domain, a set of artifacts you must have to recover a managed HSM.-+
key-vault Soft Delete Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/soft-delete-overview.md
Title: Azure Key Vault Managed HSM soft-delete | Microsoft Docs description: Soft-delete in Managed HSM allows you to recover deleted HSM instances and keys. This article provides an overview of the feature. -+
key-vault Third Party Solutions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/third-party-solutions.md
Title: Azure Key Vault Managed HSM - Third-party solutions | Microsoft Docs
description: Learn about third-party solutions integrated with Managed HSM. -+ Last updated 02/20/2022
key-vault Tls Offload Library https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/key-vault/managed-hsm/tls-offload-library.md
Title: Azure Managed HSM TLS Offload Library
description: Azure Managed HSM TLS Offload Library -+
lab-services Add Lab Creator https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/add-lab-creator.md
Title: Assign a lab creator
description: This article shows how to add a user to the Lab Creator role for a lab plan in Azure Lab Services. Lab creators can create labs within the lab plan. -+
lab-services Approaches For Custom Image Creation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/approaches-for-custom-image-creation.md
Title: Recommendation for creating custom images
description: Describes approaches for creating custom virtual machine images for labs in Azure Lab Services. -+ Last updated 04/24/2023
lab-services Class Type Adobe Creative Cloud https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/class-type-adobe-creative-cloud.md
Title: Set up a lab with Adobe Creative Cloud
description: Learn how to set up a lab in Azure Lab Services for digital arts and media classes that use Adobe Creative Cloud. -+
lab-services Class Type Arcgis https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/class-type-arcgis.md
Last updated 02/28/2022 -+ # Set up a lab for ArcMap\ArcGIS Desktop
lab-services Class Type Autodesk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/class-type-autodesk.md
Title: Set up a lab with Autodesk
description: Learn how to set up a lab in Azure Lab Services to teach engineering classes with Autodesk. -+
lab-services Class Type Big Data Analytics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/class-type-big-data-analytics.md
Title: Set up big data analytics lab
description: Learn how to set up a lab in Azure Lab Services to teach the big data analytics using Docker deployment of Hortonworks Data Platform (HDP). -+
lab-services Class Type Database Management https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/class-type-database-management.md
description: Learn how to set up a lab to teach the management of relational dat
Last updated 02/22/2022-+
lab-services Class Type Ethical Hacking https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/class-type-ethical-hacking.md
Title: Set up an ethical hacking lab
description: Learn how to set up a lab to teach ethical hacking using Azure Lab Services. The lab includes nested VMs for students to use in a standard environment. -+
lab-services Class Type Jupyter Notebook https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/class-type-jupyter-notebook.md
Title: Set up a data science lab with Python and Jupyter Notebooks
description: Learn how to set up a lab VM in Azure Lab Services to teach data science using Python and Jupyter Notebooks. -+
lab-services Class Type Matlab https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/class-type-matlab.md
description: Learn how to set up a lab to teach MATLAB with Azure Lab Services.
Last updated 04/06/2022 -+ # Setup a lab to teach MATLAB
lab-services Class Type Networking Gns3 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/class-type-networking-gns3.md
Title: Set up a GNS3 networking lab
description: Learn how to set up a lab using Azure Lab Services to teach networking with GNS3. Emulate, configure, test, and troubleshoot networks using GNS3. -+
lab-services Class Type React Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/class-type-react-linux.md
Last updated 04/25/2022 -+ # Set up lab for React on Linux
lab-services Class Type React Windows https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/class-type-react-windows.md
description: Learn how to set up labs to teach front-end development with React.
Last updated 05/16/2021-+ # Set up lab for React on Windows
lab-services Class Type Rstudio Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/class-type-rstudio-linux.md
Title: Set up a lab with R and RStudio on Linux using Azure Lab Services
description: Learn how to set up labs to teach R using RStudio on Linux Last updated 08/25/2021-+
lab-services Class Type Rstudio Windows https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/class-type-rstudio-windows.md
Title: Set up RStudio lab on Windows
description: Learn how to set up a lab in Azure Lab Services to teach R using RStudio on Windows. -+
lab-services Class Type Solidworks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/class-type-solidworks.md
Title: Set up a SOLIDWORKS lab for engineering
description: Learn how to set up a lab in Azure Lab Services to teach engineering courses using SOLIDWORKS. -+
lab-services Class Type Sql Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/class-type-sql-server.md
Title: Set up a lab to manage SQL databases
description: Learn how to set up a lab in Azure Lab Services to manage and develop with Azure SQL Database. -+
lab-services Class Types https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/class-types.md
Title: Example lab class types
description: Learn about different example class types for which you can set up labs using Azure Lab Services. -+
lab-services Classroom Labs Fundamentals 1 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/classroom-labs-fundamentals-1.md
Title: Architecture fundamentals with lab accounts in Azure Lab Services | Micro
description: This article will cover the fundamental resources used by Lab Services and basic architecture of a lab that using lab accounts. Last updated 05/30/2022-+ # Architecture Fundamentals in Azure Lab Services when using lab accounts
lab-services Classroom Labs Fundamentals https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/classroom-labs-fundamentals.md
Title: Architecture fundamentals
description: This article covers the fundamental resources used by Azure Lab Services and the basic architecture of a lab environment. -+
lab-services Classroom Labs Scenarios https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/classroom-labs-scenarios.md
Title: Organizational role concepts for trainings
description: This article describes how to use Azure DevTest Labs for creating labs on Azure for training scenarios. -+
lab-services Concept Lab Accounts Versus Lab Plans https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/concept-lab-accounts-versus-lab-plans.md
Title: Lab accounts versus lab plans
description: Learn about the differences between lab accounts and lab plans in Azure Lab Services. Lab plans replace lab accounts and have some fundamental differences. -+
lab-services Concept Lab Services Role Based Access Control https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/concept-lab-services-role-based-access-control.md
Title: Azure role-based access control
description: Learn how Azure Lab Services provides protection with Azure role-based access control (Azure RBAC) integration. -+
lab-services Concept Lab Services Supported Networking Scenarios https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/concept-lab-services-supported-networking-scenarios.md
Title: Supported networking scenarios
description: Learn about the supported networking scenarios and architectures for lab plans in Azure Lab Services. -+
lab-services Concept Migrate From Lab Accounts Roles https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/concept-migrate-from-lab-accounts-roles.md
Title: Migrate lab account role assignments
description: Learn how role assignment in different when migrating from lab accounts to lab plans in Azure Lab Services. -+
lab-services Concept Migrating Physical Labs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/concept-migrating-physical-labs.md
Title: Migrating from physical labs to the cloud
description: Learn about the benefits and considerations for migrating from physical labs to Azure Lab Services. Understand how to configure your labs to optimize costs. -+
lab-services Concept Nested Virtualization Template Vm https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/concept-nested-virtualization-template-vm.md
Title: Nested virtualization in Azure Lab Services description: Learn about considerations and recommendations for configuring nested virtualization in Azure Lab Services. -+
lab-services Connect Virtual Machine Chromebook Remote Desktop https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/connect-virtual-machine-chromebook-remote-desktop.md
Title: Connect to a lab VM from Chromebook
description: Learn how to connect from your Chromebook system to a virtual machine in Azure Lab Services by using RDP. -+
lab-services Connect Virtual Machine Linux X2go https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/connect-virtual-machine-linux-x2go.md
Title: Connect to a Linux VM using X2Go
description: Learn how to use X2Go for Linux virtual machines in a lab in Azure Lab Services. -+
lab-services Connect Virtual Machine Mac Remote Desktop https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/connect-virtual-machine-mac-remote-desktop.md
Title: Connect to Azure Lab Services VMs from Mac
description: Learn how to connect using remote desktop (RDP) from a Mac to a virtual machine in Azure Lab Services. -+
lab-services Connect Virtual Machine Windows Rdp https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/connect-virtual-machine-windows-rdp.md
Title: Connect to Azure Lab Services VMs from Windows
description: Learn how to connect using remote desktop (RDP) from Windows to a virtual machine in Azure Lab Services. -+
lab-services Connect Virtual Machine https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/connect-virtual-machine.md
Title: How to connect to a lab VM
description: Learn how to connect to a lab VM in Azure Lab Services. You can use SSH or remote desktop to connect to your VM. -+
lab-services Cost Management Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/cost-management-guide.md
Title: Cost management guide for Azure Lab Services description: Understand the different ways to view costs for Lab Services. -+ Last updated 07/04/2022
lab-services Create And Configure Labs Admin https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/create-and-configure-labs-admin.md
Title: Configure regions for labs
description: Learn how to change the region of a lab. -+ Last updated 06/17/2022
lab-services Hackathon Labs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/hackathon-labs.md
Title: Use Azure Lab Services for hackathon description: Learn how to use Azure Lab Services for creating labs that you can use for running hackathons. -+
lab-services How To Access Lab Virtual Machine https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-access-lab-virtual-machine.md
Title: Access a lab virtual machine
description: Learn how to access a lab in Azure Lab Services. Use Teams, Canvas, or the Lab Services website to view, start, stop, and connect to a lab. -+
lab-services How To Add Lab Creator https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-add-lab-creator.md
description: Learn how to grant a user access to create labs. -+ Last updated 06/27/2024
lab-services How To Attach Detach Shared Image Gallery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-attach-detach-shared-image-gallery.md
Title: "Attach/detach a compute gallery to a lab plan"
description: This article describes how to attach or detach an Azure compute gallery to a lab plan in Azure Lab Services. -+
lab-services How To Attach External Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-attach-external-storage.md
Title: Use external file storage
description: Learn how to set up a lab that uses external file storage in Azure Lab Services. -+
lab-services How To Bring Custom Linux Image Vhd https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-bring-custom-linux-image-vhd.md
Title: Import a Linux image from a physical lab description: Learn how to import a Linux custom image from your physical lab environment into Azure Lab Services. -+
lab-services How To Bring Custom Windows Image Azure Vm https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-bring-custom-windows-image-azure-vm.md
Title: Create a lab from a Windows Azure VM description: Learn how to create a lab in Azure Lab Services from an existing Windows-based Azure virtual machine. -+ Last updated 05/17/2023
lab-services How To Configure Auto Shutdown Lab Plans https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-configure-auto-shutdown-lab-plans.md
Title: Configure automatic shutdown for a lab plan
description: Learn how to enable or disable automatic shutdown of lab VMs in Azure Lab Services by configuring the lab plan settings. Automatic shutdown happens when a user disconnects from the remote connection. -+
lab-services How To Configure Firewall Settings 1 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-configure-firewall-settings-1.md
Title: Firewall settings for labs when using lab accounts description: Learn how to determine the public IP address of VMs in a lab created using a lab account so information can be added to firewall rules.-+ Last updated 07/04/2022
lab-services How To Connect Peer Virtual Network https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-connect-peer-virtual-network.md
Title: Connect to a peer network
description: Learn how to connect your lab network with another network as a peer for lab accounts in Azure Lab Services. For example, connect your on-premises organization/university network with Lab's virtual network in Azure. -+
lab-services How To Connect Vnet Injection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-connect-vnet-injection.md
Title: Connect a lab plan to a virtual network
description: Learn how to connect a lab plan to a virtual network with Azure Lab Services advanced networking. Advanced networking uses VNET injection to add lab virtual machines in your virtual network. -+
lab-services How To Create A Lab With Shared Resource 1 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-create-a-lab-with-shared-resource-1.md
description: Learn how to create a lab that requires a resource shared among the
Last updated 03/03/2022 -+ # How to create a lab with a shared resource in Azure Lab Services when using lab accounts
lab-services How To Create A Lab With Shared Resource https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-create-a-lab-with-shared-resource.md
description: Learn how to create a lab that requires a resource shared among the
Last updated 07/04/2022 -+ # How to create a lab with a shared resource in Azure Lab Services
lab-services How To Enable Nested Virtualization Template Vm Using Script https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-enable-nested-virtualization-template-vm-using-script.md
Title: Enable nested virtualization
description: Learn how to enable nested virtualization on a template VM in Azure Lab Services to create multi-VM labs. -+
lab-services How To Enable Remote Desktop Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-enable-remote-desktop-linux.md
Title: Enable graphical remote desktop for Linux labs
description: Learn how to enable remote desktop for Linux virtual machines in a lab in Azure Lab Services, and about options for best performance. -+
lab-services How To Enable Shutdown Disconnect https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-enable-shutdown-disconnect.md
Title: Configure automatic shutdown for a lab
description: Learn how to enable or disable automatic shutdown of lab VMs in Azure Lab Services by configuring the lab settings. Automatic shutdown happens when a user disconnects from the remote connection. -+
lab-services How To Manage Lab Plans https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-manage-lab-plans.md
Title: Create and manage lab plans
description: Learn how to create an Azure Lab Services lab plan, view all lab plans, or delete a lab plan in the Azure portal. -+
lab-services How To Manage Lab Users https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-manage-lab-users.md
Title: Manage lab users
description: Learn how to manage lab users in Azure Lab Services. Configure the number of lab users, manage user registrations, and specify the number of hours they can use their lab VM. -+
lab-services How To Manage Labs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-manage-labs.md
Title: View and manage labs description: Learn how to create a lab, configure a lab, view all the labs, or delete a lab. -+
lab-services How To Manage Vm Pool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-manage-vm-pool.md
Title: Manage a lab VM pool
description: Learn how to manage a lab VM pool in Azure Lab Services and change the number of lab virtual machines that are available for lab users. -+
lab-services How To Prepare Windows Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-prepare-windows-template.md
Title: Prepare Windows lab template description: Prepare a Windows-based lab template in Azure Lab Services. Configure commonly used software and OS settings, such as Windows Update, OneDrive, and Microsoft 365. -+
lab-services How To Request Capacity Increase https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-request-capacity-increase.md
Title: Request a core limit increase
description: Learn how to request a core limit (quota) increase to expand capacity for your labs in Azure Lab Services. -+
lab-services How To Reset And Redeploy Vm https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-reset-and-redeploy-vm.md
Title: Troubleshoot a lab VM description: Learn how you can troubleshoot your lab VM in Azure Lab Services by redeploying the VM to another hardware node, or by reimaging the lab VM to its initial state. -+
lab-services How To Setup Lab Gpu 1 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-setup-lab-gpu-1.md
description: Learn how to set up a lab with graphics processing unit (GPU) virtu
Last updated 06/26/2020-+ # Set up GPU virtual machines in labs contained within lab accounts
lab-services How To Setup Lab Gpu https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-setup-lab-gpu.md
Title: Set up a lab with GPUs
description: Learn how to set up a lab in Azure Lab Services with graphics processing unit (GPU) virtual machines. -+
lab-services How To Windows Shutdown https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/how-to-windows-shutdown.md
Title: Control shutdown for Windows lab VMs description: Remove the shutdown command from the Windows Start menu in a lab virtual machine in Azure Lab Services. -+
lab-services Lab Services Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/lab-services-overview.md
Title: What is Azure Lab Services? description: Learn how Azure Lab Services can make it easy to create, manage, and secure labs with VMs for educators and students. -+
lab-services Lab Services Within Canvas Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/lab-services-within-canvas-overview.md
Title: Azure Lab Services within Canvas description: Learn about the benefits of using Azure Lab Services in Canvas. -+
lab-services Lab Services Within Teams Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/lab-services-within-teams-overview.md
Title: Azure Lab Services within Microsoft Teams description: Learn about the benefits of using Azure Lab Services in Microsoft Teams. -+
lab-services Policy Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/policy-reference.md
Last updated 02/06/2024
-+ # Azure Policy built-in definitions for Azure Lab Services
lab-services Quick Create Connect Lab https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/quick-create-connect-lab.md
Title: 'Quickstart: Create and connect to a lab'
description: In this quickstart, you learn how to create a Windows-based lab in Azure Lab Services from an Azure Marketplace image, publish it, and connect to it. -+
lab-services Quick Create Resources https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/quick-create-resources.md
Title: 'Quickstart: Create lab plan resource'
description: In this quickstart, you learn how to create a lab plan in the Azure portal to get started with Azure Lab Services and grant permission to create labs for users. -+
lab-services Troubleshoot Access Lab Vm https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/troubleshoot-access-lab-vm.md
Title: Troubleshoot lab VM access
description: Learn the different approaches for troubleshooting lab VMs in Azure Lab Services. Understand how each approach affects user data. -+
lab-services Troubleshoot Connect Lab Vm https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/troubleshoot-connect-lab-vm.md
Title: Troubleshoot connectivity issues with Azure Lab Services
description: Learn how to troubleshoot common connectivity issues with Azure Lab Services. -+
lab-services Troubleshoot Lab Creation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/troubleshoot-lab-creation.md
Title: Troubleshoot lab creation
description: Learn how to resolve common issues with creating a lab in Azure Lab Services. -+
lab-services Tutorial Access Lab Virtual Machine Teams Canvas https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/tutorial-access-lab-virtual-machine-teams-canvas.md
Title: "Tutorial: Access lab VM from Teams/Canvas"
description: Learn how to access a VM (student view) in Azure Lab Services from Canvas. -+
lab-services Tutorial Connect Lab Virtual Machine https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/tutorial-connect-lab-virtual-machine.md
Title: 'Tutorial: Register & access a lab'
description: In this tutorial, learn how to register for a lab in Azure Lab Services and connect to the lab virtual machine from the Azure Lab Services website. -+
lab-services Tutorial Create Lab With Advanced Networking https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/tutorial-create-lab-with-advanced-networking.md
Title: Use advanced networking in Azure Lab Services | Microsoft Docs description: Create an Azure Lab Services lab plan with advanced networking. Create two labs and verify they share same virtual network when published.-+ Last updated 08/28/2023
lab-services Tutorial Setup Lab https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/tutorial-setup-lab.md
description: Learn how to set up a lab for classroom training with Azure Lab Services. Customize lab VM image and invite lab users to register for the lab. -+ Last updated 03/13/2024
lab-services Upload Custom Image Shared Image Gallery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/lab-services/upload-custom-image-shared-image-gallery.md
Title: Import a Windows image from a physical lab
description: Learn how to import a Windows custom image from your physical lab environment into Azure Lab Services. -+ Last updated 04/24/2023
load-balancer Quickstart Load Balancer Standard Internal Terraform https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-balancer/quickstart-load-balancer-standard-internal-terraform.md
description: This quickstart shows how to create an internal load balancer by us
-+ Last updated 01/02/2024
load-balancer Quickstart Load Balancer Standard Public Terraform https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-balancer/quickstart-load-balancer-standard-public-terraform.md
description: This quickstart shows how to create a load balancer by using Terraf
-+ Last updated 01/02/2024
load-balancer Upgrade Basic Standard With Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-balancer/upgrade-basic-standard-with-powershell.md
PS C:\> Start-AzBasicLoadBalancerUpgrade -ResourceGroupName <loadBalancerRGName>
Validate a completed migration by passing the Basic Load Balancer state file backup and the Standard Load Balancer name ```powershell
-PS C:\> Start-AzBasicLoadBalancerUpgrade -validateCompletedMigration -basicLoadBalancerStatePath C:\RecoveryBackups\State_mybasiclb_rg-basiclbrg_20220912T1740032148.json
+PS C:\> Start-AzBasicLoadBalancerUpgrade -validateCompletedMigration -StandardLoadBalancerName <newStandardLBName> -basicLoadBalancerStatePath C:\RecoveryBackups\State_mybasiclb_rg-basiclbrg_20220912T1740032148.json
``` ### Example: migrate multiple, related Load Balancers
load-testing Concept Azure Load Testing Vnet Injection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/concept-azure-load-testing-vnet-injection.md
Title: Scenarios for virtual network deployment
description: Learn about the scenarios for deploying Azure Load Testing in a virtual network. This deployment enables you to load test private application endpoints and hybrid deployments. -+
load-testing Concept Load Test App Service https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/concept-load-test-app-service.md
Title: Load testing for Azure App Service
description: 'Learn how to use Azure Load Testing with apps hosted on Azure App Service. Run load tests, use environment variables, and gain insights with server metrics and diagnostics.' -+ Last updated 06/30/2023
load-testing Concept Load Testing Concepts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/concept-load-testing-concepts.md
Title: Key concepts for Azure Load Testing description: Learn how Azure Load Testing works, and the key concepts behind it. -+
load-testing How To Add Requests To Url Based Test https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-add-requests-to-url-based-test.md
Title: Add requests to URL-based test
description: Learn how to add requests to a URL-based test in Azure Load Testing by using UI fields or cURL commands. Use variables to pass parameters to requests. -+ Last updated 10/30/2023
load-testing How To Assign Roles https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-assign-roles.md
description: Learn how to manage access to an Azure load testing resource using
-+ Last updated 11/24/2023
load-testing How To Compare Multiple Test Runs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-compare-multiple-test-runs.md
Title: Compare load test runs
description: 'Learn how you can visually compare multiple test runs with Azure Load Testing to identify and analyze performance regressions.' -+ Last updated 01/11/2024
load-testing How To Configure Customer Managed Keys https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-configure-customer-managed-keys.md
Title: Configure customer-managed keys for encryption
description: Learn how to configure customer-managed keys for your Azure load testing resource with Azure Key Vault -+ Last updated 09/18/2023
load-testing How To Configure Load Test Cicd https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-configure-load-test-cicd.md
description: 'This article shows how to run your load tests with Azure Load Testing in CI/CD. Learn how to add a load test to GitHub Actions, Azure Pipelines or other CI tools.' -+ Last updated 06/05/2023
load-testing How To Configure User Properties https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-configure-user-properties.md
Title: Configure JMeter user properties
description: Learn how to use JMeter user properties with Azure Load Testing. -+ Last updated 04/05/2023
load-testing How To Create And Run Load Test With Jmeter Script https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-create-and-run-load-test-with-jmeter-script.md
Title: Create a JMeter-based load test
description: 'Learn how to load test a website by using an existing Apache JMeter script and Azure Load Testing.' -+
load-testing How To Create Load Test App Service https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-create-load-test-app-service.md
Title: Create load tests in App Service
description: Learn how to create a load test for an Azure App Service web app with Azure Load Testing. -+ Last updated 02/17/2024
load-testing How To Create Load Test Function App https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-create-load-test-function-app.md
Title: Create load tests in Azure Functions
description: Learn how to create a load test for an Azure Function App with Azure Load Testing. -+ Last updated 04/22/2024
load-testing How To Create Manage Test Runs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-create-manage-test-runs.md
Title: Create and manage tests runs
description: Learn how to create and manage tests runs in Azure Load Testing with the Azure portal. -+ Last updated 05/10/2023
load-testing How To Create Manage Test https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-create-manage-test.md
Title: Create and manage tests
description: 'Learn how to create and manage tests in your Azure Load Testing resource.' -+ Last updated 05/10/2023
load-testing How To Define Test Criteria https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-define-test-criteria.md
Title: Define load test fail criteria
description: 'Learn how to configure fail criteria for load tests with Azure Load Testing. Fail criteria let you define conditions that your load test results should meet.' -+ Last updated 05/08/2023
load-testing How To Diagnose Failing Load Test https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-diagnose-failing-load-test.md
Title: Diagnose failing load tests
description: Learn how you can diagnose and troubleshoot failing tests in Azure Load Testing. Download and analyze the Apache JMeter worker logs in the Azure portal. -+ Last updated 11/23/2023
load-testing How To Export Test Results https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-export-test-results.md
Title: Export load test results for reporting
description: Learn how to export load test results in Azure Load Testing and use them for reporting in third-party tools. -+ Last updated 02/08/2024
load-testing How To Generate Load From Multiple Regions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-generate-load-from-multiple-regions.md
Title: Generate load from multiple regions
description: Learn how to create a geo-distributed load test in Azure Load Testing. Generate load from multiple Azure regions simultaneously. -+
load-testing How To High Scale Load https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-high-scale-load.md
Title: Configure high-scale load tests
description: Learn how to configure test engine instances in Azure Load Testing to run high-scale load tests. Monitor engine health metrics to find an optimal configuration for your load test. -+ Last updated 10/23/2023
load-testing How To Monitor Server Side Metrics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-monitor-server-side-metrics.md
Title: Monitor server-side metrics
description: Learn how to capture and monitor server-side application metrics when running a load test with Azure Load Testing. Add Azure app components and resource metrics to your load test configuration. -+ Last updated 01/16/2024
load-testing How To Move Between Regions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-move-between-regions.md
Title: Move an Azure Load testing resource to another region
description: Learn how to move an Azure Load testing resource to another region. -+
load-testing How To Move Between Resource Groups Subscriptions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-move-between-resource-groups-subscriptions.md
Title: Move across resource group or subscription
description: Learn how to move an Azure Load testing resource to another resource group or subscription. -+ Last updated 07/12/2023
load-testing How To Optimize Azure Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-optimize-azure-functions.md
Title: Optimize Azure Functions for performance and cost
description: Learn how to optimize Azure Functions for Performance and Costs using Azure Load Testing -+ Last updated 06/12/2024
load-testing How To Parameterize Load Tests https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-parameterize-load-tests.md
Title: Use secrets & environment variables
description: 'Learn how to create configurable load tests by using secrets and environment variables as parameters in Azure Load Testing.' -+ Last updated 01/16/2024
load-testing How To Read Csv Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-read-csv-data.md
Title: Read CSV data in an Apache JMeter load test
description: Learn how to read external data from a CSV file in Apache JMeter with Azure Load Testing. -+ Last updated 10/23/2023
load-testing How To Run Tests In Debug Mode https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-run-tests-in-debug-mode.md
Title: Run load test in debug mode
description: 'Learn how you can run a load test in debug mode in Azure Load Testing.' -+ Last updated 05/23/2024
load-testing How To Test Private Endpoint https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-test-private-endpoint.md
Title: Load test private endpoints
description: Learn how to deploy Azure Load Testing in a virtual network (virtual network injection) to test private application endpoints and hybrid deployments. -+
load-testing How To Test Secured Endpoints https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-test-secured-endpoints.md
description: Learn how to load test authenticated endpoints with Azure Load Test
-+ Last updated 09/18/2023
load-testing How To Use A Managed Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-use-a-managed-identity.md
Title: Use managed identities for Azure Load Testing
description: Learn how to enable a managed identity in Azure Load Testing for reading secrets or certificates from Azure Key Vault in your test script. -+ Last updated 10/19/2023
load-testing How To Use Jmeter Plugins https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/how-to-use-jmeter-plugins.md
Title: Customize load tests with JMeter plugins
description: Learn how to customize your load test with JMeter plugins and Azure Load Testing. Upload a custom plugin JAR file or reference a publicly available plugin. -+ Last updated 10/19/2023
load-testing Monitor Load Testing Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/monitor-load-testing-reference.md
description: Important reference material needed when you monitor Azure Load Tes
-+ Last updated 06/02/2023
load-testing Monitor Load Testing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/monitor-load-testing.md
Title: Monitoring Azure Load Testing description: Learn about the data -+
load-testing Overview What Is Azure Load Testing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/overview-what-is-azure-load-testing.md
Title: What is Azure Load Testing? description: 'Azure Load Testing is a fully managed, cloud-based load-testing service for generating high-scale loads and identifying performance bottlenecks. Quickly create a URL-based load test, or upload a JMeter or Locust test script.' -+ - build-2024
load-testing Quickstart Add Load Test Cicd https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/quickstart-add-load-test-cicd.md
Title: 'Quickstart: Automate load tests with CI/CD'
description: 'Learn how to automate an existing load test by adding it to Azure Pipelines directly from the Azure portal. Run load tests in your CI/CD pipeline to automate performance regression testing.' -+
load-testing Quickstart Create And Run Load Test https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/quickstart-create-and-run-load-test.md
Title: 'Quickstart: Create and run a load test with Azure Load Testing' description: 'This quickstart shows how to create an Azure Load Testing resource and run a high-scale load test for an external website by using the Azure portal.' -+
load-testing Quickstart Create Run Load Test With Locust https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/quickstart-create-run-load-test-with-locust.md
Title: 'Quickstart: Create a load test with Locust'
description: 'This quickstart shows how to create a load test by using a Locust test script and Azure Load Testing. Azure Load Testing is a managed, cloud-based load testing tool.' -+ - build-2024
load-testing Reference Test Config Yaml https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/reference-test-config-yaml.md
Title: Load test configuration YAML
description: 'Learn how to configure a load test by using a YAML file. The YAML configuration is used for setting up automated load testing in a CI/CD pipeline.' -+
load-testing Resource Jmeter Property Overrides https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/resource-jmeter-property-overrides.md
Title: JMeter property overrides by Azure Load Testing description: 'The list of Apache JMeter properties that are overridden by Azure Load Testing. These properties are not available to redefine in your load test.' -+
load-testing Resource Jmeter Support https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/resource-jmeter-support.md
Title: Supported Apache JMeter features
description: Learn which Apache JMeter features are supported in Azure Load Testing. You can upload an existing JMeter script to create and run a load test. -+
load-testing Resource Limits Quotas Capacity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/resource-limits-quotas-capacity.md
Title: Service limits
description: 'Service limits used for capacity planning and configuring high-scale load tests in Azure Load Testing.' -+
load-testing Resource Supported Azure Resource Types https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/resource-supported-azure-resource-types.md
Title: Supported Azure resource types
description: 'Learn which Azure resource types are supported for server-side monitoring in Azure Load Testing. You can select specific metrics to be monitored during a load test.' -+
load-testing Tutorial Identify Bottlenecks Azure Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/load-testing/tutorial-identify-bottlenecks-azure-portal.md
Title: 'Tutorial: Identify performance issues with load testing'
description: In this tutorial, you learn how to identify performance bottlenecks in a web app by running a high-scale load test with Azure Load Testing. Use the dashboard to analyze client-side and server-side metrics. -+ Last updated 11/29/2023
logic-apps Azure Integration Services Choose Capabilities https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/logic-apps/azure-integration-services-choose-capabilities.md
Title: Choose the best Azure integration services for your scenarios description: How to choose the best Azure Integration Services capabilities for your scenarios and requirements. -+ ms.suite: integration
logic-apps Biztalk Server Azure Integration Services Migration Approaches https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/logic-apps/biztalk-server-azure-integration-services-migration-approaches.md
Title: 'Migration approaches: BizTalk Server to Azure Integration Services' description: Learn about migration strategies, planning, and best practices for moving from BizTalk Server to Azure Integration Services. -+ ms.suite: integration
logic-apps Biztalk Server To Azure Integration Services Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/logic-apps/biztalk-server-to-azure-integration-services-overview.md
Title: Why move from BizTalk Server to Azure Integration Services? description: Get an overview about moving from BizTalk Server to Azure Integration Services. -+ ms.suite: integration
logic-apps Block Connections Connectors https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/logic-apps/block-connections-connectors.md
To block creating a connection altogether in a logic app workflow, follow these
| `mode` | `All` | The mode that determines the resource types that the policy evaluates. <p><p>This scenario sets `mode` to `All`, which applies the policy to Azure resource groups, subscriptions, and all resource types. <p><p>For more information, see [Policy definition structure - mode](../governance/policy/concepts/definition-structure.md#mode). | | `if` | `{condition-to-evaluate}` | The condition that determines when to enforce the policy rule <p><p>In this scenario, the `{condition-to-evaluate}` determines whether the `api.id` value in `Microsoft.Web/connections/api.id` matches on `*managedApis/{connector-name}`, which specifies a wildcard (*) value. <p><p>For more information, see [Policy definition structure - Policy rule](../governance/policy/concepts/definition-structure.md#policy-rule). | | `field` | `Microsoft.Web/connections/api.id` | The `field` value to compare against the condition <p><p>In this scenario, the `field` uses the [*alias*](../governance/policy/concepts/definition-structure.md#aliases), `Microsoft.Web/connections/api.id`, to access the value in the connector property, `api.id`. |
- | `like` | `*managedApis/{connector-name}` | The logical operator and value to use for comparing the `field` value <p><p>In this scenario, the `like` operator and the wildcard (*) character both make sure that the rule works regardless of region, and the string, `*managedApis/{connector-name}`, is the value to match where `{connector-name}` is the ID for the connector that you want to block. <p><p>For example, suppose that you want to block creating connections to social media platforms or databases: <p><p>- Twitter: `twitter` <br>- Instagram: `instagram` <br>- Facebook: `facebook` <br>- Pinterest: `pinterest` <br>- SQL Server or Azure SQL: `sql` <p><p>To find these connector IDs, see [Find connector reference ID](#connector-reference-ID) earlier in this topic. |
+ | `like` | `*managedApis/{connector-name}` | The logical operator and value to use for comparing the `field` value <p><p>In this scenario, the `like` operator and the wildcard (*) character both make sure that the rule works regardless of region, and the string, `*managedApis/{connector-name}`, is the value to match where `{connector-name}` is the ID for the connector that you want to block. <p><p>For example, suppose that you want to block creating connections to social media platforms or databases: <p><p>- X: `x` <br>- Instagram: `instagram` <br>- Facebook: `facebook` <br>- Pinterest: `pinterest` <br>- SQL Server or Azure SQL: `sql` <p><p>To find these connector IDs, see [Find connector reference ID](#connector-reference-ID) earlier in this topic. |
| `then` | `{effect-to-apply}` | The effect to apply when the `if` condition is met <p><p>In this scenario, the `{effect-to-apply}` is to block and fail a request or operation that doesn't comply with the policy. <p><p>For more information, see [Policy definition structure - Policy rule](../governance/policy/concepts/definition-structure.md#policy-rule). | | `effect` | `deny` | The `effect` is to block the request, which is to create the specified connection <p><p>For more information, see [Understand Azure Policy effects - Deny](../governance/policy/concepts/effects.md#deny). | ||||
To block creating a connection altogether in a logic app workflow, follow these
}, { "field": "Microsoft.Web/connections/api.id",
- "like": "*managedApis/twitter"
+ "like": "*managedApis/x"
}, { "field": "Microsoft.Web/connections/api.id",
When you create a connection in a logic app workflow, this connection exists as
| `mode` | `All` | The mode that determines the resource types that the policy evaluates. <p><p>This scenario sets `mode` to `All`, which applies the policy to Azure resource groups, subscriptions, and all resource types. <p><p>For more information, see [Policy definition structure - mode](../governance/policy/concepts/definition-structure.md#mode). | | `if` | `{condition-to-evaluate}` | The condition that determines when to enforce the policy rule <p><p>In this scenario, the `{condition-to-evaluate}` determines whether the string output from `[string(field('Microsoft.Logic/workflows/parameters'))]`, contains the string, `{connector-name}`. <p><p>For more information, see [Policy definition structure - Policy rule](../governance/policy/concepts/definition-structure.md#policy-rule). | | `value` | `[string(field('Microsoft.Logic/workflows/parameters'))]` | The value to compare against the condition <p><p>In this scenario, the `value` is the string output from `[string(field('Microsoft.Logic/workflows/parameters'))]`, which converts the `$connectors` object inside the `Microsoft.Logic/workflows/parameters` object to a string. |
- | `contains` | `{connector-name}` | The logical operator and value to use for comparing with the `value` property <p><p>In this scenario, the `contains` operator makes sure that the rule works regardless where `{connector-name}` appears, where the string, `{connector-name}`, is the ID for the connector that you want to restrict or block. <p><p>For example, suppose that you want to block using connections to social media platforms or databases: <p><p>- Twitter: `twitter` <br>- Instagram: `instagram` <br>- Facebook: `facebook` <br>- Pinterest: `pinterest` <br>- SQL Server or Azure SQL: `sql` <p><p>To find these connector IDs, see [Find connector reference ID](#connector-reference-ID) earlier in this topic. |
+ | `contains` | `{connector-name}` | The logical operator and value to use for comparing with the `value` property <p><p>In this scenario, the `contains` operator makes sure that the rule works regardless where `{connector-name}` appears, where the string, `{connector-name}`, is the ID for the connector that you want to restrict or block. <p><p>For example, suppose that you want to block using connections to social media platforms or databases: <p><p>- X: `x` <br>- Instagram: `instagram` <br>- Facebook: `facebook` <br>- Pinterest: `pinterest` <br>- SQL Server or Azure SQL: `sql` <p><p>To find these connector IDs, see [Find connector reference ID](#connector-reference-ID) earlier in this topic. |
| `then` | `{effect-to-apply}` | The effect to apply when the `if` condition is met <p><p>In this scenario, the `{effect-to-apply}` is to block and fail a request or operation that doesn't comply with the policy. <p><p>For more information, see [Policy definition structure - Policy rule](../governance/policy/concepts/definition-structure.md#policy-rule). | | `effect` | `deny` | The `effect` is to `deny` or block the request to save a logic app that uses the specified connection <p><p>For more information, see [Understand Azure Policy effects - Deny](../governance/policy/concepts/effects.md#deny). | ||||
logic-apps Export From Microsoft Flow Logic App Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/logic-apps/export-from-microsoft-flow-logic-app-template.md
- Title: Export flows from Power Automate to Azure Logic Apps
-description: Migrate flows from Power Automate to Azure Logic Apps by exporting as Azure Resource Manager templates.
---- Previously updated : 01/10/2024--
-# Export flows from Power Automate and deploy to Azure Logic Apps
--
-To extend and expand your flow's capabilities, you can migrate that flow from [Power Automate](https://make.powerautomate.com) to a Consumption logic app workflow that runs in [multi-tenant Azure Logic Apps](logic-apps-overview.md). You can export your flow as an Azure Resource Manager template for a logic app, deploy that logic app template to an Azure resource group, and then open that logic app in the workflow designer.
-
-> [!IMPORTANT]
-> Export to Azure Logic Apps is unavailable for Power Automate flows created after August 2020. In October 2020, Power Automate
-> standardized new flow creation on the [OpenAPI 2.0 protocol](https://swagger.io/specification/v2/). New flows based on
-> this protocol are incompatible with Azure Logic Apps workflows, so exporting these flows to Azure Logic Apps was disabled.
-> Instead, you must manually [create a Consumption logic app workflow](quickstart-create-example-consumption-workflow.md) for these flows.
-
-Not all Power Automate connectors are available in Azure Logic Apps. You can migrate only Power Automate flows that have the equivalent connectors in Azure Logic Apps. For example, the Button trigger, the Approval connector, and Notification connector are specific to Power Automate.
-
-* To find which Power Automate connectors don't have Azure Logic Apps equivalents, see [Power Automate connectors](/connectors/connector-reference/connector-reference-powerautomate-connectors).
-
-* To find which Azure Logic Apps connectors don't have Power Automate equivalents, see [Managed connectors in Azure Logic Apps](/connectors/connector-reference/connector-reference-logicapps-connectors).
-
-## Prerequisites
-
-* An Azure account and subscription. If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
-
-* The flow that you want to export from Power Automate
-
-## Export your flow
-
-1. Sign in to [Power Automate](https://make.powerautomate.com), and select **My flows**. Find and select your flow. On the toolbar, select the ellipses (**...**) button > **Export** > **Logic Apps template (.json)**.
-
- ![Export flow from Power Automate](./media/export-from-microsoft-flow-logic-app-template/export-flow.png)
-
-1. Save your template's .json file to the location that you want.
-
-For more information, see [Grow up to Azure Logic Apps](https://flow.microsoft.com/blog/grow-up-to-logic-apps/).
-
-## Deploy template by using the Azure portal
-
-1. Sign in the [Azure portal](https://portal.azure.com) with your Azure account.
-
-1. On the Azure home page, in the search box, enter `custom template`. From the results, select **Deploy a custom template** > **Create**.
-
- ![Find and select "Template deployment"](./media/export-from-microsoft-flow-logic-app-template/select-template-deployment.png)
-
-1. Under **Custom deployment**, select **Build your own template in the editor**.
-
- ![Select "Build your own template in the editor"](./media/export-from-microsoft-flow-logic-app-template/build-template-in-editor.png)
-
-1. On the **Edit template** toolbar, select **Load file**.
-
- ![Select "Load file"](./media/export-from-microsoft-flow-logic-app-template/load-file.png)
-
-1. Browse to the location where you saved the JSON template file that you exported from Power Automate. Select the template file > **Open**.
-
-1. After the editor shows the JSON, parameters, and resources in your template, select **Save**.
-
- ![Save template](./media/export-from-microsoft-flow-logic-app-template/save-template.png)
-
-1. Now provide more information your logic app.
-
- 1. Select or specify the input parameter values for your template.
-
- | Property | Description |
- |-|-|
- | **Subscription** | The Azure subscription to use for billing |
- | **Resource group** | The Azure resource group to use for your logic app. You can use an existing group or create a new group. |
- | **Location** | The Azure region to use if you create a new resource group |
- | **Logic App Name** | The name to use for your logic app resource |
- | **Logic App Location** | The Azure region where you want to create the logic app resource, if different from the Azure resource group |
- | <*connection-name*> | One or multiple names for any previously created connections that the logic app can reuse <p><p>**Note**: If this logic app is your first, all connections are created as new, so you can accept the default names. Otherwise, you can specify the names for previously created connections, which you can use across multiple logic apps. |
- |||
-
- For example:
-
- ![Specify input parameters for template](./media/export-from-microsoft-flow-logic-app-template/template-input-parameters.png)
-
- 1. When you're done, review the **Terms and Conditions** about creating the necessary Azure resources and billing your Azure subscription accordingly.
-
- 1. When you're ready, select **I agree to the terms and conditions stated above** > **Purchase**.
-
- Azure deploys your template as a logic app to your specified resource group.
-
-1. All logic apps that you migrate from Power Automate are deployed in a disabled state. Before you enable your logic app, authorize any new connections by following these steps:
-
- 1. In the Azure portal, open the logic app that you created. On the logic app's menu, select **Logic app designer**.
-
- Each connection that requires authorization shows a warning icon:
-
- ![Warning icon](./media/export-from-microsoft-flow-logic-app-template/authorize-connections.png)
-
- 1. For each step that requires an authorized connection, expand that step, and select **Add new**.
-
- ![Screenshot that shows the "Add new" button selected on the Outlook "Connections" window.](./media/export-from-microsoft-flow-logic-app-template/add-new-connection.png)
-
- 1. Sign in to each service or provide the necessary credentials to authorize the connection.
-
- 1. After you update your connections, on the designer toolbar, select **Save**.
-
-1. When you're ready to activate your logic app, on the logic app's menu, select **Overview**, and then select **Enable**.
-
- ![Enable logic app](./media/export-from-microsoft-flow-logic-app-template/enable-logic-app.png)
-
-1. To avoid running duplicate workflows, make sure that you deactivate or delete your original flow.
-
-## Deploy template by using Visual Studio
-
-If you've set up Visual Studio with the [prerequisites](../logic-apps/quickstart-create-logic-apps-with-visual-studio.md#prerequisites) for creating logic apps, you can deploy your exported template to Azure Logic Apps by using Visual Studio.
-
-1. In Visual Studio, browse to and open the .json file for the logic app template that you exported from Power Automate.
-
-1. In Visual Studio, create an **Azure Resource Group** project that uses the **Logic App** template by following the steps in [Quickstart: Create automated tasks, processes, and workflows with Azure Logic Apps - Visual Studio](../logic-apps/quickstart-create-logic-apps-with-visual-studio.md).
-
- This example creates a Visual Studio solution named "ImportedLogicApp".
-
- ![Create Azure resource group project](./media/export-from-microsoft-flow-logic-app-template/create-azure-resource-group-project.png)
-
-1. After the solution is created, in Solution Explorer, open the **LogicApp.json** file, if the file isn't already open.
-
-1. Copy the contents from the exported template, and overwrite the contents in the **LogicApp.json** file.
-
-1. Before you deploy your logic app, authorize any new connections by following these steps:
-
- 1. Open the **LogicApp.json** shortcut menu, and then select **Open With Logic App Designer**.
-
- ![Open template with Logic App Designer](./media/export-from-microsoft-flow-logic-app-template/open-logic-app-designer.png)
-
- 1. If prompted, select the Azure subscription and resource group that you want to use for deploying your logic app.
-
- ![Select Azure subscription and resource group](./media/export-from-microsoft-flow-logic-app-template/select-azure-subscription-resource-group-deployment.png)
-
- After your logic app appears in the designer, any connections that require authorization show warning icons:
-
- ![Connections with warning icons](./media/export-from-microsoft-flow-logic-app-template/authorize-connections-vs.png)
-
- 1. For each step that requires an authorized connection, expand that step, and select **Add new**.
-
- ![Add new connection](./media/export-from-microsoft-flow-logic-app-template/add-new-connection-vs.png)
-
- 1. Sign in to each service or provide the necessary credentials to authorize the connection.
-
- 1. Save your solution before you deploy the logic app.
-
-1. In Solution Explorer, open the project shortcut menu, and select **Deploy** > **New**. If prompted, sign in with your Azure account.
-
-1. When prompted, confirm the Azure subscription, Azure resource group, and any other settings that you want to use for deployment, such as a [parameters file](../azure-resource-manager/templates/parameter-files.md) to use for passing template parameter values, and then select **Deploy**.
-
- ![Confirm deployment settings](./media/export-from-microsoft-flow-logic-app-template/confirm-azure-subscription-resource-group-deployment.png)
-
-1. If the **Edit Parameters** box appears, provide the name for your logic app resource in Azure, and select **Save**.
-
- ![Edit deployment parameters](./media/export-from-microsoft-flow-logic-app-template/edit-parameters-deployment.png)
-
- When deployment starts, your app's deployment status appears in the Visual Studio **Output** window. If the status doesn't appear, open the **Show output from** list, and select your Azure resource group. For example:
-
- ![Output window](./media/export-from-microsoft-flow-logic-app-template/output-window.png)
-
- If any connections in your logic app need input from you, a PowerShell window opens in the background and prompts for any necessary passwords or secret keys. After you enter this information, deployment continues.
-
- ![Authenticate connections](./media/export-from-microsoft-flow-logic-app-template/logic-apps-powershell-window.png)
-
- After deployment finishes, your logic app is published but isn't activated in the Azure portal.
-
-1. When you're ready to activate your logic app in the Azure portal, find and open your logic app in the workflow designer. On the logic app's menu, select **Overview**, and then select **Enable**.
-
-1. To avoid running duplicate workflows, make sure that you deactivate or delete your original flow.
-
-For more information about these deployment steps, see [Quickstart: Create automated tasks, processes, and workflows with Azure Logic Apps - Visual Studio](../logic-apps/quickstart-create-logic-apps-with-visual-studio.md#deploy-to-Azure)
-
-## Next steps
-
-* [Azure Logic Apps](logic-apps-overview.md)
logic-apps Logic Apps Workflow Definition Language https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/logic-apps/logic-apps-workflow-definition-language.md
When you're done, the expression appears for the corresponding property in your
"inputs": { "host": { "connection": {
- "name": "@parameters('$connections')['twitter']['connectionId']"
+ "name": "@parameters('$connections')['x']['connectionId']"
} } },
logic-apps Mainframe Modernization Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/logic-apps/mainframe-modernization-overview.md
Title: Mainframe and midrange modernization
description: Learn about building mainframe and midrange system integration solutions in Azure Logic Apps using mainframe and midrange connectors. -+ Last updated 11/02/2023
logic-apps Add Rules Control Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/logic-apps/rules-engine/add-rules-control-functions.md
Title: Add control functions to optimize rules description: Learn how to optimize rules execution by adding control functions to rules using Microsoft Rules Composer.-+ ms.suite: integration
logic-apps Add Rules Operators https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/logic-apps/rules-engine/add-rules-operators.md
Title: Add arithmetic and logical operators to rules description: Learn how to add arithmetic and logical operators to the rules in your ruleset using the Microsoft Rules Composer.-+ ms.suite: integration
logic-apps Build Fact Creators Retrievers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/logic-apps/rules-engine/build-fact-creators-retrievers.md
Title: Build fact creators and retrievers description: Learn how to build fact creators and retrievers to develop and test rules in Microsoft Rules Composer.-+ ms.suite: integration
logic-apps Create Manage Vocabularies https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/logic-apps/rules-engine/create-manage-vocabularies.md
Title: Create and manage vocabularies for rulesets description: Learn how to build and manage vocabularies for use with rulesets using the Microsoft Rules Composer.-+ ms.suite: integration
logic-apps Create Rules Engine Project https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/logic-apps/rules-engine/create-rules-engine-project.md
Title: Create rules engine project with Visual Studio Code description: Create and implement a rules engine project with Visual Studio Code, Microsoft Rules Composer, and the Azure Logic Apps Rules Engine.-+ ms.suite: integration
logic-apps Create Rules https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/logic-apps/rules-engine/create-rules.md
Title: Create rules with Microsoft Rules Composer description: Learn how to create rules for an Azure Logic Apps Rules Engine project using the Microsoft Rules Composer.-+ ms.suite: integration
logic-apps Perform Advanced Ruleset Tasks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/logic-apps/rules-engine/perform-advanced-ruleset-tasks.md
Title: Perform advanced tasks on rulesets description: Learn how to perform advanced tasks and operations on rulesets by using the Microsoft Rules Composer.-+ ms.suite: integration
logic-apps Rules Engine Optimization https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/logic-apps/rules-engine/rules-engine-optimization.md
Title: Optimization for the Azure Logic Apps Rules Engine description: Learn how the Azure Logic Apps Rules Engine works from condition evaluation and action execution to prioritization, and how to optimize operation.-+ ms.suite: integration
logic-apps Rules Engine Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/logic-apps/rules-engine/rules-engine-overview.md
Title: Decision management with Azure Logic Apps Rules Engine description: Learn about decision management and business logic integration with Standard logic app workflows using the Azure Logic Apps Rules Engine.-+ ms.suite: integration
logic-apps Test Rulesets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/logic-apps/rules-engine/test-rulesets.md
Title: Test rulesets with Microsoft Rules Composer description: Learn how to test rulesets by using the Microsoft Rules Composer along with output examples for rules testing.-+ ms.suite: integration
logic-apps Workflow Definition Language Functions Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/logic-apps/workflow-definition-language-functions-reference.md
actions('<actionName>').outputs.body.<property>
*Example* This example gets the `status` property value
-from the Twitter action `Get user` at runtime:
+from the X action `Get user` at runtime:
``` actions('Get_user').outputs.body.status
body('<actionName>')
*Example*
-This example gets the `body` output from the `Get user` Twitter action:
+This example gets the `body` output from the `Get user` X action:
``` body('Get_user')
outputs('<actionName>')
*Example*
-This example gets the output from the Twitter action `Get user`:
+This example gets the output from the X action `Get user`:
``` outputs('Get_user')
machine-learning Concept Causal Inference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/concept-causal-inference.md
Title: Make data-driven policies and influence decision-making
description: Make data-driven decisions and policies with the Responsible AI dashboard's integration of the causal analysis tool EconML. --++
machine-learning Concept Counterfactual Analysis https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/concept-counterfactual-analysis.md
Title: Counterfactuals analysis and what-if
description: Generate diverse counterfactual examples with feature perturbations to see minimal changes required to achieve desired prediction with the Responsible AI dashboard's integration of DiCE machine learning. --++
machine-learning Concept Data Analysis https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/concept-data-analysis.md
Title: Understand your datasets
description: Perform exploratory data analysis to understand feature biases and imbalances by using the Responsible AI dashboard's data analysis. --++
machine-learning Concept Data Collection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/concept-data-collection.md
description: Collect inference data from models deployed on Azure Machine Learni
-+
machine-learning Concept Distributed Training https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/concept-distributed-training.md
Title: What is distributed training?
description: Learn what type of distributed training Azure Machine Learning supports and the open source framework integrations available for distributed training. -+
machine-learning Concept Error Analysis https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/concept-error-analysis.md
Title: Assess errors in machine learning models
description: Assess model error distributions in different cohorts of your dataset with the Responsible AI dashboard's integration of error analysis. --++
machine-learning Concept Fairness Ml https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/concept-fairness-ml.md
Title: Machine learning fairness
description: Learn about machine learning fairness and how the Fairlearn Python package can help you assess and mitigate unfairness. --++
machine-learning Concept Machine Learning Registries Mlops https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/concept-machine-learning-registries-mlops.md
Title: Machine Learning registries
description: Learn about Azure Machine Learning registries and their role in scaling MLOps across different environments. -+
machine-learning Concept Ml Pipelines https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/concept-ml-pipelines.md
Title: 'What are machine learning pipelines?'
description: Learn how machine learning pipelines help you build, optimize, and manage machine learning workflows. -+
machine-learning Concept Mlflow Models https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/concept-mlflow-models.md
-+ Last updated 12/20/2023
machine-learning Concept Mlflow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/concept-mlflow.md
-+ Last updated 01/10/2024
machine-learning Concept Model Management And Deployment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/concept-model-management-and-deployment.md
Title: 'MLOps: Machine learning model management'
description: 'Learn about model management (MLOps) with Azure Machine Learning. Deploy, manage, track lineage, and monitor your models to continuously improve them.' -+
machine-learning Concept Model Monitoring https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/concept-model-monitoring.md
description: Monitor the performance of models deployed to production on Azure M
-+
machine-learning Concept Package Models https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/concept-package-models.md
description: Learn how the use of model packages in Azure Machine Learning is u
-+ Last updated 12/08/2023
machine-learning Concept Plan Manage Cost https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/concept-plan-manage-cost.md
-+ Last updated 03/26/2024
machine-learning Concept Responsible Ai Dashboard https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/concept-responsible-ai-dashboard.md
Title: Assess AI systems and make data-driven decisions with Azure Machine Learn
description: Learn how to use the comprehensive UI and SDK/YAML components in the Responsible AI dashboard to debug your machine learning models and make data-driven decisions. --++
machine-learning Concept Responsible Ai Scorecard https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/concept-responsible-ai-scorecard.md
Title: Share Responsible AI insights and make data-driven decisions with Azure M
description: Learn about how to use the Responsible AI scorecard to share responsible AI insights from your machine learning models and make data-driven decisions with non-technical and technical stakeholders. --++
machine-learning Concept Responsible Ai https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/concept-responsible-ai.md
Title: What is Responsible AI
description: Learn what Responsible AI is and how to use it with Azure Machine Learning to understand models, protect data, and control the model lifecycle. --++
machine-learning Concept Sourcing Human Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/concept-sourcing-human-data.md
Title: Manually sourcing human data for AI development
description: Learn best practices for mitigating potential harm to peopleΓÇöespecially in vulnerable groupsΓÇöand building balanced datasets when collecting human data manually. --++ Last updated 12/30/2023
machine-learning Concept Train Model Git Integration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/concept-train-model-git-integration.md
Title: Git integration
description: Learn how Azure Machine Learning integrates with a local Git repository to track repository, branch, and current commit information as part of a training job. -+
machine-learning How To Add Users https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-add-users.md
description: Add users to your data labeling project so that they can label data
-+ Last updated 03/12/2024
machine-learning How To Attach Kubernetes Anywhere https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-attach-kubernetes-anywhere.md
Title: Introduction to Kubernetes compute target in Azure Machine Learning
description: Learn how Azure Machine Learning Kubernetes compute enable Azure Machine Learning across different infrastructures in cloud and on-premises -+
machine-learning How To Collect Production Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-collect-production-data.md
Title: Collect production data from models deployed for real-time inferencing
description: Collect inference data from a model deployed to a real-time endpoint on Azure Machine Learning. -+
machine-learning How To Convert Custom Model To Mlflow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-convert-custom-model-to-mlflow.md
-+ Last updated 04/15/2022
machine-learning How To Create Component Pipeline Python https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-create-component-pipeline-python.md
Title: 'Create and run machine learning pipelines using components with the Azure Machine Learning SDK v2' description: Build a machine learning pipeline for image classification. Focus on machine learning instead of infrastructure and automation.-+
machine-learning How To Create Image Labeling Projects https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-create-image-labeling-projects.md
description: Learn how to create a project to label images in the project. Enabl
-+ Last updated 02/01/2024
machine-learning How To Create Text Labeling Projects https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-create-text-labeling-projects.md
description: Learn how to create a project and use the data labeling tool to lab
-+ Last updated 02/01/2024
machine-learning How To Deploy Mlflow Models https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-deploy-mlflow-models.md
Title: Guidelines for deploying MLflow models
description: Learn to deploy your MLflow model to the deployment targets supported by Azure Machine Learning. -+
machine-learning How To Devops Machine Learning https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-devops-machine-learning.md
Title: Azure DevOps for CI/CD
description: Use Azure Pipelines for flexible MLOps automation -+
machine-learning How To Github Actions Machine Learning https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-github-actions-machine-learning.md
Title: GitHub Actions for CI/CD
description: Learn about how to create a GitHub Actions workflow to train a model on Azure Machine Learning -+
machine-learning How To Log Mlflow Models https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-log-mlflow-models.md
-+ Last updated 02/16/2024
machine-learning How To Log View Metrics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-log-view-metrics.md
-+ Last updated 04/26/2024
machine-learning How To Machine Learning Interpretability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-machine-learning-interpretability.md
Title: Model interpretability
description: Learn how your machine learning model makes predictions during training and inferencing by using the Azure Machine Learning CLI and Python SDK. --++
machine-learning How To Manage Labeling Projects https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-manage-labeling-projects.md
description: Tasks for the project manager to administer a labeling project in A
-+ Last updated 02/01/2024
machine-learning How To Manage Models https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-manage-models.md
-+ Last updated 06/12/2024
machine-learning How To Manage Registries https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-manage-registries.md
Title: Create and manage registries
description: Learn how create registries with the CLI, REST API, Azure portal and Azure Machine Learning studio -+
machine-learning How To Monitor Kubernetes Online Enpoint Inference Server Log https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-monitor-kubernetes-online-enpoint-inference-server-log.md
Title: Monitor Kubernetes Online Endpoint inference server logs
description: Learn how to monitor inference server logs of Kubernetes online endpoint -+
machine-learning How To Monitor Model Performance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-monitor-model-performance.md
Title: Monitor performance of models deployed to production
description: Monitor the performance of models deployed to production in Azure Machine Learning -+
machine-learning How To Monitor Online Endpoints https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-monitor-online-endpoints.md
Title: Monitor online endpoints
description: Monitor online endpoints and create alerts with Application Insights. -+
machine-learning How To Outsource Data Labeling https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-outsource-data-labeling.md
Title: Data labeling vendor companies
description: Use a data labeling vendor company to help label the data in your data labeling project -+
machine-learning How To Package Models App Service https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-package-models-app-service.md
description: Learn how you can package a model to deploy outside of Azure Machi
-+ Last updated 12/08/2023
machine-learning How To Package Models Moe https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-package-models-moe.md
description: Learn how you can package a model and deploy it for online inferenc
-+ Last updated 12/08/2023
machine-learning How To Package Models https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-package-models.md
description: Learn how you can package a model and deploy it for online inferenc
-+ Last updated 12/08/2023
machine-learning How To Registry Network Isolation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-registry-network-isolation.md
Title: Machine Learning registry network isolation
description: Use Azure Machine Learning registry with Azure Virtual Networks -+
machine-learning How To Responsible Ai Dashboard https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-responsible-ai-dashboard.md
Title: Use the Responsible AI dashboard in Azure Machine Learning studio
description: Learn how to use the various tools and visualization charts in the Responsible AI dashboard in Azure Machine Learning. --++
machine-learning How To Responsible Ai Image Dashboard https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-responsible-ai-image-dashboard.md
Title: Use the Responsible AI image dashboard
description: Learn how to use the tools and visualizations in the Azure Machine Learning studio Responsible AI (RAI) image dashboard. --++
machine-learning How To Responsible Ai Insights Ui https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-responsible-ai-insights-ui.md
Title: Generate Responsible AI insights in the studio UI
description: Learn how to generate a Responsible AI insights with no-code experience in the Azure Machine Learning studio UI. --++
machine-learning How To Responsible Ai Scorecard https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-responsible-ai-scorecard.md
Title: Use Responsible AI scorecard (preview) in Azure Machine Learning
description: Share insights with non-technical business stakeholders by exporting a PDF Responsible AI scorecard from Azure Machine Learning. --++
machine-learning How To Responsible Ai Text Dashboard https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-responsible-ai-text-dashboard.md
Title: Use the responsible AI text dashboard
description: Learn how to use the tools and visualizations in the Azure Machine Learning studio Responsible AI (RAI) text dashboard. --++
machine-learning How To Responsible Ai Text Insights https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-responsible-ai-text-insights.md
Title: Generate responsible AI text insights with YAML and Python
description: Learn how the Azure Machine Learning Responsible AI (RAI) text insights component generates a RAI text dashboard by using a pipeline in Python or YAML. --++
machine-learning How To Responsible Ai Vision Insights https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-responsible-ai-vision-insights.md
Title: Generate Responsible AI vision insights with YAML and Python
description: Learn how to generate an Azure Machine Learning Responsible AI (RAI) image dashboard by using the vision insights component in a Python or YAML pipeline. --++
machine-learning How To Retrieval Augmented Generation Cloud To Local https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-retrieval-augmented-generation-cloud-to-local.md
Title: Retrieval Augmented Generation (RAG) cloud to local (preview)
description: Learning how to transition your RAG created flows from cloud to local using the prompt flow VS Code extension. -+
machine-learning How To Safely Rollout Online Endpoints https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-safely-rollout-online-endpoints.md
Title: Safe rollout for online endpoints
description: Roll out newer versions of ML models without disruption. -+
machine-learning How To Schedule Pipeline Job https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-schedule-pipeline-job.md
Title: Schedule Azure Machine Learning pipeline jobs
description: Learn how to schedule pipeline jobs that allow you to automate routine, time-consuming tasks such as data processing, training, and monitoring. -+
machine-learning How To Setup Mlops Azureml https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-setup-mlops-azureml.md
description: Learn how to set up a sample MLOps environment in Azure Machine Lea
-+ Last updated 11/03/2023
machine-learning How To Setup Mlops Github Azure Ml https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-setup-mlops-github-azure-ml.md
description: Learn how to set up a sample MLOps environment in Azure Machine Lea
-+ Last updated 01/29/2024
machine-learning How To Share Data Across Workspaces With Registries https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-share-data-across-workspaces-with-registries.md
Title: Share data across workspaces with registries (preview)
description: Learn how practice cross-workspace MLOps and collaborate across teams by sharing data through registries. -+
machine-learning How To Share Models Pipelines Across Workspaces With Registries https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-share-models-pipelines-across-workspaces-with-registries.md
Title: Share models, components, and environments across workspaces with registr
description: Learn how practice cross-workspace MLOps and collaborate across teams buy sharing models, components and environments through registries. -+
machine-learning How To Track Monitor Analyze Runs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-track-monitor-analyze-runs.md
Title: Monitor and analyze jobs in studio
description: Learn how to start, monitor, and track your machine learning experiment jobs with the Azure Machine Learning studio. -+
machine-learning How To Track Monitor Organize Jobs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-track-monitor-organize-jobs.md
Title: Organize & track training jobs (preview)
description: Learn how to organize and track your machine learning experiment jobs with the Azure Machine Learning studio. -+
machine-learning How To Train Distributed Gpu https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-train-distributed-gpu.md
description: Learn best practices for distributed training with supported framew
-+ Last updated 01/29/2024
machine-learning How To Train Keras https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-train-keras.md
Title: Train deep learning Keras models (SDK v2)
description: Learn how to train and register a Keras deep neural network classification model running on TensorFlow using Azure Machine Learning SDK (v2). -+
machine-learning How To Train Pytorch https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-train-pytorch.md
Title: Train deep learning PyTorch models (SDK v2)
description: Learn how to run your PyTorch training scripts at enterprise scale using Azure Machine Learning SDK (v2). -+
machine-learning How To Train Scikit Learn https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-train-scikit-learn.md
Title: Train scikit-learn machine learning models (v2)
description: Learn how Azure Machine Learning enables you to scale out a scikit-learn training job using elastic cloud compute resources (v2). -+
machine-learning How To Train Tensorflow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-train-tensorflow.md
Title: Train and deploy a TensorFlow model (SDK v2)
description: Learn how Azure Machine Learning SDK (v2) enables you to scale out a TensorFlow training job using elastic cloud compute resources. -+
machine-learning How To Troubleshoot Data Labeling https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-troubleshoot-data-labeling.md
-+ Last updated 03/07/2024
machine-learning How To Use Event Grid https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-use-event-grid.md
Title: Trigger events in ML workflows
description: Set up event-driven applications, processes, or CI/CD machine learning workflows in Azure Machine Learning. -+
machine-learning How To Use Mlflow Cli Runs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-use-mlflow-cli-runs.md
description: Use MLflow to log metrics and artifacts from machine learning runs
-+ Last updated 02/15/2024
machine-learning How To Use Mlflow Configure Tracking https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-use-mlflow-configure-tracking.md
-+ Last updated 01/19/2024
machine-learning How To Use Parallel Job In Pipeline https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-use-parallel-job-in-pipeline.md
Title: How to use parallel job in pipeline
description: How to use parallel job in Azure Machine Learning pipeline using CLI v2 and Python SDK -+
machine-learning How To Use Pipeline Component https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-use-pipeline-component.md
Title: How to use pipeline component in pipeline
description: How to use pipeline component to build nested pipeline job in Azure Machine Learning pipeline using CLI v2 and Python SDK -+
machine-learning How To Use Sweep In Pipeline https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-use-sweep-in-pipeline.md
Title: How to do hyperparameter sweep in pipeline
description: How to use sweep to do hyperparameter tuning in Azure Machine Learning pipeline using CLI v2 and Python SDK -+
machine-learning How To Visualize Jobs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/how-to-visualize-jobs.md
Title: Visualize training results in studio (preview)
description: Learn how to visualize your machine learning experiment jobs with the Azure Machine Learning studio. -+
machine-learning Monitor Azure Machine Learning Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/monitor-azure-machine-learning-reference.md
-+
machine-learning Monitor Azure Machine Learning https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/monitor-azure-machine-learning.md
-+
machine-learning Community Ecosystem https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/community-ecosystem.md
Title: Prompt flow ecosystem
description: Introduction to the prompt flow ecosystem, which includes the prompt flow open source project, tutorials, SDK, CLI and VS Code extension. -+ - ignite-2023
machine-learning Concept Model Monitoring Generative Ai Evaluation Metrics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/concept-model-monitoring-generative-ai-evaluation-metrics.md
description: Understand the metrics used when monitoring the performance of gene
-+ reviewer: s-polly
machine-learning Concept Tools https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/concept-tools.md
Title: What are tools in Azure Machine Learning prompt flow
description: Learn about how tools are the fundamental building blocks of a flow in Azure Machine Learning prompt flow. -+ - ignite-2023
machine-learning Concept Variants https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/concept-variants.md
Title: Variants in Azure Machine Learning prompt flow
description: Learn about how with Azure Machine Learning prompt flow, you can use variants to tune your prompt. -+ - ignite-2023
machine-learning Get Started Prompt Flow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/get-started-prompt-flow.md
Title: Get started in prompt flow
description: Learn how to use prompt flow in Azure Machine Learning studio. -+ - ignite-2023
machine-learning How To Bulk Test Evaluate Flow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/how-to-bulk-test-evaluate-flow.md
Title: Submit batch run and evaluate a flow in prompt flow
description: Learn how to submit batch run and use built-in evaluation methods in prompt flow to evaluate how well your flow performs with a large dataset with Azure Machine Learning studio. -+ - ignite-2023
machine-learning How To Custom Tool Package Creation And Usage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/how-to-custom-tool-package-creation-and-usage.md
Title: Custom tool package creation and usage in prompt flow
description: Learn how to develop your own tool package in prompt flow. -+ - ignite-2023
machine-learning How To Customize Session Base Image https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/how-to-customize-session-base-image.md
Title: Customize base image for compute session in prompt flow
description: Learn how to create base image for compute session in prompt flow with Azure Machine Learning studio. -+ - build-2024
machine-learning How To Deploy For Real Time Inference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/how-to-deploy-for-real-time-inference.md
Title: Deploy a flow in prompt flow as a managed online endpoint for real-time i
description: Learn how to deploy in prompt flow a flow as a managed online endpoint for real-time inference with Azure Machine Learning studio. -+ - ignite-2023
machine-learning How To Deploy To Code https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/how-to-deploy-to-code.md
Title: Deploy a flow in prompt flow to online endpoint for real-time inference w
description: Learn how to deploy your flow to a managed online endpoint or Kubernetes online endpoint in Azure Machine Learning prompt flow. -+ - devx-track-azurecli
machine-learning How To Develop An Evaluation Flow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/how-to-develop-an-evaluation-flow.md
Title: Customize evaluation flow and metrics in prompt flow
description: Learn how to customize or create your own evaluation flow and evaluation metrics tailored to your tasks and objectives, and then use in a batch run as an evaluation method in prompt flow with Azure Machine Learning studio. -+ - ignite-2023
machine-learning How To Develop Flow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/how-to-develop-flow.md
Title: Develop a flow in prompt flow
description: Learn how to develop a prompt flow with Azure Machine Learning studio. -+ - ignite-2023
machine-learning How To Enable Streaming Mode https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/how-to-enable-streaming-mode.md
Title: How to use streaming endpoints deployed from prompt Flow
description: Learn how use streaming when you consume the endpoints in Azure Machine Learning prompt flow. -+ - devx-track-python
machine-learning How To Enable Trace Feedback For Deployment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/how-to-enable-trace-feedback-for-deployment.md
Title: Enable trace and collect feedback for a flow deployment
description: Learn how to enable trace and collect feedback during inference time of a flow deployment -+
machine-learning How To End To End Azure Devops With Prompt Flow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/how-to-end-to-end-azure-devops-with-prompt-flow.md
description: Learn how to set up a sample LLMOps environment and pipeline on Azu
-+
machine-learning How To End To End Llmops With Prompt Flow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/how-to-end-to-end-llmops-with-prompt-flow.md
Title: LLMOps with prompt flow and GitHub
description: Learn about using Azure Machine Learning to set up an end-to-end LLMOps pipeline that runs a web classification flow that classifies a website based on a given URL. -+ - ignite-2023
machine-learning How To Evaluate Semantic Kernel https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/how-to-evaluate-semantic-kernel.md
Title: Evaluate your Semantic Kernel with prompt flow
description: Learn how to evaluate Semantic Kernel in prompt flow with Azure Machine Learning studio. -+ - ignite-2023
machine-learning How To Integrate With Langchain https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/how-to-integrate-with-langchain.md
Title: Integrate with LangChain in prompt flow
description: Learn how to integrate with LangChain in prompt flow with Azure Machine Learning studio. -+ - ignite-2023
machine-learning How To Integrate With Llm App Devops https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/how-to-integrate-with-llm-app-devops.md
Title: Integrate prompt flow with LLM-based application DevOps
description: Learn about integration of prompt flow with LLM-based application DevOps in Azure Machine Learning -+ - ignite-2023
connections = {"classify_with_llm":
"deployment_name": <deployment_name>} } # create run
-base_run = pf.run(
+run = Run(
+ # local flow file
flow=flow,
+ # remote data
data=data,
-# resources = resources,
column_mapping={ "url": "${data.url}" },
- connections=connections,
-
+ connections=connections,
+ # to customize runtime instance type and compute instance, you can provide them in resources
+ # resources={
+ # "instance_type": "STANDARD_DS11_V2",
+ # "compute": "my_compute_instance"
+ # }
+ # to customize identity, you can provide them in identity
+ # identity={
+ # "type": "managed",
+ # }
)
-print(base_run)
+
+base_run = pf.runs.create_or_update(run=run)
```
connections = {"classify_with_llm":
} # create evaluation run
-eval_run = pf.run(
- flow=flow
+eval_run = Run(
+ # local flow file
+ flow=flow,
+ # remote data
data=data, run=base_run, column_mapping={ "groundtruth": "${data.answer}", "prediction": "${run.outputs.category}", },
-# resources = resources,
- connections=connections
+ connections=connections,
+ # to customize runtime instance type and compute instance, you can provide them in resources
+ # resources={
+ # "instance_type": "STANDARD_DS11_V2",
+ # "compute": "my_compute_instance"
+ # }
+ # to customize identity, you can provide them in identity
+ # identity={
+ # "type": "managed",
+ # }
)+
+eval_run = pf.runs.create_or_update(run=eval_run)
```
machine-learning How To Monitor Generative Ai Applications https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/how-to-monitor-generative-ai-applications.md
Title: Model monitoring for generative AI applications (preview)
description: Monitor the safety and quality of generative AI applications deployed to production on Azure Machine Learning. -+
machine-learning How To Process Image https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/how-to-process-image.md
Title: Incorporate images into prompt flow (preview)
description: Learn how to incorporate images into prompt flow. -+
machine-learning How To Secure Prompt Flow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/how-to-secure-prompt-flow.md
Title: Network isolation in prompt flow
description: Learn how to secure prompt flow with virtual network. -+ - ignite-2023
machine-learning How To Tune Prompts Using Variants https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/how-to-tune-prompts-using-variants.md
Title: Tune prompts using variants in prompt flow
description: Learn how to tune prompts using variants in prompt flow with Azure Machine Learning studio. -+ - ignite-2023
machine-learning Overview What Is Prompt Flow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/overview-what-is-prompt-flow.md
Title: What is Azure Machine Learning prompt flow
description: Azure Machine Learning prompt flow is a development tool designed to streamline the entire development cycle of AI applications powered by Large Language Models (LLMs). -+ - ignite-2023
machine-learning Azure Open Ai Gpt 4V Tool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/tools-reference/azure-open-ai-gpt-4v-tool.md
Title: Azure OpenAI GPT-4 Turbo with Vision tool in Azure Machine Learning promp
description: The prompt flow Azure OpenAI GPT-4 Turbo with Vision tool enables you to leverage AzureOpenAI GPT-4 Turbo with Vision model deployment to analyze images and provide textual responses to questions about them. -+
machine-learning Content Safety Text Tool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/tools-reference/content-safety-text-tool.md
Title: Content Safety (Text) tool in Azure Machine Learning prompt flow
description: The Content Safety (Text) tool is a wrapper for the Azure AI Content Safety Text API, which you can use to detect text content and get moderation results. -+ - ignite-2023
machine-learning Embedding Tool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/tools-reference/embedding-tool.md
Title: Embedding tool in Azure Machine Learning prompt flow
description: The prompt flow embedding tool uses OpenAI's embedding models to convert text into dense vector representations for various natural language processing tasks. -+ - ignite-2023
machine-learning Index Lookup Tool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/tools-reference/index-lookup-tool.md
description: This article introduces the Index Lookup tool for flows in Azure Machine Learning. -+ - build-2024
machine-learning Llm Tool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/tools-reference/llm-tool.md
Title: LLM tool in Azure Machine Learning prompt flow
description: The prompt flow LLM tool enables you to take advantage of widely used large language models like OpenAI or Azure OpenAI for natural language processing. -+ - ignite-2023
machine-learning Open Model Llm Tool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/tools-reference/open-model-llm-tool.md
Title: Open Model LLM tool in Azure Machine Learning prompt flow
description: The prompt flow Open Model LLM tool enables you to utilize various open-source and foundational models. -+
machine-learning Openai Gpt 4V Tool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/tools-reference/openai-gpt-4v-tool.md
Title: OpenAI GPT-4V (preview)
description: The prompt flow OpenAI GPT-4V tool enables you to use OpenAI's GPT-4 with vision, also referred to as GPT-4V or gpt-4-vision-preview in the API, to take images as input and answer questions about them. -+
machine-learning Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/tools-reference/overview.md
Title: Overview of tools in prompt flow
description: This overview of the tools in prompt flow includes an index table for tools and the instructions for custom tool package creation and tool package usage. -+ - ignite-2023
machine-learning Prompt Tool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/tools-reference/prompt-tool.md
Title: Prompt tool in Azure Machine Learning prompt flow
description: The prompt tool in prompt flow offers a collection of textual templates that serve as a starting point for creating prompts. -+ - ignite-2023
machine-learning Python Tool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/tools-reference/python-tool.md
Title: Python tool in Azure Machine Learning prompt flow
description: The Python tool empowers you to offer customized code snippets as self-contained executable nodes in prompt flow. -+ - devx-track-python
machine-learning Serp Api Tool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/tools-reference/serp-api-tool.md
Title: SerpAPI tool in Azure Machine Learning prompt flow
description: SerpAPI is a Python tool that provides a wrapper to the SerpAPI Google Search Engine Results API and the SerpAPI Bing Search Engine Results API. -+ - devx-track-python
machine-learning Transparency Note https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/transparency-note.md
description: Learn about the feature in prompt flow that automatically generates
-+ Last updated 10/20/2023
machine-learning Troubleshoot Guidance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/prompt-flow/troubleshoot-guidance.md
Title: Troubleshoot guidance
description: This article addresses frequent questions prompt flow usage. -+ - ignite-2023
machine-learning Reference Yaml Deployment Kubernetes Online https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/reference-yaml-deployment-kubernetes-online.md
Title: 'CLI (v2) Azure Arc-enabled Kubernetes online deployment YAML schema'
description: Reference documentation for the CLI (v2) Azure Arc-enabled Kubernetes online deployment YAML schema. -+
machine-learning Reference Yaml Deployment Managed Online https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/reference-yaml-deployment-managed-online.md
Title: 'CLI (v2) managed online deployment YAML schema'
description: Reference documentation for the CLI (v2) managed online deployment YAML schema. -+
machine-learning Reference Yaml Endpoint Online https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/reference-yaml-endpoint-online.md
Title: 'Online endpoints YAML reference'
description: Learn about the YAML files used to deploy models as online endpoints -+
machine-learning Reference Yaml Monitor https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/reference-yaml-monitor.md
Title: 'CLI (v2) schedule YAML schema for model monitoring'
description: Reference documentation for the CLI (v2) schedule YAML schema for model monitoring. -+
machine-learning Concept Model Management And Deployment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/concept-model-management-and-deployment.md
Title: 'MLOps: ML model management v1'
description: 'Learn about model management (MLOps) with Azure Machine Learning. Deploy, manage, track lineage and monitor your models to continuously improve them. (v1)' -+
machine-learning How To Access Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-access-data.md
Title: Connect to storage services with CLI v1
description: Learn how to use datastores to securely connect to Azure storage services during training with Azure Machine Learning CLI v1 -+
machine-learning How To Cicd Data Ingestion https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-cicd-data-ingestion.md
Title: DevOps for a data ingestion pipeline
description: Learn how to apply DevOps practices to build a data ingestion pipeline to prepare data using Azure Data Factory and Azure Databricks. -+
machine-learning How To Connect Data Ui https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-connect-data-ui.md
Title: Connect to data storage with the studio UI
description: Create datastores and datasets to securely connect to data in storage services in Azure with the Azure Machine Learning studio. -+
machine-learning How To Convert Ml Experiment To Production https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-convert-ml-experiment-to-production.md
description: Turn your machine learning experimental notebooks into production-ready code using the MLOpsPython code template. You can then test, deploy, and automate that code. -+ Last updated 10/21/2021
machine-learning How To Create Machine Learning Pipelines https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-create-machine-learning-pipelines.md
Title: Create and run ML pipelines
description: Create and run machine learning pipelines to create and manage the workflows that stitch together machine learning (ML) phases. -+
machine-learning How To Create Register Datasets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-create-register-datasets.md
Title: Create Azure Machine Learning datasets
description: Learn how to create Azure Machine Learning datasets to access your data for machine learning experiment runs. -+
machine-learning How To Data Ingest Adf https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-data-ingest-adf.md
Title: Data ingestion with Azure Data Factory
description: Learn the available options for building a data ingestion pipeline with Azure Data Factory and the benefits of each. -+
machine-learning How To Debug Parallel Run Step https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-debug-parallel-run-step.md
Title: Troubleshooting the ParallelRunStep
description: Tips for how to troubleshoot when you get errors using the ParallelRunStep in machine learning pipelines. -+
machine-learning How To Debug Pipelines https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-debug-pipelines.md
Title: Troubleshooting ML pipelines
description: How to troubleshoot when you get errors running a machine learning pipeline. Common pitfalls and tips to help debug your scripts before and during remote execution. -+
machine-learning How To Debug Visual Studio Code https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-debug-visual-studio-code.md
Title: Interactive debugging with Visual Studio Code
description: Interactively debug Azure Machine Learning code, pipelines, and deployments using Visual Studio Code -+
machine-learning How To Deploy Advanced Entry Script https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-deploy-advanced-entry-script.md
Title: Entry script authoring for advanced scenarios
description: Learn how to write Azure Machine Learning entry scripts for pre- and post-processing during deployment. -+ Last updated 03/12/2024
machine-learning How To Deploy Pipelines https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-deploy-pipelines.md
Title: Publish ML pipelines
description: Run machine learning workflows with machine learning pipelines and the Azure Machine Learning SDK for Python. -+
machine-learning How To Enable App Insights https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-enable-app-insights.md
Title: Monitor and collect data from Machine Learning web service endpoints
description: Learn how to collect data from models deployed to web service endpoints in Azure Kubernetes Service (AKS) or Azure Container Instances (ACI). -+
machine-learning How To Enable Data Collection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-enable-data-collection.md
Title: Collect data on your production models
description: Learn how to collect data from an Azure Machine Learning model deployed on an Azure Kubernetes Service (AKS) cluster. -+
machine-learning How To Log Pipelines Application Insights https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-log-pipelines-application-insights.md
description: Add logging to your training and batch scoring pipelines and view t
-+ Last updated 10/21/2021
machine-learning How To Monitor Tensorboard https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-monitor-tensorboard.md
Title: Visualize experiments with TensorBoard
description: Launch TensorBoard to visualize experiment job histories and identify potential areas for hyperparameter tuning and retraining. -+
machine-learning How To Retrain Designer https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-retrain-designer.md
Title: Use pipeline parameters to retrain models in the designer
description: Retrain models with published pipelines and pipeline parameters in Azure Machine Learning designer. -+
machine-learning How To Run Batch Predictions Designer https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-run-batch-predictions-designer.md
Title: Run batch predictions using Azure Machine Learning designer
description: Learn how to create a batch prediction pipeline. Deploy the pipeline as a parameterized web service, and trigger it from any HTTP library. -+
machine-learning How To Set Up Training Targets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-set-up-training-targets.md
-+ Last updated 02/21/2024
machine-learning How To Track Monitor Analyze Runs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-track-monitor-analyze-runs.md
Title: Track, monitor, and analyze runs
description: Learn how to start, monitor, and track your machine learning experiment runs with the Azure Machine Learning Python SDK. -+
machine-learning How To Train Keras https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-train-keras.md
Title: Train deep learning Keras models (SDK v1)
description: Learn how to train and register a Keras deep neural network classification model running on TensorFlow using Azure Machine Learning SDK (v1). -+
machine-learning How To Train Pytorch https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-train-pytorch.md
Title: Train deep learning PyTorch models (SDK v1)
description: Learn how to run your PyTorch training scripts at enterprise scale using Azure Machine Learning SDK (v1). -+
machine-learning How To Train Scikit Learn https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-train-scikit-learn.md
Title: Train scikit-learn machine learning models (SDK v1)
description: Learn how Azure Machine Learning SDK (v1) enables you to scale out a scikit-learn training job using elastic cloud compute resources. -+
machine-learning How To Train Tensorflow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-train-tensorflow.md
Title: Train and deploy a TensorFlow model (SDK v1)
description: Learn how Azure Machine Learning SDK (v1) enables you to scale out a TensorFlow training job using elastic cloud compute resources. -+
machine-learning How To Train With Datasets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-train-with-datasets.md
Title: Train with machine learning datasets
description: Learn how to make your data available to your local or remote compute for model training with Azure Machine Learning datasets. -+
machine-learning How To Trigger Published Pipeline https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-trigger-published-pipeline.md
Title: Trigger Azure Machine Learning pipelines
description: Triggered pipelines allow you to automate routine, time-consuming tasks such as data processing, training, and monitoring. -+
machine-learning How To Troubleshoot Deployment Local https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-troubleshoot-deployment-local.md
Title: Troubleshooting local model deployment
description: Try a local model deployment as a first step in troubleshooting model deployment errors. -+
machine-learning How To Use Labeled Dataset https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-use-labeled-dataset.md
description: Learn how to export data labels from your Azure Machine Learning la
-+
machine-learning How To Use Mlflow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-use-mlflow.md
description: Set up MLflow Tracking with Azure Machine Learning to log metrics
-+ Last updated 10/21/2021
machine-learning How To Use Pipeline Parameter https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-use-pipeline-parameter.md
Title: Use pipeline parameters to build versatile pipelines
description: How to use pipeline parameters in Azure Machine Learning designer. -+
machine-learning How To Version Track Datasets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/how-to-version-track-datasets.md
Title: Dataset versioning
description: Learn how to version machine learning datasets and how versioning works with machine learning pipelines. -+
machine-learning Migrate Execute R Script https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/migrate-execute-r-script.md
Title: 'ML Studio (classic): Migrate Execute R Script' description: Rebuild Studio (classic) Execute R script modules to run on Azure Machine Learning. -+
machine-learning Tutorial 1St Experiment Sdk Train https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/tutorial-1st-experiment-sdk-train.md
Title: "Tutorial: Train a first Python machine learning model (SDK v1)"
description: How to train a machine learning model in Azure Machine Learning, with SDK v1. This is part 2 of a two-part getting-started series. -+
machine-learning Tutorial Pipeline Python Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/machine-learning/v1/tutorial-pipeline-python-sdk.md
Title: 'Tutorial: ML pipelines for training'
description: In this tutorial, you build a machine learning pipeline for image classification with SDK v1. Focus on machine learning instead of infrastructure and automation. -+
managed-ccf Application Scenarios https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-ccf/application-scenarios.md
Title: Azure Managed Confidential Consortium Framework application scenarios
description: An overview of the application scenarios enabled by Azure Managed CCF. -+ Last updated 09/28/2023
managed-ccf Confidential Consortium Framework Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-ccf/confidential-consortium-framework-overview.md
Title: Learn about the Confidential Consortium Framework
description: An overview of Confidential Consortium Framework. -+ Last updated 09/28/2023
managed-ccf Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-ccf/get-started.md
description: Learn to build and deploy a CCF JavaScript application
Last updated 09/30/2023-+
managed-ccf How To Activate Members https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-ccf/how-to-activate-members.md
description: Learn to activate the members in an Azure Managed CCF resource
Last updated 09/08/2023-+
managed-ccf How To Enable Azure Monitor https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-ccf/how-to-enable-azure-monitor.md
description: Learn to view the application logs in Azure Monitor
Last updated 09/09/2023-+
managed-ccf How To Manage Members https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-ccf/how-to-manage-members.md
description: Learn to manage the members from a Microsoft Azure Managed CCF reso
Last updated 09/10/2023-+
managed-ccf How To Update Application https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-ccf/how-to-update-application.md
description: Learn to update the JavaScript application on a Microsoft Azure Man
Last updated 09/10/2023-+
managed-ccf How To Update Javascript Runtime Options https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-ccf/how-to-update-javascript-runtime-options.md
description: Learn to update the JavaScript runtime options on an Azure Managed
Last updated 09/08/2023-+
managed-ccf How To View Members https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-ccf/how-to-view-members.md
description: Learn to view the members in an Azure Managed CCF resource
Last updated 09/11/2023-+
managed-ccf Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-ccf/overview.md
Title: Overview of Azure Managed Confidential Consortium Framework
description: An overview of Azure Managed Confidential Consortium Framework, a highly secure service for deploying confidential application. -+ Last updated 09/07/2023
managed-ccf Quickstart Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-ccf/quickstart-cli.md
description: Learn to create an Azure Managed Confidential Consortium Framework
Last updated 09/09/2023-+
managed-ccf Quickstart Deploy Application https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-ccf/quickstart-deploy-application.md
description: Learn to deploy a JavaScript application to an Azure Managed CCF re
Last updated 09/08/2023-+
managed-ccf Quickstart Go https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-ccf/quickstart-go.md
description: Learn to use the Azure SDK for Go to create an Azure Managed CCF re
Last updated 09/11/2023-+
managed-ccf Quickstart Java https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-ccf/quickstart-java.md
description: Learn to use the Azure SDK for Java library for Azure Managed Confi
Last updated 09/11/2023-+
managed-ccf Quickstart Net https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-ccf/quickstart-net.md
description: Learn to use the Azure SDK for .NET for Azure Managed Confidential
Last updated 09/11/2023-+
managed-ccf Quickstart Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-ccf/quickstart-portal.md
description: Learn to deploy a Microsoft Azure Managed Confidential Consortium F
Last updated 09/08/2023-+
managed-ccf Quickstart Python https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-ccf/quickstart-python.md
description: Learn to use the Azure libraries for Python for Azure Managed Confi
Last updated 09/11/2023-+
managed-ccf Quickstart Typescript https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-ccf/quickstart-typescript.md
description: Learn to use the Azure SDK for JavaScript and TypeScript library fo
Last updated 09/11/2023-+
managed-grafana Concept Role Based Access Control https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/concept-role-based-access-control.md
description: This conceptual article introduces Azure role-based access control for Azure Managed Grafana resources. #customer intent: As a Grafana user, I want to understand how Azure role-based access control (RBAC) works with Azure Managed Grafana so that I can manage access to Azure Managed Grafana workspaces. -+ Last updated 06/28/2024
managed-grafana Concept Whats New https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/concept-whats-new.md
Title: What's new in Azure Managed Grafana
description: Recent updates for Azure Managed Grafana -+ Last updated 02/22/2024
managed-grafana Encryption https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/encryption.md
Title: Encryption in Azure Managed Grafana
description: Learn how data is encrypted in Azure Managed Grafana. -+ Last updated 03/23/2023
managed-grafana Faq https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/faq.md
Title: Azure Managed Grafana FAQ
description: Frequently asked questions about Azure Managed Grafana -+ Last updated 04/05/2024
managed-grafana Find Help Open Support Ticket https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/find-help-open-support-ticket.md
Title: Find help or open a ticket for Azure Managed Grafana description: Learn how to find help, get tehcnical information or open a support ticket for Azure Managed Grafana -+ Last updated 04/12/2024
managed-grafana Grafana App Ui https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/grafana-app-ui.md
Title: Grafana UI
description: Learn about the Grafana UI components--panels, visualizations and dashboards. -+ Last updated 3/23/2022
managed-grafana High Availability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/high-availability.md
Title: Azure Managed Grafana service reliability
description: Learn about service reliability and availability options provided by Azure Managed Grafana -+ Last updated 5/14/2024
managed-grafana How To Api Calls https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-api-calls.md
description: Learn how to call Grafana APIs programmatically with Microsoft Entr
#customerintent: As a user of Azure Managed Grafana, I want to learn how I can get an access to token and call Grafana APIs. -+ Last updated 04/12/2024
managed-grafana How To Authentication Permissions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-authentication-permissions.md
Title: How to set up authentication and permissions in Azure Managed Grafana description: Learn how to set up Azure Managed Grafana authentication permissions using a system-assigned Managed identity or a Service Principal-+
managed-grafana How To Connect Azure Data Explorer https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-connect-azure-data-explorer.md
description: In this guide, learn how to connect an Azure Data Explorer datasource to Grafana and learn about the authentication methods available for Azure Data Explorer. -+ zone_pivot_groups: azure-red-hat-openshift-service-principal
managed-grafana How To Connect Azure Monitor Workspace https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-connect-azure-monitor-workspace.md
Title: Add an Azure Monitor workspace to Azure Managed Grafana description: Learn how to add an Azure Monitor workspace to Azure Managed Grafana to collect Prometheus data.-+
managed-grafana How To Connect To Data Source Privately https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-connect-to-data-source-privately.md
Title: How to connect to a data source privately in Azure Managed Grafana description: Learn how to connect an Azure Managed Grafana instance to a data source using Managed Private Endpoint-+
managed-grafana How To Create Api Keys https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-create-api-keys.md
Title: Create and manage Grafana API keys in Azure Managed Grafana
description: Learn how to generate and manage Grafana API keys, and start making API calls for Azure Managed Grafana. -+ Last updated 10/04/2023
managed-grafana How To Create Dashboard https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-create-dashboard.md
description: Learn how to import, duplicate or create a new Azure Managed Grafan
#customerintent: As a developer of data analyst, I want to learn how to create and configure an Azure Managed Grafana dashboard so that I can visualize data from several sources in a dashboard. -+ Last updated 04/12/2024
managed-grafana How To Data Source Plugins Managed Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-data-source-plugins-managed-identity.md
Title: How to manage data sources for Azure Managed Grafana
description: In this how-to guide, discover how you can add, configure and remove data sources for Azure Managed Grafana. -+ Last updated 12/08/2023
managed-grafana How To Deterministic Ip https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-deterministic-ip.md
Title: How to set up and use deterministic outbound APIs in Azure Managed Grafana description: Learn how to set up and use deterministic outbound APIs in Azure Managed Grafana-+
managed-grafana How To Enable Zone Redundancy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-enable-zone-redundancy.md
Title: How to enable zone redundancy in Azure Managed Grafana description: Learn how to create a zone-redundant Managed Grafana instance. -+
managed-grafana How To Grafana Enterprise https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-grafana-enterprise.md
Title: Subscribe to Grafana Enterprise
description: Activate Grafana Enterprise to access Grafana Enterprise plugins within Azure Managed Grafana -+ Last updated 03/22/2024
managed-grafana How To Manage Plugins https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-manage-plugins.md
Title: How to manage plugins in Azure Managed Grafana
description: In this how-to guide, discover how you can add a Grafana plugin or remove a Grafana plugin you no longer need. -+ Last updated 01/22/2024
managed-grafana How To Migrate https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-migrate.md
Title: Migrate a self-hosted Grafana to Azure Managed Grafana description: Learn how to migrate a self-hosted Grafana to Azure Managed Grafana and move your dashboards to Azure Managed Grafana.-+
managed-grafana How To Monitor Managed Grafana Workspace https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-monitor-managed-grafana-workspace.md
Title: 'How to monitor your Azure Managed Grafana instance with logs'
description: Learn how to monitor your Azure Managed Grafana instance with logs. -+ Last updated 2/28/2023
managed-grafana How To Permissions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-permissions.md
Title: How to modify access permissions to Azure Monitor
description: Learn how to manually set up permissions that allow your Azure Managed Grafana instance to access a data source -+ Last updated 10/23/2023
managed-grafana How To Service Accounts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-service-accounts.md
Title: How to use service accounts in Azure Managed Grafana
description: In this guide, learn how to use service accounts in Azure Managed Grafana. -+ Last updated 02/22/2024
managed-grafana How To Set Up Private Access https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-set-up-private-access.md
description: How to disable public access to your Azure Managed Grafana workspac
#CustomerIntent: As a data professional or developer I want to configure private access to an Azure Managed Grafana workspace. -+ Last updated 01/31/2024
managed-grafana How To Share Dashboard https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-share-dashboard.md
Title: Share an Azure Managed Grafana dashboard or panel
description: Learn how to share a Grafana dashboard with internal and external stakeholders, such as customers or partners. -+ Last updated 03/01/2023
managed-grafana How To Share Grafana Workspace https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-share-grafana-workspace.md
description: Learn how you can share access permissions to Azure Managed Grafana
#customerintent: As a developer, I want to learn how I can share permissions to an Azure Managed Grafana instance so that I can control user access. -+ Last updated 04/12/2024
managed-grafana How To Smtp Settings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-smtp-settings.md
description: Learn how to configure SMTP settings to generate email notifications for Azure Managed Grafana -+ Last updated 10/13/2023
managed-grafana How To Sync Teams With Azure Ad Groups https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-sync-teams-with-azure-ad-groups.md
Title: Configure Grafana team sync with Microsoft Entra groups description: Learn how to configure Grafana Teams and allow access to Grafana folders and dashboards using Microsoft Entra groups in Azure Managed Grafana. #customer intent: As a Grafana administrator, I want to use Microsoft Entra groups to set up Grafana teams and control access to specific folders and dashboards.-+
managed-grafana How To Transition Domain https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-transition-domain.md
Title: How to transition to using the grafana.azure.com domain description: Learn how to verify that your Azure Managed Grafana workspace is using the correct domain for its endpoint-+
managed-grafana How To Upgrade Grafana 10 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-upgrade-grafana-10.md
Title: "Upgrade Azure Managed Grafana to Grafana 10" description: "Learn how to upgrade an Azure Managed Grafana workspace from Grafana 9 to Grafana 10, and learn information about upgrading legacy alerting to unified alerting."-+ Last updated 03/01/2024
managed-grafana How To Use Azure Monitor Alerts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-use-azure-monitor-alerts.md
Title: Use Azure Monitor alerts with Azure Managed Grafana description: Learn how to set up Azure Monitor alerts and use them with Azure Managed Grafana-+
managed-grafana How To Use Reporting And Image Rendering https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/how-to-use-reporting-and-image-rendering.md
Title: How to use reporting and image rendering in Azure Managed Grafana description: Learn how to create reports in Azure Managed Grafana and understand performance and limitations of image rendering-+
managed-grafana Known Limitations https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/known-limitations.md
Title: Azure Managed Grafana service limitations description: Learn about current technical or feature limitations you may encounter in the Azure Managed Grafana service.-+ Last updated 05/23/2024
managed-grafana Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/overview.md
description: Read an overview of Azure Managed Grafana. This article explains wh
#customer intent: As a developer, devops or data professional, I want to learn about Grafana so that I understand how to use Azure Managed Grafana. -+ Last updated 04/25/2024
managed-grafana Quickstart Managed Grafana Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/quickstart-managed-grafana-cli.md
Title: 'Quickstart: create an Azure Managed Grafana instance using the Azure CLI' description: Learn how to create a Managed Grafana instance using the Azure CLI-+
managed-grafana Quickstart Managed Grafana Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/quickstart-managed-grafana-portal.md
Title: Create an Azure Managed Grafana workspace - Azure portal
description: In this quickstart, you learn how to create an Azure Managed Grafana workspace using the Azure portal. #customer intent: As a developer or data professional, I want to learn how to create an Azure Managed Grafana workspace so that I use Grafana within Azure.-+
managed-grafana Troubleshoot Managed Grafana https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-grafana/troubleshoot-managed-grafana.md
description: Troubleshoot Azure Managed Grafana issues related to fetching data,
-+ Last updated 04/12/2024
managed-instance-apache-cassandra Add Service Principal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/add-service-principal.md
Title: How to add Azure Cosmos DB service principal for Azure Managed Instance for Apache Cassandra description: Learn how to add an Azure Cosmos DB service principal to an existing virtual network for Azure Managed Instance for Apache Cassandra -+ Last updated 11/02/2021
managed-instance-apache-cassandra Best Practice Performance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/best-practice-performance.md
Title: Best practices for optimal performance in Azure Managed Instance for Apache Cassandra description: Learn about best practices to ensure optimal performance from Azure Managed Instance for Apache Cassandra. -+ Last updated 04/05/2023
managed-instance-apache-cassandra Configure Hybrid Cluster Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/configure-hybrid-cluster-cli.md
Title: Quickstart - Configure a hybrid cluster with Azure Managed Instance for A
description: This quickstart shows how to configure a hybrid cluster with Azure Managed Instance for Apache Cassandra. -+ Last updated 11/02/2021
managed-instance-apache-cassandra Configure Hybrid Cluster https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/configure-hybrid-cluster.md
Title: Quickstart - Configure a hybrid cluster with Azure Managed Instance for A
description: This quickstart shows how to configure a hybrid cluster with Azure Managed Instance for Apache Cassandra Client Configurator. -+ Last updated 10/11/2023 ms.devlang: azurecli
managed-instance-apache-cassandra Create Cluster Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/create-cluster-cli.md
Title: Quickstart - Use CLI to create Azure Managed Instance for Apache Cassandr
description: Use this quickstart to create an Azure Managed Instance for Apache Cassandra cluster using Azure CLI. -+ Last updated 11/02/2021
managed-instance-apache-cassandra Create Cluster Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/create-cluster-portal.md
Title: Quickstart - Create Azure Managed Instance for Apache Cassandra cluster f
description: This quickstart shows how to create an Azure Managed Instance for Apache Cassandra cluster using the Azure portal. -+ Last updated 05/31/2022
managed-instance-apache-cassandra Create Multi Region Cluster https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/create-multi-region-cluster.md
Title: Configure a multi-region cluster for Apache Cassandra
description: This quickstart shows how to configure a multi-region cluster with Azure Managed Instance for Apache Cassandra. -+ Last updated 11/02/2021
managed-instance-apache-cassandra Customer Managed Keys https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/customer-managed-keys.md
Title: Azure Managed Instance for Apache Cassandra customer-managed keys
description: Learn how to implement customer-managed keys in Azure Managed Instance for Apache Cassandra by using Azure Key Vault. -+ Last updated 10/29/2021
managed-instance-apache-cassandra Dba Commands https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/dba-commands.md
Title: How to run DBA commands for Azure Managed Instance for Apache Cassandra description: Learn how to run DBA commands -+ Last updated 03/02/2022
managed-instance-apache-cassandra Deploy Cluster Databricks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/deploy-cluster-databricks.md
Title: Deploy a Managed Apache Spark Cluster with Azure Databricks
description: This quickstart shows how to Deploy a Managed Apache Spark Cluster with Azure Databricks using the Azure portal. -+ Last updated 11/02/2021
managed-instance-apache-cassandra Dual Write Proxy Migration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/dual-write-proxy-migration.md
Title: Live migration to Azure Managed Instance for Apache Cassandra using Apach
description: Learn how to migrate to Azure Managed Instance for Apache Cassandra by using Apache Spark and a dual-write proxy. -+ Last updated 11/02/2021
managed-instance-apache-cassandra Faq https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/faq.md
Title: Frequently asked questions about Azure Managed Instance for Apache Cassan
description: Frequently asked questions about Azure Managed Instance for Apache Cassandra. This article addresses questions on when to use managed instances, benefits, throughput limits, supported regions, and other configuration details. -+ Last updated 11/02/2021
managed-instance-apache-cassandra Introduction https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/introduction.md
Title: Introduction to Azure Managed Instance for Apache Cassandra
description: Learn about Azure Managed Instance for Apache Cassandra. This service manages the deployment and scaling of native open-source instances of Apache Cassandra in Azure. -+ Last updated 11/02/2021
managed-instance-apache-cassandra Jaeger https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/jaeger.md
Title: Run Jaeger with Azure Managed Instance for Apache Cassandra
description: Learn how to integrate Jaeger with Azure Managed Instance for Apache Cassandra for efficient storage monitoring. -+ Last updated 12/08/2023
managed-instance-apache-cassandra Ldap https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/ldap.md
Title: How to enable LDAP authentication in Azure Managed Instance for Apache Ca
description: Learn how to enable LDAP authentication in Azure Managed Instance for Apache Cassandra -+ Last updated 05/23/2022
managed-instance-apache-cassandra Manage Resources Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/manage-resources-cli.md
Title: Manage resources with the Azure CLI - Azure Resource Manager description: Learn about the common commands to automate the management of Azure Managed Instance for Apache Cassandra by using the Azure CLI. -+ Last updated 11/02/2021
managed-instance-apache-cassandra Management Operations https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/management-operations.md
Title: Management operations in Azure Managed Instance for Apache Cassandra
description: Learn about the management operations supported by Azure Managed Instance for Apache Cassandra. It also explains separation of responsibilities between the Azure support team and customers when maintaining standalone and hybrid clusters. -+ Last updated 11/02/2021
managed-instance-apache-cassandra Materialized Views https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/materialized-views.md
Title: Materialized views in Azure Managed Instance for Apache Cassandra
description: Learn how to enable materialized views in Azure Managed Instance for Apache Cassandra. -+ Last updated 02/15/2022
managed-instance-apache-cassandra Monitor Clusters https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/monitor-clusters.md
Title: Monitor Azure Managed Instance for Apache Cassandra by using Azure Monito
description: Learn how to use Azure Monitor to view metrics and diagnostic logs from Azure Managed Instance for Apache Cassandra. -+ Last updated 10/29/2021
managed-instance-apache-cassandra Network Rules https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/network-rules.md
Title: Required outbound network rules for Azure Managed Instance for Apache Cassandra description: Learn what are the required outbound network rules and FQDNs for Azure Managed Instance for Apache Cassandra. -+ Last updated 11/02/2021
managed-instance-apache-cassandra Resilient Applications https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/resilient-applications.md
Title: Building resilient applications
description: Learn about best practices for high availability and disaster recovery for Azure Managed Instance for Apache Cassandra -+ Last updated 09/21/2023
managed-instance-apache-cassandra Search Lucene Index https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/search-lucene-index.md
Title: Quickstart - Search Azure Managed Instance for Apache Cassandra using Str
description: This quickstart shows how to search Azure Managed Instance for Apache Cassandra cluster using Stratio's Cassandra Lucene Index. -+ Last updated 04/17/2023
managed-instance-apache-cassandra Security https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/security.md
Title: Security in Azure Managed Instance for Apache Cassandra - overview
description: Learn about database security best practices and key features offered by Azure Managed Instance for Apache Cassandra. These help you prevent, detect, and respond to database breaches. -+ Last updated 10/29/2021
managed-instance-apache-cassandra Spark Migration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/spark-migration.md
Title: Migrate to Azure Managed Instance for Apache Cassandra using Apache Spark
description: Learn how to migrate to Azure Managed Instance for Apache Cassandra using Apache Spark. -+ Last updated 11/02/2021
managed-instance-apache-cassandra Use Vpn https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/use-vpn.md
Title: Use a VPN with Azure Managed Instance for Apache Cassandra
description: Discover how to secure your cluster with a VPN when you use Azure Managed Instance for Apache Cassandra. -+ Last updated 02/08/2024 ms.devlang: azurecli
managed-instance-apache-cassandra Visualize Prometheus Grafana https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/visualize-prometheus-grafana.md
Title: Configure Grafana to visualize metrics emitted from Azure Managed Instance for Apache Cassandra description: Learn how to install and configure Grafana in a VM to visualize metrics emitted from an Azure Managed Instance for Apache Cassandra cluster. -+ Last updated 11/16/2021
managed-instance-apache-cassandra Write Through Cache https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/managed-instance-apache-cassandra/write-through-cache.md
Title: Write-through cache in Azure Managed Instance for Apache Cassandra
description: Learn how to use the write-through cache feature in Azure Managed Instance for Apache Cassandra. -+ Last updated 11/17/2023
mariadb Howto Migrate Dump Restore https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mariadb/howto-migrate-dump-restore.md
Title: Migrate with dump and restore - Azure Database for MariaDB description: This article explains two common ways to back up and restore databases in your Azure database for MariaDB by using tools such as mysqldump, MySQL Workbench, and phpMyAdmin.-+
mysql App Development Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/app-development-best-practices.md
Last updated 12/01/2023-+
mysql Concepts Version Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/concepts-version-policy.md
Last updated 12/01/2023-+
mysql Azure Pipelines Deploy Database Task https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/azure-pipelines-deploy-database-task.md
Last updated 06/18/2024-+
mysql Concept Monitoring Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concept-monitoring-best-practices.md
Last updated 06/18/2024-+
mysql Concept Operation Excellence Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concept-operation-excellence-best-practices.md
Last updated 06/18/2024-+
mysql Concept Perf Benchmark Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concept-perf-benchmark-best-practices.md
Last updated 06/18/2024-+
mysql Concept Performance Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concept-performance-best-practices.md
Last updated 06/18/2024-+
mysql Concept Reserved Pricing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concept-reserved-pricing.md
Last updated 06/18/2024-+
mysql Concept Servers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concept-servers.md
Last updated 06/18/2024-+
mysql Concepts Accelerated Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-accelerated-logs.md
Last updated 06/18/2024-+
mysql Concepts Aks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-aks.md
Last updated 06/18/2024-+
mysql Concepts Audit Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-audit-logs.md
Last updated 06/18/2024-+
mysql Concepts Azure Ad Authentication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-azure-ad-authentication.md
Last updated 06/18/2024-+
mysql Concepts Azure Advisor Recommendations https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-azure-advisor-recommendations.md
Last updated 06/18/2024-+
mysql Concepts Backup Restore https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-backup-restore.md
Last updated 06/18/2024-+
mysql Concepts Business Continuity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-business-continuity.md
Last updated 06/18/2024-+
mysql Concepts Connection Libraries https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-connection-libraries.md
Last updated 06/18/2024-+
mysql Concepts Customer Managed Key https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-customer-managed-key.md
Last updated 06/18/2024-+
mysql Concepts Data In Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-data-in-replication.md
Last updated 06/18/2024-+
mysql Concepts Data Out Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-data-out-replication.md
Last updated 06/18/2024-+
mysql Concepts Error Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-error-logs.md
Last updated 06/18/2024-+
mysql Concepts High Availability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-high-availability.md
Last updated 06/18/2024-+
mysql Concepts Limitations https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-limitations.md
Last updated 06/18/2024-+
mysql Concepts Maintenance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-maintenance.md
Last updated 06/18/2024-+
mysql Concepts Migrate Dump Restore https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-migrate-dump-restore.md
Last updated 06/18/2024-+
mysql Concepts Migrate Import Export https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-migrate-import-export.md
Last updated 06/18/2024-+
mysql Concepts Monitoring https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-monitoring.md
Last updated 06/18/2024-+
mysql Concepts Networking Private Link https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-networking-private-link.md
Last updated 06/18/2024-+
mysql Concepts Networking Public https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-networking-public.md
Last updated 06/18/2024-+
mysql Concepts Networking Vnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-networking-vnet.md
Last updated 07/08/2024-+
mysql Concepts Networking https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-networking.md
Last updated 06/18/2024-+
mysql Concepts Read Replicas https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-read-replicas.md
Last updated 06/18/2024-+
mysql Concepts Server Parameters https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-server-parameters.md
Last updated 06/18/2024-+
mysql Concepts Service Tiers Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-service-tiers-storage.md
Last updated 06/18/2024-+
mysql Concepts Slow Query Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-slow-query-logs.md
Last updated 06/18/2024-+
mysql Concepts Storage Iops https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-storage-iops.md
Last updated 06/18/2024-+
mysql Concepts Supported Versions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-supported-versions.md
Last updated 06/18/2024-+
mysql Concepts Troubleshooting Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-troubleshooting-best-practices.md
Last updated 06/18/2024-+
mysql Concepts Workbooks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/concepts-workbooks.md
Last updated 06/18/2024-+
mysql Connect Java https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/connect-java.md
Last updated 06/18/2024-+
mysql Connect With Powerbi Desktop https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/connect-with-powerbi-desktop.md
Last updated 06/18/2024-+
mysql Connect Workbench https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/connect-workbench.md
Last updated 06/18/2024-+
mysql Create Automation Tasks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/create-automation-tasks.md
Last updated 06/18/2024-+
mysql How To Alert On Metric https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-alert-on-metric.md
Last updated 06/18/2024-+
mysql How To Azure Ad https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-azure-ad.md
Last updated 06/18/2024-+
Most drivers are supported; however, make sure to use the settings for sending t
- Net::MySQL: Not supported - Go
- - go-sql-driver: Supported, add `?tls=true&allowCleartextPasswords=true` to connection string
-
+ - go-sql-driver: Supported, add `?tls=true&allowCleartextPasswords=true` to connection string
+
+- PHP
+
+ - mysqli extension: Supported
+
+ - PDO_MYSQL driver: Supported
+
## Next steps - Review the concepts for [Microsoft Entra authentication with Azure Database for MySQL flexible server](concepts-azure-ad-authentication.md)
mysql How To Configure High Availability Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-configure-high-availability-cli.md
Last updated 06/18/2024-+
mysql How To Configure High Availability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-configure-high-availability.md
Last updated 06/18/2024-+
mysql How To Configure Server Parameters Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-configure-server-parameters-cli.md
Last updated 06/18/2024-+
mysql How To Configure Server Parameters Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-configure-server-parameters-portal.md
Last updated 06/18/2024-+
mysql How To Connect Tls Ssl https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-connect-tls-ssl.md
Last updated 06/18/2024-+ ms.devlang: csharp
mysql How To Create Manage Databases https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-create-manage-databases.md
Last updated 06/18/2024-+
mysql How To Data Encryption Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-data-encryption-cli.md
Last updated 06/18/2024-+
mysql How To Data Encryption Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-data-encryption-portal.md
Last updated 07/29/2024-+
mysql How To Data In Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-data-in-replication.md
Last updated 06/18/2024-+
mysql How To Data Out Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-data-out-replication.md
Last updated 06/18/2024-+
mysql How To Fix Corrupt Database https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-fix-corrupt-database.md
Last updated 06/18/2024-+
mysql How To Maintenance Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-maintenance-portal.md
Last updated 06/18/2024-+
mysql How To Manage Firewall Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-manage-firewall-cli.md
Last updated 06/18/2024-+
mysql How To Manage Firewall Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-manage-firewall-portal.md
Last updated 06/18/2024-+
mysql How To Manage Server Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-manage-server-cli.md
Last updated 06/18/2024-+
mysql How To Manage Server Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-manage-server-portal.md
Last updated 06/18/2024-+
mysql How To Manage Virtual Network Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-manage-virtual-network-cli.md
Last updated 06/18/2024-+
mysql How To Manage Virtual Network Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-manage-virtual-network-portal.md
Last updated 06/18/2024-+
mysql How To Migrate Online https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-migrate-online.md
Last updated 06/18/2024-+
mysql How To Migrate Rds Mysql Data In Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-migrate-rds-mysql-data-in-replication.md
Last updated 06/18/2024-+
mysql How To Move Regions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-move-regions.md
Last updated 06/18/2024-+
mysql How To Network From Private To Public https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-network-from-private-to-public.md
Last updated 07/08/2024-+
mysql How To Networking Private Link Azure Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-networking-private-link-azure-cli.md
Last updated 06/18/2024-+
mysql How To Networking Private Link Deny Public Access https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-networking-private-link-deny-public-access.md
Last updated 06/18/2024-+
mysql How To Networking Private Link Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-networking-private-link-portal.md
Last updated 06/18/2024-+
mysql How To Read Replicas Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-read-replicas-cli.md
Last updated 06/18/2024-+
mysql How To Read Replicas Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-read-replicas-portal.md
Last updated 06/18/2024-+
mysql How To Request Quota Increase https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-request-quota-increase.md
Last updated 06/18/2024-+
mysql How To Restart Server Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-restart-server-portal.md
Last updated 06/18/2024-+
mysql How To Restart Stop Start Server Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-restart-stop-start-server-cli.md
Last updated 06/18/2024-+
mysql How To Restore Dropped Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-restore-dropped-server.md
Last updated 06/18/2024-+
mysql How To Restore Server Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-restore-server-cli.md
Last updated 06/18/2024-+
mysql How To Restore Server Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-restore-server-portal.md
Last updated 06/18/2024-+
mysql How To Server Logs Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-server-logs-cli.md
Last updated 06/18/2024-+
mysql How To Server Logs Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-server-logs-portal.md
Last updated 06/18/2024-+
mysql How To Stop Start Server Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-stop-start-server-portal.md
Last updated 06/18/2024-+
mysql How To Trigger On Demand Backup https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-trigger-on-demand-backup.md
Last updated 06/18/2024-+ # customer intent: As a user, I want to learn how to trigger an on-demand backup from the Azure portal so that I can have more control over my database backups.
mysql How To Troubleshoot Cli Errors https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-troubleshoot-cli-errors.md
Last updated 06/18/2024-+
mysql How To Troubleshoot Common Errors https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-troubleshoot-common-errors.md
Last updated 06/18/2024-+
mysql How To Troubleshoot Connectivity Issues https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-troubleshoot-connectivity-issues.md
Last updated 06/18/2024-+
mysql How To Troubleshoot High Cpu Utilization https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-troubleshoot-high-cpu-utilization.md
Last updated 06/18/2024-+
mysql How To Troubleshoot Low Memory Issues https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-troubleshoot-low-memory-issues.md
Last updated 06/18/2024-+
mysql How To Troubleshoot Query Performance New https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-troubleshoot-query-performance-new.md
Last updated 06/18/2024-+
mysql How To Troubleshoot Query Performance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-troubleshoot-query-performance.md
Last updated 06/18/2024-+
mysql How To Troubleshoot Sys Schema https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-troubleshoot-sys-schema.md
Last updated 06/18/2024-+
mysql How To Upgrade https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/how-to-upgrade.md
Last updated 06/18/2024-+
This article describes how you can upgrade your MySQL major version in-place in
This feature enables customers to perform in-place upgrades of their MySQL 5.7 servers to MySQL 8.0 without any data movement or the need to make any application connection string changes. >[!Important]
-> - Major version upgrade is currently unavailable for version 5.7 servers based on the Burstable SKU.
> - Duration of downtime varies based on the size of the database instance and the number of tables it contains. > - When initiating a major version upgrade for Azure Database for MySQL flexible server via Rest API or SDK, please avoid modifying other properties of the service in the same request. The simultaneous changes are not permitted and may lead to unintended results or request failure. Please conduct property modifications in separate operations post-upgrade completion. > - Upgrading the major MySQL version is irreversible. Your deployment might fail if validation identifies that the server is configured with any features that are [removed](https://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html#mysql-nutshell-removals) or [deprecated](https://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html#mysql-nutshell-deprecations). You can make necessary configuration changes on the server and try the upgrade again.
This feature enables customers to perform in-place upgrades of their MySQL 5.7 s
- Before upgrading your production servers, it's now easier and more efficient with our built-in **Validate** feature in the Azure portal. This tool pre-checks your database schema's compatibility with MySQL 8.0, highlighting potential issues. While we offer this convenient option, we also **strongly recommend** you use the official Oracle [MySQL Upgrade checker tool](https://go.microsoft.com/fwlink/?linkid=2230525) to test your database schema compatibility and perform necessary regression test to verify application compatibility with features [removed](https://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html#mysql-nutshell-removals)/[deprecated](https://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html#mysql-nutshell-deprecations) in the new MySQL version. - Trigger [on-demand backup](./how-to-trigger-on-demand-backup.md) before you perform a major version upgrade on your production server, which can be used to [rollback to version 5.7](./how-to-restore-server-portal.md) from the full on-demand backup taken.
-## Perform a planned major version upgrade from MySQL 5.7 to MySQL 8.0 using the Azure portal
+## Perform a planned major version upgrade from MySQL 5.7 to MySQL 8.0 using the Azure portal for Burstable SKU servers
+
+Performing a major version upgrade for an Azure Database for MySQL Burstable SKU compute tier requires a specialized workflow. This is because major version upgrades are resource-intensive, demanding significant CPU and memory. Burstable SKU instances being credit based may struggle under these requirements, potentially causing the upgrade process to fail. Therefore, when upgrading a Burstable SKU, the system first upgrades the compute tier to a General Purpose SKU to ensure sufficient resources are available for the upgrade.
+
+To perform a major version upgrade for an Azure Database for MySQL Burstable SKU compute tier using the Azure portal, follow these steps:
+
+1. In the [Azure portal](https://portal.azure.com/), select your existing Azure Database for MySQL flexible server 5.7 server.
+ >[!Important]
+ > We recommend performing upgrade first on a restored copy of the server rather than upgrading production directly. See [how to perform point-in-time restore](./how-to-restore-server-portal.md).
+
+2. On the **Overview** page, in the toolbar, select **Upgrade**.
+
+ >[!Important]
+ > Before upgrading visit link for list of [features removed](https://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html#mysql-nutshell-removals) in MySQL 8.0.
+ > Verify deprecated [sql_mode](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_mode) values and remove/deselect them from your current Azure Database for MySQL flexible server 5.7 server using the Server Parameters Blade on your Azure portal to avoid deployment failure.
+ > [sql_mode](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_mode) with values NO_AUTO_CREATE_USER, NO_FIELD_OPTIONS, NO_KEY_OPTIONS and NO_TABLE_OPTIONS are no longer supported in MySQL 8.0.
+
+ :::image type="content" source="./media/how-to-upgrade/1-how-to-upgrade.png" alt-text="Screenshot showing Azure Database for MySQL flexible server Upgrade.":::
+
+3. Schema Compatibility Validation
+
+ Before proceeding with the upgrade, run Oracle's official tool to validate that your current database schema is compatible with MySQL 8.0. This step is crucial to ensure a smooth upgrade process.
+
+4. Pre-Upgrade Decision
+
+ Before proceeding with the upgrade, you need to choose the compute tier to which you want to upgrade to perform the major version upgrade. By default, the system will upgrade from Burstable SKU to the most basic General Purpose SKU, but you can opt to upgrade to a higher compute tier if needed.
+
+ >[!NOTE]
+ >While your server operates in the "General Purpose" tier during the upgrade, you will only be charged for the actual "General Purpose" resources used during this period.
+
+6. Post-Upgrade Decision
+
+ Decide whether to retain the General Purpose SKU or revert to Burstable SKU after the upgrade. This choice will be prompted during the initial upgrade steps.
+
+ The system will automatically upgrade your compute tier from Burstable SKU to the selected General Purpose SKU support the major version upgrade.
+
+7. Major Version Upgrade
+
+ Once the compute tier is upgraded, the system will initiate the major version upgrade process. Monitor the upgrade progress through the Azure portal. The upgrade process might take some time depending on the size and activity of your database.
+
+ >[!Note]
+ >If the major version upgrade fails, the compute tier will not automatically revert to the previous Burstable SKU. This is to allow customers to continue the major version upgrade without needing to perform the compute tier upgrade again.
+
+8. Automatic Reversion
+
+ Based on your pre-upgrade decision, the system will either retain the General Purpose SKU or automatically revert to Burstable SKU after the upgrade is complete.
+
+ >[!Note]
+ >If you chose to automatically revert to Burstable SKU, the system will revert to the B2S SKU by default.
+
+## Perform a planned major version upgrade from MySQL 5.7 to MySQL 8.0 using the Azure portal for General Purpose and Business Critical SKU servers
To perform a major version upgrade of an Azure Database for MySQL flexible server 5.7 server using the Azure portal, perform the following steps.
mysql Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/overview.md
Last updated 06/18/2024-+
mysql Partners Migration Mysql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/partners-migration-mysql.md
Last updated 06/18/2024-+
To broadly support your Azure Database for MySQL flexible server solution, you c
| Partner | Description | Links | Videos | ||-|-|--|
-| ![Devart][1] |**Devart**<br>Founded in 1997, Devart is one of the leading developers of database management software, ALM solutions, and data providers for most popular database servers. dbForge Studio for MySQL provides functionality to transfer the data to a testing server or to completely migrate the entire database to a new production server.|[Website][devart_website]<br>[Twitter][devart_twitter]<br>[YouTube][devart_youtube]<br>[Contact][devart_contact] | |
-| ![SNP Technologies][2] |**SNP Technologies**<br>SNP Technologies is a cloud-only service provider, building secure and reliable solutions for businesses of the future. The company believes in generating real value for your business. From thought to execution, SNP Technologies shares a common purpose with clients, to turn their investment into an advantage.|[Website][snp_website]<br>[Twitter][snp_twitter]<br>[Contact][snp_contact] | |
-| ![Pragmatic Works][3] |**Pragmatic Works**<br>Pragmatic Works is a training and consulting company with deep expertise in data management and performance, Business Intelligence, Big Data, Power BI, and Azure. They focus on data optimization and improving the efficiency of SQL Server and cloud management.|[Website][pragmatic-works_website]<br>[Twitter][pragmatic-works_twitter]<br>[YouTube][pragmatic-works_youtube]<br>[Contact][pragmatic-works_contact] | |
-| ![Infosys][4] |**Infosys**<br>Infosys is a global leader in the latest digital services and consulting. With over three decades of experience managing the systems of global enterprises, Infosys expertly steers clients through their digital journey by enabling organizations with an AI-powered core. Doing so helps prioritize the execution of change. Infosys also provides businesses with agile digital at scale to deliver unprecedented levels of performance and customer delight.|[Website][infosys_website]<br>[Twitter][infosys_twitter]<br>[YouTube][infosys_youtube]<br>[Contact][infosys_contact] | |
-| ![credativ][5] |**credativ**<br>credativ is an independent consulting and services company. Since 1999, they have offered comprehensive services and technical support for the implementation and operation of Open Source software in business applications. Their comprehensive range of services includes strategic consulting, sound technical advice, qualified training, and personalized support up to 24 hours per day for all your IT needs.|[Marketplace][credativ_marketplace]<br>[Twitter][credative_twitter]<br>[YouTube][credativ_youtube]<br>[Contact][credativ_contact] | |
-| ![Pactera][6] |**Pactera**<br>Pactera is a global company offering consulting, digital, technology, and operations services to the worldΓÇÖs leading enterprises. From their roots in engineering to the latest in digital transformation, they give customers a competitive edge. Their proven methodologies and tools ensure your data is secure, authentic, and accurate.|[Website][pactera_website]<br>[Twitter][pactera_twitter]<br>[Contact][pactera_contact] | |
+| ![Devart][1] |**Devart**<br>Founded in 1997, Devart is one of the leading developers of database management software, ALM solutions, and data providers for most popular database servers. dbForge Studio for MySQL provides functionality to transfer the data to a testing server or to completely migrate the entire database to a new production server.|[Website][devart_website]<br>[X][devart_x]<br>[YouTube][devart_youtube]<br>[Contact][devart_contact] | |
+| ![SNP Technologies][2] |**SNP Technologies**<br>SNP Technologies is a cloud-only service provider, building secure and reliable solutions for businesses of the future. The company believes in generating real value for your business. From thought to execution, SNP Technologies shares a common purpose with clients, to turn their investment into an advantage.|[Website][snp_website]<br>[X][snp_x]<br>[Contact][snp_contact] | |
+| ![Pragmatic Works][3] |**Pragmatic Works**<br>Pragmatic Works is a training and consulting company with deep expertise in data management and performance, Business Intelligence, Big Data, Power BI, and Azure. They focus on data optimization and improving the efficiency of SQL Server and cloud management.|[Website][pragmatic-works_website]<br>[X][pragmatic-works_x]<br>[YouTube][pragmatic-works_youtube]<br>[Contact][pragmatic-works_contact] | |
+| ![Infosys][4] |**Infosys**<br>Infosys is a global leader in the latest digital services and consulting. With over three decades of experience managing the systems of global enterprises, Infosys expertly steers clients through their digital journey by enabling organizations with an AI-powered core. Doing so helps prioritize the execution of change. Infosys also provides businesses with agile digital at scale to deliver unprecedented levels of performance and customer delight.|[Website][infosys_website]<br>[X][infosys_x]<br>[YouTube][infosys_youtube]<br>[Contact][infosys_contact] | |
+| ![credativ][5] |**credativ**<br>credativ is an independent consulting and services company. Since 1999, they have offered comprehensive services and technical support for the implementation and operation of Open Source software in business applications. Their comprehensive range of services includes strategic consulting, sound technical advice, qualified training, and personalized support up to 24 hours per day for all your IT needs.|[Marketplace][credativ_marketplace]<br>[X][credative_x]<br>[YouTube][credativ_youtube]<br>[Contact][credativ_contact] | |
+| ![Pactera][6] |**Pactera**<br>Pactera is a global company offering consulting, digital, technology, and operations services to the worldΓÇÖs leading enterprises. From their roots in engineering to the latest in digital transformation, they give customers a competitive edge. Their proven methodologies and tools ensure your data is secure, authentic, and accurate.|[Website][pactera_website]<br>[X][pactera_x]<br>[Contact][pactera_contact] | |
## Next steps
To learn more about some of Microsoft's other partners, see the [Microsoft Partn
[infosys_youtube]:https://www.youtube.com/user/Infosys [credativ_youtube]:https://www.youtube.com/channel/UCnSnr6_TcILUQQvAwlYFc8A
-<!--Twitter links-->
-[devart_twitter]:https://twitter.com/DevartSoftware
-[snp_twitter]:https://twitter.com/snptechnologies
-[pragmatic-works_twitter]:https://twitter.com/PragmaticWorks
-[infosys_twitter]:https://twitter.com/infosys
-[credative_twitter]:https://twitter.com/credativ
-[pactera_twitter]:https://twitter.com/Pactera?s=17
+<!--X links-->
+[devart_x]:https://x.com/DevartSoftware
+[snp_x]:https://x.com/snptechnologies
+[pragmatic-works_x]:https://x.com/PragmaticWorks
+[infosys_x]:https://x.com/infosys
+[credative_x]:https://x.com/credativ
+[pactera_x]:https://x.com/Pactera?s=17
<!--Contact links--> [devart_contact]:https://www.devart.com/company/contact.html
mysql Quickstart Create Arm Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/quickstart-create-arm-template.md
To create an Azure Database for MySQL - Flexible Server instance by using the pu
Modify the following code examples to create an Azure Database for MySQL flexible server that has private access connectivity inside a virtual network: ```json+ {
- "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
- "contentVersion": "1.0.0.0",
- "parameters": {
- "resourceNamePrefix": {
- "type": "string",
- "metadata": {
- "description": "Provide a prefix for creating resource names."
- }
- },
- "location": {
- "type": "string",
- "defaultValue": "[resourceGroup().location]"
- },
- "administratorLogin": {
- "type": "string"
- },
- "administratorLoginPassword": {
- "type": "securestring"
+ "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
+ "contentVersion": "1.0.0.0",
+ "parameters": {
+ "serverName": {
+ "type": "string",
+ "metadata": {
+ "description": "Server Name for Azure database for MySQL"
+ }
+ },
+ "dnsZoneName": {
+ "type": "string",
+ "metadata": {
+ "description": "Name for DNS Private Zone"
+ }
+ },
+ "dnsZoneFqdn": {
+ "type": "string",
+ "defaultValue": "[format('{0}.private.mysql.database.azure.com', parameters('dnsZoneName'))]",
+ "metadata": {
+ "description": "Fully Qualified DNS Private Zone"
+ }
+ },
+ "administratorLogin": {
+ "type": "string",
+ "minLength": 1,
+ "metadata": {
+ "description": "Database administrator login name"
+ }
+ },
+ "administratorLoginPassword": {
+ "type": "securestring",
+ "minLength": 8,
+ "metadata": {
+ "description": "Database administrator password"
+ }
+ },
+ "skuName": {
+ "type": "string",
+ "defaultValue": "Standard_B2s",
+ "metadata": {
+ "description": "Azure database for MySQL sku name "
+ }
+ },
+ "availabilityZone": {
+ "type": "string",
+ "defaultValue": "1",
+ "metadata": {
+ "description": "The availability zone information of the server. (If you don't have a preference, leave this setting blank.)"
+ }
+ },
+ "haEnabled": {
+ "type": "string",
+ "defaultValue": "Disabled",
+ "allowedValues": [
+ "Disabled",
+ "SameZone",
+ "ZoneRedundant"
+ ],
+ "metadata": {
+ "description": "High availability mode for a server: Disabled, SameZone, or ZoneRedundant."
+ }
+ },
+ "standbyAvailabilityZone": {
+ "type": "string",
+ "defaultValue": "2",
+ "metadata": {
+ "description": "The availability zone of the standby server."
+ }
+ },
+ "StorageSizeGB": {
+ "type": "int",
+ "defaultValue": 20,
+ "metadata": {
+ "description": "Azure database for MySQL storage Size "
+ }
+ },
+ "StorageIops": {
+ "type": "int",
+ "defaultValue": 1280,
+ "metadata": {
+ "description": "Azure database for MySQL storage Iops"
+ }
+ },
+ "SkuTier": {
+ "type": "string",
+ "defaultValue": "Burstable",
+ "allowedValues": [
+ "GeneralPurpose",
+ "MemoryOptimized",
+ "Burstable"
+ ],
+ "metadata": {
+ "description": "Azure database for MySQL pricing tier"
+ }
+ },
+ "mysqlVersion": {
+ "type": "string",
+ "defaultValue": "8.0.21",
+ "allowedValues": [
+ "5.7",
+ "8.0.21"
+ ],
+ "metadata": {
+ "description": "MySQL version"
+ }
+ },
+ "location": {
+ "type": "string",
+ "defaultValue": "[resourceGroup().location]",
+ "metadata": {
+ "description": "Location for all resources."
+ }
+ },
+ "backupRetentionDays": {
+ "type": "int",
+ "defaultValue": 7,
+ "metadata": {
+ "description": "MySQL Server backup retention days"
+ }
+ },
+ "geoRedundantBackup": {
+ "type": "string",
+ "defaultValue": "Disabled",
+ "allowedValues": [
+ "Disabled",
+ "Enabled"
+ ],
+ "metadata": {
+ "description": "Geo-Redundant Backup setting"
+ }
+ },
+ "virtualNetworkName": {
+ "type": "string",
+ "defaultValue": "azure_mysql_vnet",
+ "metadata": {
+ "description": "Virtual Network Name"
+ }
+ },
+ "subnetName": {
+ "type": "string",
+ "defaultValue": "azure_mysql_subnet",
+ "metadata": {
+ "description": "Subnet Name"
+ }
+ },
+ "vnetAddressPrefix": {
+ "type": "string",
+ "defaultValue": "10.0.0.0/24",
+ "metadata": {
+ "description": "Virtual Network Address Prefix"
+ }
+ },
+ "mySqlSubnetPrefix": {
+ "type": "string",
+ "defaultValue": "10.0.0.0/28",
+ "metadata": {
+ "description": "Subnet Address Prefix"
+ }
+ }
},
- "firewallRules": {
- "type": "array",
- "defaultValue": [
+ "resources": [
{
- "name": "rule1",
- "startIPAddress": "192.168.0.1",
- "endIPAddress": "192.168.0.255"
+ "type": "Microsoft.Network/virtualNetworks/subnets",
+ "apiVersion": "2023-09-01",
+ "name": "[format('{0}/{1}', parameters('virtualNetworkName'), parameters('subnetName'))]",
+ "properties": {
+ "addressPrefix": "[parameters('mySqlSubnetPrefix')]",
+ "delegations": [
+ {
+ "name": "dlg-Microsoft.DBforMySQL-flexibleServers",
+ "properties": {
+ "serviceName": "Microsoft.DBforMySQL/flexibleServers"
+ }
+ }
+ ],
+ "privateEndpointNetworkPolicies": "Enabled",
+ "privateLinkServiceNetworkPolicies": "Enabled"
+ },
+ "dependsOn": [
+ "[resourceId('Microsoft.Network/virtualNetworks', parameters('virtualNetworkName'))]"
+ ]
}, {
- "name": "rule2",
- "startIPAddress": "192.168.1.1",
- "endIPAddress": "192.168.1.255"
- }
- ]
- },
- "serverEdition": {
- "type": "string",
- "defaultValue": "Burstable",
- "allowedValues": [
- "Burstable",
- "GeneralPurpose",
- "MemoryOptimized"
- ],
- "metadata": {
- "description": "The tier of the specific SKU. High availability is available only for GeneralPurpose and MemoryOptimized SKUs."
- }
- },
- "version": {
- "type": "string",
- "defaultValue": "8.0.21",
- "allowedValues": [
- "5.7",
- "8.0.21"
- ],
- "metadata": {
- "description": "Server version"
- }
- },
- "availabilityZone": {
- "type": "string",
- "defaultValue": "1",
- "metadata": {
- "description": "The availability zone information of the server. (If you have no preference, leave blank.)"
- }
- },
- "haEnabled": {
- "type": "string",
- "defaultValue": "Disabled",
- "allowedValues": [
- "Disabled",
- "SameZone",
- "ZoneRedundant"
- ],
- "metadata": {
- "description": "High availability mode for a server: Disabled, SameZone, or ZoneRedundant"
- }
- },
- "standbyAvailabilityZone": {
- "type": "string",
- "defaultValue": "2",
- "metadata": {
- "description": "The availability zone of the standby server."
- }
- },
- "storageSizeGB": {
- "type": "int",
- "defaultValue": 20
- },
- "storageIops": {
- "type": "int",
- "defaultValue": 360
- },
- "storageAutogrow": {
- "type": "string",
- "defaultValue": "Enabled",
- "allowedValues": [
- "Enabled",
- "Disabled"
- ]
- },
- "skuName": {
- "type": "string",
- "defaultValue": "Standard_B1ms",
- "metadata": {
- "description": "The name of the SKU. For example, Standard_D32ds_v4."
- }
- },
- "backupRetentionDays": {
- "type": "int",
- "defaultValue": 7
- },
- "geoRedundantBackup": {
- "type": "string",
- "defaultValue": "Disabled",
- "allowedValues": [
- "Disabled",
- "Enabled"
- ]
- },
- "serverName": {
- "type": "string",
- "defaultValue": "[format('{0}mysqlserver', parameters('resourceNamePrefix'))]"
- },
- "databaseName": {
- "type": "string",
- "defaultValue": "[format('{0}mysqldb', parameters('resourceNamePrefix'))]"
- }
- },
- "resources": [
- {
- "type": "Microsoft.DBforMySQL/flexibleServers",
- "apiVersion": "2021-12-01-preview",
- "name": "[parameters('serverName')]",
- "location": "[parameters('location')]",
- "sku": {
- "name": "[parameters('skuName')]",
- "tier": "[parameters('serverEdition')]"
- },
- "properties": {
- "version": "[parameters('version')]",
- "administratorLogin": "[parameters('administratorLogin')]",
- "administratorLoginPassword": "[parameters('administratorLoginPassword')]",
- "availabilityZone": "[parameters('availabilityZone')]",
- "highAvailability": {
- "mode": "[parameters('haEnabled')]",
- "standbyAvailabilityZone": "[parameters('standbyAvailabilityZone')]"
+ "type": "Microsoft.Network/virtualNetworks",
+ "apiVersion": "2023-09-01",
+ "name": "[parameters('virtualNetworkName')]",
+ "location": "[parameters('location')]",
+ "properties": {
+ "addressSpace": {
+ "addressPrefixes": [
+ "[parameters('vnetAddressPrefix')]"
+ ]
+ }
+ }
},
- "storage": {
- "storageSizeGB": "[parameters('storageSizeGB')]",
- "iops": "[parameters('storageIops')]",
- "autoGrow": "[parameters('storageAutogrow')]"
+ {
+ "type": "Microsoft.Network/privateDnsZones",
+ "apiVersion": "2020-06-01",
+ "name": "[parameters('dnsZoneFqdn')]",
+ "location": "global"
},
- "backup": {
- "backupRetentionDays": "[parameters('backupRetentionDays')]",
- "geoRedundantBackup": "[parameters('geoRedundantBackup')]"
+ {
+ "type": "Microsoft.Network/privateDnsZones/virtualNetworkLinks",
+ "apiVersion": "2020-06-01",
+ "name": "[format('{0}/{1}', parameters('dnsZoneFqdn'), parameters('virtualNetworkName'))]",
+ "location": "global",
+ "properties": {
+ "registrationEnabled": false,
+ "virtualNetwork": {
+ "id": "[resourceId('Microsoft.Network/virtualNetworks', parameters('virtualNetworkName'))]"
+ }
+ },
+ "dependsOn": [
+ "[resourceId('Microsoft.Network/privateDnsZones', parameters('dnsZoneFqdn'))]",
+ "[resourceId('Microsoft.Network/virtualNetworks', parameters('virtualNetworkName'))]"
+ ]
+ },
+ {
+ "type": "Microsoft.DBforMySQL/flexibleServers",
+ "apiVersion": "2023-12-01-preview",
+ "name": "[parameters('serverName')]",
+ "location": "[parameters('location')]",
+ "sku": {
+ "name": "[parameters('skuName')]",
+ "tier": "[parameters('SkuTier')]"
+ },
+ "properties": {
+ "administratorLogin": "[parameters('administratorLogin')]",
+ "administratorLoginPassword": "[parameters('administratorLoginPassword')]",
+ "storage": {
+ "autoGrow": "Enabled",
+ "iops": "[parameters('StorageIops')]",
+ "storageSizeGB": "[parameters('StorageSizeGB')]"
+ },
+ "createMode": "Default",
+ "version": "[parameters('mysqlVersion')]",
+ "backup": {
+ "backupRetentionDays": "[parameters('backupRetentionDays')]",
+ "geoRedundantBackup": "[parameters('geoRedundantBackup')]"
+ },
+ "availabilityZone": "[parameters('availabilityZone')]",
+ "highAvailability": {
+ "mode": "[parameters('haEnabled')]",
+ "standbyAvailabilityZone": "[parameters('standbyAvailabilityZone')]"
+ },
+ "network": {
+ "delegatedSubnetResourceId": "[format('{0}/subnets/{1}', reference(resourceId('Microsoft.Network/privateDnsZones/virtualNetworkLinks', parameters('dnsZoneFqdn'), parameters('virtualNetworkName')), '2020-06-01').virtualNetwork.id, parameters('subnetName'))]",
+ "privateDnsZoneResourceId": "[resourceId('Microsoft.Network/privateDnsZones', parameters('dnsZoneFqdn'))]"
+ }
+ },
+ "dependsOn": [
+ "[resourceId('Microsoft.Network/privateDnsZones', parameters('dnsZoneFqdn'))]",
+ "[resourceId('Microsoft.Network/privateDnsZones/virtualNetworkLinks', parameters('dnsZoneFqdn'), parameters('virtualNetworkName'))]"
+ ]
}
- }
- },
- {
- "type": "Microsoft.DBforMySQL/flexibleServers/databases",
- "apiVersion": "2021-12-01-preview",
- "name": "[format('{0}/{1}', parameters('serverName'), parameters('databaseName'))]",
- "properties": {
- "charset": "utf8",
- "collation": "utf8_general_ci"
- },
- "dependsOn": [
- "[resourceId('Microsoft.DBforMySQL/flexibleServers', parameters('serverName'))]"
- ]
- },
- {
- "copy": {
- "name": "createFirewallRules",
- "count": "[length(range(0, if(greater(length(parameters('firewallRules')), 0), length(parameters('firewallRules')), 1)))]",
- "mode": "serial",
- "batchSize": 1
- },
- "type": "Microsoft.Resources/deployments",
- "apiVersion": "2020-10-01",
- "name": "[format('firewallRules-{0}', range(0, if(greater(length(parameters('firewallRules')), 0), length(parameters('firewallRules')), 1))[copyIndex()])]",
- "properties": {
- "expressionEvaluationOptions": {
- "scope": "inner"
+ ],
+ "outputs": {
+ "location": {
+ "type": "string",
+ "value": "[parameters('location')]"
},
- "mode": "Incremental",
- "parameters": {
- "ip": {
- "value": "[parameters('firewallRules')[range(0, if(greater(length(parameters('firewallRules')), 0), length(parameters('firewallRules')), 1))[copyIndex()]]]"
- },
- "serverName": {
+ "name": {
+ "type": "string",
"value": "[parameters('serverName')]"
- }
},
- "template": {
- "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
- "contentVersion": "1.0.0.0",
- "parameters": {
- "serverName": {
- "type": "string"
- },
- "ip": {
- "type": "object"
- }
- },
- "resources": [
- {
- "type": "Microsoft.DBforMySQL/flexibleServers/firewallRules",
- "apiVersion": "2021-12-01-preview",
- "name": "[format('{0}/{1}', parameters('serverName'), parameters('ip').name)]",
- "properties": {
- "startIpAddress": "[parameters('ip').startIPAddress]",
- "endIpAddress": "[parameters('ip').endIPAddress]"
- }
- }
- ]
+ "resourceGroupName": {
+ "type": "string",
+ "value": "[resourceGroup().name]"
+ },
+ "resourceId": {
+ "type": "string",
+ "value": "[resourceId('Microsoft.DBforMySQL/flexibleServers', parameters('serverName'))]"
+ },
+ "mysqlHostname": {
+ "type": "string",
+ "value": "[format('{0}.{1}', parameters('serverName'), parameters('dnsZoneFqdn'))]"
+ },
+ "mysqlSubnetId": {
+ "type": "string",
+ "value": "[format('{0}/subnets/{1}', reference(resourceId('Microsoft.Network/privateDnsZones/virtualNetworkLinks', parameters('dnsZoneFqdn'), parameters('virtualNetworkName')), '2020-06-01').virtualNetwork.id, parameters('subnetName'))]"
+ },
+ "vnetId": {
+ "type": "string",
+ "value": "[resourceId('Microsoft.Network/virtualNetworks', parameters('virtualNetworkName'))]"
+ },
+ "privateDnsId": {
+ "type": "string",
+ "value": "[resourceId('Microsoft.Network/privateDnsZones', parameters('dnsZoneFqdn'))]"
+ },
+ "privateDnsName": {
+ "type": "string",
+ "value": "[parameters('dnsZoneFqdn')]"
}
- },
- "dependsOn": [
- "[resourceId('Microsoft.DBforMySQL/flexibleServers', parameters('serverName'))]"
- ]
}
- ]
} ```
mysql Quickstart Create Connect Server Vnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/quickstart-create-connect-server-vnet.md
Last updated 06/18/2024-+
mysql April 2024 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/release-notes/april-2024.md
Last updated 06/18/2024-+
mysql February 2024 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/release-notes/february-2024.md
Last updated 06/18/2024-+
mysql January 2024 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/release-notes/january-2024.md
Last updated 06/18/2024-+
mysql June 2024 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/release-notes/june-2024.md
Last updated 06/18/2024-+
mysql May 2024 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/release-notes/may-2024.md
Last updated 06/18/2024-+
mysql Resolve Capacity Errors Mysql Flex https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/resolve-capacity-errors-mysql-flex.md
Last updated 06/18/2024-+
mysql Tutorial Add Mysql Connection In Key Vault https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/tutorial-add-mysql-connection-in-key-vault.md
Last updated 06/18/2024-+
mysql Tutorial Add Redis To Mysql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/tutorial-add-redis-to-mysql.md
Last updated 06/18/2024-+
mysql Tutorial Configure Audit https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/tutorial-configure-audit.md
Last updated 06/18/2024-+
mysql Tutorial Create Power App With Mysql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/tutorial-create-power-app-with-mysql.md
Last updated 06/18/2024-+
mysql Tutorial Deploy Wordpress On Aks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/tutorial-deploy-wordpress-on-aks.md
Last updated 06/18/2024-+
mysql Tutorial Logic Apps With Mysql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/tutorial-logic-apps-with-mysql.md
Last updated 06/18/2024-+
mysql Tutorial Power Automate With Mysql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/tutorial-power-automate-with-mysql.md
Last updated 06/18/2024-+
mysql Tutorial Query Performance Insights https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/tutorial-query-performance-insights.md
Last updated 06/18/2024-+
mysql Tutorial Webapp Server Vnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/tutorial-webapp-server-vnet.md
Last updated 06/18/2024-+
mysql Whats New https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/flexible-server/whats-new.md
Last updated 06/18/2024-+
mysql How To Create Users https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/how-to-create-users.md
Last updated 12/01/2023-+
mysql How To Troubleshoot Replication Latency https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/how-to-troubleshoot-replication-latency.md
Title: Troubleshoot replication latency - Azure Database for MySQL - Flexible Server description: Learn how to troubleshoot replication latency by using Azure Database for MySQL - Flexible Server read replicas. keywords: mysql, troubleshoot, replication latency in seconds-+
mysql Migrate External Mysql Import Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/migrate/migrate-external-mysql-import-cli.md
Last updated 05/21/2024-+
mysql Migrate Single Flexible In Place Auto Migration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/migrate/migrate-single-flexible-in-place-auto-migration.md
Last updated 07/19/2024-+
mysql Migrate Single Flexible Mysql Import Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/migrate/migrate-single-flexible-mysql-import-cli.md
Last updated 05/21/2024-+
mysql 01 Mysql Migration Guide Intro https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/migrate/mysql-on-premises-azure-db/01-mysql-migration-guide-intro.md
Last updated 05/21/2024-+
mysql 02 Representative Use Case https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/migrate/mysql-on-premises-azure-db/02-representative-use-case.md
Last updated 05/21/2024-+
mysql 03 Assessment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/migrate/mysql-on-premises-azure-db/03-assessment.md
Last updated 05/21/2024-+
mysql 04 Planning https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/migrate/mysql-on-premises-azure-db/04-planning.md
Last updated 05/21/2024-+
mysql 05 Migration Methods https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/migrate/mysql-on-premises-azure-db/05-migration-methods.md
Last updated 05/21/2024-+
mysql 06 Test Plans https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/migrate/mysql-on-premises-azure-db/06-test-plans.md
Last updated 05/21/2024-+
mysql 07 Performance Baselines https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/migrate/mysql-on-premises-azure-db/07-performance-baselines.md
Last updated 05/21/2024-+
mysql 08 Data Migration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/migrate/mysql-on-premises-azure-db/08-data-migration.md
Last updated 05/21/2024-+
mysql 09 Data Migration With Mysql Workbench https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/migrate/mysql-on-premises-azure-db/09-data-migration-with-mysql-workbench.md
Last updated 05/21/2024-+
mysql 10 Post Migration Management https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/migrate/mysql-on-premises-azure-db/10-post-migration-management.md
Last updated 05/21/2024-+
mysql 11 Optimization https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/migrate/mysql-on-premises-azure-db/11-optimization.md
Last updated 05/21/2024-+
mysql 12 Business Continuity And Disaster Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/migrate/mysql-on-premises-azure-db/12-business-continuity-and-disaster-recovery.md
Last updated 05/21/2024-+
mysql 13 Security https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/migrate/mysql-on-premises-azure-db/13-security.md
Last updated 05/21/2024-+
mysql 14 Summary https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/migrate/mysql-on-premises-azure-db/14-summary.md
Last updated 05/21/2024-+
mysql 15 Appendix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/migrate/mysql-on-premises-azure-db/15-appendix.md
Last updated 05/21/2024-+
mysql Quickstart Create Mysql Server Database Using Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/quickstart-create-mysql-server-database-using-bicep.md
description: In this Quickstart, learn how to create an Azure Database for MySQL
-+
mysql Select Right Deployment Type https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/mysql/select-right-deployment-type.md
Last updated 12/01/2023-+
network-function-manager Create Device https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/network-function-manager/create-device.md
Title: 'Quickstart: Create a device resource for Azure Network Function Manager' description: In this quickstart, learn about how to create a device resource for Azure Network Function Manager. -+ Last updated 11/02/2021
network-function-manager Delete Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/network-function-manager/delete-functions.md
Title: 'Tutorial: Delete network functions on Azure Stack Edge'
description: In this tutorial, learn how to delete a network function as a managed application. -+ Last updated 05/10/2022
network-function-manager Deploy Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/network-function-manager/deploy-functions.md
Title: 'Tutorial: Deploy network functions on Azure Stack Edge'
description: In this tutorial, learn how to deploy a network function as a managed application. -+ Last updated 11/02/2021
network-function-manager Faq https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/network-function-manager/faq.md
Title: Network Function Manager FAQ
description: Learn FAQs about Network Function Manager. -+ Last updated 11/02/2021
network-function-manager Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/network-function-manager/overview.md
Title: About Azure Network Function Manager description: Learn about Azure Network Function Manager, a fully managed cloud-native orchestration service that lets you deploy and provision network functions on Azure Stack Edge Pro with GPU for a consistent hybrid experience using the Azure portal. -+ Last updated 11/02/2021
network-function-manager Partners https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/network-function-manager/partners.md
Title: Azure Network Function Manager partners description: Learn about partners offering their network functions for use with this service. -+ Last updated 11/02/2021
network-function-manager Requirements https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/network-function-manager/requirements.md
Title: Prerequisites and requirements for Azure Network Function Manager description: Learn about the requirements and prerequisites for Network Function Manager. -+ Last updated 11/02/2021
network-function-manager Resources Permissions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/network-function-manager/resources-permissions.md
Title: How to register resources
description: Learn how to register resources and create user-assigned managed identities -+ Last updated 11/02/2021
networking Secure Application Delivery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/networking/secure-application-delivery.md
Title: Choose a secure application delivery service description: Learn how you can use a decision tree to help choose a secure application delivery service. -+ Last updated 06/17/2024
notification-hubs Create Notification Hub Azure Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/notification-hubs/create-notification-hub-azure-cli.md
editor: sethmanheim-+ ms.devlang: azurecli Last updated 05/27/2020
notification-hubs Create Notification Hub Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/notification-hubs/create-notification-hub-bicep.md
Last updated 05/24/2022 -+
notification-hubs Create Notification Hub Terraform https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/notification-hubs/create-notification-hub-terraform.md
-+ Last updated 4/14/2023 content_well_notification:
notification-hubs Notification Hubs Diagnostic Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/notification-hubs/notification-hubs-diagnostic-logs.md
Title: Azure Notification Hubs diagnostics logs | Microsoft Docs
-description: Learn about the operational and diagnostics logs that are available for Azure Notification Hubs, and how to enable diagnostic logging.
+ Title: Azure Notification Hubs resource logs
+description: Learn about the operational and diagnostics logs that are available for Azure Notification Hubs, and how to enable diagnostic settings.
Last updated 03/12/2024
-# Enable diagnostics logs for Notification Hubs
+# Enable resource logs for Notification Hubs
When you start using your Azure Notification Hubs namespace, you might want to monitor how and when your namespace is created, deleted, or accessed. This article provides an overview of all the operational and diagnostics logs that are available. Azure Notification Hubs currently supports activity and operational logs, which capture *management operations* that are performed on the Azure Notification Hubs namespace.
-## Diagnostic logs schema
+## Resource logs schema
All logs are stored in JavaScript Object Notation (JSON) format in the following two locations:
notification-hubs Create Notification Hub Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/notification-hubs/scripts/create-notification-hub-powershell.md
editor: sethmanheim -+ Last updated 01/14/2020
open-datasets Dataset 1000 Genomes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-1000-genomes.md
Title: 1000 Genomes description: Learn how to use the 1000 Genomes dataset in Azure Open Datasets.-+ Last updated 07/10/2024
open-datasets Dataset Bing Covid 19 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-bing-covid-19.md
Title: Bing COVID-19 description: Learn how to use the Bing COVID-19 dataset in Azure Open Datasets.-+ Last updated 06/11/2024
open-datasets Dataset Boston Safety https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-boston-safety.md
Title: Boston Safety Data description: Learn how to use the Boston Safety Data dataset in Azure Open Datasets.-+
open-datasets Dataset Catalog https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-catalog.md
Title: Datasets in Azure Open Datasets description: Explore the datasets in Azure Open Datasets.-+ Last updated 06/13/2024
open-datasets Dataset Chicago Safety https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-chicago-safety.md
Title: Chicago Safety Data description: Learn how to use the Chicago Safety Data dataset in Azure Open Datasets.-+
open-datasets Dataset Clinvar Annotations https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-clinvar-annotations.md
Title: ClinVar Annotations description: Learn how to use the ClinVar Annotations dataset in Azure Open Datasets.-+ Last updated 06/13/2024
open-datasets Dataset Covid 19 Data Lake https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-covid-19-data-lake.md
Title: COVID-19 Data Lake description: Learn how to use the COVID-19 Data Lake in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Covid 19 Open Research https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-covid-19-open-research.md
Title: COVID-19 Open Research Dataset description: Learn how to use the COVID-19 Open Research Dataset dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Covid Tracking https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-covid-tracking.md
Title: COVID Tracking Project description: Learn how to use the COVID tracking project dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Diabetes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-diabetes.md
Title: Diabetes dataset description: Learn how to use the diabetes dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Ecdc Covid Cases https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-ecdc-covid-cases.md
Title: European Centre for Disease Prevention and Control (ECDC) COVID-19 Cases description: Learn how to use the European Centre for Disease Prevention and Control (ECDC) COVID-19 Cases dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Encode https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-encode.md
Title: ENCODE description: Learn how to use the ENCODE dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Gatk Resource Bundle https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-gatk-resource-bundle.md
Title: GATK Resource Bundle description: Learn how to use the GATK Resource Bundle dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Genomics Data Lake https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-genomics-data-lake.md
Title: Genomics Data Lake description: Learn how to use the Genomics Data Lake in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Gnomad https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-gnomad.md
Title: Genome Aggregation Database (gnomAD) description: Learn how to use the Genome Aggregation Database (gnomAD) dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Human Reference Genomes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-human-reference-genomes.md
Title: Human Reference Genomes description: Learn how to use the Human Reference Genomes dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Illumina Platinum Genomes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-illumina-platinum-genomes.md
Title: Illumina Platinum Genomes description: Learn how to use the Illumina Platinum Genomes dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Immunecode https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-immunecode.md
Title: ImmuneCODE database description: Learn how to use the ImmuneCODE database in Azure Open Datasets.-+ Last updated 11/09/2023
open-datasets Dataset Microsoft News https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-microsoft-news.md
Title: Microsoft News Recommendation Dataset description: Learn how to use the Microsoft News Recommendation dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Mnist https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-mnist.md
Title: MNIST database of handwritten digits description: Learn how to use the MNIST database of handwritten digits dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset New York City Safety https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-new-york-city-safety.md
Title: New York City Safety Data description: Learn how to use the New York City Safety dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Oj Sales Simulated https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-oj-sales-simulated.md
Title: OJ Sales Simulated description: Learn how to use the OJ Sales Simulated dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Open Cravat https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-open-cravat.md
Title: OpenCravat description: Learn how to use the OpenCravat dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Open Speech Text https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-open-speech-text.md
Title: Russian Open Speech To Text description: Learn how to use the Russian Open Speech To Text dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Open Targets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-open-targets.md
Title: Open Targets description: Learn how to use the Open Targets dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Oxford Covid Government Response Tracker https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-oxford-covid-government-response-tracker.md
Title: Oxford COVID-19 Government Response Tracker description: Learn how to use the Oxford COVID-19 Government Response Tracker dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Panancestry Uk Bio Bank https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-panancestry-uk-bio-bank.md
Title: Pan UK-Biobank description: Learn how to use the Pan UK-Biobank dataset in Azure Open Datasets.-+ Last updated 05/17/2023
open-datasets Dataset Public Holidays https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-public-holidays.md
Title: Public Holidays description: Learn how to use the Public Holidays dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset San Francisco Safety https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-san-francisco-safety.md
Title: San Francisco Safety Data description: Learn how to use the San Francisco Safety dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Seattle Safety https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-seattle-safety.md
Title: Seattle Safety Data description: Learn how to use the Seattle Safety dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Snpeff https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-snpeff.md
Title: SnpEff description: Learn how to use the SnpEff dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Tartanair Simulation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-tartanair-simulation.md
Title: TartanAir AirSim dataset description: Learn how to use the TartanAir dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Taxi For Hire Vehicle https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-taxi-for-hire-vehicle.md
Title: NYC Taxi and Limousine for-hire vehicle dataset description: Learn how to use the NYC Taxi and Limousine for-hire vehicle (VHF) dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Taxi Green https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-taxi-green.md
Title: NYC Taxi and Limousine green dataset description: Learn how to use the NYC Taxi and Limousine green dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Taxi Yellow https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-taxi-yellow.md
Title: NYC Taxi and Limousine yellow dataset description: Learn how to use the NYC Taxi and Limousine yellow dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset The Cancer Genome Atlas https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-the-cancer-genome-atlas.md
Title: TCGA Open Data description: Learn how to use the TCGA open dataset in Azure Open Datasets.-+
open-datasets Dataset Us Consumer Price Index https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-us-consumer-price-index.md
Title: US Consumer Price Index description: Learn how to use the US Consumer Price Index dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Us Labor Force https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-us-labor-force.md
Title: US Labor Force Statistics description: Learn how to use the US Labor Force Statistics dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Us Local Unemployment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-us-local-unemployment.md
Title: US Local Area Unemployment Statistics description: Learn how to use the US Local Area Unemployment Statistics dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Us National Employment Earnings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-us-national-employment-earnings.md
Title: US National Employment Hours and Earnings description: Learn how to use the US National Employment Hours and Earnings dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Us Population County https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-us-population-county.md
Title: US Population by County description: Learn how to use the US Population by County dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Us Population Zip https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-us-population-zip.md
Title: US Population by ZIP code description: Learn how to use the US Population by ZIP code dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Us Producer Price Index Commodities https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-us-producer-price-index-commodities.md
Title: US Producer Price Index - Commodities description: Learn how to use the US Producer Price Index - Commodities dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Us Producer Price Index Industry https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-us-producer-price-index-industry.md
Title: US Producer Price Index industry description: Learn how to use the US Producer Price Index industry dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Dataset Us State Employment Earnings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/dataset-us-state-employment-earnings.md
Title: US State Employment Hours and Earnings description: Learn how to use the US State Employment Hours and Earnings dataset in Azure Open Datasets.-+ Last updated 04/16/2021
open-datasets Overview What Are Open Datasets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/overview-what-are-open-datasets.md
Title: What are open datasets? Curated public datasets description: Learn about Azure Open Datasets, curated datasets from the public domain such as weather, census, holidays, and location to enrich predictive solutions.-+
open-datasets Samples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/open-datasets/samples.md
Title: Example Jupyter notebooks using NOAA data description: Use example Jupyter notebooks for Azure Open Datasets to learn how to load open datasets and use them to enrich demo data. Techniques include use of Spark and Pandas to process data.-+
operational-excellence Relocation Backup https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operational-excellence/relocation-backup.md
Title: Relocate Azure Backup to another region description: This article offers guidance on relocating Azure Backup to another region. -+ Last updated 06/13/2024
operational-excellence Relocation Container Registry https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operational-excellence/relocation-container-registry.md
Last updated 07/29/2024-+ # Relocate an Azure Container Registry to another region
operational-excellence Relocation Cosmos Db https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operational-excellence/relocation-cosmos-db.md
Title: Relocate an Azure Cosmos DB NoSQL account to another region description: Learn how to relocate an Azure Cosmos DB NoSQL account to another region. -+
operational-excellence Relocation Firewall https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operational-excellence/relocation-firewall.md
Last updated 07/23/2024-+ - subject-relocation
operational-excellence Relocation Key Vault https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operational-excellence/relocation-key-vault.md
Title: Relocate Azure Key Vault to another region
description: This article offers guidance on moving a key vault to another region. -+ Last updated 03/18/2024
operational-excellence Relocation Private Link https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operational-excellence/relocation-private-link.md
Last updated 01/31/2024-+ - subject-relocation
operational-excellence Relocation Site Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operational-excellence/relocation-site-recovery.md
Title: Relocate Azure Recovery Vault and Site Recovery to another region
description: Learn how to relocate an Azure Recovery Vault and Site Recovery to a new region -+ Last updated 06/25/2024
operator-insights Architecture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/architecture.md
description: Learn about the architecture of Azure Operator Insights and how you
-+ Last updated 04/05/2024
operator-insights Business Continuity Disaster Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/business-continuity-disaster-recovery.md
-
+ Title: Business Continuity and Disaster recovery (BCDR) for Azure Operator Insights description: This article helps you understand BCDR concepts Azure Operator Insights. -+ Last updated 11/27/2023
operator-insights Change Ingestion Agent Configuration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/change-ingestion-agent-configuration.md
description: Learn how to make and roll back configuration changes for Azure Ope
-+ Last updated 02/29/2024
operator-insights Concept Data Quality Monitoring https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/concept-data-quality-monitoring.md
-
+ Title: Data quality and quality monitoring description: This article helps you understand how data quality and quality monitoring work in Azure Operator Insights. -+ Last updated 10/24/2023
operator-insights Concept Data Types https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/concept-data-types.md
description: This article provides an overview of the data types used by Azure O
-+ Last updated 10/25/2023
operator-insights Concept Data Visualization https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/concept-data-visualization.md
description: This article outlines how data is stored and visualized in Azure Op
-+ Last updated 10/23/2023
operator-insights Concept Mcc Data Product https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/concept-mcc-data-product.md
description: This article gives an overview of the Azure Operator Insights Data
-+ Last updated 10/25/2023
operator-insights Concept Monitoring Mcc Data Product https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/concept-monitoring-mcc-data-product.md
description: This article gives an overview of the Monitoring - Affirmed MCC Dat
-+ Last updated 12/06/2023
operator-insights Consumption Plane Configure Permissions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/consumption-plane-configure-permissions.md
description: Learn how to add and remove user permissions to the KQL consumption
-+ Last updated 1/06/2024
operator-insights Dashboards Use https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/dashboards-use.md
description: This article outlines how to access and use dashboards in the Azure
-+ Last updated 10/24/2023
operator-insights Data Product Create https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/data-product-create.md
description: In this article, learn how to deploy an Azure Operator Insights Dat
-+ Last updated 10/16/2023
operator-insights Data Product Factory https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/data-product-factory.md
description: Learn about the data product factory (preview) for Azure Operator I
-+ #CustomerIntent: As a partner developing a Data Product, I want to understand what the data product factory is so that I can use it.
operator-insights Data Query https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/data-query.md
description: This article outlines how to access and query the data in the Azure
-+ Last updated 10/22/2023
operator-insights Device Reference Schema https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/device-reference-schema.md
-+ Last updated 01/31/2024
operator-insights Ingestion Agent Configuration Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/ingestion-agent-configuration-reference.md
description: This article documents the complete set of configuration for the Az
-+ Last updated 12/06/2023
operator-insights Ingestion Agent Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/ingestion-agent-overview.md
description: Understand how ingestion agents for Azure Operator Insights collect
-+ Last updated 12/8/2023
operator-insights Ingestion With Data Factory https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/ingestion-with-data-factory.md
description: Set up Azure Data Factory to ingest data into an Azure Operator Ins
-+ Last updated 03/15/2024
operator-insights Managed Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/managed-identity.md
description: This article helps you understand managed identity and how it works
-+ Last updated 03/26/2024
operator-insights Map Hostnames Ip Addresses https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/map-hostnames-ip-addresses.md
description: Configure the Azure Operator Insights ingestion agent to use fixed
-+ Last updated 02/29/2024
operator-insights Monitor Operator Insights Data Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/monitor-operator-insights-data-reference.md
-+ Last updated 12/15/2023
operator-insights Monitor Operator Insights https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/monitor-operator-insights.md
description: Start here to learn how to monitor Azure Operator Insights
-+ Last updated 12/15/2023
operator-insights Monitor Troubleshoot Ingestion Agent https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/monitor-troubleshoot-ingestion-agent.md
description: Learn how to detect, troubleshoot, and fix problems with Azure Oper
-+ Last updated 02/29/2024
operator-insights Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/overview.md
description: Azure Operator Insights is an Azure service for monitoring and anal
-+ Last updated 01/10/2024
operator-insights Purview Setup https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/purview-setup.md
-
+ Title: Use Microsoft Purview with an Azure Operator Insights Data Product description: In this article, learn how to set up Microsoft Purview to explore an Azure Operator Insights Data Product. -+ Last updated 11/02/2023
operator-insights Rotate Secrets For Ingestion Agent https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/rotate-secrets-for-ingestion-agent.md
description: Learn how to rotate secrets for Azure Operator Insights ingestion a
-+ Last updated 02/29/2024
operator-insights Set Up Ingestion Agent https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/set-up-ingestion-agent.md
description: Set up the ingestion agent for Azure Operator Insights by installin
-+ Last updated 02/29/2024
operator-insights Upgrade Ingestion Agent https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/operator-insights/upgrade-ingestion-agent.md
description: Learn how to upgrade the Azure Operator Insights ingestion agent to
-+ Last updated 02/29/2024
oracle Faq Oracle Database Azure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/oracle/oracle-db/faq-oracle-database-azure.md
+
+ Title: Oracle Database@Azure FAQs
+description: Learn answers to frequently ask questions about Oracle Database@Azure
++++ Last updated : 08/01/2024+++
+# Oracle Database@Azure FAQs
+This article answers frequently asked questions (FAQs) about the Oracle Database@Azure partnership with Microsoft.
+
+## General
+In this section, we cover general questions about Oracle Database@Azure.
+
+### How does Oracle Database@Azure work?
+Oracle Database@Azure is enabled by hosting OCIΓÇÖs infrastructure in Azure and natively integrated with Azure offering low-latency, high-bandwidth connectivity from your mission critical database tier to your application tier and rest of services in Azure. Enterprise critical features like RAC, Data Guard, Golden Gate, managed backups, self-managed RMAN backups, Zero Downtime Migration, on-premises connectivity, and seamless integration with other Azure services are supported. For more information, see [Overview - Oracle Database@Azure | Microsoft Learn](/azure/oracle/oracle-db/database-overview).
+
+### How is Oracle Database@Azure different from OCI Interconnect and Oracle on Azure VMs?
+
+- Oracle Database@Azure: Oracle Database@Azure (Oracle Database Service for Azure) is hosted on OCIΓÇÖs infrastructure in Azure datacenters enabling you to host your mission critical Oracle databases closer to your application tier hosted in Azure. Azure virtual network integration with subnet delegation enables private IPs from customer virtual network to serve as database endpoints. This solution is Oracle managed and supported service in Azure.
+
+- Oracle on Azure VMs: You can also deploy and self-manage your Oracle workloads on Azure VMs. Specifically, workloads that don't require features like RAC, Smart Scan or Exadata, performance are best suited for this operation.
+
+- OCI Interconnect: OCI interconnect is used to connect your Oracle deployments in OCI with Applications and services in Azure over OCI FastConnect and Azure ExpressRoute. This typically suits workloads/solutions that can work with the high latency envelope, have dependency on services, features, and functionalities running in both clouds.
+
+### Is Oracle Database@Azure available on dedicated infrastructure or is it only available as a shared service? What is the isolation level?
+
+There are two services offered as part of Oracle Database@Azure:
+
+- Oracle Exadata Database Service on Dedicated Infrastructure runs on Dedicated Exadata infrastructure in Azure. You get dedicated Oracle CPUs (OCPUs) and storage, with isolation being at the node level.
+
+- Oracle Autonomous Database Serverless is the other Oracle Database service offered at Azure and is on shared Exadata infrastructure.
+
+### What are the Database versions supported on Oracle Database@Azure?
+
+Oracle versions supported on Oracle Cloud Infrastructure (OCI) are supported on Oracle Database@Azure. This includes 11 g to 19c, similar to Exadata Cloud Service in OCI. Versions older than 19c need upgrade support. For more information, see [Oracle Database Releases That Support Direct Upgrade](https://docs.oracle.com/en/database/oracle/oracle-database/18/upgrd/oracle-database-releases-that-support-direct-upgrade.html).
+
+### Do you have any documented benchmark latency-wise between Azure resources and Oracle Database@Azure?
+
+Latency between Azure resources and Oracle Database@Azure is within the Azure regional latency envelope as the Exadata infrastructure is within the Azure Data Centers. Latency can be further fine-tuned dependent on Co-Location within Availability Zones.
+
+### Does Oracle Database@Azure support deploying Base Database (BD), or do I need to migrate to Autonomous Database service?
+
+No, Base Database isn't currently supported with Oracle Database@Azure. You can deploy single instance self-managed databases on Azure VMs or if you need Oracle managed databases with RAC, we recommend Autonomous Databases via Oracle Database@Azure. For more information, see [Autonomous Database | Oracle](https://www.oracle.com/cloud/azure/oracle-database-at-azure/) and [Provision Oracle Autonomous Databases | Microsoft Learn](https://learn.microsoft.com/training/modules/migrate-oracle-workload-azure-odaa/).
+
+### For the Oracle Database@Azure service, will the automated DBCS DR use Azure backbone or the OCI backbone?
+
+BCDR is enabled using the OCI managed offering (Backup and Data Guard) and will use the Azure-OCI backbone.
+
+### How many database servers can be deployed in each rack of Oracle Database@Azure? Is there flexibility in terms of being able to scale up and down as needed from both the consumption and licensing perspective?
+
+Oracle Database@Azure currently runs on X9M hardware and provides a configuration of a minimum of two database servers and three Storage servers. This constitutes a quarter rack configuration. This configuration can be increased to a limit of 32 database servers and 64 Storage servers. You can scale up and down as needed within the Exadata system depending on your SKU. For more information about configurations, see [Oracle Exadata Database Service on Dedicated Infrastructure Description](https://docs.oracle.com/en-us/iaas/exadatacloud/exacs/exa-service-desc.html#ECSCM-GUID-EC1A62C6-DDA1-4F39-B28C-E5091A205DD3). For more specifics, see [Oracle Exadata Cloud Infrastructure X9M Data Sheet](https://www.oracle.com/a/ocom/docs/engineered-systems/exadata/exadata-cloud-infrastructure-x9m-ds.pdf).
+
+### What Oracle applications are supported to run on Azure?
+
+Various Oracle applications are authorized and supported to be run on Azure. For more information, see [Oracle programs are eligible for Authorized Cloud Environments](https://www.oracle.com/us/corporate/pricing/authorized-cloud-environments-3493562.pdf).
+
+### What are the available Service Level Agreements (SLAs)?
+
+For detailed Service Level Agreements, refer to the Oracle PaaS and IaaS Public Cloud Services Pillar Document.
+
+## Billing and Commerce
+In this section, we cover questions related to billing and commerce for Oracle Database@Azure.
+
+### How much will Oracle Database@Azure cost?
+
+Oracle Database@Azure is at parity with the Exadata Cloud costs in OCI. For list prices, refer to OCIΓÇÖs Cloud Cost Estimator (oracle.com). For your specific costs tailored to your needs, work with your Oracle sales team.
+
+### Is Oracle Database@Azure eligible for MACC (Microsoft Azure Commit to Consume)?
+
+Yes, the Oracle Database@Azure offering is Azure benefits eligible and hence eligible for MACC decrement.
+
+### What licensing options are available to deploy Oracle Databases with Oracle Database@Azure.
+
+You can Bring Your Own License (BYOL) or provision License included Oracle databases with Oracle Database@Azure.
+
+### Can we utilize multi-tenancy billing ID across different regions?
+
+The billing account ID used to target the private offer to a specific customer doesn't constrain where the service can be deployed.
+
+### Can I procure Oracle Database@Azure even if the service isn't available in my region?
+
+You can purchase the Oracle Database@Azure anytime as it's Generally Available in multiple regions. However, you can only deploy the service in the region of your choice once it's live.
+
+### For the Oracle Database@Azure service, will the automated DBCS DR incur charges from Azure?
+
+BCDR using the OCI managed offering (Backup and Data Guard) won't incur any more charges from Azure.
+
+### Does ingress/egress incur any charges for the Oracle Database@Azure service?
+
+Ingress and Egress for managed services is via Azure OCI backbone and doesn't incur charges. Virtual network traffic is charged at the current price.
+
+## Onboarding, Provisioning, and Migration
+In this section, we'll cover questions related to onboarding, provisioning, and migration to Oracle Database@Azure.
+### To set up Oracle Database@Azure, what would be the role assignments needed for the Azure user?
+
+You can find the list of role assignments here.
+
+### Can you describe the authentication/authorization standards supported by Oracle Database@Azure?
+
+Oracle Database@Azure is based on SAML and OpenID standards. OCI Oracle Identity and Access Management (IAM) can be federated with Microsoft Entra ID, or other customer used identity providers for OCI Console access for Oracle Database Users.
+
+### Where can I find best practices to plan and deploy Oracle Database@Azure?
+
+Refer to our landing zone architecture documentation to plan and deploy your oracle workloads with Oracle Database@Azure here.
+
+### Does Azure have any tools to assist with understanding Oracle database sizing, license usage and TCO for both Oracle Database@Azure and Oracle IaaS?
+
+For Oracle Database@Azure, the sizing is managed by Oracle. Contact your Oracle representative for sizing.
+
+For Oracle Database on Azure VMs, we currently have the Oracle Migration Assistance Tool (OMAT). Contact your Microsoft representative for more information.
+
+### What tools can be used for database migration? Could you help share other details about licensing and charges for these tools?
+
+There are multiple tools available from Oracle: ZDM, Data Guard, Data pump, GoldenGate, and more. For more information, contact your Oracle representative for commercials.
+
+### When using Oracle GoldenGate for migration, do I need to purchase a GoldenGate license?
+
+Yes, and it isn't included in the private offer. Discuss with your Oracle representative on how to enable this service in addition to Oracle Database@Azure.
+
+## Networking
+In this section, we cover questions related to networking for Oracle Database@Azure.
+
+### What network patterns and network features are supported with Oracle Database@Azure?
+
+We support a comprehensive list of connectivity patterns and network features with Oracle Database@Azure and the list evolves as we're continuously releasing new features and capabilities. For more information, see [Network planning for Oracle Database@Azure | Microsoft Learn](oracle-database-network-plan.md).
+
+### How does Data Guard traffic between Availability Zones in the same region work?
+
+Data Guard network path can be configured while setting it up. For cross zone Data Guard traffic, you have an option to configure the traffic to traverse only the Azure backbone. For cross region traffic however, it must traverse through Azure and OCI network backbone.
+
+### What is the latency impact of using OCI connections?
+
+None. The OCI connection is primarily utilized for OCI control plane to manage the service and so there's no impact to your Application to DB latencies or any data plane latencies.
+
+### How do I achieve low latencies between my application and Database tiers?
+
+You can deploy your application and database in the same virtual network or a peered VNETs in the same region and availability zone for lowest possible latencies.
+
+## Management
+In this section, we cover questions related to management for Oracle Database@Azure.
+
+### Who manages and hosts the data in this partnership with Oracle?
+
+Oracle will manage and host the data on Oracle Cloud Infrastructure hosted in Azure datacenters. Your data reside within the provisioned Oracle Exadata infrastructure in Azure, and within the Azure Virtual Network boundary.
+
+In case you enable backup to Azure, that data reside in the respective Azure storage ΓÇô Azure NetApp Files, Blob storage.
+
+We ensure compliance with both companiesΓÇÖ data privacy and compliance policies through physical isolation of systems within Azure datacenters and access enforced assignment policies. For more information on compliance, refer to [Overview - Oracle Database@Azure | Microsoft Learn](database-overview.md) or Oracle compliance website.
+
+### How is data security managed? Is the data encrypted in transit and at rest?
+
+Data is encrypted at rest. All traffic between sites, including Oracle Database@Azure infrastructure, is encrypted.
+
+### Can Azure Monitor be used to along with Oracle Database@Azure?
+
+Yes, Metrics are published for Exadata Infra, VM cluster and Oracle databases. The database metrics are folded under VM metrics. Custom dashboards can be created on Azure Monitor along with your application monitoring for a unified view.
+
+### What are the different options for backup on Oracle Database@Azure?
+
+Automated / managed backups to OCI object storage and self-managed backups using RMAN to Azure NetApp Files (ANF).
+
+### Is there a way to connect to SAN storage and will this connection be supported?
+
+Oracle Database@Azure service provides customers with dedicated Exadata compute and storage within the Exadata Infrastructure. For other storage options, Azure NetApp Files volumes can be attached to the VMs on the VM clusters.
+
+### Will we be able to use Azure HSM, or external HSM to encrypt databases? How would customer managed database keys work?
+
+You can manage keys with Oracle Key Vault. Integration with Azure offerings like HSM and Sentinel are on the roadmap.
+
+### What type of storage redundancy options are available?
+
+Oracle ASM is the default and only storage management system supported on Exadata systems. Only NORMAL (protection against single disk or an entire storage server failure) and HIGH redundancy (protection against two simultaneous partner disk failures from two distinct storage servers) levels are supported on Exadata systems. For more information, see [Oracle ASM Considerations
+for Exadata Deployments:
+On-premises and Cloud](https://www.oracle.com/docs/tech/database/maa-exadata-asm-cloud.pdf).
+
+### Is tiering storage available for the database within Oracle Database@Azure?
+
+Tiering storage service is available as part of Oracle Database@Azure. The Exadata storage servers provide three levels of tiering--PMem, NVME Flash, and HDD. Compression and partitioning are recommended as part of a storage tiering design. For more information, see [Oracle Exadata Cloud Infrastructure X9M Data Sheet](https://www.oracle.com/a/ocom/docs/engineered-systems/exadata-database-machine/exadata-x9m-ds.pdf).
+
+### Where can I go to get more information about capabilities and features corresponding to Oracle Database@Azure?
+
+For more information about Oracle Database@Azure, see the following resources.
+
+- [Overview - Oracle Database@Azure](/azure/oracle/oracle-db/database-overview)
+- [Provision and manage Oracle Database@Azure](https://docs.oracle.com/en-us/iaas/Content/multicloud/oaaonboard.htm)
+- [Oracle Database@Azure support information](https://mylearn.oracle.com/ou/course/oracle-databaseazure-deep-dive/135849)
+- [Network planning for Oracle Database@Azure](https://learn.microsoft.com/training/modules/migrate-oracle-workload-azure-odaa/)
+- [Groups and roles for Oracle Database@Azure](https://www.oracle.com/cloud/azure/oracle-database-at-azure/)
+
+## Next steps
+
+- [Overview - Oracle Database@Azure](/azure/oracle/oracle-db/database-overview)
+- [Provision and manage Oracle Database@Azure](https://docs.oracle.com/en-us/iaas/Content/multicloud/oaaonboard.htm)
+- [Oracle Database@Azure support information](https://mylearn.oracle.com/ou/course/oracle-databaseazure-deep-dive/135849)
+- [Network planning for Oracle Database@Azure](https://learn.microsoft.com/training/modules/migrate-oracle-workload-azure-odaa/)
+- [Groups and roles for Oracle Database@Azure](https://www.oracle.com/cloud/azure/oracle-database-at-azure/)
oracle Link Oracle Database Multiple Subscription https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/oracle/oracle-db/link-oracle-database-multiple-subscription.md
+
+ Title: Link Oracle Database@Azure to multiple Azure subscriptions
+description: Learn about how to link Oracle Database@Azure to multiple Azure subscriptions.
++++ Last updated : 08/01/2024+++
+# Link Oracle Database@Azure to multiple Azure subscriptions
+Learn about how to link Oracle Database@Azure to multiple Azure subscriptions.
+
+You can use Oracle Database@Azure within two or more [Azure subscriptions](/azure/cloud-adoption-framework/ready/azure-setup-guide/organize-resources) within a single Azure account. This feature gives you the ability to isolate projects, environments, and application domains for security and cost allocation, while maintaining a single Azure account for simplified billing and account management. When using two or more Azure subscriptions with Oracle Database@Azure, all Azure subscriptions are linked to the OCI tenancy used for service onboarding.
+
+## Prerequisites
+- You must onboard with Oracle Database@Azure before you can link Azure subscriptions to the service as described in this article. For more information, see [Onboarding with Oracle Database@Azure](onboard-oracle-database.md) and [Prerequisites for Oracle Database@Azure](onboard-oracle-database.md#prerequisites) for more information.
+- Add the ``Oracle.Database`` resource provider to the subscription you're adding to the service. To add the subscription, navigate to the Azure subscription details page, then select Resource providers under Settings. Select ``Oracle.Database`` in the list of providers, then select **Register**.
+- Add the ``Microsoft.BareMetal``, ``Microsoft.Network``, and ``Microsoft.Compute`` resources providers to the subscription you're adding to the service. Add these resources from the Azure subscription details page, as you added the ``Oracle.Database`` resource provider described in the preceding prerequisite.
+>[!Note]
+>You can't provision Oracle Database@Azure resources until these Azure resource providers are registered for the subscription you're adding.
+
+## How multiple Azure subscriptions work in Oracle Database@Azure
+During Oracle Database@Azure onboarding, you select an Azure subscription to use initially with the service. In this documentation, the subscription selected during onboarding is referred to as the primary subscription for Oracle Database@Azure. After onboarding is complete and your Azure account is linked to your OCI tenancy, the OCI tenancy has a new, automatically created [compartment](https://docs.oracle.com/en-us/iaas/Content/Identity/compartments/managingcompartments.htm) for the management of the service.
+
+When you add more Azure subscriptions to your Oracle Database@Azure service, the service automatically creates a child compartment within the main Oracle Database@Azure compartment created during onboarding. You don't have to do any manual configuration of your OCI tenancy to add more Azure subscriptions to the service.
+
+>[!Important]
+> When adding Azure subscriptions to your Oracle Database@Azure service, the new subscriptions must use the same billing account as the primary Azure subscription selected during service onboarding.
+
+After you add a new Azure subscription to the Oracle Database@Azure service, you can begin provisioning database resources in that subscription. For database systems with more than one component (for example, Exadata systems with an infrastructure resource and a VM cluster resource), all components must be provisioned within the same subscription. When users are working within an Azure subscription, they only see the Oracle Database@Azure resources provisioned within that subscription. Database resources provisioned in other subscriptions aren't visible to the user.
+
+## Add an Azure subscription to the Oracle Database@Azure service
+
+1. Sign in to the Azure portal and navigate to the details page of your primary Oracle Database@Azure subscription (this is the subscription selected during onboarding). For more information, see [Filter and view subscriptions](/azure/cost-management-billing/manage/filter-view-subscriptions) in the Azure documentation for details. If you don't know the name of the subscription, ask your Azure account administrator.
+2. On the details page for your Oracle subscription, select **Add subscriptions**.
+3. In the **Add Azure Subscriptions** panel, select one or more subscriptions to add to your service using the **Azure Subscriptions** selector, then select **Add**.
+4. On the details page of the primary Oracle Database@Azure, you can see the number of active subscriptions for the service under **Account management**. When the subscriptions you added are ready for use, you see a **Validated** message in the **Account management** section.
++
payment-hsm Access Payshield Manager Ssh https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/access-payshield-manager-ssh.md
Title: Access the payShield manager for your Azure Payment HSM description: Access the payShield manager for your Azure Payment HSM -+
payment-hsm Access Payshield Manager https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/access-payshield-manager.md
Title: Use your browser to access the payShield manager for your Azure Payment HSM description: Use your browser to access the payShield manager for your Azure Payment HSM -+
payment-hsm Certification Compliance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/certification-compliance.md
description: Information on Azure Payment HSM certification and compliance
-+ Last updated 03/18/2024
payment-hsm Change Performance Level https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/change-performance-level.md
Title: How to change the performance level of an Azure Payment HSM
description: How to change the performance level of an Azure Payment HSM -+ Last updated 01/30/2024
payment-hsm Create Different Ip Addresses https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/create-different-ip-addresses.md
Title: Create an Azure Payment HSM with host and management port with IP addresses in different virtual networks using ARM template description: Create an Azure Payment HSM with host and management port with IP addresses in different virtual networks using ARM template -+
payment-hsm Create Different Vnet Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/create-different-vnet-template.md
Title: Create an Azure Payment HSM with host and management port in different VNets using ARM template description: Create an Azure Payment HSM with host and management port in different VNets using ARM template -+
payment-hsm Create Different Vnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/create-different-vnet.md
Title: Create an Azure Payment HSM with host and management port in different VNets using CLI or PowerShell description: Create an Azure Payment HSM with host and management port in different VNets using CLI or PowerShell -+
payment-hsm Create Payment Hsm https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/create-payment-hsm.md
Title: Create an Azure Payment HSM with Azure Payment HSM description: Create an Azure Payment HSM with Azure Payment HSM -+
payment-hsm Deployment Scenarios https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/deployment-scenarios.md
description: Azure HSM deployment scenarios for high availability deployment and
-+ Last updated 03/25/2023
payment-hsm Fastpathenabled https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/fastpathenabled.md
Title: Azure Payment HSM "fastpathenabled" feature flag and tag
description: The "fastpathenabled" feature flag and tag, as it relates to Azure Payment HSM and affiliated subscriptions and virtual networks -+ Last updated 03/25/2023
payment-hsm Getting Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/getting-started.md
description: Information to begin using Azure Payment HSM
-+ Last updated 01/30/2024
payment-hsm Inspect Traffic https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/inspect-traffic.md
Title: Azure Payment HSM traffic inspection description: Guidance on how to bypass the UDR restriction and inspect traffic destined to an Azure Payment HSM. -+
payment-hsm Known Issues https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/known-issues.md
description: Azure Payment HSM known issues
-+ Last updated 01/31/2024
payment-hsm Lifecycle Management https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/lifecycle-management.md
description: Azure Payment HSM is a bare metal service utilizing Thales payShiel
-+ Last updated 07/23/2024
payment-hsm Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/overview.md
description: Learn how Azure Payment HSM is an Azure service that provides crypt
-+ Last updated 01/30/2024
payment-hsm Peer Vnets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/peer-vnets.md
description: How to peer Azure Payment HSM virtual networks
-+ Last updated 01/30/2024
payment-hsm Quickstart Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/quickstart-cli.md
Title: Quickstart - Create an Azure Payment HSM with the Azure CLI description: Create, show, list, update, and delete Azure Payment HSMs by using the Azure CLI. -+
payment-hsm Quickstart Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/quickstart-powershell.md
Title: Quickstart - Create an Azure Payment HSM with Azure PowerShell description: Create, show, list, update, and delete Azure Payment HSMs by using Azure PowerShell -+ Last updated 01/30/2024
payment-hsm Quickstart Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/quickstart-template.md
Last updated 01/30/2024 -+ #Customer intent: As a security admin who is new to Azure, I want to create a payment HSM using an Azure Resource Manager template.
payment-hsm Register Payment Hsm Resource Providers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/register-payment-hsm-resource-providers.md
Title: Register the Azure Payment HSM resource providers
description: Register the Azure Payment HSM resource providers -+ Last updated 01/31/2024
payment-hsm Remove Payment Hsm https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/remove-payment-hsm.md
Title: Remove a commissioned Azure Payment HSM
description: Remove a commissioned Azure Payment HSM -+ Last updated 01/30/2024
payment-hsm Reuse Vnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/reuse-vnet.md
Title: How to reuse an existing virtual network for an Azure Payment HSM
description: How to reuse an existing virtual network for an Azure Payment HSM -+ Last updated 01/30/2024
payment-hsm Solution Design https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/solution-design.md
description: Learn about topologies and constraints for Azure Payment HSM
-+ Last updated 01/30/2024
payment-hsm Support Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/support-guide.md
description: Azure Payment HSM Service support guide
-+ Last updated 01/30/2024
payment-hsm View Payment Hsms https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/view-payment-hsms.md
Title: View your Azure Payment HSMs. description: View your Azure Payment HSMs. -+
payment-hsm Whats New https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/payment-hsm/whats-new.md
Title: What's new for Azure Payment HSM description: Recent updates for Azure Payment HSM-+
peering-service About https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/peering-service/about.md
Title: Azure Peering Service overview
description: Learn about Azure Peering Service concepts and features to optimize network connectivity with Microsoft's global network. -+ Last updated 09/27/2023
peering-service Azure Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/peering-service/azure-portal.md
Title: Create, change, or delete a Peering Service connection - Azure portal
description: Learn how to create, change, or delete a Peering Service connection using the Azure portal. -+ Last updated 03/07/2024
peering-service Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/peering-service/cli.md
Title: Create, change, or delete a Peering Service connection - Azure CLI
description: Learn how to create, change, or delete a Peering Service connection using the Azure CLI. -+ Last updated 02/08/2024
peering-service Connection Telemetry https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/peering-service/connection-telemetry.md
description: Learn how to access Azure Peering Service connection telemetry including prefix latency and prefix events. -+ Last updated 06/06/2023
peering-service Connection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/peering-service/connection.md
Title: Azure Peering Service connection
description: Learn about Microsoft Azure Peering Service connection. -+ Last updated 07/23/2023
peering-service Customer Walkthrough https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/peering-service/customer-walkthrough.md
Title: Azure Peering Service customer walkthrough
description: Learn about Azure Peering Service and how to onboard. -+ Last updated 07/26/2023
peering-service Location Partners https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/peering-service/location-partners.md
Title: Azure Peering Service locations and partners
description: Learn about the available locations and partners globally for the Azure Peering Service. -+ Last updated 07/23/2023
peering-service Peering Service Prefix Requirements https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/peering-service/peering-service-prefix-requirements.md
Title: Azure Peering Service prefix requirements
description: Learn the technical requirements to optimize your prefixes using Azure Peering Service. -+ Last updated 07/23/2023
peering-service Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/peering-service/powershell.md
Title: Create or change a Peering Service connection - Azure PowerShell
description: Learn how to create or change a Peering Service connection using PowerShell. -+ Last updated 02/08/2024
postgresql Azure Local Ai https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/azure-local-ai.md
Last updated 05/28/2024-+
postgresql Azure Pipelines Deploy Database Task https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/azure-pipelines-deploy-database-task.md
Last updated 04/30/2024-+
postgresql Concepts Audit https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-audit.md
Last updated 04/27/2024-+
postgresql Concepts Azure Ad Authentication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-azure-ad-authentication.md
Last updated 04/27/2024-+
postgresql Concepts Azure Advisor Recommendations https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-azure-advisor-recommendations.md
Last updated 06/14/2024-+
postgresql Concepts Backup Restore https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-backup-restore.md
Last updated 05/06/2024-+
postgresql Concepts Compare Single Server Flexible Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-compare-single-server-flexible-server.md
Last updated 04/29/2024-+
postgresql Concepts Compliance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-compliance.md
Last updated 04/27/2024-+
postgresql Concepts Compute https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-compute.md
Last updated 05/01/2024-+
postgresql Concepts Connection Libraries https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-connection-libraries.md
Last updated 05/17/2024-+
postgresql Concepts Connection Pooling Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-connection-pooling-best-practices.md
Last updated 04/27/2024-+
postgresql Concepts Connectivity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-connectivity.md
Last updated 04/27/2024-+
postgresql Concepts Data Encryption https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-data-encryption.md
Last updated 06/24/2024-+
postgresql Concepts Firewall Rules https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-firewall-rules.md
Last updated 04/27/2024-+
postgresql Concepts Geo Disaster Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-geo-disaster-recovery.md
Last updated 04/27/2024-+
postgresql Concepts Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-identity.md
Last updated 07/09/2024-+
postgresql Concepts Index Tuning https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-index-tuning.md
Last updated 05/28/2024-+
postgresql Concepts Intelligent Tuning https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-intelligent-tuning.md
Last updated 04/27/2024-+
postgresql Concepts Limits https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-limits.md
Last updated 05/01/2024-+
postgresql Concepts Logical https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-logical.md
Last updated 04/27/2024-+
postgresql Concepts Networking Private Link https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-networking-private-link.md
Last updated 04/27/2024-+
postgresql Concepts Networking Private https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-networking-private.md
Last updated 06/27/2024-+
postgresql Concepts Networking Public https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-networking-public.md
Last updated 04/27/2024-+
postgresql Concepts Networking Ssl Tls https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-networking-ssl-tls.md
Last updated 05/02/2024-+
postgresql Concepts Query Store Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-query-store-best-practices.md
description: This article describes best practices for Query Store in Azure Data
Last updated 04/27/2024-+
postgresql Concepts Query Store Scenarios https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-query-store-scenarios.md
description: This article describes some scenarios for Query Store in Azure Data
Last updated 04/27/2024-+
postgresql Concepts Read Replicas Geo https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-read-replicas-geo.md
Last updated 04/27/2024-+
postgresql Concepts Read Replicas Promote https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-read-replicas-promote.md
Last updated 04/27/2024-+
postgresql Concepts Read Replicas Virtual Endpoints https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-read-replicas-virtual-endpoints.md
Last updated 6/10/2024-+
postgresql Concepts Read Replicas https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-read-replicas.md
Last updated 05/02/2024-+
postgresql Concepts Reserved Pricing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-reserved-pricing.md
Last updated 04/27/2024-+
postgresql Concepts Security https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-security.md
description: Learn about security in the Flexible Server deployment option for A
Previously updated : 05/23/2024- Last updated : 08/02/2024+
oid | 24827
``` > [!IMPORTANT]
-> Important to note that number of superuser only permissions, such as creation of certain **[binary-coercible implicit casts](https://www.postgresql.org/docs/current/sql-createcast.html)**, are not available with Azure Database for PostgreSQL - Flexible Server, since `azure_pg_admin` role doesn't align to permissions of PostgreSQL superuser role.
-> A **[binary-coercible cast](https://www.postgresql.org/docs/current/sql-createcast.html)** is a type of cast that does not require any function to perform the conversion, because the source and target types have the same internal representation
-> Non binary-coercible casts, including containing options WITH `IN OUT` and `WITH FUNCTION` are supported.
+> Recently, we have enabled the ability to create **[CAST commands](https://www.postgresql.org/docs/current/sql-createcast.html)** in Azure Database for PostgreSQL Flexible Server. Please be aware that currently, the functionality is operating as expected with the exception of the DROP statement. In other words, it is currently not possible to drop a CAST once it has been created. We are actively working on adding this functionality and anticipate its availability in the near future.
[Audit logging in Azure Database for PostgreSQL - Flexible Server](concepts-audit.md) is also available with Azure Database for PostgreSQL - Flexible Server to track activity in your databases.
postgresql Concepts Server Parameters https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-server-parameters.md
Last updated 05/16/2024-+
postgresql Concepts Servers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-servers.md
Last updated 04/30/2024-+
postgresql Concepts Storage Extension https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-storage-extension.md
Last updated 04/27/2024-+
postgresql Concepts Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-storage.md
Last updated 05/30/2024-+
postgresql Concepts Troubleshooting Guides https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-troubleshooting-guides.md
Last updated 04/27/2024-+
postgresql Concepts Version Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-version-policy.md
Last updated 04/27/2024-+
postgresql Concepts Workbooks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/concepts-workbooks.md
Last updated 04/27/2024-+
postgresql Connect Azure Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/connect-azure-cli.md
Last updated 05/10/2024-+
postgresql Connect Csharp https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/connect-csharp.md
Last updated 04/27/2024-+
postgresql Connect Java https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/connect-java.md
Last updated 04/27/2024-+
postgresql Connect Python https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/connect-python.md
Last updated 06/06/2024-+
postgresql Connect With Power Bi Desktop https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/connect-with-power-bi-desktop.md
Last updated 04/27/2024-+
postgresql Generative Ai Azure Cognitive https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/generative-ai-azure-cognitive.md
Last updated 05/20/2024-+
postgresql Generative Ai Azure Local Ai https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/generative-ai-azure-local-ai.md
Title: Generate vector embeddings in PostgreSQL with the azure_local_ai extensio
description: Generate text embeddings in PostgreSQL for retrieval augmented generation (RAG) patterns with the azure_local_ai extension and locally deployed LLM. -+ Last updated 05/20/2024
postgresql Generative Ai Azure Machine Learning https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/generative-ai-azure-machine-learning.md
Last updated 05/28/2024-+
postgresql Generative Ai Azure Openai https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/generative-ai-azure-openai.md
Last updated 05/20/2024-+
postgresql Generative Ai Azure Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/generative-ai-azure-overview.md
Last updated 05/20/2024-+
postgresql Generative Ai Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/generative-ai-overview.md
Last updated 04/27/2024-+
postgresql Generative Ai Recommendation System https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/generative-ai-recommendation-system.md
Last updated 04/27/2024-+
postgresql Generative Ai Semantic Search https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/generative-ai-semantic-search.md
Last updated 04/27/2024-+
postgresql How To Auto Grow Storage Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-auto-grow-storage-portal.md
Last updated 04/27/2024-+
postgresql How To Autovacuum Tuning https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-autovacuum-tuning.md
Last updated 05/07/2024-+
postgresql How To Bulk Load Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-bulk-load-data.md
Last updated 04/27/2024-+
postgresql How To Configure Index Tuning https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-configure-index-tuning.md
Last updated 05/20/2024-+ - build-2024
postgresql How To Configure Sign In Azure Ad Authentication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-configure-sign-in-azure-ad-authentication.md
Last updated 05/24/2024-+
postgresql How To Connect Scram https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-connect-scram.md
Last updated 05/11/2024-+
postgresql How To Connect Tls Ssl https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-connect-tls-ssl.md
Last updated 04/27/2024-+
postgresql How To Connect To Data Factory Private Endpoint https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-connect-to-data-factory-private-endpoint.md
Last updated 07/14/2024-+
postgresql How To Connect With Managed Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-connect-with-managed-identity.md
Last updated 06/20/2024-+
postgresql How To Create Server Customer Managed Key Azure Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-create-server-customer-managed-key-azure-api.md
Last updated 04/27/2024-+
postgresql How To Create Server Customer Managed Key Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-create-server-customer-managed-key-cli.md
Last updated 04/27/2024-+
postgresql How To Create Server Customer Managed Key Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-create-server-customer-managed-key-portal.md
Last updated 04/27/2024-+
postgresql How To Create Users https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-create-users.md
Last updated 04/30/2024-+
postgresql How To Deploy Github Action https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-deploy-github-action.md
Last updated 05/21/2024-+
postgresql How To Deploy On Azure Free Account https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-deploy-on-azure-free-account.md
Last updated 04/27/2024-+
postgresql How To Enable Intelligent Performance Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-enable-intelligent-performance-cli.md
Last updated 04/27/2024-+
postgresql How To Enable Intelligent Performance Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-enable-intelligent-performance-portal.md
Last updated 04/27/2024-+
postgresql How To Get And Apply Recommendations From Index Tuning https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-get-and-apply-recommendations-from-index-tuning.md
Last updated 05/21/2024-+ - build-2024
postgresql How To High Cpu Utilization https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-high-cpu-utilization.md
Last updated 04/27/2024-+
postgresql How To High Io Utilization https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-high-io-utilization.md
Last updated 04/27/2024-+
postgresql How To High Memory Utilization https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-high-memory-utilization.md
Last updated 04/27/2024-+
postgresql How To Identify Slow Queries https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-identify-slow-queries.md
Last updated 04/27/2024-+
postgresql How To Integrate Azure Ai https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-integrate-azure-ai.md
Last updated 04/27/2024-+
postgresql How To Maintenance Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-maintenance-portal.md
Last updated 04/27/2024-+
postgresql How To Manage Azure Ad Users https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-manage-azure-ad-users.md
Last updated 06/20/2024-+
postgresql How To Manage Firewall Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-manage-firewall-cli.md
Last updated 04/27/2024-+
postgresql How To Manage High Availability Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-manage-high-availability-portal.md
Last updated 04/27/2024-+
postgresql How To Manage Virtual Network Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-manage-virtual-network-cli.md
Last updated 04/27/2024-+
postgresql How To Manage Virtual Network Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-manage-virtual-network-portal.md
Last updated 04/27/2024-+
postgresql How To Manage Virtual Network Private Endpoint Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-manage-virtual-network-private-endpoint-cli.md
Last updated 04/27/2024-+
postgresql How To Manage Virtual Network Private Endpoint Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-manage-virtual-network-private-endpoint-portal.md
Last updated 04/27/2024-+
postgresql How To Optimize Performance Pgvector https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-optimize-performance-pgvector.md
Last updated 04/27/2024-+
postgresql How To Optimize Query Stats Collection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-optimize-query-stats-collection.md
description: This article describes how you can optimize query stats collection
Last updated 06/21/2024-+
postgresql How To Perform Fullvacuum Pg Repack https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-perform-fullvacuum-pg-repack.md
Last updated 04/27/2024-+
postgresql How To Perform Major Version Upgrade Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-perform-major-version-upgrade-portal.md
Last updated 04/27/2024-+
postgresql How To Pgdump Restore https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-pgdump-restore.md
Last updated 04/27/2024-+
postgresql How To Read Replicas Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-read-replicas-portal.md
Last updated 04/27/2024-+
postgresql How To Request Quota Increase https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-request-quota-increase.md
Last updated 04/27/2024-+
postgresql How To Resolve Capacity Errors https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-resolve-capacity-errors.md
Last updated 04/27/2024-+
postgresql How To Restart Server Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-restart-server-portal.md
Last updated 04/27/2024-+
postgresql How To Restore Different Subscription Resource Group Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-restore-different-subscription-resource-group-api.md
Last updated 04/27/2024-+
postgresql How To Restore Dropped Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-restore-dropped-server.md
Last updated 04/29/2024-+
postgresql How To Restore Server Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-restore-server-cli.md
Last updated 04/27/2024-+
postgresql How To Restore Server Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-restore-server-portal.md
Last updated 07/26/2024-+
postgresql How To Restore To Different Subscription Or Resource Group https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-restore-to-different-subscription-or-resource-group.md
Last updated 04/27/2024-+
postgresql How To Scale Compute Storage Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-scale-compute-storage-portal.md
Last updated 06/09/2024-+
postgresql How To Stop Start Server Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-stop-start-server-cli.md
Last updated 04/27/2024-+
postgresql How To Troubleshoot Common Connection Issues https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-troubleshoot-common-connection-issues.md
Last updated 04/27/2024-+
postgresql How To Troubleshooting Guides https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-troubleshooting-guides.md
Last updated 06/25/2024-+
postgresql How To Update Client Certificates Java https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-update-client-certificates-java.md
Last updated 04/27/2024-+
postgresql How To Use Pg Partman https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-use-pg-partman.md
Last updated 05/17/2024-+
postgresql How To Use Pgvector https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/how-to-use-pgvector.md
Last updated 04/27/2024-+
postgresql Quickstart Create Connect Server Vnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/quickstart-create-connect-server-vnet.md
Last updated 04/27/2024-+
postgresql Quickstart Create Server Arm Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/quickstart-create-server-arm-template.md
Last updated 04/27/2024-+
postgresql Quickstart Create Server Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/quickstart-create-server-cli.md
Last updated 04/27/2024-+
postgresql Quickstart Create Server Python Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/quickstart-create-server-python-sdk.md
Last updated 04/27/2024-+
postgresql Reference Pg Azure Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/reference-pg-azure-storage.md
Last updated 04/27/2024-+
postgresql Release Notes Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/release-notes-api.md
Last updated 04/27/2024-+
postgresql Release Notes Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/release-notes-cli.md
Last updated 5/1/2024-+
postgresql Server Parameters Table Autovacuum https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-autovacuum.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Client Connection Defaults Locale And Formatting https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-client-connection-defaults---locale-and-formatting.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Client Connection Defaults Other Defaults https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-client-connection-defaults---other-defaults.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Client Connection Defaults Shared Library Preloading https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-client-connection-defaults---shared-library-preloading.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Client Connection Defaults Statement Behavior https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-client-connection-defaults---statement-behavior.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Connections And Authentication Authentication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-connections-and-authentication---authentication.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Connections And Authentication Connection Settings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-connections-and-authentication---connection-settings.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Connections And Authentication Ssl https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-connections-and-authentication---ssl.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Customized Options https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-customized-options.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Developer Options https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-developer-options.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Error Handling https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-error-handling.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table File Locations https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-file-locations.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Intelligent Tuning https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-intelligent-tuning.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Lock Management https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-lock-management.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Log Files https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-log-files.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Metrics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-metrics.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Pgbouncer https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-pgbouncer.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Preset Options https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-preset-options.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Query Tuning Genetic Query Optimizer https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-query-tuning---genetic-query-optimizer.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Query Tuning Other Planner Options https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-query-tuning---other-planner-options.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Query Tuning Planner Cost Constants https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-query-tuning---planner-cost-constants.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Query Tuning Planner Method Configuration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-query-tuning---planner-method-configuration.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Replication Primary Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-replication---primary-server.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Replication Sending Servers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-replication---sending-servers.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Replication Standby Servers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-replication---standby-servers.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Replication Subscribers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-replication---subscribers.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Reporting And Logging Process Title https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-reporting-and-logging---process-title.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Reporting And Logging What To Log https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-reporting-and-logging---what-to-log.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Reporting And Logging When To Log https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-reporting-and-logging---when-to-log.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Reporting And Logging Where To Log https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-reporting-and-logging---where-to-log.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Resource Usage Asynchronous Behavior https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-resource-usage---asynchronous-behavior.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Resource Usage Background Writer https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-resource-usage---background-writer.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Resource Usage Cost Based Vacuum Delay https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-resource-usage---cost-based-vacuum-delay.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Resource Usage Disk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-resource-usage---disk.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Resource Usage Kernel Resources https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-resource-usage---kernel-resources.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Resource Usage Memory https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-resource-usage---memory.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Statistics Cumulative Query And Index Statistics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-statistics---cumulative-query-and-index-statistics.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Statistics Monitoring https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-statistics---monitoring.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Statistics Query And Index Statistics Collector https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-statistics---query-and-index-statistics-collector.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Tls https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-tls.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Version And Platform Compatibility Other Platforms And Clients https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-version-and-platform-compatibility---other-platforms-and-clients.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Version And Platform Compatibility Previous Postgresql Versions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-version-and-platform-compatibility---previous-postgresql-versions.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Write Ahead Log Archive Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-write-ahead-log---archive-recovery.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Write Ahead Log Archiving https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-write-ahead-log---archiving.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Write Ahead Log Checkpoints https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-write-ahead-log---checkpoints.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Write Ahead Log Recovery Target https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-write-ahead-log---recovery-target.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Write Ahead Log Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-write-ahead-log---recovery.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Server Parameters Table Write Ahead Log Settings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/server-parameters-table-write-ahead-log---settings.md
Last updated 06/18/2024-+ zone_pivot_groups: postgresql-server-version
postgresql Troubleshoot Canceling Statement Due To Conflict With Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/troubleshoot-canceling-statement-due-to-conflict-with-recovery.md
Last updated 04/27/2024-+
postgresql Troubleshoot Password Authentication Failed For User https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/troubleshoot-password-authentication-failed-for-user.md
Last updated 04/27/2024-+
postgresql Tutorial Django Aks Database https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/flexible-server/tutorial-django-aks-database.md
Last updated 05/13/2024-+
postgresql Automigration Single To Flexible Postgresql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/migrate/automigration-single-to-flexible-postgresql.md
Last updated 06/04/2024-+
postgresql Best Practices Migration Service Postgresql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/migrate/migration-service/best-practices-migration-service-postgresql.md
Last updated 06/19/2024-+
postgresql How To Setup Azure Cli Commands Postgresql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/migrate/migration-service/how-to-setup-azure-cli-commands-postgresql.md
description: Learn how to set up Azure CLI for migration service in Azure Databa
Last updated 06/19/2024-+
postgresql Overview Migration Service Postgresql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/migrate/migration-service/overview-migration-service-postgresql.md
Last updated 06/19/2024-+
postgresql Troubleshoot Error Codes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/migrate/migration-service/troubleshoot-error-codes.md
Last updated 06/19/2024-+
postgresql Partners Migration Postgresql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/postgresql/migrate/partners-migration-postgresql.md
To broadly support your Azure Database for PostgreSQL solution, you can choose f
| Partner | Description | Links | | | | | | **Quadrant Technologies** | Quadrant Technologies offers innovative cloud and data solutions tailored for Microsoft environments. Specializing in seamless App & Data Migrations, DevSecOps, SAP Migrations, and Microsoft Fabric implementations, we ensure efficiency, security, and reliability at every step of your Microsoft cloud journey. Our flagship solution, Q-Migrator, is a highly secure tool designed for migrating databases such as Oracle, SQL Server, and PostgreSQL to leading open-source alternatives within Azure. With automated code conversion and comprehensive testing, Q-Migrator streamlines migrations, reducing timelines from months to weeks. Experience the power of Q-Migrator and let Quadrant Technologies elevate your Microsoft cloud and data strategy. Contact us today to learn more! | [Website](https://qmigrator.ai/)<br />[Marketplace Implementation](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/quadrantresourcellc.quadrant_database_migration_to_oss_implementation?tab=Overview)<br />[Marketplace&nbsp;Assessment](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/quadrantresourcellc.qmigrator_db_migration_tool?tab=Overview)<br />[Marketplace POC](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/quadrantresourcellc.database_migration_to_oss_proof_of_concept?tab=Overview)<br />[LinkedIn](https://www.linkedin.com/company/quadranttechnologies-1)<br />[Contact](mailto:mpn@quadranttechnologies.com) |
-| **Improving** | Improving is a highly esteemed Microsoft Partner specializing in Application Modernization and Data & AI. With an extensive track record, Improving excels in handling intricate database migrations of diverse scales and complexities. For organizations considering migrations, we offer our [PostgreSQL Migration Assessment](https://azuremarketplace.microsoft.com/marketplace/consulting-services/prosourcesolutionsllc1594761633057.azure_database_for_postgresql_migration?filters=country-unitedstates&tab=Overview), presenting you with a comprehensive roadmap of industry-leading practices and expert recommendations to guide your migration strategy effectively. When you're ready to begin the migration process, Improving can provide the necessary resources to partner with you to ensure a successful database migration. Whatever your path might be, on-premises to Flex or Single-Server to Flex, we have the expertise to provide the migration. | [Website](https://www.improving.com)<br />[Marketplace](https://azuremarketplace.microsoft.com/marketplace/consulting-services/prosourcesolutionsllc1594761633057.azure_database_for_postgresql_migration?filters=country-unitedstates&tab=Overview)<br />[LinkedIn](https://www.linkedin.com/company/improving-enterprises/)<br />[Twitter](https://twitter.com/improving)<br />[Contact](https://www.improving.com/contact/) |
-| **Solliance** | Solliance is a consulting and technology solutions company comprised of industry thought leaders and experts specializing in PostgreSQL solutions on Azure. Their services, including cloud architecture, data engineering, and security, are tailored to businesses of all sizes. With a seasoned team and comprehensive training content, Solliance provides impactful PostgreSQL-based solutions that deliver tangible results for your business. | [Website](https://solliance.net/practices/ai-data/your-azure-postgresql-experts)<br />[LinkedIn](https://www.linkedin.com/company/solliancenet/)<br />[Twitter](https://twitter.com/solliancenet)<br />[Contact](https://solliance.net/Contact) |
+| **Improving** | Improving is a highly esteemed Microsoft Partner specializing in Application Modernization and Data & AI. With an extensive track record, Improving excels in handling intricate database migrations of diverse scales and complexities. For organizations considering migrations, we offer our [PostgreSQL Migration Assessment](https://azuremarketplace.microsoft.com/marketplace/consulting-services/prosourcesolutionsllc1594761633057.azure_database_for_postgresql_migration?filters=country-unitedstates&tab=Overview), presenting you with a comprehensive roadmap of industry-leading practices and expert recommendations to guide your migration strategy effectively. When you're ready to begin the migration process, Improving can provide the necessary resources to partner with you to ensure a successful database migration. Whatever your path might be, on-premises to Flex or Single-Server to Flex, we have the expertise to provide the migration. | [Website](https://www.improving.com)<br />[Marketplace](https://azuremarketplace.microsoft.com/marketplace/consulting-services/prosourcesolutionsllc1594761633057.azure_database_for_postgresql_migration?filters=country-unitedstates&tab=Overview)<br />[LinkedIn](https://www.linkedin.com/company/improving-enterprises/)<br />[X](https://x.com/improving)<br />[Contact](https://www.improving.com/contact/) |
+| **Solliance** | Solliance is a consulting and technology solutions company comprised of industry thought leaders and experts specializing in PostgreSQL solutions on Azure. Their services, including cloud architecture, data engineering, and security, are tailored to businesses of all sizes. With a seasoned team and comprehensive training content, Solliance provides impactful PostgreSQL-based solutions that deliver tangible results for your business. | [Website](https://solliance.net/practices/ai-data/your-azure-postgresql-experts)<br />[LinkedIn](https://www.linkedin.com/company/solliancenet/)<br />[X](https://x.com/solliancenet)<br />[Contact](https://solliance.net/Contact) |
| **Data Bene** | Databases done right. Data Bene is an open source software service company, expert in PostgreSQL and its ecosystem. Their customer portfolio includes several Fortune 100 companies. They have built a serious reputation in PostgreSQL and Citus Data solutions and they provide support and technical assistance to ensure the smooth operation of your data infrastructure, including demanding projects in health-care and banking industries. | [Website](https://data-bene.io/en)<br />[LinkedIn](https://www.linkedin.com/company/data-bene/)<br />[Contact](https://www.data-bene.io/en#contact) |
-| **DatAvail** | DatAvail is one of the largest providers of database, data management, analytics, and application modernization services in North America. Offering database & application design, architecture, migration, and modernization consulting services for all leading legacy and modern data platforms, along with tech-enabled 24x7 managed services, leveraging 1,000 consultants onshore, near-shore, and off-shore. | [Website](https://www.datavail.com/technologies/postgresql/)<br />[Twitter](https://twitter.com/datavail)<br />[Contact](https://www.datavail.com/about/contact-us/) |
-| **Newt Global** | Newt Global, a leading company specializing in Cloud migration and DevOps implementation, has a decade-long expertise in modernizing applications and databases. Their proprietary platform DMAP is tailored to expedite the migration of Oracle workloads to Azure PostgreSQL databases, offering automation capabilities ΓÇÿat scaleΓÇÖ. DMAP efficiently handles the migration of both OLTP and OLAP workloads from on-premises or cloud environments to Azure, significantly reducing effort by up to 80%. Moreover, DMAP is integrated GenAI and GitHub Copilot, to further automate the final stages of migration. Newt Global has a proven track record of successfully executing large and intricate database migrations, including those involving terabytes and petabytes of data, along with their associated applications. Newt Global migrations have been outstanding quality with 0 day 1 and day 2 tickets. Their comprehensive services encompass the entire migration journey, from Discovery/Assessment and migration planning to execution and post-migration validations. | [Website](https://newtglobal.com/)<br />[LinkedIn](https://www.linkedin.com/company/newt-global/)<br />[Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/newtglobalconsultingllc1581492268566.dmap-vm-marketplace-offer?tab=Overview)<br />[Twitter](https://twitter.com/newtglobal)<br />[Contact](mailto:dmap@newtglobalcorp.com) |
-| **SNP Technologies** | SNP Technologies is a cloud-only service provider, building secure and reliable solutions for businesses of the future. The company believes in generating real value for your business. From thought to execution, SNP Technologies shares a common purpose with clients, to turn their investment into an advantage. | [Website](https://www.snp.com/)<br />[Twitter](https://twitter.com/snptechnologies)<br />[Contact](mailto:sales@snp.com) |
-| **Pragmatic Works** | Pragmatic Works is a training and consulting company with deep expertise in data management and performance, Business Intelligence, Big Data, Power BI, and Azure. They focus on data optimization and improving the efficiency of SQL Server and cloud management. | [Website](https://pragmaticworks.com/)<br />[Twitter](https://twitter.com/PragmaticWorks)<br />[YouTube](https://www.youtube.com/user/PragmaticWorks)<br />[Contact](mailto:marketing@pragmaticworks.com) |
-| **Infosys** | Infosys is a global leader in the latest digital services and consulting. With over three decades of experience managing the systems of global enterprises, Infosys expertly steers clients through their digital journey by enabling organizations with an AI-powered core. Doing so helps prioritize the execution of change. Infosys also provides businesses with agile digital at scale to deliver unprecedented levels of performance and customer delight. | [Website](https://www.infosys.com/)<br />[Twitter](https://twitter.com/infosys)<br />[YouTube](https://www.youtube.com/user/Infosys)<br />[Contact](https://www.infosys.com/contact/) |
-| **credativ** | credativ is an independent consulting and services company. Since 1999, they offer comprehensive services and technical support for the implementation and operation of Open Source software in business applications. Their comprehensive range of services includes strategic consulting, sound technical advice, qualified training, and personalized support up to 24 hours per day for all your IT needs. | [Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps?page=1&search=credativ)<br />[Twitter](https://twitter.com/credativ)<br />[YouTube](https://www.youtube.com/channel/UCnSnr6_TcILUQQvAwlYFc8A)<br />[Contact](mailto:info@credativ.com) |
-| **Pactera** | Pactera is a global company offering consulting, digital, technology, and operations services to the world's leading enterprises. From their roots in engineering to the latest in digital transformation, they give customers a competitive edge. Their proven methodologies and tools ensure your data is secure, authentic, and accurate. | [Website](https://en.pactera.com/)<br />[Twitter](https://twitter.com/Pactera)<br />[Contact](mailto:sales@gientech.com) |
+| **DatAvail** | DatAvail is one of the largest providers of database, data management, analytics, and application modernization services in North America. Offering database & application design, architecture, migration, and modernization consulting services for all leading legacy and modern data platforms, along with tech-enabled 24x7 managed services, leveraging 1,000 consultants onshore, near-shore, and off-shore. | [Website](https://www.datavail.com/technologies/postgresql/)<br />[X](https://x.com/datavail)<br />[Contact](https://www.datavail.com/about/contact-us/) |
+| **Newt Global** | Newt Global, a leading company specializing in Cloud migration and DevOps implementation, has a decade-long expertise in modernizing applications and databases. Their proprietary platform DMAP is tailored to expedite the migration of Oracle workloads to Azure PostgreSQL databases, offering automation capabilities ΓÇÿat scaleΓÇÖ. DMAP efficiently handles the migration of both OLTP and OLAP workloads from on-premises or cloud environments to Azure, significantly reducing effort by up to 80%. Moreover, DMAP is integrated GenAI and GitHub Copilot, to further automate the final stages of migration. Newt Global has a proven track record of successfully executing large and intricate database migrations, including those involving terabytes and petabytes of data, along with their associated applications. Newt Global migrations have been outstanding quality with 0 day 1 and day 2 tickets. Their comprehensive services encompass the entire migration journey, from Discovery/Assessment and migration planning to execution and post-migration validations. | [Website](https://newtglobal.com/)<br />[LinkedIn](https://www.linkedin.com/company/newt-global/)<br />[Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/newtglobalconsultingllc1581492268566.dmap-vm-marketplace-offer?tab=Overview)<br />[X](https://x.com/newtglobal)<br />[Contact](mailto:dmap@newtglobalcorp.com) |
+| **SNP Technologies** | SNP Technologies is a cloud-only service provider, building secure and reliable solutions for businesses of the future. The company believes in generating real value for your business. From thought to execution, SNP Technologies shares a common purpose with clients, to turn their investment into an advantage. | [Website](https://www.snp.com/)<br />[X](https://x.com/snptechnologies)<br />[Contact](mailto:sales@snp.com) |
+| **Pragmatic Works** | Pragmatic Works is a training and consulting company with deep expertise in data management and performance, Business Intelligence, Big Data, Power BI, and Azure. They focus on data optimization and improving the efficiency of SQL Server and cloud management. | [Website](https://pragmaticworks.com/)<br />[X](https://x.com/PragmaticWorks)<br />[YouTube](https://www.youtube.com/user/PragmaticWorks)<br />[Contact](mailto:marketing@pragmaticworks.com) |
+| **Infosys** | Infosys is a global leader in the latest digital services and consulting. With over three decades of experience managing the systems of global enterprises, Infosys expertly steers clients through their digital journey by enabling organizations with an AI-powered core. Doing so helps prioritize the execution of change. Infosys also provides businesses with agile digital at scale to deliver unprecedented levels of performance and customer delight. | [Website](https://www.infosys.com/)<br />[X](https://x.com/infosys)<br />[YouTube](https://www.youtube.com/user/Infosys)<br />[Contact](https://www.infosys.com/contact/) |
+| **credativ** | credativ is an independent consulting and services company. Since 1999, they offer comprehensive services and technical support for the implementation and operation of Open Source software in business applications. Their comprehensive range of services includes strategic consulting, sound technical advice, qualified training, and personalized support up to 24 hours per day for all your IT needs. | [Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps?page=1&search=credativ)<br />[X](https://x.com/credativ)<br />[YouTube](https://www.youtube.com/channel/UCnSnr6_TcILUQQvAwlYFc8A)<br />[Contact](mailto:info@credativ.com) |
+| **Pactera** | Pactera is a global company offering consulting, digital, technology, and operations services to the world's leading enterprises. From their roots in engineering to the latest in digital transformation, they give customers a competitive edge. Their proven methodologies and tools ensure your data is secure, authentic, and accurate. | [Website](https://en.pactera.com/)<br />[X](https://x.com/Pactera)<br />[Contact](mailto:sales@gientech.com) |
## Related content
private-5g-core Azure Policy Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/azure-policy-reference.md
Title: Azure Policy definitions for Azure Private 5G Core
description: List of Azure Policy definitions for Azure Private 5G Core. -+ Last updated 03/20/2024
private-5g-core Azure Private 5G Core Release Notes 2208 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/azure-private-5g-core-release-notes-2208.md
Title: Azure Private 5G Core 2208 release notes
description: Discover what's new in the Azure Private 5G Core 2208 release -+ Last updated 09/23/2022
private-5g-core Azure Private 5G Core Release Notes 2209 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/azure-private-5g-core-release-notes-2209.md
Title: Azure Private 5G Core 2209 release notes
description: Discover what's new in the Azure Private 5G Core 2209 release -+ Last updated 09/30/2022
private-5g-core Azure Private 5G Core Release Notes 2210 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/azure-private-5g-core-release-notes-2210.md
Title: Azure Private 5G Core 2210 release notes
description: Discover what's new in the Azure Private 5G Core 2210 release -+ Last updated 11/01/2022
private-5g-core Azure Private 5G Core Release Notes 2211 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/azure-private-5g-core-release-notes-2211.md
Title: Azure Private 5G Core 2211 release notes
description: Discover what's new in the Azure Private 5G Core 2211 release -+ Last updated 12/12/2022
private-5g-core Azure Private 5G Core Release Notes 2301 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/azure-private-5g-core-release-notes-2301.md
Title: Azure Private 5G Core 2301 release notes
description: Discover what's new in the Azure Private 5G Core 2301 release -+ Last updated 01/31/2023
private-5g-core Azure Private 5G Core Release Notes 2302 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/azure-private-5g-core-release-notes-2302.md
Title: Azure Private 5G Core 2302 release notes
description: Discover what's new in the Azure Private 5G Core 2302 release -+ Last updated 01/31/2023
private-5g-core Azure Private 5G Core Release Notes 2303 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/azure-private-5g-core-release-notes-2303.md
Title: Azure Private 5G Core 2303 release notes
description: Discover what's new in the Azure Private 5G Core 2303 release -+ Last updated 03/29/2023
private-5g-core Azure Private 5G Core Release Notes 2305 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/azure-private-5g-core-release-notes-2305.md
Title: Azure Private 5G Core 2305 release notes
description: Discover what's new in the Azure Private 5G Core 2305 release -+ Last updated 05/31/2023
private-5g-core Azure Private 5G Core Release Notes 2306 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/azure-private-5g-core-release-notes-2306.md
Title: Azure Private 5G Core 2306 release notes
description: Discover what's new in the Azure Private 5G Core 2306 release -+ Last updated 07/03/2023
private-5g-core Azure Private 5G Core Release Notes 2307 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/azure-private-5g-core-release-notes-2307.md
Title: Azure Private 5G Core 2307 release notes
description: Discover what's new in the Azure Private 5G Core 2307 release -+ Last updated 07/31/2023
private-5g-core Azure Private 5G Core Release Notes 2308 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/azure-private-5g-core-release-notes-2308.md
Title: Azure Private 5G Core 2308 release notes
description: Discover what's new in the Azure Private 5G Core 2308 release -+ Last updated 11/20/2023
private-5g-core Azure Private 5G Core Release Notes 2310 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/azure-private-5g-core-release-notes-2310.md
Title: Azure Private 5G Core 2310 release notes
description: Discover what's new in the Azure Private 5G Core 2310 release -+ Last updated 11/30/2023
private-5g-core Azure Private 5G Core Release Notes 2403 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/azure-private-5g-core-release-notes-2403.md
Title: Azure Private 5G Core 2403 release notes
description: Discover what's new in the Azure Private 5G Core 2403 release. -+ Last updated 04/04/2023
private-5g-core Azure Private 5G Core Release Notes 2404 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/azure-private-5g-core-release-notes-2404.md
Title: Azure Private 5G Core 2404 release notes
description: Discover What's New in the Azure Private 5G Core 2404 release. -+ Last updated 05/09/2023
private-5g-core Azure Stack Edge Disconnects https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/azure-stack-edge-disconnects.md
description: An overview of Azure Private 5G Core's behavior during disconnects. -+ Last updated 11/30/2022
private-5g-core Azure Stack Edge Packet Core Compatibility https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/azure-stack-edge-packet-core-compatibility.md
Title: Packet core and Azure Stack Edge compatibility
description: Discover which Azure Stack Edge models and versions are compatible with each packet core version -+ Last updated 11/21/2023
private-5g-core Azure Stack Edge Virtual Machine Sizing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/azure-stack-edge-virtual-machine-sizing.md
Title: Service limits and resource usage
description: Learn about the limits and resource usage of your Azure Private 5G Core deployment when running on an Azure Stack Edge device. -+ Last updated 04/24/2024
private-5g-core Collect Required Information For A Site https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/collect-required-information-for-a-site.md
description: Learn about the information you need to create a site in an existing private mobile network. -+ Last updated 02/07/2022
private-5g-core Collect Required Information For Private Mobile Network https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/collect-required-information-for-private-mobile-network.md
description: This how-to guide shows how to collect the information you need to deploy a private mobile network through Azure Private 5G Core. -+ Last updated 12/31/2021
private-5g-core Collect Required Information For Service https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/collect-required-information-for-service.md
description: In this how-to guide, you'll learn how to collect all the required information to configure a service for Azure Private 5G Core. -+ Last updated 01/16/2022
private-5g-core Collect Required Information For Sim Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/collect-required-information-for-sim-policy.md
description: In this how-to guide, you'll learn how to collect all the required information to configure a SIM policy for Azure Private 5G Core. -+ Last updated 01/16/2022
private-5g-core Commission Cluster https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/commission-cluster.md
description: This how-to guide shows how to commission the Azure Kubernetes Cluster on Azure Stack Edge to get it ready to deploy Azure Private 5G Core. -+ Last updated 03/30/2023
private-5g-core Complete Private Mobile Network Prerequisites https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/complete-private-mobile-network-prerequisites.md
description: Learn how to complete the prerequisite tasks for deploying a private mobile network with Azure Private 5G Core. -+ Last updated 03/30/2023
private-5g-core Configure Access For User Equipment Ip Addresses https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/configure-access-for-user-equipment-ip-addresses.md
description: Learn how to configure your Azure Private 5G Core to access UE IP addresses. -+ Last updated 10/02/2023
private-5g-core Configure Internal Forwarding https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/configure-internal-forwarding.md
description: In this how-to guide you'll learn how to enable or disable UE to UE internal forwarding using policy control configuration in the Azure portal. -+ Last updated 05/31/2023
private-5g-core Configure Routers High Availability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/configure-routers-high-availability.md
description: This how-to guide shows how to configure your routers for a Highly Available (HA) Azure Private 5G Core deployment -+ Last updated 04/30/2024
private-5g-core Configure Service Azure Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/configure-service-azure-portal.md
description: With this how-to guide, learn how to configure a service for Azure Private 5G Core through the Azure portal. -+ Last updated 01/16/2022
private-5g-core Configure Service Sim Policy Arm Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/configure-service-sim-policy-arm-template.md
description: This how-to guide shows how to configure a service and SIM policy using an Azure Resource Manager (ARM) template. -+ Last updated 03/21/2022
private-5g-core Configure Sim Policy Azure Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/configure-sim-policy-azure-portal.md
description: With this how-to guide, learn how to configure a SIM policy for Azure Private 5G Core through the Azure portal. -+ Last updated 01/16/2022
private-5g-core Create A Site https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/create-a-site.md
description: This how-to guide shows how to create a site in your private mobile network. -+ Last updated 01/27/2022
private-5g-core Create Additional Packet Core https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/create-additional-packet-core.md
description: This how-to guide shows how to create additional packet core instances for a site in your private mobile network. -+ Last updated 03/21/2023
private-5g-core Create Manage Network Slices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/create-manage-network-slices.md
description: With this how-to guide, learn how to create, modify and delete network slices for Azure Private 5G Core through the Azure portal. -+ Last updated 09/30/2022
private-5g-core Create Site Arm Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/create-site-arm-template.md
description: This how-to guide shows how to create a site in your private mobile network using an Azure Resource Manager (ARM) template. -+ Last updated 03/16/2022
private-5g-core Create Slice Arm Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/create-slice-arm-template.md
description: This how-to guide shows how to create a slice in your private mobile network using an Azure Resource Manager (ARM) template. -+ Last updated 09/30/2022
private-5g-core Data Plane Packet Capture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/data-plane-packet-capture.md
description: In this how-to guide, you'll learn how to perform packet capture on the control plane or data plane on a packet core instance. -+ Last updated 04/24/2024
private-5g-core Default Service Sim Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/default-service-sim-policy.md
description: Information on the default service and allow-all SIM policy that can be created as part of deploying a private mobile network. -+ Last updated 03/18/2022
private-5g-core Delete A Site https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/delete-a-site.md
description: This how-to guide shows how to delete sites in your private mobile network. -+ Last updated 11/02/2022
private-5g-core Delete Resources https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/delete-resources.md
description: In this how-to guide, you'll learn how to delete all Azure Private 5G Core resources. -+ Last updated 07/07/2023
private-5g-core Deploy Private Mobile Network With Site Arm Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/deploy-private-mobile-network-with-site-arm-template.md
description: Learn how to deploy a private mobile network and site using an Azur
-+ zone_pivot_groups: ase-pro-version
private-5g-core Deploy Private Mobile Network With Site Command Line https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/deploy-private-mobile-network-with-site-command-line.md
description: Learn how to deploy a private mobile network and site using Azure Command-Line Interface (Azure CLI). -+ Last updated 03/15/2023
private-5g-core Deploy Private Mobile Network With Site Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/deploy-private-mobile-network-with-site-powershell.md
description: Learn how to deploy a private mobile network and site using Azure PowerShell. -+ Last updated 03/15/2023
private-5g-core Differentiated Services Codepoint 5Qi Mapping https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/differentiated-services-codepoint-5qi-mapping.md
Title: Azure Private 5G Core 5QI to DSCP mapping
description: Learn about the mapping of 5QI to DSCP values that Azure Private 5G Core uses for transport level marking. -+ Last updated 01/27/2023
private-5g-core Distributed Tracing Share Traces https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/distributed-tracing-share-traces.md
description: In this how-to guide, learn how to export and share your detailed traces for diagnostics. -+ Last updated 05/31/2023
private-5g-core Distributed Tracing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/distributed-tracing.md
description: Information on the distributed tracing web GUI, which provides detailed traces for signaling flows involving packet core instances. -+ Last updated 12/23/2021
private-5g-core Enable Azure Active Directory https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/enable-azure-active-directory.md
description: Complete the prerequisite tasks for enabling Microsoft Entra ID to access Azure Private 5G Core's local monitoring tools. -+ Last updated 12/29/2022
private-5g-core Gather Diagnostics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/gather-diagnostics.md
description: In this how-to guide, you'll learn how to gather remote diagnostics for a site using the Azure portal. -+ Last updated 05/31/2023
private-5g-core How To Guide Deploy A Private Mobile Network Azure Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/how-to-guide-deploy-a-private-mobile-network-azure-portal.md
description: This how-to guide shows how to deploy a private mobile network through Azure Private 5G Core using the Azure portal. -+ Last updated 01/03/2022
private-5g-core Key Components Of A Private Mobile Network https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/key-components-of-a-private-mobile-network.md
description: Learn about the key components of a private mobile network deployed through Azure Private 5G Core. -+ Last updated 02/09/2022
private-5g-core Manage Existing Sims https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/manage-existing-sims.md
Title: Manage existing SIMs - Azure portal
description: In this how-to guide, learn how to manage existing SIMs in your private mobile network using the Azure portal. -+ Last updated 10/26/2023
private-5g-core Manage Sim Groups https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/manage-sim-groups.md
description: With this how-to guide, learn how to manage SIM groups for Azure Private 5G Core through the Azure portal. -+ Last updated 06/16/2022
private-5g-core Modify Local Access Configuration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/modify-local-access-configuration.md
description: In this how-to guide, you'll learn how to modify a packet core instance's local access configuration using the Azure portal. -+ Last updated 11/24/2022
private-5g-core Modify Packet Core https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/modify-packet-core.md
description: In this how-to guide, you'll learn how to modify a packet core instance using the Azure portal. -+ Last updated 03/31/2023
private-5g-core Modify Service Plan https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/modify-service-plan.md
description: In this how-to guide, you'll learn how to modify a service plan using the Azure portal. -+ Last updated 10/13/2022
private-5g-core Monitor Private 5G Core Alerts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/monitor-private-5g-core-alerts.md
Title: Monitor Azure Private 5G Core with alerts
description: Guide to creating alerts for packet cores -+ Last updated 09/14/2023
private-5g-core Monitor Private 5G Core With Platform Metrics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/monitor-private-5g-core-with-platform-metrics.md
Title: Monitor Azure Private 5G Core with Azure Monitor platform metrics
description: Information on using Azure Monitor platform metrics to monitor activity and analyze statistics in your private mobile network. -+ Last updated 05/19/2023
private-5g-core Monitor Private 5G Core Workbooks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/monitor-private-5g-core-workbooks.md
Title: Monitor Azure Private 5G Core with Azure Monitor Workbooks
description: Information on using Azure Monitor Workbooks to monitor activity and analyze statistics in your private mobile network. -+ Last updated 08/09/2023
private-5g-core Open Support Request https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/open-support-request.md
description: This article guides you through how to submit a support request if you have a problem with your AP5GC service. -+ Last updated 05/31/2023
private-5g-core Packet Core Dashboards https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/packet-core-dashboards.md
description: Information on the packet core dashboards, which can be used to monitor key statistics in an Azure Private 5G Core deployment. -+ Last updated 01/19/2022
private-5g-core Ping Traceroute https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/ping-traceroute.md
description: In this how-to guide, you'll learn how to use the ping and traceroute utilities to check a packet core instance's network connectivity. -+ Last updated 07/31/2023
private-5g-core Policy Control https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/policy-control.md
description: Information on Azure Private 5G Core's policy control configuration, which allows for flexible traffic handling in your private mobile network. -+ Last updated 01/16/2022
private-5g-core Private 5G Core Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/private-5g-core-overview.md
Title: What is Azure Private 5G Core?
description: Azure Private 5G Core is an Azure cloud service for deploying 5G core network functions to form on-premises private mobile networks for 5G Internet of Things (IoT) devices. -+ Last updated 02/20/2022
private-5g-core Private Mobile Network Design Requirements https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/private-mobile-network-design-requirements.md
description: Learn how to design a private mobile network for Azure Private 5G Core. -+ Last updated 03/30/2023
private-5g-core Provision Sims Arm Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/provision-sims-arm-template.md
description: This how-to guide shows how to provision new SIMs using an Azure Resource Manager (ARM) template. -+ Last updated 03/21/2022
private-5g-core Provision Sims Azure Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/provision-sims-azure-portal.md
description: In this how-to guide, learn how to provision new SIMs for an existing private mobile network using the Azure portal. -+ Last updated 12/01/2023
private-5g-core Ran Insights Concepts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/ran-insights-concepts.md
Title: RAN Insights Concepts
description: Learn about the key components of a RAN Insights deployed through Azure Private 5G Core. -+ Last updated 5/28/2024
private-5g-core Ran Insights Create Resource https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/ran-insights-create-resource.md
Title: Create a radio access network insights resource
description: Learn how to set up your radio access network insights resource -+ Last updated 5/28/2024
private-5g-core Ran Insights Monitor With Correlated Metrics Concepts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/ran-insights-monitor-with-correlated-metrics-concepts.md
Title: Monitor with correlated metrics in Azure portal
description: Learn about correlated metrics between RAN and packet core metrics -+ Last updated 5/28/2024
private-5g-core Ran Insights Monitor With Geo Maps Concepts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/ran-insights-monitor-with-geo-maps-concepts.md
Title: Monitor with geo maps in Azure portal
description: Learn about geo maps for RAN insights resource -+ Last updated 5/28/2024
private-5g-core Ran Insights Monitor With Ran Metrics Concepts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/ran-insights-monitor-with-ran-metrics-concepts.md
Title: Monitor with RAN Metrics in Azure portal
description: Learn about RAN basic metrics -+ Last updated 5/28/2024
private-5g-core Region Code Names https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/region-code-names.md
Title: Region code names for Azure Private 5G Core
description: Learn about the region code names used for the location parameter in Azure Private 5G Core ARM templates -+ Last updated 11/17/2022
private-5g-core Region Move Private Mobile Network Resources https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/region-move-private-mobile-network-resources.md
description: In this how-to guide, you'll learn how to move your private mobile network resources to a different region. -+ Last updated 01/04/2023
private-5g-core Reinstall Packet Core https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/reinstall-packet-core.md
description: In this how-to guide, you'll learn how to reinstall a packet core instance using the Azure portal. -+ Last updated 11/03/2022
private-5g-core Reliability Private 5G Core https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/reliability-private-5g-core.md
Title: Reliability in Azure Private 5G Core
description: Find out about reliability in Azure Private 5G Core. -+ Last updated 01/31/2022
private-5g-core Security https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/security.md
description: An overview of security features provided by Azure Private 5G Core. -+ Last updated 01/25/2022
private-5g-core Set Up Kubectl Access https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/set-up-kubectl-access.md
description: This how-to guide shows how to obtain kubectl files that can be used to monitor your deployment and obtain diagnostics. -+ Last updated 07/07/2023
private-5g-core Statement Of Compliance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/statement-of-compliance.md
description: Information on Azure Private 5G Core's compliance with specifications. -+ Last updated 01/20/2022
private-5g-core Supi Concealment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/supi-concealment.md
description: In this how-to guide, learn how to configure SUPI concealment. -+ Last updated 02/01/2024
private-5g-core Support Lifetime https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/support-lifetime.md
description: Details of support for AP5GC versions. -+ Last updated 11/07/2023
private-5g-core Tutorial Create Example Set Of Policy Control Configuration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/tutorial-create-example-set-of-policy-control-configuration.md
description: In this tutorial, you'll create an example policy control configuration set with traffic handling for common scenarios. -+ Last updated 01/16/2022
private-5g-core Ue Usage Event Hub https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/ue-usage-event-hub.md
Title: Monitor UE usage with Event Hubs
description: Information on using Azure Event Hubs to monitor UE usage in your private mobile network. -+ Last updated 05/24/2023
private-5g-core Upgrade Packet Core Arm Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/upgrade-packet-core-arm-template.md
description: In this how-to guide, you'll learn how to upgrade a packet core instance using an Azure Resource Manager template (ARM template). -+ Last updated 05/16/2022
private-5g-core Upgrade Packet Core Azure Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/upgrade-packet-core-azure-portal.md
description: In this how-to guide, you'll learn how to upgrade a packet core instance using the Azure portal. -+ Last updated 04/27/2022
private-5g-core Whats New https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-5g-core/whats-new.md
Title: What's new in Azure Private 5G Core?
description: Discover what's new in Azure Private 5G Core. -+ Last updated 12/21/2023
private-link Availability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/availability.md
Title: Azure Private Link availability
description: In this article, learn about which Azure services support Private Link. -+ Last updated 07/10/2024
private-link Configure Asg Private Endpoint https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/configure-asg-private-endpoint.md
description: Learn how to create a private endpoint with an application security group (ASG) or apply an ASG to an existing private endpoint. -+ Last updated 06/14/2022
private-link Create Private Endpoint Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/create-private-endpoint-bicep.md
Title: 'Quickstart: Create a private endpoint - Bicep'
description: In this quickstart, you'll learn how to create a private endpoint using Bicep. -+ Last updated 03/28/2024
private-link Create Private Endpoint Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/create-private-endpoint-cli.md
Title: 'Quickstart: Create a private endpoint - Azure CLI'
description: In this quickstart, you learn how to create a private endpoint using the Azure CLI. -+ Last updated 06/14/2023
private-link Create Private Endpoint Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/create-private-endpoint-portal.md
Title: 'Quickstart: Create a private endpoint - Azure portal'
description: In this quickstart, learn how to create a private endpoint using the Azure portal. -+ Last updated 02/26/2024
private-link Create Private Endpoint Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/create-private-endpoint-powershell.md
Title: 'Quickstart: Create a private endpoint - Azure PowerShell'
description: In this quickstart, you learn how to create a private endpoint using Azure PowerShell. -+ Last updated 02/26/2024
private-link Create Private Endpoint Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/create-private-endpoint-template.md
Title: 'Quickstart: Create a private endpoint - ARM template'
description: In this quickstart, you'll learn how to create a private endpoint using an Azure Resource Manager template (ARM template). -+ Last updated 03/28/2024
private-link Create Private Link Service Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/create-private-link-service-bicep.md
description: In this quickstart, you use Bicep to create a private link service. -+ Last updated 03/12/2024
private-link Create Private Link Service Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/create-private-link-service-cli.md
Title: 'Quickstart - Create an Azure Private Link service - Azure CLI'
description: In this quickstart, learn how to create an Azure Private Link service using Azure CLI. -+ Last updated 03/28/2024
private-link Create Private Link Service Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/create-private-link-service-portal.md
description: Learn how to create a Private Link service using the Azure portal in this quickstart. -+ Last updated 08/29/2023
private-link Create Private Link Service Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/create-private-link-service-powershell.md
Title: 'Quickstart: Create an Azure private link service - Azure PowerShell'
description: In this quickstart, learn how to create an Azure private link service using Azure PowerShell. -+ Last updated 06/23/2023
private-link Create Private Link Service Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/create-private-link-service-template.md
Title: 'Quickstart: Create a private link service - ARM template'
description: In this quickstart, you use an Azure Resource Manager template (ARM template) to create a private link service. -+ Last updated 03/12/2024
private-link Disable Private Endpoint Network Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/disable-private-endpoint-network-policy.md
description: Learn how to manage network policies for private endpoints. -+ Last updated 07/26/2023
private-link Disable Private Link Service Network Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/disable-private-link-service-network-policy.md
Title: 'Disable network policies for Azure Private Link service source IP addres
description: Learn how to disable network policies for Azure Private Link. -+ Last updated 03/28/2024
private-link How To Approve Private Link Cross Subscription https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/how-to-approve-private-link-cross-subscription.md
description: Get started learning how to approve and manage private endpoint connections across subscriptions by using Azure Private Link. -+ Last updated 01/11/2024 # Customer intent: As a network administrator, I want to approve Private Link connections across Azure subscriptions.
private-link Inspect Traffic With Azure Firewall https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/inspect-traffic-with-azure-firewall.md
Title: 'Azure Firewall scenarios to inspect traffic destined to a private endpoi
description: Learn about different scenarios to inspect traffic destined to a private endpoint using Azure Firewall. -+ Last updated 08/14/2023
private-link Manage Private Endpoint https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/manage-private-endpoint.md
description: Learn how to manage private endpoints in Azure. -+ Last updated 03/28/2024
private-link Private Endpoint Dns Integration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/private-endpoint-dns-integration.md
Title: Azure Private Endpoint DNS integration
description: Learn about Azure Private Endpoint DNS configuration scenarios. -+ Last updated 05/02/2024
private-link Private Endpoint Dns https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/private-endpoint-dns.md
Title: Azure Private Endpoint private DNS zone values
description: Learn about the private DNS zone values for Azure services that support private endpoints. -+ Last updated 07/08/2024
private-link Private Endpoint Export Dns https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/private-endpoint-export-dns.md
description: In this tutorial, learn how to export DNS records for a private endpoint in the Azure portal. -+ Last updated 07/25/2021
private-link Private Endpoint Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/private-endpoint-overview.md
description: In this article, you learn how to use the Private Endpoint feature of Azure Private Link. -+ Last updated 10/13/2023
private-link Private Link Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/private-link-overview.md
Title: What is Azure Private Link?
description: Overview of Azure Private Link features, architecture, and implementation. Learn how Azure Private Endpoints and Azure Private Link service works and how to use them. -+ Last updated 03/18/2024
private-link Private Link Service Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/private-link-service-overview.md
Title: What is Azure Private Link service?
description: Learn about Azure Private Link service. -+ Last updated 02/23/2024
private-link Rbac Permissions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/rbac-permissions.md
Title: Azure RBAC permissions for Azure Private Link
description: Get started learning about the Azure RBAC permissions needed to deploy a private endpoint and private link service. -+ Last updated 5/25/2021
private-link Troubleshoot Private Endpoint Connectivity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/troubleshoot-private-endpoint-connectivity.md
Title: Troubleshoot Azure Private Endpoint connectivity problems description: Step-by-step guidance to diagnose private endpoint connectivity -+ Last updated 03/28/2023
private-link Troubleshoot Private Link Connectivity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/troubleshoot-private-link-connectivity.md
Title: Troubleshoot Azure Private Link Service connectivity problems description: Step-by-step guidance to diagnose private link connectivity -+ Last updated 03/29/2020
private-link Tutorial Dns On Premises Private Resolver https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/tutorial-dns-on-premises-private-resolver.md
description: Learn how to deploy a private endpoint with an Azure Private resolver for an on-premises workload. -+ Last updated 08/29/2023
private-link Tutorial Inspect Traffic Azure Firewall https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/tutorial-inspect-traffic-azure-firewall.md
Title: 'Tutorial: Inspect private endpoint traffic with Azure Firewall'
description: Learn how to inspect private endpoint traffic with Azure Firewall. -+ Last updated 10/13/2023
private-link Tutorial Private Endpoint Sql Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/tutorial-private-endpoint-sql-cli.md
description: Use this tutorial to learn how to create an Azure SQL server with a
# Customer intent: As someone with a basic network background, but is new to Azure, I want to create a private endpoint on a SQL server so that I can securely connect to it.-+ Last updated 11/03/2020
private-link Tutorial Private Endpoint Sql Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/tutorial-private-endpoint-sql-portal.md
Title: 'Tutorial: Connect to an Azure SQL server using an Azure Private Endpoint
description: Get started with this tutorial to learn how to connect to a storage account privately via Azure Private Endpoint using the Azure portal. -+ Last updated 08/30/2023
private-link Tutorial Private Endpoint Sql Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/tutorial-private-endpoint-sql-powershell.md
description: Use this tutorial to learn how to create an Azure SQL server with a
# Customer intent: As someone with a basic network background, but is new to Azure, I want to create a private endpoint on a SQL server so that I can securely connect to it.-+ Last updated 10/31/2020
private-link Tutorial Private Endpoint Storage Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-link/tutorial-private-endpoint-storage-portal.md
description: Get started with this tutorial using Azure Private endpoint to connect to a storage account privately. -+ Last updated 07/18/2023
private-multi-access-edge-compute-mec Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/private-multi-access-edge-compute-mec/overview.md
Title: 'Azure private multi-access edge compute'
description: Learn about the Azure private multi-access edge compute (MEC) solution that brings together a portfolio of Microsoft compute, networking and application services managed from the cloud. -+ Last updated 04/26/2024
public-multi-access-edge-compute-mec Considerations For Deployment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/public-multi-access-edge-compute-mec/considerations-for-deployment.md
Title: Considerations for deployment in Azure public MEC
description: Learn about considerations for customers to plan for before they deploy applications in an Azure public multi-access edge compute (MEC) solution. -+ Last updated 11/22/2022
public-multi-access-edge-compute-mec Key Concepts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/public-multi-access-edge-compute-mec/key-concepts.md
Title: Key concepts for Azure public MEC
description: Learn about important concepts for Azure public multi-access edge compute (MEC). -+ Last updated 11/22/2022
public-multi-access-edge-compute-mec Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/public-multi-access-edge-compute-mec/overview.md
Title: What is Azure public MEC?
description: Learn about the benefits of Azure public multi-access edge compute (MEC) and how it works. -+ Last updated 11/22/2022
public-multi-access-edge-compute-mec Quickstart Create Vm Azure Resource Manager Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/public-multi-access-edge-compute-mec/quickstart-create-vm-azure-resource-manager-template.md
Title: 'Quickstart: Deploy a virtual machine in Azure public MEC using an ARM te
description: In this quickstart, learn how to deploy a virtual machine in Azure public multi-access edge compute (MEC) by using an Azure Resource Manager template. -+ Last updated 11/22/2022
public-multi-access-edge-compute-mec Quickstart Create Vm Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/public-multi-access-edge-compute-mec/quickstart-create-vm-cli.md
Title: 'Quickstart: Deploy a virtual machine in Azure public MEC using Azure CLI
description: In this quickstart, learn how to deploy a virtual machine in Azure public multi-access edge (MEC) compute by using the Azure CLI. -+ Last updated 11/22/2022
public-multi-access-edge-compute-mec Tutorial Create Vm Using Go Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/public-multi-access-edge-compute-mec/tutorial-create-vm-using-go-sdk.md
Title: 'Tutorial: Deploy resources in Azure public MEC using the Go SDK'
description: In this tutorial, learn how to deploy resources in Azure public multi-access edge compute (MEC) by using the Go SDK. -+ Last updated 11/22/2022
public-multi-access-edge-compute-mec Tutorial Create Vm Using Python Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/public-multi-access-edge-compute-mec/tutorial-create-vm-using-python-sdk.md
Title: 'Tutorial: Deploy a virtual machine in Azure public MEC using the Python
description: This tutorial demonstrates how to use Azure SDK management libraries in a Python script to create a resource group in Azure public multi-access edge compute (MEC) that contains a Linux virtual machine. -+ Last updated 11/22/2022
reliability Migrate Api Mgt https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/reliability/migrate-api-mgt.md
Title: Migrate Azure API Management to availability zones description: Learn how to migrate your Azure API Management instances to availability zones for zone redundancy. -+ Last updated 07/07/2022
reliability Migrate Database Mysql Flex https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/reliability/migrate-database-mysql-flex.md
Title: Migrate Azure Database for MySQL ΓÇô Flexible Server to availability zone support description: Learn how to migrate your Azure Database for MySQL ΓÇô Flexible Server to availability zone support. -+ Last updated 12/13/2022
reliability Migrate Recovery Services Vault https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/reliability/migrate-recovery-services-vault.md
Title: Migrate Azure Recovery Services Vault to availability zone support description: Learn how to migrate your Azure Recovery Services Vault to availability zone support. -+ Last updated 06/24/2022
reliability Reliability Api Center https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/reliability/reliability-api-center.md
-+ Last updated 04/15/2024
reliability Reliability App Gateway Containers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/reliability/reliability-app-gateway-containers.md
description: Find out about reliability in Azure Application Gateway for Contain
-+ Last updated 02/07/2024
reliability Reliability Backup https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/reliability/reliability-backup.md
-+ Last updated 10/18/2023
reliability Reliability Bastion https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/reliability/reliability-bastion.md
-+ Last updated 06/24/2024
reliability Reliability Batch https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/reliability/reliability-batch.md
-+ Last updated 03/09/2023
reliability Reliability Bot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/reliability/reliability-bot.md
-+ Last updated 01/06/2022
reliability Reliability Chaos Studio https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/reliability/reliability-chaos-studio.md
-+ Last updated 01/23/2024
reliability Reliability Containers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/reliability/reliability-containers.md
-+ Last updated 11/29/2022 #Customer intent: I want to understand reliability support in Azure Container Instances so that I can respond to and/or avoid failures in order to minimize downtime and data loss.
reliability Reliability Cosmos Mongodb https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/reliability/reliability-cosmos-mongodb.md
description: Find out about reliability in Azure Cosmos DB for MongoDB vCore
-+ Last updated 03/11/2024
reliability Reliability Ddos https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/reliability/reliability-ddos.md
-+ Last updated 03/14/2024
reliability Reliability Deployment Environments https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/reliability/reliability-deployment-environments.md
Title: Reliability and availability in Azure Deployment Environments description: Learn how Azure Deployment Environments supports disaster recovery. Understand reliability and availability within a single region and across regions.-+
reliability Reliability Load Balancer https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/reliability/reliability-load-balancer.md
-+ Last updated 02/05/2024
resource-mover About Move Process https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/resource-mover/about-move-process.md
Title: About the move process in Azure Resource Mover description: Learn about the process for moving resources across regions with Azure Resource Mover -+ Last updated 03/29/2024
resource-mover Common Questions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/resource-mover/common-questions.md
Title: Common questions about Azure Resource Mover? description: Get answers to common questions about Azure Resource Mover. -+ Last updated 03/29/2024
resource-mover Manage Resources Created Move Process https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/resource-mover/manage-resources-created-move-process.md
Title: Manage resources that are created during the virtual machine move process in Azure Resource Mover description: Learn how to manage resources that are created during the virtual machine move process in Azure Resource Mover. -+ Last updated 03/29/2024
resource-mover Modify Target Settings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/resource-mover/modify-target-settings.md
Title: Modify destination settings when moving Azure VMs between regions with Azure Resource Mover description: Learn how to modify destination settings when moving Azure VMs between regions with Azure Resource Mover. -+ Last updated 03/29/2024
resource-mover Move Across Region Dashboard https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/resource-mover/move-across-region-dashboard.md
Title: Move across region dashboard
description: Monitor your resources moving across regions using Move across region dashboard. -+ Last updated 03/29/2024
resource-mover Move Region Availability Zone https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/resource-mover/move-region-availability-zone.md
Title: Move Azure VMs to availability zones in another region with Azure Resource Mover description: Learn how to move Azure VMs to availability zones with Azure Resource Mover. -+ Last updated 03/29/2024
resource-mover Move Region Within Resource Group https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/resource-mover/move-region-within-resource-group.md
Title: Move resources to another region with Azure Resource Mover description: Learn how to move resources within a resource group to another region with Azure Resource Mover. -+ Last updated 03/29/2024
resource-mover Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/resource-mover/overview.md
Title: What is Azure Resource Mover? description: Learn about Azure Resource Mover -+ Last updated 03/29/2024
resource-mover Remove Move Resources https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/resource-mover/remove-move-resources.md
Title: Remove resources from a move collection in Azure Resource Mover description: Learn how to remove resources from a move collection in Azure Resource Mover. -+ Last updated 03/29/2024
resource-mover Select Move Tool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/resource-mover/select-move-tool.md
Title: Choose a tool for moving Azure resources across regions description: Review options and tools for moving Azure resources across regions -+ Last updated 03/29/2024
resource-mover Support Matrix Extension Resource Types https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/resource-mover/support-matrix-extension-resource-types.md
Title: Support of Extension resource types in Azure Resource Mover
description: Supported Extension resource types -+ Last updated 03/29/2024
resource-mover Support Matrix Move Region Azure Vm https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/resource-mover/support-matrix-move-region-azure-vm.md
Title: Support matrix for moving Azure VMs to another region with Azure Resource Mover description: Review support for moving Azure VMs between regions with Azure Resource Mover. -+ Last updated 03/29/2024
resource-mover Support Matrix Move Region Sql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/resource-mover/support-matrix-move-region-sql.md
Title: Support for moving Azure SQL resources between regions with Azure Resource Mover. description: Review support for moving Azure SQL resources between regions with Azure Resource Mover. -+ Last updated 03/29/2024
resource-mover Tutorial Move Region Encrypted Virtual Machines https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/resource-mover/tutorial-move-region-encrypted-virtual-machines.md
Title: Move encrypted Azure VMs across regions by using Azure Resource Mover description: Learn how to move encrypted Azure VMs to another region by using Azure Resource Mover. -+ Last updated 03/29/2024
resource-mover Tutorial Move Region Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/resource-mover/tutorial-move-region-powershell.md
Title: Move resources across regions using PowerShell in Azure Resource Mover description: Learn how to move resources across regions using PowerShell in Azure Resource Mover. -+ Last updated 03/29/2024
resource-mover Tutorial Move Region Sql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/resource-mover/tutorial-move-region-sql.md
Title: Move Azure SQL resources between regions with Azure Resource Mover description: Learn how to move Azure SQL resources to another region with Azure Resource Mover -+ Last updated 03/29/2024
resource-mover Tutorial Move Region Virtual Machines https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/resource-mover/tutorial-move-region-virtual-machines.md
Title: Move Azure VMs across regions with Azure Resource Mover description: Learn how to move Azure VMs to another region with Azure Resource Mover -+ Last updated 03/29/2024
resource-mover Whats New https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/resource-mover/whats-new.md
Title: What's new in Azure Resource Mover
description: Provides a summary of new features and the latest updates in the Azure Resource Mover service -+ Last updated 03/29/2024
route-server About Dual Homed Network https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/route-server/about-dual-homed-network.md
Title: About dual-homed network with Azure Route Server
description: Learn how to utilize Azure Route Server in a dual-homed network where you can connect a spoke virtual network (VNet) to more than one hub VNet. -+ Last updated 01/30/2024 #CustomerIntent: As an Azure administrator, I want to peer spoke virtual networks (VNets) to more than one hub VNet so that the resources in the spoke VNets can communicated through either of the hub VNets.
route-server Anycast https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/route-server/anycast.md
description: Learn about advertising the same route from different regions with Azure Route Server. -+ Last updated 02/07/2024 #CustomerIntent: As a <type of user>, I want <what?> so that <why?>.
route-server Expressroute Vpn Support https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/route-server/expressroute-vpn-support.md
description: Learn about how Azure Route Server exchanges routes between network virtual appliances (NVA), Azure ExpressRoute gateways, and Azure VPN gateways. -+ Last updated 05/14/2024
route-server Hub Routing Preference Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/route-server/hub-routing-preference-cli.md
description: Learn how to configure routing preference in Azure Route Server using the Azure CLI to influence its route selection. -+ Last updated 11/15/2023
route-server Hub Routing Preference Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/route-server/hub-routing-preference-portal.md
description: Learn how to configure routing preference in Azure Route Server using the Azure portal to influence its route selection. -+ Last updated 11/15/2023
route-server Hub Routing Preference Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/route-server/hub-routing-preference-powershell.md
description: Learn how to configure routing preference in Azure Route Server using Azure PowerShell to influence its route selection. -+ Last updated 11/15/2023
route-server Hub Routing Preference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/route-server/hub-routing-preference.md
description: Learn about Azure Route Server routing preference feature to change how the Route Server can learn routes. -+ Last updated 11/15/2023
route-server Monitor Route Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/route-server/monitor-route-server.md
Title: Monitor Azure Route Server
description: Learn how to monitor your Azure Route Server using Azure Monitor and understand available metrics. -+ Last updated 05/02/2024
route-server Multiregion https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/route-server/multiregion.md
description: Learn how Azure Route Server enables multi-region designs.
-+ Last updated 03/13/2024
route-server Next Hop Ip https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/route-server/next-hop-ip.md
description: Learn how to use the next hop IP support in Azure Route Server to peer with network virtual appliances (NVAs) behind an internal load balancer. -+ Last updated 02/13/2024
route-server Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/route-server/overview.md
Title: What is Azure Route Server?
description: Learn how Azure Route Server can simplify routing between your network virtual appliance (NVA) and your virtual network. -+ Last updated 12/12/2023
route-server Path Selection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/route-server/path-selection.md
Title: Path selection with Azure Route Server
description: Learn about how Azure Route Server enables path selection for your network virtual appliance (NVA). -+ Last updated 12/13/2023
route-server Peer Route Server With Virtual Appliance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/route-server/peer-route-server-with-virtual-appliance.md
Title: 'Tutorial: Configure BGP peering between Azure Route Server and NVA'
description: This tutorial shows you how to configure an Azure Route Server and peer it with a Network Virtual Appliance (NVA) using the Azure portal. -+ Last updated 07/11/2024
route-server Quickstart Configure Route Server Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/route-server/quickstart-configure-route-server-cli.md
Title: 'Quickstart: Create and configure Route Server - Azure CLI'
description: In this quickstart, you learn how to create and configure an Azure Route Server using Azure CLI. -+ Last updated 08/14/2023
route-server Quickstart Configure Route Server Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/route-server/quickstart-configure-route-server-portal.md
Title: 'Quickstart: Create and configure Route Server - Azure portal'
description: In this quickstart, you learn how to create and configure an Azure Route Server using the Azure portal. -+ Last updated 08/11/2023
route-server Quickstart Configure Route Server Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/route-server/quickstart-configure-route-server-powershell.md
Title: 'Quickstart: Create and configure Route Server - Azure PowerShell'
description: In this quickstart, you learn how to create and configure an Azure Route Server using Azure PowerShell. -+ Last updated 08/11/2023
route-server Quickstart Configure Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/route-server/quickstart-configure-template.md
Title: 'Quickstart: Create an Azure Route Server - ARM template'
description: In this quickstart, you learn how to create an Azure Route Server using Azure Resource Manager template (ARM template). -+ Last updated 04/18/2024
route-server Route Injection In Spokes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/route-server/route-injection-in-spokes.md
description: Learn how Azure Route Server injects routes in virtual networks (VNets) in different topologies. -+ Last updated 03/13/2024
route-server Route Server Faq https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/route-server/route-server-faq.md
Title: Azure Route Server frequently asked questions (FAQ)
description: Find answers to frequently asked questions about Azure Route Server. -+ Last updated 08/18/2023
route-server Troubleshoot Route Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/route-server/troubleshoot-route-server.md
Title: Troubleshoot Azure Route Server issues
description: Learn how to troubleshoot some of the common issues that you may have when you use Azure Route Server in your virtual network. -+ Last updated 12/17/2023
route-server Tutorial Protect Route Server Ddos https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/route-server/tutorial-protect-route-server-ddos.md
Title: 'Tutorial: Protect your Route Server with Azure DDoS protection'
description: Learn how to set up a route server and protect it with Azure DDoS protection using the Azure portal. -+ Last updated 06/12/2024
sap Integration Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/sap/workloads/integration-get-started.md
Select an area for resources about how to integrate SAP and Azure in that space.
For more information about integration with [Azure OpenAI service](/azure/ai-services/openai/overview), see the following Azure documentation:
+- [Streamlining SAP Processes with Azure OpenAI, Copilot Studio, and Power Platform | blog](https://techcommunity.microsoft.com/t5/running-sap-applications-on-the/streamlining-sap-processes-with-azure-openai-copilot-studio-and/ba-p/4164338)
- [Microsoft AI SDK for SAP](https://microsoft.github.io/aisdkforsapabap/docs/intro) - [ABAP SDK for Azure](https://github.com/microsoft/ABAP-SDK-for-Azure) Also see these SAP resources: -- [empower SAP RISE enterprise users with Azure OpenAI in multicloud environment](https://blogs.sap.com/2023/02/14/empower-sap-rise-enterprise-users-with-chatgpt-in-multi-cloud-environment/)-- [Consume OpenAI services (GPT) through CAP & SAP BTP, AI Core](https://github.com/SAP-samples/azure-openai-aicore-cap-api)
+- [empower SAP RISE enterprise users with Azure OpenAI in multicloud environment | blog](https://blogs.sap.com/2023/02/14/empower-sap-rise-enterprise-users-with-chatgpt-in-multi-cloud-environment/)
+- [Consume OpenAI services (GPT) through CAP & SAP BTP, AI Core | github repos](https://github.com/SAP-samples/azure-openai-aicore-cap-api)
- [SAP SuccessFactors Helps HR Solve Skills Gap with Generative AI | SAP News](https://news.sap.com/2023/05/sap-successfactors-helps-hr-solve-skills-gap-with-generative-ai/) ### Microsoft Copilot For more information about integration with [Microsoft 365 Copilot](https://blogs.microsoft.com/blog/2023/03/16/introducing-microsoft-365-copilot-your-copilot-for-work/), see the following Microsoft resources:
+- [Enhancing Copilot Studio Extensions for SAP by using Adaptive Cards and Principal Propagation](https://techcommunity.microsoft.com/t5/running-sap-applications-on-the/enhancing-copilot-studio-extensions-for-sap-by-using-adaptive/ba-p/4187096)
- [The synergy of market leaders: Exploring Microsoft and SAPΓÇÖs game-changing collaboration | blog](https://azure.microsoft.com/blog/the-synergy-of-market-leaders-exploring-microsoft-and-saps-game-changing-collaboration/) Also see these SAP resources:
scheduler Migrate From Scheduler To Logic Apps https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/scheduler/migrate-from-scheduler-to-logic-apps.md
Title: Migrate from Azure Scheduler to Azure Logic Apps description: Replace Azure Scheduler jobs with Azure Logic Apps. -+ ms.suite: infrastructure-services
sentinel Upload Indicators Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/sentinel/upload-indicators-api.md
There are two versions of the upload indicators API. Depending on the endpoint,
``` - Connector action name: **Threat Intelligence - Upload Indicators of Compromise (V2) (Preview)**
- - Endpoint: `https://sentinelus.azure-api.net/{workspaceId}/threatintelligenceindicators:upload`
+ - Endpoint: `https://sentinelus.azure-api.net/workspaces/{workspaceId}/threatintelligenceindicators:upload`
- Array of indicators name: `indicators` ```json {
There are two versions of the upload indicators API. Depending on the endpoint,
#### Request URI API versioning: `api-version=2022-07-01`<br>
-Endpoint: `https://sentinelus.azure-api.net/{workspaceId}/threatintelligence:upload-indicators?api-version=2022-07-01`<br>
+Endpoint: `https://sentinelus.azure-api.net/workspaces/{workspaceId}/threatintelligenceindicators:upload?api-version=2022-07-01`<br>
Method: `POST`<br> #### Request header
service-fabric Container Image Management https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/service-fabric/container-image-management.md
description: How to use container image management in a service fabric cluster.
-+ Last updated 06/22/2023
service-fabric How To Managed Cluster Application Gateway https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/service-fabric/how-to-managed-cluster-application-gateway.md
description: This article describes how to use Application Gateway in a Service
-+ Last updated 09/05/2023
service-fabric How To Managed Cluster Ddos Protection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/service-fabric/how-to-managed-cluster-ddos-protection.md
description: This article describes how to use Azure DDoS Protection in a Servic
-+ Last updated 09/05/2023
service-fabric How To Managed Cluster Public Ip Prefix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/service-fabric/how-to-managed-cluster-public-ip-prefix.md
description: This article describes how to enable Public IP address prefix in a
-+ Last updated 07/05/2023
service-fabric How To Managed Cluster Troubleshoot Snat Port Exhaustion Issues https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/service-fabric/how-to-managed-cluster-troubleshoot-snat-port-exhaustion-issues.md
description: This article describes how to troubleshoot SNAT Port exhaustion iss
-+ Last updated 09/05/2023
service-fabric Quickstart Cluster Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/service-fabric/quickstart-cluster-bicep.md
Last updated 06/22/2022 -+
service-fabric Cli Create Cluster https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/service-fabric/scripts/cli-create-cluster.md
description: How to create a secure Service Fabric Linux cluster in Azure via th
-+ Last updated 01/18/2018
service-fabric Cli Deploy Application https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/service-fabric/scripts/cli-deploy-application.md
description: Deploy an application to an Azure Service Fabric cluster using the
-+ Last updated 04/16/2018
service-fabric Cli Remove Application https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/service-fabric/scripts/cli-remove-application.md
description: Remove an application from an Azure Service Fabric cluster using th
-+ Last updated 12/06/2017
service-fabric Service Fabric Powershell Add Application Certificate https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/service-fabric/scripts/service-fabric-powershell-add-application-certificate.md
description: Azure PowerShell Script Sample - Add an application certificate to
-+ Last updated 01/18/2018
service-fabric Service Fabric Powershell Add Nsg Rule https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/service-fabric/scripts/service-fabric-powershell-add-nsg-rule.md
description: Azure PowerShell Script Sample - Adds a network security group to a
-+ Last updated 11/28/2017
service-fabric Service Fabric Powershell Change Rdp Port Range https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/service-fabric/scripts/service-fabric-powershell-change-rdp-port-range.md
-+ Last updated 03/19/2018
service-fabric Service Fabric Powershell Change Rdp User And Pw https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/service-fabric/scripts/service-fabric-powershell-change-rdp-user-and-pw.md
description: Azure PowerShell Script Sample - Update the RDP username and passwo
-+ Last updated 03/19/2018
service-fabric Service Fabric Powershell Create Secure Cluster Cert https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/service-fabric/scripts/service-fabric-powershell-create-secure-cluster-cert.md
ms.assetid: 0f9c8bc5-3789-4eb3-8deb-ae6e2200795a-+ Last updated 01/19/2018
service-fabric Service Fabric Powershell Deploy Application https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/service-fabric/scripts/service-fabric-powershell-deploy-application.md
description: Azure PowerShell Script Sample - Deploy an application to a Service
-+ Last updated 01/18/2018
service-fabric Service Fabric Powershell Open Port In Load Balancer https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/service-fabric/scripts/service-fabric-powershell-open-port-in-load-balancer.md
description: Azure PowerShell Script Sample - Open a port in the Azure load bala
-+ Last updated 05/18/2018
service-fabric Service Fabric Powershell Remove Application https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/service-fabric/scripts/service-fabric-powershell-remove-application.md
description: Azure PowerShell Script Sample - Remove an application from a Servi
-+ Last updated 01/18/2018
service-fabric Service Fabric Powershell Upgrade Application https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/service-fabric/scripts/service-fabric-powershell-upgrade-application.md
description: Azure PowerShell Script Sample - Upgrade and monitor an Azure Servi
-+ Last updated 01/18/2018
service-fabric Sfctl List Applications https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/service-fabric/scripts/sfctl-list-applications.md
description: Service Fabric CLI Script Sample - List the applications provisione
-+ Last updated 04/13/2018
service-fabric Sfctl Upgrade Application https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/service-fabric/scripts/sfctl-upgrade-application.md
description: Service Fabric CLI Script Sample - Update an application with a new
-+ Last updated 12/06/2017
service-fabric Service Fabric Cluster Resource Manager Inbuild Throttling https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/service-fabric/service-fabric-cluster-resource-manager-inbuild-throttling.md
description: Configure, understand, and apply InBuild Throttling constraint.
-+ Last updated 02/28/2024
service-health Service Health Alert Webhook Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/service-health/service-health-alert-webhook-guide.md
Title: Send Azure Service Health notifications via webhooks description: Send personalized notifications about service health events to your existing problem management system. -+ Last updated 3/27/2018
site-recovery Asr Arm Templates https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/asr-arm-templates.md
description: Azure Resource Manager templates for using Azure Site Recovery feat
-+ Last updated 07/08/2024
site-recovery Avs Tutorial Dr Drill Azure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/avs-tutorial-dr-drill-azure.md
Title: Run a disaster recovery drill from Azure VMware Solution to Azure by usin
description: Learn how to run a disaster recovery drill from an Azure VMware Solution private cloud to Azure, by using Azure Site Recovery. -+ Last updated 02/19/2024
site-recovery Avs Tutorial Failback https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/avs-tutorial-failback.md
Title: Fail back Azure VMware Solution VMsfrom Azure with Azure Site Recovery
description: Learn how to failback to the Azure VMware Solution private cloud after failover to Azure, during disaster recovery. -+ Last updated 09/30/2020
site-recovery Avs Tutorial Failover https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/avs-tutorial-failover.md
Title: Fail over Azure VMware Solution VMs to Azure by using Site Recovery
description: Learn how to fail over Azure VMware Solution VMs to Azure in Azure Site Recovery. -+ Last updated 02/19/2024
site-recovery Avs Tutorial Prepare Avs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/avs-tutorial-prepare-avs.md
Title: Prepare Azure VMware Solution for disaster recovery to Azure Site Recover
description: Learn how to prepare Azure VMware Solution servers for disaster recovery to Azure by using the Azure Site Recovery service. -+ Last updated 3/22/2024
site-recovery Avs Tutorial Prepare Azure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/avs-tutorial-prepare-azure.md
description: Learn how to prepare Azure resources for disaster recovery of Azure
-+ Last updated 02/19/2024
site-recovery Avs Tutorial Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/avs-tutorial-replication.md
Title: Set up Azure Site Recovery for Azure VMware Solution VMs
description: Learn how to set up disaster recovery to Azure for Azure VMware Solution VMs, by using Azure Site Recovery. -+ Last updated 08/29/2023
site-recovery Avs Tutorial Reprotect https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/avs-tutorial-reprotect.md
Title: Reprotect Azure VMs to an Azure VMware Solution private cloud with Azure
description: Learn how to reprotect Azure VMware Solution VMs after failover to Azure with Azure Site Recovery. -+ Last updated 09/30/2020
site-recovery Azure Stack Site Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-stack-site-recovery.md
Last updated 02/20/2024 -+ # Replicate Azure Stack VMs to Azure
site-recovery Azure To Azure About Networking https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-about-networking.md
Title: About networking in Azure VM disaster recovery with Azure Site Recovery
description: Provides an overview of networking for replication of Azure VMs using Azure Site Recovery. -+ Last updated 11/21/2021
site-recovery Azure To Azure Architecture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-architecture.md
Title: Azure to Azure disaster recovery architecture in Azure Site Recovery description: Overview of the architecture used when you set up disaster recovery between Azure regions for Azure VMs, using the Azure Site Recovery service. -+ Last updated 02/29/2024
site-recovery Azure To Azure Autoupdate https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-autoupdate.md
Title: Automatic update of the Mobility service in Azure Site Recovery
description: Overview of automatic update of the Mobility service when replicating Azure VMs by using Azure Site Recovery. -+ Last updated 03/24/2023
site-recovery Azure To Azure Common Questions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-common-questions.md
Last updated 04/18/2024 -+ # Common questions: Azure-to-Azure disaster recovery
site-recovery Azure To Azure Customize Networking https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-customize-networking.md
Title: Customize networking configurations for a failover VM | Microsoft Docs
description: Provides an overview of customize networking configurations for a failover VM in the replication of Azure VMs using Azure Site Recovery. -+ Last updated 03/27/2023
site-recovery Azure To Azure Enable Global Disaster Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-enable-global-disaster-recovery.md
Title: Enable disaster recovery across Azure regions across the globe description: This article describes the global disaster recovery feature in Azure Site Recovery.-+ Last updated 12/14/2023
site-recovery Azure To Azure Enable Replication Added Disk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-enable-replication-added-disk.md
Last updated 01/14/2020 -+
site-recovery Azure To Azure Exclude Disks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-exclude-disks.md
-+ Last updated 02/18/2019
site-recovery Azure To Azure How To Enable Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-how-to-enable-policy.md
Last updated 03/13/2024-+
site-recovery Azure To Azure How To Enable Replication Ade Vms https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-how-to-enable-replication-ade-vms.md
Title: Enable replication for encrypted Azure VMs in Azure Site Recovery
description: This article describes how to configure replication for Azure Disk Encryption-enabled VMs from one Azure region to another by using Site Recovery. -+ Last updated 05/06/2024
site-recovery Azure To Azure How To Enable Replication Cmk Disks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-how-to-enable-replication-cmk-disks.md
Title: Enable replication of encrypted Azure VMs in Azure Site Recovery
description: This article describes how to configure replication for VMs with customer-managed key (CMK) enabled disks from one Azure region to another by using Site Recovery. -+ Last updated 03/27/2024
site-recovery Azure To Azure How To Enable Replication Private Endpoints https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-how-to-enable-replication-private-endpoints.md
Title: Enable replication for private endpoints in Azure Site Recovery
description: This article describes how to configure replication for VMs with private endpoints from one Azure region to another by using Site Recovery. -+ Last updated 04/23/2022
site-recovery Azure To Azure How To Enable Replication S2d Vms https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-how-to-enable-replication-s2d-vms.md
Last updated 02/19/2024-+
site-recovery Azure To Azure How To Enable Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-how-to-enable-replication.md
Last updated 03/27/2024-+
site-recovery Azure To Azure How To Enable Zone To Zone Disaster Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-how-to-enable-zone-to-zone-disaster-recovery.md
Title: Enable zone-to-zone disaster recovery for Azure virtual machines
description: This article describes when and how to use zone-to-zone disaster recovery for Azure virtual machines. -+ Last updated 05/06/2024
site-recovery Azure To Azure How To Reprotect https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-how-to-reprotect.md
Title: Reprotect Azure virtual machines to the primary region with Azure Site Re
description: Describes how to reprotect Azure virtual machines after failover, the secondary to primary region, using Azure Site Recovery. -+ Last updated 05/23/2024
site-recovery Azure To Azure Move Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-move-overview.md
Title: Moving Azure VMs to another region with Azure Site Recovery description: Using Azure Site Recovery to move Azure VMs from one Azure region to another. -+ Last updated 02/19/2024
site-recovery Azure To Azure Network Mapping https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-network-mapping.md
Title: Map virtual networks between two regions in Azure Site Recovery
description: Learn about mapping virtual networks between two Azure regions for Azure VM disaster recovery with Azure Site Recovery. -+ Last updated 08/31/2023
site-recovery Azure To Azure Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-powershell.md
Title: Disaster recovery for Azure VMs using Azure PowerShell and Azure Site Recovery description: Learn how to set up disaster recovery for Azure virtual machines with Azure Site Recovery using Azure PowerShell.-+
site-recovery Azure To Azure Quickstart https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-quickstart.md
Last updated 07/14/2023
-+ # Quickstart: Set up disaster recovery to a secondary Azure region for an Azure VM
site-recovery Azure To Azure Replicate After Migration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-replicate-after-migration.md
Title: Set up disaster recovery after migration to Azure with Azure Site Recovery description: This article describes how to prepare machines to set up disaster recovery between Azure regions after migration to Azure using Azure Site Recovery.-+ Last updated 05/02/2023
site-recovery Azure To Azure Support Matrix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-support-matrix.md
Title: Support matrix for Azure VM disaster recovery with Azure Site Recovery
description: Summarizes support for Azure VMs disaster recovery to a secondary region with Azure Site Recovery. Last updated 07/15/2024-+
site-recovery Azure To Azure Troubleshoot Errors https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-troubleshoot-errors.md
Title: Troubleshoot Azure VM replication in Azure Site Recovery description: Troubleshoot errors when replicating Azure virtual machines for disaster recovery. -+ Last updated 03/07/2024
site-recovery Azure To Azure Troubleshoot Network Connectivity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-troubleshoot-network-connectivity.md
-+ Last updated 05/02/2024
site-recovery Azure To Azure Troubleshoot Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-troubleshoot-replication.md
Last updated 03/29/2024-+
site-recovery Azure To Azure Tutorial Enable Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-tutorial-enable-replication.md
Title: Tutorial to set up Azure VM disaster recovery with Azure Site Recovery description: In this tutorial, set up disaster recovery for Azure VMs to another Azure region, using the Site Recovery service. -+ Last updated 05/10/2024
site-recovery Azure To Azure Tutorial Failback https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-tutorial-failback.md
Title: Tutorial to fail back Azure VMs to a primary region during disaster recovery with Azure Site Recovery. description: Tutorial to learn about failing back Azure VMs to a primary region with Azure Site Recovery. -+ Last updated 03/29/2024
site-recovery Azure To Azure Tutorial Failover Failback https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-tutorial-failover-failback.md
description: Tutorial to learn how to fail over and reprotect Azure VMs replicat
Last updated 03/29/2024 -+ #Customer intent: As an Azure admin, I want to run a production failover of Azure VMs to a secondary Azure region.
site-recovery Azure To Azure Tutorial Migrate https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-to-azure-tutorial-migrate.md
Title: Move Azure VMs to a different Azure region with Azure Site Recovery
description: Use Azure Site Recovery to move Azure VMs from one Azure region to another. -+ Last updated 08/01/2023
site-recovery Azure Vm Disaster Recovery With Accelerated Networking https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-vm-disaster-recovery-with-accelerated-networking.md
description: Describes how to enable Accelerated Networking with Azure Site Reco
-+ Last updated 03/07/2024
site-recovery Azure Vm Disaster Recovery With Expressroute https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/azure-vm-disaster-recovery-with-expressroute.md
description: Describes how to set up disaster recovery for Azure VMs using Azure
-+ Last updated 12/14/2023
site-recovery Concepts Azure To Azure High Churn Support https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/concepts-azure-to-azure-high-churn-support.md
Title: Azure Virtual Machines disaster recovery - High Churn support
description: Describes how to protect your Azure Virtual Machines having high churning workloads. -+ Last updated 05/31/2024
site-recovery Concepts Expressroute With Site Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/concepts-expressroute-with-site-recovery.md
description: Describes how to use Azure ExpressRoute with the Azure Site Recover
-+ Last updated 10/13/2019
site-recovery Concepts Multiple Ip Address Failover https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/concepts-multiple-ip-address-failover.md
Title: Configure failover of multiple IP addresses with Azure Site Recovery
description: This article describes how to configure the failover of secondary IP configs for Azure virtual machines. -+ Last updated 04/29/2024
site-recovery Concepts Network Security Group With Site Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/concepts-network-security-group-with-site-recovery.md
Title: Network Security Groups with Azure Site Recovery | Microsoft Docs
description: Describes how to use Network Security Groups with Azure Site Recovery for disaster recovery and migration -+ Last updated 04/08/2019
site-recovery Concepts On Premises To Azure Networking https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/concepts-on-premises-to-azure-networking.md
Title: Connect to Azure VMs on-premises failover with Azure Site Recovery
description: Describes how to connect to Azure VMs after failover from on-premises to Azure using Azure Site Recovery -+ Last updated 07/26/2022
site-recovery Concepts Public Ip Address With Site Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/concepts-public-ip-address-with-site-recovery.md
description: Describes how to set up public IP addresses with Azure Site Recover
-+ Last updated 10/31/2023
site-recovery Concepts Traffic Manager With Site Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/concepts-traffic-manager-with-site-recovery.md
description: Describes how to use Azure Traffic Manager with Azure Site Recovery
-+ Last updated 12/14/2023
site-recovery Concepts Trusted Vm https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/concepts-trusted-vm.md
Title: Trusted launch VMs with Azure Site Recovery
description: Describes how to use trusted launch virtual machines with Azure Site Recovery for disaster recovery and migration. -+ Last updated 07/29/2024
site-recovery Concepts Types Of Failback https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/concepts-types-of-failback.md
Title: Failback during disaster recovery with Azure Site Recovery | Microsoft Docs description: This article provides an overview of various types of failback and caveats to be considered while failing back to on-premises during disaster recovery with the Azure Site Recovery service.-+ Last updated 08/07/2019
site-recovery Configure Mobility Service Proxy Settings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/configure-mobility-service-proxy-settings.md
Title: Configure Mobility Service Proxy Settings for Azure to Azure Disaster Rec
description: Provides details on how to configure mobility service when customers use a proxy in their source environment. -+ Last updated 09/21/2023
site-recovery Delete Appliance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/delete-appliance.md
Title: Remove an Azure Site Recovery replication appliance description: Learn how to remove an Azure Site Recovery replication appliance using the Azure portal. -+ Last updated 07/04/2024
site-recovery Delete Vault https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/delete-vault.md
Title: Delete an Azure Site Recovery vault description: Learn how to delete a Recovery Services vault configured for Azure Site Recovery -+ Last updated 03/29/2024
site-recovery Deploy Vmware Azure Replication Appliance Modernized https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/deploy-vmware-azure-replication-appliance-modernized.md
Title: Deploy Azure Site Recovery replication appliance - Modernized description: This article describes how to replicate appliance for VMware disaster recovery to Azure with Azure Site Recovery - Modernized-+ Last updated 04/04/2024
site-recovery Disaster Recovery For Edge Zone Via Vm Flow Tutorial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/disaster-recovery-for-edge-zone-via-vm-flow-tutorial.md
Title: Set up disaster recovery when creating a VM description: Learn how to set up disaster recovery for Virtual machines on Azure Public MEC using VM Flow. -+ Last updated 04/19/2023
site-recovery Disaster Recovery For Edge Zone Vm Tutorial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/disaster-recovery-for-edge-zone-vm-tutorial.md
Title: Set up disaster recovery for VMs on Azure Public MEC using Vault flow description: Learn how to set up disaster recovery for virtual machines on Azure Public MEC (in preview for ASR functionality). -+ Last updated 04/18/2023
site-recovery Encryption Feature Deprecation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/encryption-feature-deprecation.md
Title: Deprecation of Azure Site Recovery data encryption feature
description: Get details about the Azure Site Recovery data encryption feature. -+ Last updated 03/02/2023
site-recovery Exclude Disks Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/exclude-disks-replication.md
Title: Exclude disks from replication with Azure Site Recovery
description: How to exclude disks from replication to Azure with Azure Site Recovery. Last updated 12/04/2023-+
site-recovery Failover Failback Overview Modernized https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/failover-failback-overview-modernized.md
description: Learn about failover and failback in Azure Site Recovery - Moderniz
Last updated 02/13/2024 -+ # About on-premises disaster recovery failover/failback - Modernized
site-recovery Feature Updates Whats New https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/feature-updates-whats-new.md
Title: New feature updates in Azure Site Recovery
description: Provides a summary of new features updates in the Azure Site Recovery service. -+ Last updated 06/10/2024
site-recovery File Server Disaster Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/file-server-disaster-recovery.md
Title: Protect a file server by using Azure Site Recovery
description: This article describes how to protect a file server by using Azure Site Recovery -+ Last updated 07/31/2019
site-recovery How To Enable Replication Proximity Placement Groups https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/how-to-enable-replication-proximity-placement-groups.md
description: Learn how to replicate Azure virtual machines running in proximity
-+ Last updated 04/29/2024
site-recovery How To Migrate Run As Accounts Managed Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/how-to-migrate-run-as-accounts-managed-identity.md
Title: Migrate from a Run As account to a managed identity description: This article describes how to migrate from a Run As account to a managed identity in Azure Site Recovery. -+ Last updated 04/29/2024
site-recovery How To Move From Classic To Modernized Vmware Disaster Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/how-to-move-from-classic-to-modernized-vmware-disaster-recovery.md
Title: How to move from classic to modernized VMware disaster recovery?
description: This article describes how to move from classic to modernized VMware disaster recovery. -+ Last updated 05/23/2024
site-recovery Hybrid How To Enable Replication Private Endpoints https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/hybrid-how-to-enable-replication-private-endpoints.md
Title: Enable replication for on-premises machines with private endpoints
description: This article describes how to configure replication for on-premises machines by using private endpoints in Site Recovery. -+ Last updated 04/08/2024
site-recovery Hyper V Azure Architecture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/hyper-v-azure-architecture.md
Title: Hyper-V disaster recovery architecture in Azure Site Recovery description: This article provides an overview of components and architecture used when deploying disaster recovery for on-premises Hyper-V VMs (without VMM) to Azure with the Azure Site Recovery service.-+ Last updated 11/14/2019
site-recovery Hyper V Azure Common Questions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/hyper-v-azure-common-questions.md
Title: Common questions for Hyper-V disaster recovery with Azure Site Recovery description: This article summarizes common questions about setting up disaster recovery for on-premises Hyper-V VMs to Azure using the Azure Site Recovery site. Last updated 05/26/2023-+
site-recovery Hyper V Azure Failback https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/hyper-v-azure-failback.md
description: How to fail back Hyper-V VMs to an on-premises site from Azure with
-+ Last updated 12/14/2023
site-recovery Hyper V Azure Failover Failback Tutorial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/hyper-v-azure-failover-failback-tutorial.md
Title: Set up failover of Hyper-V VMs to Azure in Azure Site Recovery description: Learn how to fail over Hyper-V VMs to Azure with Azure Site Recovery.-+ Last updated 12/15/2023
site-recovery Hyper V Azure Powershell Resource Manager https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/hyper-v-azure-powershell-resource-manager.md
Title: Hyper-V VM disaster recovery using Azure Site Recovery and PowerShell description: Automate disaster recovery of Hyper-V VMs to Azure with the Azure Site Recovery service using PowerShell and Azure Resource Manager. -+
site-recovery Hyper V Azure Support Matrix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/hyper-v-azure-support-matrix.md
Title: Support for disaster recovery of Hyper-V VMs to Azure with Azure Site Recovery description: Summarizes the supported components and requirements for Hyper-V VM disaster recovery to Azure with Azure Site Recovery-+ Last updated 12/04/2023
site-recovery Hyper V Azure Tutorial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/hyper-v-azure-tutorial.md
Title: Set up Hyper-V disaster recovery by using Azure Site Recovery description: Learn how to set up disaster recovery of on-premises Hyper-V VMs (without SCVMM) to Azure by using Site Recovery and MARS.-+ Last updated 05/04/2023
site-recovery Hyper V Deployment Planner Analyze Report https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/hyper-v-deployment-planner-analyze-report.md
description: This article describes how to analyze a report generated by the Azu
-+ Last updated 10/21/2019
site-recovery Hyper V Deployment Planner Cost Estimation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/hyper-v-deployment-planner-cost-estimation.md
-
+ Title: Review the Azure Site Recovery Deployment Planner cost estimation report for disaster recovery of Hyper-V VMs to Azure| Microsoft Docs description: This article describes how to review the cost estimation report generated the Azure Site Recovery Deployment Planner for Hyper-V disaster recovery to Azure. -+ Last updated 4/9/2019
site-recovery Hyper V Deployment Planner Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/hyper-v-deployment-planner-overview.md
Title: Deployment Planner for Hyper-V disaster recovery with Azure Site Recovery
description: Learn about the Azure Site Recovery Deployment Planner Hyper-V disaster recovery to Azure. -+ Last updated 03/13/2024
site-recovery Hyper V Deployment Planner Run https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/hyper-v-deployment-planner-run.md
Title: Run the Hyper-V Deployment Planner in Azure Site Recovery
description: This article describes how to run the Azure Site Recovery Deployment Planner for Hyper-V disaster recovery to Azure. -+ Last updated 04/09/2019
site-recovery Hyper V Exclude Disk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/hyper-v-exclude-disk.md
Title: Exclude Hyper-V VM disks from disaster recovery to Azure with Azure Site
description: How to exclude Hyper-V VM disks from replication to Azure with Azure Site Recovery. -+ Last updated 12/14/2023
site-recovery Hyper V Prepare On Premises Tutorial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/hyper-v-prepare-on-premises-tutorial.md
Title: Prepare on-premises Hyper-V servers for disaster recovery by using Azure Site Recovery description: Learn how to prepare on-premises Hyper-V VMs for disaster recovery to Azure by using Azure Site Recovery.-+ Last updated 05/23/2024
site-recovery Hyper V Vmm Azure Tutorial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/hyper-v-vmm-azure-tutorial.md
Last updated 05/23/2024 -+
site-recovery Hyper V Vmm Network Mapping https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/hyper-v-vmm-network-mapping.md
Title: About Hyper-V (with VMM) network mapping with Site Recovery description: Describes how to set up network mapping for disaster recovery of Hyper-V VMs (managed in VMM clouds) to Azure, with Azure Site Recovery.-+ Last updated 01/10/2024
site-recovery Migrate Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/migrate-overview.md
Title: Compare Azure Migrate and Site Recovery for migration to Azure description: Summarizes the advantages of using Azure Migrate for migration instead of Site Recovery. -+ Last updated 10/31/2023
site-recovery Migrate Tutorial Aws Azure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/migrate-tutorial-aws-azure.md
Title: Migrate AWS VMs to Azure with Azure Migrate description: This article describes options for migrating AWS instances to Azure, and recommends Azure Migrate. -+ Last updated 07/27/2019
site-recovery Migrate Tutorial On Premises Azure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/migrate-tutorial-on-premises-azure.md
Title: Migrate on-premises machines with Azure Migrate description: This article summarizes how to migrate on-premises machines to Azure, and recommends Azure Migrate.-+ Last updated 05/24/2024
site-recovery Migrate Tutorial Windows Server 2008 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/migrate-tutorial-windows-server-2008.md
Title: Migrate Windows Server 2008 servers to Azure with Azure Migrate/Site Recovery description: This article describes how to migrate on-premises Windows Server 2008 machines to Azure, and recommends Azure Migrate.-+ Last updated 12/30/2022
site-recovery Monitor Log Analytics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/monitor-log-analytics.md
Title: Monitor Azure Site Recovery with Azure Monitor Logs description: Learn how to monitor Azure Site Recovery with Azure Monitor Logs (Log Analytics)-+ Last updated 05/13/2024
site-recovery Monitor Site Recovery Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/monitor-site-recovery-reference.md
-+ # Azure Site Recovery monitoring data reference
site-recovery Monitor Site Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/monitor-site-recovery.md
-+ # Monitor Azure Site Recovery
site-recovery Monitoring Common Questions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/monitoring-common-questions.md
Title: Common questions about Azure Site Recovery monitoring description: Get answers to common questions about Azure Site Recovery monitoring, using inbuilt monitoring and Azure Monitor (Log Analytics)-+ Last updated 10/13/2023
site-recovery Monitoring High Churn https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/monitoring-high-churn.md
Title: Monitoring churn patterns on virtual machines
description: Learn how to monitor churn patterns on Virtual Machines protected using Azure Site Recovery -+ Last updated 09/09/2020
site-recovery Move Azure Vms Avset Azone https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/move-azure-VMs-AVset-Azone.md
Title: Move virtual machines to an Azure region with availability zones using Az
description: Learn how to move virtual machines to an availability zone in a different region with Site Recovery -+ Last updated 07/08/2024
site-recovery Move Azure Vms Cross Region https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/move-azure-VMs-cross-region.md
Title: Move Azure VMs to another region with Azure Site Recovery
description: Use Azure Site Recovery to move Azure IaaS VMs from one Azure region to another. -+ Last updated 05/24/2024
site-recovery Move From Classic To Modernized Vmware Disaster Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/move-from-classic-to-modernized-vmware-disaster-recovery.md
Title: Move from classic to modernized VMware disaster recovery. description: Learn about the architecture, necessary infrastructure, and FAQs about moving your VMware or Physical machine replications from classic to modernized protection architecture.-+ Last updated 05/23/2024
site-recovery Physical Azure Disaster Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/physical-azure-disaster-recovery.md
Title: Set up disaster recovery of physical on-premises servers with Azure Site Recovery description: Learn how to set up disaster recovery to Azure for on-premises Windows and Linux servers, with the Azure Site Recovery service.-+ Last updated 07/08/2024
site-recovery Physical Azure Set Up Source https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/physical-azure-set-up-source.md
description: This article describes how to set up the on-premises configuration
-+ Last updated 07/03/2019
site-recovery Physical Azure Set Up Target https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/physical-azure-set-up-target.md
Title: Set up the target environment for physical servers in Azure Site Recovery
description: This article describes how to set up the target Azure environment for disaster recovery of physical servers using Azure Site Recovery. -+ Last updated 11/27/2018
site-recovery Physical Manage Configuration Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/physical-manage-configuration-server.md
Title: Manage the configuration server for physical servers in Azure Site Recove
description: This article describes how to manage the Azure Site Recovery configuration server for physical server disaster recovery to Azure. -+ Last updated 07/27/2022
site-recovery Physical Server Azure Architecture Modernized https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/physical-server-azure-architecture-modernized.md
Title: Physical server to Azure disaster recovery architecture ΓÇô Modernized description: This article provides an overview of components and architecture used when setting up disaster recovery of on-premises Windows and Linux servers to Azure with Azure Site Recovery - Modernized-+ Last updated 12/14/2023
site-recovery Physical Server Enable Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/physical-server-enable-replication.md
Title: Enable replication for a physical server ΓÇô Modernized description: This article describes how to enable physical servers replication for disaster recovery using the Azure Site Recovery service -+ Last updated 05/24/2024
site-recovery Physical To Azure Failover Failback https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/physical-to-azure-failover-failback.md
Title: Set up failover and failback for physical servers with Site Recovery description: Learn how to fail over physical servers to Azure, and fail back to the on-premises site for disaster recovery with Azure Site Recovery -+ Last updated 07/08/2024
site-recovery Quickstart Create Vault Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/quickstart-create-vault-bicep.md
Title: Quickstart to create an Azure Recovery Services vault using Bicep. description: In this quickstart, you learn how to create an Azure Recovery Services vault using Bicep. -+ Last updated 05/23/2024
site-recovery Quickstart Create Vault Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/quickstart-create-vault-template.md
-+ # Quickstart: Create a Recovery Services vault using an ARM template
site-recovery Quickstart Enable Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/quickstart-enable-replication.md
Last updated 10/03/2023 -+ # Quickstart: Set up disaster recovery to Azure for on-premises VMware VMs - Modernized
site-recovery Recovery Plan Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/recovery-plan-overview.md
Title: About recovery plans in Azure Site Recovery description: Learn about recovery plans in Azure Site Recovery. -+ Last updated 01/23/2020
site-recovery Region Move Cross Geos https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/region-move-cross-geos.md
Title: Move Azure virtual machines between government and public regions with Azure Site Recovery description: Use Azure Site Recovery to move Azure virtual machines between Azure Government and public regions. -+ Last updated 07/08/2024
site-recovery Replication Appliance Support Matrix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/replication-appliance-support-matrix.md
Title: Support requirements for Azure Site Recovery replication appliance description: This article describes support and requirements when deploying the replication appliance for VMware disaster recovery to Azure with Azure Site Recovery - Modernized-+ Last updated 12/04/2023
site-recovery Report Site Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/report-site-recovery.md
Title: Configure Azure Site Recovery reports description: This article describes how to configure reports for Azure Site Recovery.-+ Last updated 05/10/2024
site-recovery Service Updates How To https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/service-updates-how-to.md
Title: Updates and component upgrades in Azure Site Recovery
description: Provides an overview of Azure Site Recovery service updates, MARS agent and component upgrades. -+ Last updated 08/11/2021
site-recovery Shared Disk Support Matrix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/shared-disk-support-matrix.md
Title: Support matrix for shared disks in Azure VM disaster recovery (preview).
description: Summarizes support for Azure VMs disaster recovery using shared disk. Last updated 04/03/2024-+
site-recovery Site Recovery Active Directory https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-active-directory.md
Title: Set up Active Directory/DNS disaster recovery with Azure Site Recovery
description: This article describes how to implement a disaster recovery solution for Active Directory and DNS with Azure Site Recovery. -+ Last updated 04/01/2020
site-recovery Site Recovery Backup Interoperability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-backup-interoperability.md
Title: Support for using Azure Site Recovery with Azure Backup description: Provides an overview of how Azure Site Recovery and Azure Backup can be used together. -+ Last updated 05/24/2024
site-recovery Site Recovery Capacity Planner https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-capacity-planner.md
Title: Plan capacity for Hyper-V disaster recovery with Azure Site Recovery description: Use this article to estimate capacity when setting up disaster recovery with the Azure Site Recovery service. -+ Last updated 12/14/2023
site-recovery Site Recovery Citrix Xenapp And Xendesktop https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-citrix-xenapp-and-xendesktop.md
Title: Set up Citrix XenDesktop/XenApp disaster recovery with Azure Site Recover
description: This article describes how to set up disaster recovery fo Citrix XenDesktop and XenApp deployments using Azure Site Recovery. -+ Last updated 11/27/2018
site-recovery Site Recovery Create Recovery Plans https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-create-recovery-plans.md
Title: Create/customize recovery plans in Azure Site Recovery description: Learn how to create and customize recovery plans for disaster recovery using the Azure Site Recovery service. -+ Last updated 01/23/2020
site-recovery Site Recovery Deployment Planner History https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-deployment-planner-history.md
description: Known different Site Recovery Deployment Planner Versions fixes and
-+ Last updated 07/08/2024
site-recovery Site Recovery Deployment Planner https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-deployment-planner.md
Title: Azure Site Recovery Deployment Planner for VMware disaster recovery
description: Learn about the Azure Site Recovery Deployment Planner for disaster recovery of VMware VMs to Azure. -+ Last updated 05/02/2023
site-recovery Site Recovery Dynamicsax https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-dynamicsax.md
Title: Disaster recovery of Dynamics AX with Azure Site Recovery
description: Learn how to set up disaster recovery for Dynamics AX with Azure Site Recovery -+ Last updated 11/27/2018
site-recovery Site Recovery Extension Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-extension-troubleshoot.md
Title: Troubleshoot the Azure VM extension for disaster recovery with Azure Site
description: Troubleshoot issues with the Azure VM extension for disaster recovery with Azure Site Recovery. -+ Last updated 05/27/2024
site-recovery Site Recovery Failover To Azure Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-failover-to-azure-troubleshoot.md
Title: 'Troubleshoot failover to Azure failures | Microsoft Docs'
description: This article describes ways to troubleshoot common errors in failing over to Azure -+
site-recovery Site Recovery Failover https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-failover.md
Title: Run a failover during disaster recovery with Azure Site Recovery description: How to fail over VMs/physical servers to Azure with Azure Site Recovery.-+ Last updated 12/10/2019
site-recovery Site Recovery Iis https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-iis.md
Title: Set up disaster recovery for an IIS web app using Azure Site Recovery description: Learn how to replicate IIS web farm virtual machines using Azure Site Recovery. -+ Last updated 03/07/2024
site-recovery Site Recovery Ipconfig Cmdlet Parameter Deprecation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-ipconfig-cmdlet-parameter-deprecation.md
Title: Deprecation of IPConfig parameters for the cmdlet New-AzRecoveryServicesA
description: Details about deprecation of IPConfig parameters of the cmdlet New-AzRecoveryServicesAsrVMNicConfig and information about the use of new cmdlet New-AzRecoveryServicesAsrVMNicIPConfig -+ Last updated 04/30/2021
site-recovery Site Recovery Manage Network Interfaces On Premises To Azure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-manage-network-interfaces-on-premises-to-azure.md
Title: Manage network adapters for on-premises disaster recovery with Azure Site Recovery description: Describes how to manage network interfaces for on-premises disaster recovery to Azure with Azure Site Recovery -+ Last updated 05/27/2024
site-recovery Site Recovery Manage Registration And Protection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-manage-registration-and-protection.md
Title: Remove servers and disable protection description: This article describes how to unregister servers from a Site Recovery vault, and to disable protection for virtual machines and physical servers. -+ Last updated 07/08/2024
site-recovery Site Recovery Monitor And Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-monitor-and-troubleshoot.md
Title: Azure Site Recovery dashboard and built-in alerts description: Monitor and troubleshoot Azure Site Recovery replication issues and operations, and enable built-in alerts, by using the portal.-+ Last updated 04/29/2024
site-recovery Site Recovery Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-overview.md
Title: About Azure Site Recovery description: Provides an overview of the Azure Site Recovery service, and summarizes disaster recovery and migration deployment scenarios. -+ Last updated 03/27/2024
site-recovery Site Recovery Plan Capacity Vmware https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-plan-capacity-vmware.md
Title: Plan capacity for VMware disaster recovery with Azure Site Recovery
description: This article can help you plan capacity and scaling when you set up disaster recovery of VMware VMs to Azure by using Azure Site Recovery. -+ Last updated 08/19/2021
site-recovery Site Recovery Retain Ip Azure Vm Failover https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-retain-ip-azure-vm-failover.md
Title: Keep IP addresses after Azure VM failover with Azure Site Recovery description: Describes how to retain IP addresses when failing over Azure VMs for disaster recovery to a secondary region with Azure Site Recovery-+ Last updated 07/25/2021
site-recovery Site Recovery Role Based Linked Access Control https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-role-based-linked-access-control.md
Title: Manage Azure role-based access control in Azure Site Recovery description: This article describes how to apply Azure role-based access control (Azure RBAC) to manage Azure Site Recovery access.-+ Last updated 04/08/2019
site-recovery Site Recovery Runbook Automation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-runbook-automation.md
Title: Add Azure Automation runbooks to Site Recovery recovery plans
description: Learn how to extend recovery plans with Azure Automation for disaster recovery using Azure Site Recovery. -+ Last updated 03/07/2024
site-recovery Site Recovery Sap https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-sap.md
description: Learn how to set up disaster recovery for SAP NetWeaver with Azure
-+ Last updated 11/27/2018
site-recovery Site Recovery Sharepoint https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-sharepoint.md
Title: Disaster recovery for a multi-tier SharePoint app using Azure Site Recove
description: This article describes how to set up disaster recovery for a multi-tier SharePoint application using Azure Site Recovery capabilities. -+ Last updated 6/27/2019
site-recovery Site Recovery Sql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-sql.md
description: This article describes how to set up disaster recovery for SQL Serv
-+ Last updated 03/28/2023
site-recovery Site Recovery Test Failover To Azure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-test-failover-to-azure.md
Title: Run a test failover (disaster recovery drill) to Azure in Azure Site Recovery description: Learn about running a test failover from on-premises to Azure, using the Azure Site Recovery service.-+ Last updated 12/14/2023
site-recovery Site Recovery Vmware Deployment Planner Analyze Report https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-vmware-deployment-planner-analyze-report.md
Title: Analyze the Deployment Planner report for VMware disaster recovery with A
description: This article describes how to analyze the report generated by the Recovery Deployment Planner for VMware disaster recovery to Azure, using Azure Site Recovery. -+ Last updated 05/27/2021
site-recovery Site Recovery Vmware Deployment Planner Cost Estimation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-vmware-deployment-planner-cost-estimation.md
Title: Review cost estimations in the Azure Site Recovery Deployment Planner
description: This articles describes how to review the cost estimations in the Azure Site Recovery Deployment Planner for VMware disaster recovery. -+ Last updated 05/27/2021
site-recovery Site Recovery Vmware Deployment Planner Run https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-vmware-deployment-planner-run.md
Title: Run the Deployment Planner for VMware disaster recovery with Azure Site R
description: This article describes how to run Azure Site Recovery Deployment Planner for VMware disaster recovery to Azure. -+ Last updated 12/15/2023
site-recovery Site Recovery Whats New Archive https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-whats-new-archive.md
Title: Archive for What's new in Azure Site Recovery
description: An archive for features and updates in the Azure Site Recovery service. -+ Last updated 12/27/2023
site-recovery Site Recovery Whats New https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-whats-new.md
Title: What's new in Azure Site Recovery
description: Provides a summary of the latest updates in the Azure Site Recovery service. -+ Last updated 07/15/2024
site-recovery Site Recovery Workload https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/site-recovery-workload.md
Title: About disaster recovery for on-premises apps with Azure Site Recovery description: Describes the workloads that can be protected using disaster recovery with the Azure Site Recovery service. -+ Last updated 01/10/2024
site-recovery Switch Replication Appliance Modernized https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/switch-replication-appliance-modernized.md
Title: Switch replication appliance in Azure Site Recovery - Modernized description: This article describes show to switch between different replication appliances while replicating VMware VMs to Azure in Azure Site Recovery- Modernized-+ Last updated 07/08/2024
site-recovery Transport Layer Security https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/transport-layer-security.md
Title: Transport Layer Security in Azure Site Recovery description: Learn how to enable Azure Site Recovery to use the encryption protocol Transport Layer Security (TLS) to keep data secure when being transferred over a network. -+ Last updated 12/15/2023
site-recovery Tutorial Dr Drill Azure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/tutorial-dr-drill-azure.md
Title: Run a disaster recovery drill to Azure with Azure Site Recovery description: Learn how to run a disaster recovery drill from on-premises to Azure, with Azure Site Recovery.-+ Last updated 05/23/2024
site-recovery Tutorial Prepare Azure For Hyperv https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/tutorial-prepare-azure-for-hyperv.md
Title: Prepare Azure resources for Hyper-V disaster recovery by using Azure Site Recovery description: Learn how to prepare Azure resources for disaster recovery of on-premises Hyper-V VMs by using Azure Site Recovery-+ Last updated 12/22/2022
site-recovery Tutorial Prepare Azure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/tutorial-prepare-azure.md
Title: Prepare Azure for on-premises disaster recovery with Azure Site Recovery description: Learn how to prepare Azure for disaster recovery of on-premises machines using Azure Site Recovery.-+ Last updated 12/15/2023
site-recovery Tutorial Replicate Vms Edge Zone To Another Zone https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/tutorial-replicate-vms-edge-zone-to-another-zone.md
Title: Set up disaster recovery to another Public MEC using PowerShell description: This article describes how to replicate, failover, and failback Azure virtual machines (VMs) running an Azure Public MEC (in preview for ASR functionality) to another Public MEC connected to the same parent region. -+ Last updated 12/14/2022
site-recovery Tutorial Replicate Vms Edge Zone To Azure Region https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/tutorial-replicate-vms-edge-zone-to-azure-region.md
Title: Set up disaster recovery to another region using PowerShell description: This article describes how to replicate, failover, and failback Azure virtual machines (VMs) running an Azure Public MEC to the parent region where Azure Public MEC is an extension. -+ Last updated 12/14/2022
site-recovery Tutorial Shared Disk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/tutorial-shared-disk.md
Title: Shared disks in Azure Site Recovery (preview) description: This article describes how to enable replication, failover, and failback Azure virtual machines for shared disks. -+ Last updated 05/08/2024
site-recovery Unregister Vmm Server Script https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/unregister-vmm-server-script.md
Title: Unregister a VMM server script description: This article describes the cleanup script on the VMM server -+ Last updated 03/25/2021
site-recovery Upgrade 2012R2 To 2016 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/upgrade-2012R2-to-2016.md
-+ Last updated 03/02/2023
site-recovery Upgrade Mobility Service Modernized https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/upgrade-mobility-service-modernized.md
Title: Upgrade Mobility Service and appliance components - Modernized description: This article describes about automatic updates for mobility agent and the procedure involved with manual updates - Modernized.-+ Last updated 09/21/2022
site-recovery Vmware Azure Architecture Modernized https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-architecture-modernized.md
Title: VMware VM disaster recovery architecture in Azure Site Recovery - Modernized description: This article provides an overview of components and architecture used when setting up disaster recovery of on-premises VMware VMs to Azure with Azure Site Recovery - Modernized-+ Last updated 12/04/2023
site-recovery Vmware Azure Architecture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-architecture.md
Title: VMware VM disaster recovery architecture in Azure Site Recovery - Classic description: This article provides an overview of components and architecture used when setting up disaster recovery of on-premises VMware VMs to Azure with Azure Site Recovery - Classic-+ Last updated 12/15/2023
site-recovery Vmware Azure Common Questions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-common-questions.md
Title: Common questions about VMware disaster recovery with Azure Site Recovery
description: Get answers to common questions about disaster recovery of on-premises VMware VMs to Azure by using Azure Site Recovery. Last updated 04/10/2024 -+
site-recovery Vmware Azure Deploy Configuration Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-deploy-configuration-server.md
description: This article describes how to deploy a configuration server for VMw
-+ Last updated 11/01/2023
site-recovery Vmware Azure Disaster Recovery Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-disaster-recovery-powershell.md
Title: Set up VMware disaster recovery using PowerShell in Azure Site Recovery
description: Learn how to set up replication and failover to Azure for disaster recovery of VMware VMs using PowerShell in Azure Site Recovery. -+ Last updated 03/07/2024
site-recovery Vmware Azure Enable Replication Added Disk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-enable-replication-added-disk.md
Last updated 02/23/2024 -+ # Enable replication for a disk added to a VMware virtual machine
site-recovery Vmware Azure Enable Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-enable-replication.md
Title: Enable VMware VMs for disaster recovery using Azure Site Recovery
description: This article describes how to enable VMware VM replication for disaster recovery using the Azure Site Recovery service -+ Last updated 05/27/2021
site-recovery Vmware Azure Exclude Disk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-exclude-disk.md
Title: Exclude VMware VM disks from disaster recovery to Azure with Azure Site R
description: How to exclude VMware VM disks from replication to Azure with Azure Site Recovery. -+ Last updated 05/27/2021
site-recovery Vmware Azure Failback https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-failback.md
Title: Fail back VMware VMs/physical servers from Azure with Azure Site Recovery
description: Learn how to fail back to the on-premises site after failover to Azure, during disaster recovery of VMware VMs and physical servers to Azure. -+ Last updated 12/04/2023
site-recovery Vmware Azure Install Linux Master Target https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-install-linux-master-target.md
description: Learn how to set up a Linux master target server for failback to an
-+
site-recovery Vmware Azure Install Mobility Service https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-install-mobility-service.md
Title: Prepare source machines to install the Mobility Service through push inst
description: Learn how to prepare your server to install Mobility agent through push installation for disaster recovery of VMware VMs and physical servers to Azure using the Azure Site Recovery service. -+ Last updated 04/02/2024
site-recovery Vmware Azure Manage Configuration Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-manage-configuration-server.md
Title: Manage the configuration server for disaster recovery with Azure Site Rec
description: Learn about the common tasks to manage an on-premises configuration server for disaster recovery of VMware VMs and physical servers to Azure with Azure Site Recovery. -+ Last updated 08/03/2022
site-recovery Vmware Azure Manage Process Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-manage-process-server.md
Title: Manage a process server for VMware VMs/physical server disaster recovery
description: This article describes manage a process server for disaster recovery of VMware VMs/physical servers using Azure Site Recovery. -+ Last updated 05/27/2021
site-recovery Vmware Azure Manage Vcenter https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-manage-vcenter.md
description: This article describes how to add and manage VMware vCenter for dis
-+ Last updated 05/27/2021
site-recovery Vmware Azure Mobility Install Configuration Mgr https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-mobility-install-configuration-mgr.md
description: How to automatically install the Mobility Service for VMware /physi
-+ Last updated 05/02/2022
site-recovery Vmware Azure Multi Tenant Csp Disaster Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-multi-tenant-csp-disaster-recovery.md
description: Describes how to set up VMware disaster recovery in a multi-tenant
-+ Last updated 04/03/2022
site-recovery Vmware Azure Multi Tenant Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-multi-tenant-overview.md
Title: VMware VM multi-tenant disaster recovery with Azure Site Recovery
description: Provides an overview of Azure Site Recovery support for VMWare disaster recovery to Azure in a multi-tenant environment (CSP) program. -+ Last updated 11/27/2018
site-recovery Vmware Azure Prepare Failback https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-prepare-failback.md
Title: Prepare VMware VMs for reprotection and failback with Azure Site Recovery description: Prepare for fail back of VMware VMs after failover with Azure Site Recovery -+ Last updated 09/18/2023
site-recovery Vmware Azure Reprotect https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-reprotect.md
Title: Reprotect VMware VMs to an on-premises site with Azure Site Recovery
description: Learn how to reprotect VMware VMs after failover to Azure with Azure Site Recovery. -+ Last updated 03/13/2024
site-recovery Vmware Azure Set Up Process Server Azure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-set-up-process-server-azure.md
description: This article describes how to set up a process server in Azure, to
-+ Last updated 05/27/2021
site-recovery Vmware Azure Set Up Process Server Scale https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-set-up-process-server-scale.md
Title: Set up a scale-out process server during disaster recovery of VMware VMs
description: This article describes how to set up scale-out process server during disaster recovery of VMware VMs and physical servers. -+ Last updated 05/27/2021
site-recovery Vmware Azure Set Up Replication Tutorial Modernized https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-set-up-replication-tutorial-modernized.md
Title: Set up VMware VM disaster recovery to Azure with Azure Site Recovery - Modernized description: Learn how to set up disaster recovery to Azure for on-premises VMware VMs with Azure Site Recovery - Modernized.-+ Last updated 05/23/2024
site-recovery Vmware Azure Set Up Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-set-up-replication.md
Title: Set up replication policies for VMware disaster recovery with Azure Site
description: Describes how to configure replication settings for VMware disaster recovery to Azure with Azure Site Recovery. -+ Last updated 05/27/2021
site-recovery Vmware Azure Set Up Source https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-set-up-source.md
Title: Set up source settings for VMware disaster recovery to Azure with Azure Site Recovery description: This article describes how to set up your on-premises environment to replicate VMware VMs to Azure with Azure Site Recovery. -+ Last updated 07/08/2024
site-recovery Vmware Azure Set Up Target https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-set-up-target.md
description: This article describes how to prepare your target Azure environment
-+ Last updated 05/27/2021
site-recovery Vmware Azure Troubleshoot Configuration Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-troubleshoot-configuration-server.md
Title: Troubleshoot issues with the configuration server during disaster recovery of VMware VMs and physical servers to Azure by using Azure Site Recovery description: This article provides troubleshooting information for deploying the configuration server for disaster recovery of VMware VMs and physical servers to Azure by using Azure Site Recovery. -+ Last updated 05/27/2021
site-recovery Vmware Azure Troubleshoot Failback Reprotect https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-troubleshoot-failback-reprotect.md
Title: Troubleshoot failback in VMware VM disaster recovery with Azure Site Reco
description: This article describes ways to troubleshoot failback and reprotection issues during VMware VM disaster recovery to Azure with Azure Site Recovery. -+ Last updated 11/27/2018
site-recovery Vmware Azure Troubleshoot Push Install https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-troubleshoot-push-install.md
Title: Troubleshoot Mobility Service push installation with Azure Site Recovery
description: Troubleshoot Mobility Services installation errors when enabling replication for disaster recovery with Azure Site Recovery. -+ Last updated 05/27/2021
site-recovery Vmware Azure Troubleshoot Replication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-troubleshoot-replication.md
Title: Troubleshoot replication issues for disaster recovery of VMware VMs and p
description: This article provides troubleshooting information for common replication issues during disaster recovery of VMware VMs and physical servers to Azure by using Azure Site Recovery. -+ Last updated 04/26/2023
site-recovery Vmware Azure Troubleshoot Upgrade Failures https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-troubleshoot-upgrade-failures.md
Title: Troubleshoot upgrade of the Microsoft Azure Site Recovery Provider description: Resolve common issues that occur when upgrading the Microsoft Azure Site Recovery provider.-+ Last updated 11/10/2019
site-recovery Vmware Azure Troubleshoot Vcenter Discovery Failures https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-troubleshoot-vcenter-discovery-failures.md
Title: Troubleshoot VMware vCenter discovery failures in Azure Site Recovery
description: This article describes how to troubleshooting VMware vCenter discovery failures in Azure Site Recovery. -+ Last updated 05/27/2021
site-recovery Vmware Azure Tutorial Failover Failback Modernized https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-tutorial-failover-failback-modernized.md
Title: Run VMware VMs failover to Azure description: Learn how to fail over VMware VMs to Azure in Azure Site Recovery - Modernized-+ Last updated 09/29/2023
site-recovery Vmware Azure Tutorial Prepare On Premises https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-azure-tutorial-prepare-on-premises.md
Title: Prepare for VMware VM disaster recovery with Azure Site Recovery description: Learn how to prepare on-premises VMware servers for disaster recovery to Azure using the Azure Site Recovery service.-+ Last updated 04/08/2024
site-recovery Vmware Physical Azure Classic Deprecation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-physical-azure-classic-deprecation.md
Title: Deprecation of classic experience to protect VMware and physical machines
description: Details about upcoming deprecation of classic experience to protect VMware and physical machines to Azure and alternate options -+ Last updated 03/14/2023
site-recovery Vmware Physical Azure Monitor Process Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-physical-azure-monitor-process-server.md
Title: Monitor the Azure Site Recovery process server description: This article describes how to monitor Azure Site Recovery process server used for VMware VM/physical server disaster recovery-+ Last updated 11/14/2019
site-recovery Vmware Physical Azure Support Matrix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-physical-azure-support-matrix.md
Title: Support matrix for VMware/physical disaster recovery in Azure Site Recovery. description: Summarizes support for disaster recovery of VMware VMs and physical server to Azure using Azure Site Recovery. -+ Last updated 07/15/2024
site-recovery Vmware Physical Azure Troubleshoot Process Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-physical-azure-troubleshoot-process-server.md
Title: Troubleshoot the Azure Site Recovery process server description: This article describes how to troubleshoot issues with the Azure Site Recovery process server-+ Last updated 09/09/2019
site-recovery Vmware Physical Large Deployment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-physical-large-deployment.md
Title: Scale VMware/physical disaster recovery with Azure Site Recovery description: Learn how to set up disaster recovery to Azure for large numbers of on-premises VMware VMs or physical servers with Azure Site Recovery.-+ Last updated 08/31/2023
site-recovery Vmware Physical Manage Mobility Service https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-physical-manage-mobility-service.md
Title: Manage the Mobility agent for VMware/physical servers with Azure Site Rec
description: Manage Mobility Service agent for disaster recovery of VMware VMs and physical servers to Azure using the Azure Site Recovery service. -+
site-recovery Vmware Physical Mobility Service Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/site-recovery/vmware-physical-mobility-service-overview.md
Title: About the Mobility service for disaster recovery of VMware VMs and physic
description: Learn about the Mobility service agent for disaster recovery of VMware VMs and physical servers to Azure using the Azure Site Recovery service. -+ Last updated 03/13/2024
sql-server-stretch-database Sql Server Stretch Database Encryption Tde https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/sql-server-stretch-database/sql-server-stretch-database-encryption-tde.md
Title: Enable Transparent Data Encryption for Stretch Database
description: Enable Transparent Data Encryption (TDE) for SQL Server Stretch Database on Azure ms.assetid: a44ed8f5-b416-4c41-9b1e-b7271f10bdc3-+ Last updated 06/14/2016
sql-server-stretch-database Sql Server Stretch Database Index All Articles https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/sql-server-stretch-database/sql-server-stretch-database-index-all-articles.md
Title: All topics for SQL Server Stretch Database service | Microsoft Docs
description: Table of all topics for the Azure service named SQL Server Stretch Database that exist on https://azure.microsoft.com/documentation/articles/, Title and description. ms.assetid: b1718024-84d6-4f5c-a912-3a99edb3f632-+ Last updated 10/05/2016
sql-server-stretch-database Sql Server Stretch Database Tde Tsql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/sql-server-stretch-database/sql-server-stretch-database-tde-tsql.md
Title: Enable Transparent Data Encryption for Stretch Database (T-SQL)
description: Enable Transparent Data Encryption (TDE) for SQL Server Stretch Database on Azure TSQL ms.assetid: 27753d91-9ca2-4d47-b34d-b5e2c2f029bb-+ Last updated 01/23/2017
static-web-apps Add Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/add-api.md
Title: Add an API to Azure Static Web Apps with Azure Functions
description: Get started with Azure Static Web Apps by adding a Serverless API to your static web app using Azure Functions. -+ Last updated 08/29/2022
static-web-apps Add Authentication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/add-authentication.md
Title: Add authentication to your static site in Azure Static Web Apps
description: Learn to add authentication to your static site with Azure Static Web Apps. -+ Last updated 07/02/2024
static-web-apps Add Mongoose https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/add-mongoose.md
Title: "Access data in Azure Cosmos DB using Mongoose with Azure Static Web Apps
description: Learn to access data in Azure Cosmos DB using Mongoose from an Azure Static Web Apps API function. -+ Last updated 10/10/2022
static-web-apps Apex Domain Azure Dns https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/apex-domain-azure-dns.md
Title: Set up an apex domain with Azure DNS in Azure Static Web Apps
description: Configure the root domain with Azure DNS in Azure Static Web Apps -+ Last updated 02/11/2022
static-web-apps Apex Domain External https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/apex-domain-external.md
Title: Set up an apex domain in Azure Static Web Apps
description: Configure the root domain in Azure Static Web Apps -+ Last updated 02/11/2022
static-web-apps Apis Api Management https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/apis-api-management.md
Title: API support in Azure Static Web Apps with Azure API Management
description: Learn how to use Azure API Management with Azure Static Web Apps -+ Last updated 06/14/2022
static-web-apps Apis App Service https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/apis-app-service.md
Title: API support in Azure Static Web Apps with Azure App Service
description: Learn how to use Azure App Service with Azure Static Web Apps -+ Last updated 06/14/2022
static-web-apps Apis Container Apps https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/apis-container-apps.md
Title: API support in Azure Static Web Apps with Azure Container Apps
description: Learn how to use Azure Container Apps with Azure Static Web Apps -+ Last updated 06/14/2022
static-web-apps Apis Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/apis-functions.md
Title: API support in Azure Static Web Apps with Azure Functions
description: Learn how to use Azure Functions with Azure Static Web Apps. -+ Last updated 06/14/2022
static-web-apps Apis Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/apis-overview.md
Title: Overview of API support in Azure Static Web Apps
description: Learn what API features Azure Static Web Apps supports -+ Last updated 06/14/2022
static-web-apps Assign Roles Microsoft Graph https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/assign-roles-microsoft-graph.md
Title: "Tutorial: Assign Azure Static Web Apps roles with Microsoft Graph"
description: Learn to use a serverless function to assign custom user roles based on Entra ID group membership. -+ Last updated 06/13/2024
static-web-apps Authentication Custom https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/authentication-custom.md
description: Learn to configure custom authentication for Azure Static Web Apps
-+ Last updated 06/28/2024
static-web-apps Azure Dns Zone https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/azure-dns-zone.md
Title: Delegate domain to Azure DNS
description: Create an Azure DNS zone for a custom domain in Azure Static Web Apps -+ Last updated 02/14/2021
static-web-apps Bitbucket https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/bitbucket.md
Title: "Tutorial: Deploy Bitbucket repositories on Azure Static Web Apps"
description: Use Bitbucket with Azure Static Web Apps -+ Last updated 04/24/2024
static-web-apps Branch Environments https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/branch-environments.md
Title: Create branch preview environments in Azure Static Web Apps
description: Expose stable URLs for specific branches to evaluate changes in Azure Static Web Apps -+ Last updated 09/19/2022
static-web-apps Build Configuration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/build-configuration.md
Title: Build configuration for Azure Static Web Apps
description: Learn how to control the build process for Azure Static Web Apps. -+ Last updated 05/16/2024
static-web-apps Configuration Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/configuration-overview.md
Title: Configuration overview for Azure Static Web Apps
description: Learn about the different ways to configure Azure Static Web Apps. -+ Last updated 06/25/2024
static-web-apps Configuration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/configuration.md
description: Learn how to configure routes and enforce security rules and global
-+ Last updated 05/24/2024
static-web-apps Custom Domain Azure Dns https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/custom-domain-azure-dns.md
Title: Set up a custom domain with Azure DNS in Azure Static Web Apps
description: Use Azure DNS to manage your domain name for Azure Static Web Apps -+ Last updated 05/30/2024
static-web-apps Custom Domain Default https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/custom-domain-default.md
Title: Manage the default domain in Azure Static Web Apps
description: Learn to set and unset a default domain in Azure Static Web Apps -+ Last updated 02/10/2022
static-web-apps Custom Domain External https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/custom-domain-external.md
Title: Set up a custom domain with external providers in Azure Static Web Apps
description: Use an external provider to manage your custom domain in Azure Static Web Apps. -+ Last updated 05/29/2024
static-web-apps Custom Domain https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/custom-domain.md
Title: Custom domains with Azure Static Web Apps
description: Using a custom domain with Azure Static Web Apps -+ Last updated 06/24/2024
static-web-apps Database Azure Cosmos Db https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/database-azure-cosmos-db.md
Title: "Tutorial: Add an Azure Cosmos DB database connection in Azure Static Web
description: Learn to add an Azure Cosmos DB database connection to a web application in Azure Static Web Apps -+ Last updated 03/07/2023
static-web-apps Database Azure Sql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/database-azure-sql.md
Title: "Tutorial: Add an Azure SQL database connection in Azure Static Web Apps"
description: Learn to add an Azure SQL database connection to a web application in Azure Static Web Apps -+ Last updated 03/15/2023 zone_pivot_groups: static-web-apps-api-protocols
static-web-apps Database Configuration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/database-configuration.md
Title: Database connection configuration in Azure Static Web Apps
description: Configure your static web app to connect to a database. -+ Last updated 05/28/2024
static-web-apps Database Mysql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/database-mysql.md
Title: "Tutorial: Add a MySQL database connection in Azure Static Web Apps"
description: Learn to add a MySQL database connection to a web application in Azure Static Web Apps -+ Last updated 03/15/2023 zone_pivot_groups: static-web-apps-api-protocols
static-web-apps Database Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/database-overview.md
Title: Connecting to a database with Azure Static Web Apps
description: Learn about the database connection features of Azure Static Web Apps -+ Last updated 03/03/2023
static-web-apps Database Postgresql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/database-postgresql.md
Title: "Tutorial: Add a PostgreSQL database connection in Azure Static Web Apps"
description: Learn to add a PostgreSQL database connection to a web application in Azure Static Web Apps -+ Last updated 03/15/2023 zone_pivot_groups: static-web-apps-api-protocols
static-web-apps Deploy Angular https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/deploy-angular.md
Title: 'Deploy an Angular app on Azure Static Web Apps'
description: Learn to deploy an Angular app in the Azure portal with Azure Static Web Apps. -+ Last updated 07/24/2024
static-web-apps Deploy Blazor https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/deploy-blazor.md
description: Learn to deploy a Blazor app on Azure Static Web Apps.
-+ Last updated 07/21/2023
static-web-apps Deploy Nextjs Hybrid https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/deploy-nextjs-hybrid.md
Title: "Tutorial: Deploy hybrid Next.js websites on Azure Static Web Apps"
description: "Generate and deploy Next.js hybrid sites with Azure Static Web Apps." -+ Last updated 04/25/2024
static-web-apps Deploy Nextjs Static Export https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/deploy-nextjs-static-export.md
Title: "Tutorial: Deploy static-rendered Next.js websites on Azure Static Web Ap
description: "Generate and deploy Next.js static-rendered sites with Azure Static Web Apps." -+ Last updated 10/12/2022
static-web-apps Deploy Nuxtjs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/deploy-nuxtjs.md
Title: "Tutorial: Deploy Nuxt sites with universal rendering on Azure Static Web
description: "Generate and deploy Nuxt 3 sites with universal rendering on Azure Static Web Apps." -+ Last updated 09/01/2022
static-web-apps Deploy React https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/deploy-react.md
Title: 'Deploy a React app on Azure Static Web Apps'
description: Learn to deploy a React app to Azure Static Web Apps with the Azure portal. -+ Last updated 05/23/2024
static-web-apps Deploy Vue https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/deploy-vue.md
Title: 'Deploy a Vue app on Azure Static Web Apps'
description: Learn to deploy a Vue app to Azure Static Web Apps with the Azure portal. -+ Last updated 08/02/2023
static-web-apps Deploy Web Framework https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/deploy-web-framework.md
Title: Deploy your web app to Azure Static Web Apps.
description: Learn to deploy your web app to Azure Static Web Apps. -+ Last updated 07/02/2024
static-web-apps Deployment Token Management https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/deployment-token-management.md
description: Reset tokens in an Azure Static Web Apps site
-+ Last updated 06/24/2024
static-web-apps Diagnostics Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/diagnostics-overview.md
Title: Diagnose and solve tool for Static Web Apps
description: Learn to troubleshoot issues with your static web app with the diagnose and solve tool in the Azure portal. Last updated 12/08/2022 -+
static-web-apps Distributed Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/distributed-functions.md
Title: Distributed managed functions in Azure Static Web Apps (preview)
description: Configure dynamic distribution of your Static Web Apps managed functions to high request load regions. -+ Last updated 03/12/2024
static-web-apps Enterprise Edge https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/enterprise-edge.md
Title: Enterprise-grade edge in Azure Static Web Apps
description: Learn about Azure Static Web Apps enterprise-grade edge. -+ Last updated 06/24/2024
static-web-apps External Providers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/external-providers.md
Title: Deploy to Azure Static Web Apps with external providers
description: Learn to use CI/CD providers that aren't supported out-of-the-box to build and deploy your website in Azure Static Web Apps. -+ Last updated 06/05/2023
static-web-apps Front Door Manual https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/front-door-manual.md
Title: "Tutorial: Configure Azure Front Door for Azure Static Web Apps"
description: Learn how to set up Azure Front Door for Azure Static Web Apps -+ Last updated 01/24/2023
static-web-apps Front End Frameworks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/front-end-frameworks.md
Title: Configure front-end frameworks with Azure Static Web Apps
description: Settings for popular front-end frameworks needed for Azure Static Web Apps -+ Last updated 06/24/2024
static-web-apps Functions Bring Your Own https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/functions-bring-your-own.md
description: Use an existing Azure Functions app with your Azure Static Web Apps
-+ Last updated 10/13/2022
static-web-apps Get Started Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/get-started-cli.md
Title: "Quickstart: Building your first static site with the Azure Static Web Ap
description: Learn to deploy a static site to Azure Static Web Apps with the Azure CLI. -+ Last updated 03/21/2024
static-web-apps Get Started Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/get-started-portal.md
Last updated 05/17/2024 -+ zone_pivot_groups: devops-or-github
static-web-apps Getting Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/getting-started.md
Title: "Quickstart: Building your first static site with the Azure Static Web Ap
description: Learn to deploy a static site to Azure Static Web Apps. -+ Last updated 04/02/2024
static-web-apps Gitlab https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/gitlab.md
Title: "Tutorial: Deploy GitLab repositories on Azure Static Web Apps"
description: Use GitLab with Azure Static Web Apps -+ Last updated 06/24/2024
static-web-apps Key Vault Secrets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/key-vault-secrets.md
Title: Secure authentication secrets in Azure Key Vault for Azure Static Web App
description: Use managed identity to secure authentication secrets in Azure Key Vault for Azure Static Web Apps. -+ Last updated 06/25/2024
static-web-apps Languages Runtimes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/languages-runtimes.md
Title: Supported languages and runtimes in Azure Static Web Apps
description: Supported languages and runtimes in Azure Static Web Apps -+ Last updated 05/28/2024
static-web-apps Local Development https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/local-development.md
Title: Set up local development for Azure Static Web Apps
description: Learn to set you your local development environment for Azure Static Web Apps -+ Last updated 02/05/2024
static-web-apps Monitor https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/monitor.md
Title: Monitor Azure Static Web Apps
description: Monitor requests, failures, and tracing information in Azure Static Web Apps -+ Last updated 09/19/2022
static-web-apps Named Environments https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/named-environments.md
Title: Create named preview environments in Azure Static Web Apps
description: Expose stable URLs for named environments to evaluate changes in Azure Static Web Apps -+ Last updated 07/24/2023
static-web-apps Nextjs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/nextjs.md
Title: "Next.js support on Azure Static Web Apps"
description: "An overview of the support of Next.js on Azure Static Web Apps" -+ Last updated 04/25/2024
static-web-apps Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/overview.md
Title: What is Azure Static Web Apps?
description: The key features and functionality of Azure Static Web Apps. -+ Last updated 06/24/2024
static-web-apps Password Protection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/password-protection.md
Title: Enable password protection for Azure Static Web Apps
description: Prevent unauthorized access to your static web app with a password. -+ Last updated 03/13/2022
static-web-apps Plans https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/plans.md
Title: Azure Static Web Apps hosting plans
description: Compare and contrast the different Azure Static Web Apps hosting plans. -+ Last updated 05/07/2024
static-web-apps Preview Environments https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/preview-environments.md
Title: Preview environments in Azure Static Web Apps
description: Expose preview environments to evaluate changes in Azure Static Web Apps -+ Last updated 07/16/2024
static-web-apps Private Endpoint https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/private-endpoint.md
description: Learn to configure private endpoint access for Azure Static Web App
-+ Last updated 7/28/2021
static-web-apps Publish Azure Resource Manager https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/publish-azure-resource-manager.md
Title: "Tutorial: Publish Azure Static Web Apps using an ARM template"
description: Create and deploy an ARM Template for Static Web Apps -+ Last updated 07/13/2021
static-web-apps Publish Gatsby https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/publish-gatsby.md
Title: "Deploy a Gatsby site to Azure Static Web Apps"
description: This tutorial shows you how to deploy a Gatsby application to Azure Static Web Apps. -+ Last updated 01/10/2024
static-web-apps Publish Hugo https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/publish-hugo.md
Title: "Deploy a Hugo site to Azure Static Web Apps"
description: Learn how to deploy a Hugo application to Azure Static Web Apps. -+ Last updated 01/10/2024
static-web-apps Publish Jekyll https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/publish-jekyll.md
Title: "Deploy a Jekyll site to Azure Static Web Apps"
description: Learn how to deploy a Jekyll application to Azure Static Web Apps. -+ Last updated 05/11/2021
static-web-apps Publish Vuepress https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/publish-vuepress.md
Title: "Tutorial: Publish a VuePress site to Azure Static Web Apps"
description: This tutorial shows you how to deploy a VuePress application to Azure Static Web Apps. -+ Last updated 01/10/2024
static-web-apps Quotas https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/quotas.md
Title: Quotas in Azure Static Web Apps
description: Learn about quotas associated with Azure Static Web Apps -+ Last updated 05/30/2024
static-web-apps Review Publish Pull Requests https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/review-publish-pull-requests.md
Title: Review pull requests in pre-production environments
description: Learn how to use pre-production environments to review pull requests changes in Azure Static Web Apps. -+ Last updated 10/27/2022
static-web-apps Snippets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/snippets.md
Title: Snippets in Azure Static Web Apps
description: Inject custom code in the HEAD or BODY elements at runtime in Azure Static Web Apps -+ Last updated 06/22/2023
static-web-apps Static Web Apps Cli Api Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/static-web-apps-cli-api-server.md
Title: API server Azure Static Web Apps CLI
description: API server Azure Static Web Apps CLI -+ Last updated 02/02/2024
static-web-apps Static Web Apps Cli Configuration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/static-web-apps-cli-configuration.md
Title: Configure the Azure Static Web Apps CLI
description: Configure the Azure Static Web Apps CLI -+ Last updated 02/02/2024
static-web-apps Static Web Apps Cli Deploy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/static-web-apps-cli-deploy.md
Title: Deploy a static web app with Azure Static Web Apps CLI
description: Deploy a static web app with Azure Static Web Apps CLI -+ Last updated 02/05/2024
static-web-apps Static Web Apps Cli Emulator https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/static-web-apps-cli-emulator.md
Title: Emulator Azure Static Web Apps CLI
description: Emulator Azure Static Web Apps CLI -+ Last updated 12/15/2023
static-web-apps Static Web Apps Cli Install https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/static-web-apps-cli-install.md
Title: Install Azure Static Web Apps CLI
description: Learn how to install Azure Static Web Apps CLI -+ Last updated 02/05/2024
static-web-apps Static Web Apps Cli Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/static-web-apps-cli-overview.md
Title: About the Azure Static Web Apps CLI
description: Learn how to use the Azure Static Web Apps CLI -+ Last updated 02/06/2024
static-web-apps Traffic Splitting https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/traffic-splitting.md
Title: Traffic Splitting in Azure Static Web Apps (preview)
description: Learn to divert traffic from one branch to another. -+ Last updated 07/10/2023
static-web-apps Troubleshooting https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/troubleshooting.md
Title: Troubleshooting Azure Static Web Apps
description: First steps for tracking down problems when using Azure Static Web Apps. -+ Last updated 06/25/2024
static-web-apps User Information https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/static-web-apps/user-information.md
Title: Accessing user information in Azure Static Web Apps
description: Learn to read authorization provider-returned user data. -+ Last updated 06/25/2024
storage File Sync Deployment Guide https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/storage/file-sync/file-sync-deployment-guide.md
description: Learn how to deploy Azure File Sync storage sync service using the
Previously updated : 07/05/2024 Last updated : 08/02/2024 ms.devlang: azurecli
We strongly recommend that you read [Planning for an Azure Files deployment](../
- **SMB security settings** must allow **SMB 3.1.1** protocol version, **NTLM v2** authentication and **AES-128-GCM** encryption. To check the SMB security settings on the storage account, see [SMB security settings](../files/files-smb-protocol.md#smb-security-settings). - **Allow storage account key access** must be **Enabled**. To check this setting, navigate to your storage account and select Configuration under the Settings section. 3. At least one supported instance of **Windows Server** to sync with Azure File Sync. For more information about supported versions of Windows Server and recommended system resources, see [Windows file server considerations](file-sync-planning.md#windows-file-server-considerations).
-4. **Optional**: If you intend to use Azure File Sync with a Windows Server Failover Cluster, the **File Server for general use** role must be configured prior to installing the Azure File Sync agent on each node in the cluster. For more information on how to configure the **File Server for general use** role on a Failover Cluster, see [Deploying a two-node clustered file server](/windows-server/failover-clustering/deploy-two-node-clustered-file-server).
+4. The following Windows updates must be installed on the **Windows Server**:
+ - Windows Server 2012 R2: [KB5021653](https://support.microsoft.com/topic/kb5021653-out-of-band-update-for-windows-server-2012-r2-november-17-2022-8e6ec2e9-6373-46d7-95bc-852f992fd1ff)
+ - Windows Server 2016: [KB5040562](https://support.microsoft.com/topic/kb5040562-servicing-stack-update-for-windows-10-version-1607-and-server-2016-july-9-2024-281c97b9-c566-417e-8406-a84efd30f70c)
+ - Windows Server 2019: [KB5005112](https://support.microsoft.com/topic/kb5005112-servicing-stack-update-for-windows-10-version-1809-august-10-2021-df6a9e0d-8012-41f4-ae74-b79f1c1940b2) and [KB5040430](https://support.microsoft.com/topic/july-9-2024-kb5040430-os-build-17763-6054-0bb10c24-db8c-47eb-8fa9-9ebc06afa4e7)
+5. **Optional**: If you intend to use Azure File Sync with a Windows Server Failover Cluster, the **File Server for general use** role must be configured prior to installing the Azure File Sync agent on each node in the cluster. For more information on how to configure the **File Server for general use** role on a Failover Cluster, see [Deploying a two-node clustered file server](/windows-server/failover-clustering/deploy-two-node-clustered-file-server).
> [!NOTE] > The only scenario supported by Azure File Sync is Windows Server Failover Cluster with Clustered Disks. See [Failover Clustering](file-sync-planning.md#failover-clustering) for Azure File Sync.
-5. Although cloud management can be done with the Azure portal, advanced registered server functionality is provided through PowerShell cmdlets that are intended to be run locally in either PowerShell 5.1 or PowerShell 6+. On Windows Server 2012 R2, you can verify that you're running at least PowerShell 5.1.\* by looking at the value of the **PSVersion** property of the **$PSVersionTable** object:
+6. Although cloud management can be done with the Azure portal, advanced registered server functionality is provided through PowerShell cmdlets that are intended to be run locally in either PowerShell 5.1 or PowerShell 6+. On Windows Server 2012 R2, you can verify that you're running at least PowerShell 5.1.\* by looking at the value of the **PSVersion** property of the **$PSVersionTable** object:
```powershell $PSVersionTable.PSVersion
We strongly recommend that you read [Planning for an Azure Files deployment](../
- **SMB security settings** must allow **SMB 3.1.1** protocol version, **NTLM v2** authentication and **AES-128-GCM** encryption. To check the SMB security settings on the storage account, see [SMB security settings](../files/files-smb-protocol.md#smb-security-settings). - **Allow storage account key access** must be **Enabled**. To check this setting, navigate to your storage account and select **Configuration** under the **Settings** section. 3. At least one supported instance of **Windows Server** to sync with Azure File Sync. For more information about supported versions of Windows Server and recommended system resources, see [Windows file server considerations](file-sync-planning.md#windows-file-server-considerations).-
-4. **Optional**: If you intend to use Azure File Sync with a Windows Server Failover Cluster, the **File Server for general use** role must be configured prior to installing the Azure File Sync agent on each node in the cluster. For more information on how to configure the **File Server for general use** role on a Failover Cluster, see [Deploying a two-node clustered file server](/windows-server/failover-clustering/deploy-two-node-clustered-file-server).
+4. The following Windows updates must be installed on the **Windows Server**:
+ - Windows Server 2012 R2: [KB5021653](https://support.microsoft.com/topic/kb5021653-out-of-band-update-for-windows-server-2012-r2-november-17-2022-8e6ec2e9-6373-46d7-95bc-852f992fd1ff)
+ - Windows Server 2016: [KB5040562](https://support.microsoft.com/topic/kb5040562-servicing-stack-update-for-windows-10-version-1607-and-server-2016-july-9-2024-281c97b9-c566-417e-8406-a84efd30f70c)
+ - Windows Server 2019: [KB5005112](https://support.microsoft.com/topic/kb5005112-servicing-stack-update-for-windows-10-version-1809-august-10-2021-df6a9e0d-8012-41f4-ae74-b79f1c1940b2) and [KB5040430](https://support.microsoft.com/topic/july-9-2024-kb5040430-os-build-17763-6054-0bb10c24-db8c-47eb-8fa9-9ebc06afa4e7)
+5. **Optional**: If you intend to use Azure File Sync with a Windows Server Failover Cluster, the **File Server for general use** role must be configured prior to installing the Azure File Sync agent on each node in the cluster. For more information on how to configure the **File Server for general use** role on a Failover Cluster, see [Deploying a two-node clustered file server](/windows-server/failover-clustering/deploy-two-node-clustered-file-server).
> [!NOTE] > The only scenario supported by Azure File Sync is Windows Server Failover Cluster with Clustered Disks. See [Failover Clustering](file-sync-planning.md#failover-clustering) for Azure File Sync.
-5. PowerShell 5.1 or PowerShell 6+. You may use the Az PowerShell module for Azure File Sync on any supported system, including non-Windows systems, however the server registration cmdlet must always be run on the Windows Server instance you're registering (you can do this directly or via PowerShell remoting). On Windows Server 2012 R2, verify that you're running at least PowerShell 5.1.\* by looking at the value of the **PSVersion** property of the **$PSVersionTable** object:
+6. PowerShell 5.1 or PowerShell 6+. You may use the Az PowerShell module for Azure File Sync on any supported system, including non-Windows systems, however the server registration cmdlet must always be run on the Windows Server instance you're registering (you can do this directly or via PowerShell remoting). On Windows Server 2012 R2, verify that you're running at least PowerShell 5.1.\* by looking at the value of the **PSVersion** property of the **$PSVersionTable** object:
```powershell $PSVersionTable.PSVersion
We strongly recommend that you read [Planning for an Azure Files deployment](../
PowerShell 6+ can be used with any supported system, and can be downloaded via its [GitHub page](https://github.com/PowerShell/PowerShell#get-powershell).
-6. If you have opted to use PowerShell 5.1, ensure that at least .NET 4.7.2 is installed. Learn more about [.NET Framework versions and dependencies](/dotnet/framework/migration-guide/versions-and-dependencies) on your system.
+7. If you have opted to use PowerShell 5.1, ensure that at least .NET 4.7.2 is installed. Learn more about [.NET Framework versions and dependencies](/dotnet/framework/migration-guide/versions-and-dependencies) on your system.
> [!IMPORTANT] > If you're installing .NET 4.7.2+ on Windows Server Core, you must install with the `quiet` and `norestart` flags, or the installation will fail. For example, if installing .NET 4.8, the command would look like the following:
We strongly recommend that you read [Planning for an Azure Files deployment](../
> Start-Process -FilePath "ndp48-x86-x64-allos-enu.exe" -ArgumentList "/q /norestart" -Wait > ```
-7. The Az PowerShell module, which can be installed by following the instructions here: [Install and configure Azure PowerShell](/powershell/azure/install-azure-powershell).
+8. The Az PowerShell module, which can be installed by following the instructions here: [Install and configure Azure PowerShell](/powershell/azure/install-azure-powershell).
> [!NOTE] > The Az.StorageSync module is now installed automatically when you install the Az PowerShell module.
We strongly recommend that you read [Planning for an Azure Files deployment](../
- **SMB security settings** must allow **SMB 3.1.1** protocol version, **NTLM v2** authentication and **AES-128-GCM** encryption. To check the SMB security settings on the storage account, see [SMB security settings](../files/files-smb-protocol.md#smb-security-settings). - **Allow storage account key access** must be **Enabled**. To check this setting, navigate to your storage account and select Configuration under the Settings section. 3. At least one supported instance of **Windows Server** to sync with Azure File Sync. For more information about supported versions of Windows Server and recommended system resources, see [Windows file server considerations](file-sync-planning.md#windows-file-server-considerations).-
-4. **Optional**: If you intend to use Azure File Sync with a Windows Server Failover Cluster, the **File Server for general use** role must be configured prior to installing the Azure File Sync agent on each node in the cluster. For more information on how to configure the **File Server for general use** role on a Failover Cluster, see [Deploying a two-node clustered file server](/windows-server/failover-clustering/deploy-two-node-clustered-file-server).
+4. The following Windows updates must be installed on the **Windows Server**:
+ - Windows Server 2012 R2: [KB5021653](https://support.microsoft.com/topic/kb5021653-out-of-band-update-for-windows-server-2012-r2-november-17-2022-8e6ec2e9-6373-46d7-95bc-852f992fd1ff)
+ - Windows Server 2016: [KB5040562](https://support.microsoft.com/topic/kb5040562-servicing-stack-update-for-windows-10-version-1607-and-server-2016-july-9-2024-281c97b9-c566-417e-8406-a84efd30f70c)
+ - Windows Server 2019: [KB5005112](https://support.microsoft.com/topic/kb5005112-servicing-stack-update-for-windows-10-version-1809-august-10-2021-df6a9e0d-8012-41f4-ae74-b79f1c1940b2) and [KB5040430](https://support.microsoft.com/topic/july-9-2024-kb5040430-os-build-17763-6054-0bb10c24-db8c-47eb-8fa9-9ebc06afa4e7)
+5. **Optional**: If you intend to use Azure File Sync with a Windows Server Failover Cluster, the **File Server for general use** role must be configured prior to installing the Azure File Sync agent on each node in the cluster. For more information on how to configure the **File Server for general use** role on a Failover Cluster, see [Deploying a two-node clustered file server](/windows-server/failover-clustering/deploy-two-node-clustered-file-server).
> [!NOTE] > The only scenario supported by Azure File Sync is Windows Server Failover Cluster with Clustered Disks. See [Failover Clustering](file-sync-planning.md#failover-clustering) for Azure File Sync.
-5. [Install the Azure CLI](/cli/azure/install-azure-cli)
+6. [Install the Azure CLI](/cli/azure/install-azure-cli)
If you prefer, you can also use Azure Cloud Shell to complete the steps in this tutorial. Azure Cloud Shell is an interactive shell environment that you use through your browser. Start Cloud Shell by using one of these methods:
We strongly recommend that you read [Planning for an Azure Files deployment](../
- Select the **Cloud Shell** button on the menu bar at the upper right corner in the [Azure portal](https://portal.azure.com)
-6. Sign in.
+7. Sign in.
Sign in using the [az login](/cli/azure/reference-index#az-login) command if you're using a local install of the CLI.
We strongly recommend that you read [Planning for an Azure Files deployment](../
Follow the steps displayed in your terminal to complete the authentication process.
-7. Install the [az filesync](/cli/azure/storagesync) Azure CLI extension.
+8. Install the [az filesync](/cli/azure/storagesync) Azure CLI extension.
```azurecli az extension add --name storagesync
We strongly recommend that you read [Planning for an Azure Files deployment](../
The installed extension 'storagesync' is experimental and not covered by customer support. Please use with discretion. ```
-8. Although cloud management can be done with the Azure CLI, advanced registered server functionality is provided through PowerShell cmdlets that are intended to be run locally in either PowerShell 5.1 or PowerShell 6+. On Windows Server 2012 R2, you can verify that you are running at least PowerShell 5.1.\* by looking at the value of the **PSVersion** property of the **$PSVersionTable** object:
+9. Although cloud management can be done with the Azure CLI, advanced registered server functionality is provided through PowerShell cmdlets that are intended to be run locally in either PowerShell 5.1 or PowerShell 6+. On Windows Server 2012 R2, you can verify that you are running at least PowerShell 5.1.\* by looking at the value of the **PSVersion** property of the **$PSVersionTable** object:
```powershell $PSVersionTable.PSVersion
stream-analytics Automation Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/automation-powershell.md
Title: Automatically pause an Azure Stream Analytics with PowerShell description: This article describes how to automatically pause an Azure Stream Analytics job on a schedule by using PowerShell.-+ Last updated 11/03/2021
stream-analytics Azure Cosmos Db Output https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/azure-cosmos-db-output.md
Title: Azure Cosmos DB output from Azure Stream Analytics
description: This article describes how to output data from Azure Stream Analytics to Azure Cosmos DB. -+ Last updated 12/13/2021
stream-analytics Azure Data Explorer Managed Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/azure-data-explorer-managed-identity.md
Title: Use managed identities to access Azure Data Explorer from an Azure Stream
description: This article describes how to use managed identities to authenticate your Azure Stream Analytics job to an Azure Data Explorer output. -+ Last updated 10/27/2022
stream-analytics Azure Database Explorer Output https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/azure-database-explorer-output.md
Title: Azure Data Explorer output from Azure Stream Analytics
description: This article describes using Azure Data Explorer as an output for Azure Stream Analytics. -+ Last updated 06/01/2023
stream-analytics Azure Functions Output https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/azure-functions-output.md
Title: Azure Functions output from Azure Stream Analytics
description: This article describes Azure functions as output for Azure Stream Analytics. -+ Last updated 05/28/2021
stream-analytics Azure Synapse Analytics Output https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/azure-synapse-analytics-output.md
Title: Azure Synapse Analytics output from Azure Stream Analytics
description: This article describes Azure Synapse Analytics as output for Azure Stream Analytics. -+ Last updated 08/25/2020
stream-analytics Blob Output Managed Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/blob-output-managed-identity.md
Title: Authenticate blob output with Managed Identity Azure Stream Analytics
description: This article describes how to use managed identities to authenticate your Azure Stream Analytics job to Azure Blob storage output. -+ Last updated 09/16/2022
stream-analytics Blob Storage Azure Data Lake Gen2 Output https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/blob-storage-azure-data-lake-gen2-output.md
Title: Azure Blob Storage and Data Lake Storage Gen2 output
description: This article describes Azure Blob Storage and Azure Data Lake Gen2 as output for an Azure Stream Analytics job. -+ Last updated 02/27/2024
stream-analytics Capture Event Hub Data Delta Lake https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/capture-event-hub-data-delta-lake.md
Title: Capture data from Event Hubs into Azure Data Lake Storage Gen2 in Delta L
description: Learn how to use the node code editor to automatically capture the streaming data in Event Hubs in an Azure Data Lake Storage Gen2 account in Delta Lake format. -+ Last updated 2/17/2023
stream-analytics Capture Event Hub Data Parquet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/capture-event-hub-data-parquet.md
Title: Capture data from Event Hubs into Azure Data Lake Storage Gen2 in Parquet
description: Learn how to use the node code editor to automatically capture the streaming data in Event Hubs in an Azure Data Lake Storage Gen2 account in Parquet format. -+ Last updated 08/15/2023
stream-analytics Cicd Autoscale https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/cicd-autoscale.md
Title: Configure autoscale settings for a Stream Analytics job by using the CI/C
description: This article shows how to configure autoscale settings for a Stream Analytics job by using the CI/CD tool. -+ Last updated 02/08/2023
stream-analytics Cicd Deploy With Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/cicd-deploy-with-bicep.md
Title: Deploy Azure Stream Analytics jobs using Bicep files description: This article shows you how to generate and deploy Azure Stream Analytics jobs using Bicep files. -+
stream-analytics Cicd Github Actions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/cicd-github-actions.md
Title: Integrating with GitHub Actions
description: This article gives an instruction on how to create a workflow using GitHub Actions to deploy a Stream Analytics job. -+ Last updated 05/09/2023
stream-analytics Cicd Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/cicd-overview.md
Title: Continuous integration and continuous deployment of Azure Stream Analytic
description: This article gives an overview of setting up a continuous integration and deployment (CI/CD) pipeline for Azure Stream Analytics jobs. -+ Last updated 05/24/2023
stream-analytics Cicd Tools https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/cicd-tools.md
Title: Automate builds, tests, and deployments of an Azure Stream Analytics job
description: This article describes how to use Azure Stream Analytics CI/CD tools to auto build, test, and deploy an Azure Stream Analytics project. -+ Last updated 03/08/2023
stream-analytics Cluster Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/cluster-overview.md
Title: Overview of Azure Stream Analytics Clusters
description: Learn about single tenant dedicated offering of Stream Analytics Cluster. -+ Last updated 05/10/2022
stream-analytics Configuration Error Codes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/configuration-error-codes.md
Last updated 05/07/2020-+ # Azure Stream Analytics configuration error codes
stream-analytics Confluent Kafka Input https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/confluent-kafka-input.md
Title: Stream data from confluent cloud Kafka with Azure Stream Analytics
description: Learn about how to set up an Azure Stream Analytics job as a consumer from confluent cloud kafka -+ Last updated 11/09/2023
stream-analytics Confluent Kafka Output https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/confluent-kafka-output.md
Title: Stream data from Azure Stream Analytics into confluent cloud kafka
description: Learn about how to set up an Azure Stream Analytics job as a producer to confluent cloud kafka -+ Last updated 11/09/2023
stream-analytics Connect Job To Vnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/connect-job-to-vnet.md
Title: Connect Stream Analytics jobs to resources in an Azure Virtual Network (V
description: This article describes how to connect an Azure Stream Analytics job with resources that are in a VNET. -+ Last updated 08/08/2023
stream-analytics Copy Job https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/copy-job.md
Title: Copy, back up and move your Azure Stream Analytics jobs between regions
description: This article describes how to move, copy, and back up an Azure Stream Analytics job. -+ Last updated 12/27/2012
stream-analytics Cosmos Db Managed Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/cosmos-db-managed-identity.md
Title: Use managed identities to access Azure Cosmos DB from an Azure Stream A
description: This article describes how to use managed identities to authenticate your Azure Stream Analytics job to an Azure Cosmos DB output. -+ Last updated 10/20/2023
stream-analytics Create Cluster https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/create-cluster.md
Title: Create an Azure Stream Analytics Cluster quickstart description: Learn how to create an Azure Stream Analytics cluster.-+
stream-analytics Custom Deserializer Examples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/custom-deserializer-examples.md
Title: Read input in any format using .NET custom deserializers in Azure Stream
description: This article explains the serialization format and the interfaces that define custom .NET deserializers for Azure Stream Analytics cloud and edge jobs. -+ Last updated 02/26/2024
stream-analytics Custom Deserializer https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/custom-deserializer.md
Title: Custom .NET deserializers for Azure Stream Analytics cloud jobs
description: This doc demonstrates how to create a custom .NET deserializer for an Azure Stream Analytics cloud job using Visual Studio (Preview) -+ Last updated 02/26/2024
stream-analytics Data Error Codes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/data-error-codes.md
Last updated 05/25/2022-+
stream-analytics Data Errors https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/data-errors.md
Title: Azure Stream Analytics resource log data errors
description: This article explains the different input and output data errors that can occur when using Azure Stream Analytics. -+ Last updated 08/07/2020
stream-analytics Data Protection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/data-protection.md
Title: Data protection in Azure Stream Analytics
description: This article explains how to encrypt your private data used by an Azure Stream Analytics job. -+ Last updated 07/19/2024
stream-analytics Debug Locally Using Job Diagram Vs Code https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/debug-locally-using-job-diagram-vs-code.md
description: This article describes how to debug queries locally using job diagr
-+ Last updated 06/23/2020
stream-analytics Debug Locally Using Job Diagram https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/debug-locally-using-job-diagram.md
description: This article describes how to debug queries locally using job diagr
-+ Last updated 01/23/2020
stream-analytics Debug User Defined Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/debug-user-defined-functions.md
description: This article describes how to debug user-defined functions in Azure
-+ Last updated 06/24/2020
stream-analytics Develop Locally https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/develop-locally.md
Last updated 12/27/2022-+ # Develop and debug Azure Stream Analytics jobs locally
stream-analytics Event Hubs Managed Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/event-hubs-managed-identity.md
Title: Use managed identities to access Event Hubs from an Azure Stream Analyt
description: This article describes how to use managed identities to authenticate your Azure Stream Analytics job to Azure Event Hubs input and output. -+ Last updated 05/15/2023
stream-analytics Event Hubs Output https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/event-hubs-output.md
Title: Event Hubs output from Azure Stream Analytics
description: This article describes how to output data from Azure Stream Analytics to Azure Event Hubs. -+ Last updated 02/27/2023
stream-analytics Event Hubs Parquet Capture Tutorial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/event-hubs-parquet-capture-tutorial.md
Title: Capture Event Hubs data to ADLS in parquet format
description: Shows you how to use the Stream Analytics no code editor to create a job that captures Event Hubs data in to Azure Data Lake Storage Gen2 in the parquet format. -+ Last updated 08/03/2023
stream-analytics Event Ordering https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/event-ordering.md
Title: Configuring event ordering policies for Azure Stream Analytics
description: This article describes how to go about configuring even ordering settings in Stream Analytics -+ Last updated 08/26/2022
stream-analytics External Availability Error Codes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/external-availability-error-codes.md
Last updated 05/07/2020-+ # Azure Stream Analytics external availability error codes
stream-analytics External Error Codes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/external-error-codes.md
Last updated 05/07/2020-+ # Azure Stream Analytics external error codes
stream-analytics Feature Comparison https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/feature-comparison.md
Title: Choose a developer tool for building Stream Analytic jobs
description: This article compares the features supported for Azure Stream Analytics cloud and IoT Edge jobs in the Azure portal, Visual Studio, and Visual Studio Code. -+ Last updated 11/09/2022
stream-analytics Filter Ingest Data Lake Storage Gen2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/filter-ingest-data-lake-storage-gen2.md
Title: Filter and ingest to Azure Data Lake Storage Gen2 using the Stream Analyt
description: Learn how to use the no code editor to easily create a Stream Analytics job. It continuously reads from Event Hubs, filters the incoming data, and then writes the results continuously to Azure Data Lake Storage Gen2. -+ Last updated 10/12/2022
stream-analytics Filter Ingest Synapse Sql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/filter-ingest-synapse-sql.md
Title: Filter and ingest to Azure Synapse SQL using the Stream Analytics no code
description: Learn how to use the no code editor to easily create a Stream Analytics job. It continuously reads from your Event Hubs, filters the incoming data, and then writes the results continuously to a Synapse SQL table. -+ Last updated 10/12/2022
stream-analytics Functions Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/functions-overview.md
Title: User-defined functions in Azure Stream Analytics
description: This article is an overview of user-defined functions in Azure Stream Analytics. -+ Last updated 04/07/2020
stream-analytics Geo Redundancy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/geo-redundancy.md
Title: Achieve geo-redundancy for Azure Stream Analytics jobs
description: This article describes how-to achieve geo-redundancy of Azure Stream Analytics jobs instead of geo-failover. -+ Last updated 08/26/2020
stream-analytics Geospatial Scenarios https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/geospatial-scenarios.md
Title: Geofencing and geospatial aggregation with Azure Stream Analytics description: This article describes how to use Azure Stream Analytics for geofencing and geospatial aggregation.-+
stream-analytics Input Validation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/input-validation.md
Title: Input validation for better Azure Stream Analytics job resiliency description: "This article describes how to improve the resiliency of Azure Stream Analytics jobs with input validation"-+ Last updated 12/10/2021
stream-analytics Internal Error Codes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/internal-error-codes.md
Last updated 05/07/2020-+ # Azure Stream Analytics internal error codes
stream-analytics Job Config Json https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/job-config-json.md
Title: Azure Stream Analytics JobConfig.json fields
description: This article lists the supported fields for the Azure Stream Analytics JobConfig.json file used to create jobs in Visual Studio Code. -+ Last updated 12/27/2022
stream-analytics Job Diagram With Metrics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/job-diagram-with-metrics.md
description: This article describes the Azure Stream Analytics job diagram with
-+ Last updated 2/17/2023
stream-analytics Job States https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/job-states.md
Title: Azure Stream Analytics job states
description: This article describes the four different states of a Stream Analytics job; running, stopped, degraded, and failed. -+ Last updated 12/21/2022
stream-analytics Kafka Output https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/kafka-output.md
Title: Stream data from Azure Stream Analytics into Kafka
description: Learn about setting up Azure Stream Analytics as a producer to kafka -+ Last updated 02/20/2024
stream-analytics Machine Learning Udf https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/machine-learning-udf.md
Title: Integrate Azure Stream Analytics with Azure Machine Learning
description: This article describes how to integrate an Azure Stream Analytics job with Azure Machine Learning models. -+ Last updated 03/31/2022
stream-analytics Manage Jobs Cluster https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/manage-jobs-cluster.md
Title: Add and delete jobs in an Azure Stream Analytics cluster
description: Learn how to managed Stream Analytics jobs in an Azure Stream Analytics cluster -+ Last updated 12/21/2022
stream-analytics Migrate To Vscode https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/migrate-to-vscode.md
Last updated 08/23/2022 -+ # How to Migrate ASA projects to Visual Studio Code
stream-analytics Monitor Azure Stream Analytics Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/monitor-azure-stream-analytics-reference.md
-+ # Azure Stream Analytics monitoring data reference
stream-analytics Monitor Azure Stream Analytics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/monitor-azure-stream-analytics.md
-+ # Monitor Azure Stream Analytics
stream-analytics Move Cluster https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/move-cluster.md
Title: Move Azure Stream Analytics cluster - Azure PowerShell
description: Use Azure PowerShell and Azure Resource Manager to Move Azure Stream Analytics cluster to another region. -+ Last updated 02/20/2022
stream-analytics No Code Build Power Bi Dashboard https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/no-code-build-power-bi-dashboard.md
Title: Build real-time dashboard with Power BI dataset produced from Stream Anal
description: Learn how to use the no code editor to easily create a Stream Analytics job to produce the Power BI dataset, and use it to build the real-time dashboard. It continuously reads from Event Hubs, and outputs the data into Power BI dataset to build the real-time Power BI dashboard. -+ Last updated 02/14/2024
stream-analytics No Code Enrich Event Hub Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/no-code-enrich-event-hub-data.md
Title: Enrich data and ingest to event hub using the Stream Analytics no code ed
description: Learn how to use the no code editor to easily create a Stream Analytics job to enrich the data and ingest to event hub. -+ Last updated 10/12/2022
stream-analytics No Code Filter Ingest Data Explorer https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/no-code-filter-ingest-data-explorer.md
Title: Filter and ingest to Azure Data Explorer using the Stream Analytics no co
description: Learn how to use the no code editor to easily create a Stream Analytics job. It continuously reads from Event Hubs, filters the incoming data, and then writes the results continuously to Azure Data Explorer. -+ Last updated 10/12/2022
stream-analytics No Code Materialize Cosmos Db https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/no-code-materialize-cosmos-db.md
Title: Materialize data in Azure Cosmos DB using no code editor
description: Learn how to use the no code editor in Stream Analytics to materialize data from Event Hubs to Azure Cosmos DB. -+ Last updated 05/12/2022
stream-analytics No Code Power Bi Tutorial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/no-code-power-bi-tutorial.md
Title: Build real-time dashboard with Azure Stream Analytics no-code editor, Syn
description: Use no code editor to compute aggregations and write to Azure Synapse Analytics and build real-time dashboards using Power BI. -+ Last updated 03/29/2024
stream-analytics No Code Stream Processing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/no-code-stream-processing.md
Title: No-code stream processing in Azure Stream Analytics
description: Learn about processing your real-time data streams by using the Azure Stream Analytics no-code editor. -+ Last updated 7/5/2023
stream-analytics No Code Transform Filter Ingest Sql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/no-code-transform-filter-ingest-sql.md
Title: Use Azure Stream Analytics no code editor to transform and store data in
description: Learn how to use the Azure Stream Analytics no-code editor to transform data flowing in from Event Hubs and store the result data in an Azure SQL database. -+ Last updated 06/13/2023
stream-analytics On Azure Stack https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/on-azure-stack.md
Title: Run Azure Stream Analytics on Azure Stack description: Create an Azure Stream Analytics edge job and deploy it to Azure Stack Hub via the Azure IoT Edge runtime.-+
stream-analytics Optimize Query Using Job Diagram Simulator https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/optimize-query-using-job-diagram-simulator.md
Title: Optimize query performance using the Job Simulation feature
description: This article provides guidance for evaluating query parallelism and optimizing query execution using the Job Simulation. -+ Last updated 05/09/2023
stream-analytics Policy Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/policy-reference.md
Last updated 02/06/2024
-+ # Azure Policy built-in definitions for Azure Stream Analytics
stream-analytics Postgresql Database Output https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/postgresql-database-output.md
Title: Azure Database for PostgreSQL output from Azure Stream Analytics
description: This article describes using Azure Database for PostgreSQL as output for Azure Stream Analytics. -+ Last updated 05/12/2023
stream-analytics Power Bi Output https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/power-bi-output.md
Title: Power BI output from Azure Stream Analytics
description: This article describes how to output data from Azure Stream Analytics to Power BI. -+ Last updated 07/20/2023
stream-analytics Powerbi Output Managed Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/powerbi-output-managed-identity.md
Title: Use Managed Identity to authenticate your Azure Stream Analytics job to Power BI output description: This article describes how to use managed identities to authenticate your Azure Stream Analytics job to Power BI output.-+
stream-analytics Private Endpoints https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/private-endpoints.md
Title: Create and delete managed private endpoints in an Azure Stream Analytics
description: Learn how to managed private endpoints in an Azure Stream Analytics cluster. -+ Last updated 04/13/2023
stream-analytics Quick Create Azure Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/quick-create-azure-cli.md
Title: Quickstart - Create an Azure Stream Analytics job using the Azure CLI description: This quickstart shows how to use the Azure CLI to create an Azure Stream Analytics job.-+
stream-analytics Quick Create Azure Resource Manager https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/quick-create-azure-resource-manager.md
Title: Quickstart - Create an Azure Stream Analytics job by Azure Resource Manager template description: This quickstart shows how to use the Azure Resource Manager template to create an Azure Stream Analytics job.-+
stream-analytics Quick Create Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/quick-create-bicep.md
Title: Quickstart - Create an Azure Stream Analytics job using Bicep description: This quickstart shows how to use Bicep to create an Azure Stream Analytics job.-+ Last updated 05/17/2022
stream-analytics Quick Create Terraform https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/quick-create-terraform.md
Title: 'Quickstart: Create an Azure Stream Analytics job using Terraform' description: In this article, you create an Azure Stream Analytics job using Terraform.-+
stream-analytics Quick Create Visual Studio Code https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/quick-create-visual-studio-code.md
Title: Quickstart - Create a Stream Analytics job using Visual Studio Code description: This quickstart shows you how to create a Stream Analytics job using the ASA extension for Visual Studio Code.-+ Last updated 07/17/2023
stream-analytics Quick Start Build Application https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/quick-start-build-application.md
Title: Build a clickstream analyzer using one-click deployment description: This quickstart shows you how to get started ASA using a GitHub repository and PowerShell scripts with data generator. -+ Last updated 03/15/2023
stream-analytics Repartition https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/repartition.md
Title: Use repartitioning to optimize Azure Stream Analytics jobs description: This article describes how to use repartitioning to optimize Azure Stream Analytics jobs that can't be parallelized.-+ Last updated 02/26/2024
stream-analytics Resource Manager Export https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/resource-manager-export.md
Title: Export an Azure Stream Analytics job Azure Resource Manager template
description: This article describes how to export an Azure Resource Manager template for your Azure Stream Analytics job. -+ Last updated 12/12/2022
stream-analytics Run Job In Virtual Network https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/run-job-in-virtual-network.md
Title: Run your Stream Analytics in Azure virtual network
description: This article describes how to run an Azure Stream Analytics job in an Azure virtual network. -+ Last updated 05/23/2023
stream-analytics Scale Cluster https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/scale-cluster.md
Title: Resize an Azure Stream Analytics cluster
description: Learn how to scale up and down the size of an Azure Stream Analytics cluster. -+ Last updated 09/22/2020
stream-analytics Security Controls Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/security-controls-policy.md
Last updated 02/06/2024
-+ # Azure Policy Regulatory Compliance controls for Azure Stream Analytics
stream-analytics Service Bus Managed Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/service-bus-managed-identity.md
Title: Use managed identities to access Service Bus from an Azure Stream Analy
description: This article describes how to use managed identities to authenticate your Azure Stream Analytics job to an Azure Service Bus output. -+ Last updated 07/20/2023
stream-analytics Service Bus Queues Output https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/service-bus-queues-output.md
Title: Service Bus queues output from Azure Stream Analytics
description: This article describes Service Bus queues as output for Azure Stream Analytics. -+ Last updated 09/23/2020
stream-analytics Service Bus Topics Output https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/service-bus-topics-output.md
Title: Service Bus topics output from Azure Stream Analytics
description: This article describes Service Bus topics as output for Azure Stream Analytics. -+ Last updated 09/23/2020
stream-analytics Set Up Cicd Pipeline https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/set-up-cicd-pipeline.md
Title: Use Azure DevOps to create a CI/CD pipeline for a Stream Analytics job
description: This article describes how to set up a continuous integration and deployment (CI/CD) pipeline for an Azure Stream Analytics job in Azure DevOps -+ Last updated 09/08/2023
stream-analytics Sql Database Output Managed Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/sql-database-output-managed-identity.md
Title: Use managed identities to access Azure SQL Database or Azure Synapse Anal
description: This article describes how to use managed identities to authenticate your Azure Stream Analytics job to Azure SQL Database or Azure Synapse Analytics output. -+ Last updated 11/10/2023
stream-analytics Sql Database Output https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/sql-database-output.md
Title: Azure SQL Database output from Azure Stream Analytics
description: This article describes Azure SQL Database as output for Azure Stream Analytics. -+ Last updated 07/21/2022
stream-analytics Sql Database Upsert https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/sql-database-upsert.md
Title: Update or merge records in Azure SQL Database with Azure Functions description: This article describes how to use Azure Functions to update or merge records from Azure Stream Analytics to Azure SQL Database-+ Last updated 02/27/2024
stream-analytics Sql Db Table https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/sql-db-table.md
Title: Write to Azure SQL Database table from your Azure Stream Analytics jobs description: This article describes how to add a new or existing SQL DB table as output for an Azure Stream Analytics job in Azure portal. -+ Last updated 07/20/2022
stream-analytics Sql Reference Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/sql-reference-data.md
Title: Use SQL Database reference data in an Azure Stream Analytics job
description: This article describes how to use a SQL Database as reference data input for an Azure Stream Analytics job in the Azure portal and in Visual Studio. -+ Last updated 04/20/2022
stream-analytics Start Job https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/start-job.md
Title: How to start an Azure Stream Analytics job
description: This article describes how to start a Stream Analytics job from Azure portal, PowerShell, and Visual Studio. -+ Last updated 04/03/2019
stream-analytics Stream Analytics Add Inputs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-add-inputs.md
Title: Understand inputs for Azure Stream Analytics description: This article describes the concept of inputs in an Azure Stream Analytics job, comparing streaming input to reference data input.-+
stream-analytics Stream Analytics Autoscale https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-autoscale.md
Title: Azure Stream Analytics autoscale streaming units
description: This article explains how you can use different scaling methods for your Stream Analytics job to make sure you have the right number of streaming units. -+ Last updated 05/28/2024
stream-analytics Stream Analytics Build An Iot Solution Using Stream Analytics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-build-an-iot-solution-using-stream-analytics.md
Title: Build an IoT solution by using Azure Stream Analytics
description: Getting-started tutorial for the Stream Analytics IoT solution of a tollbooth scenario -+ Last updated 02/15/2023
stream-analytics Stream Analytics Cicd Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-cicd-api.md
Title: Use REST APIs to do CI/CD for Azure Stream Analytics on IoT Edge
description: Learn how to implement a continuous integration and deployment pipeline for Azure Stream Analytics using REST APIs. -+ Last updated 06/24/2022
stream-analytics Stream Analytics Clean Up Your Job https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-clean-up-your-job.md
Title: Clean up your Azure Stream Analytics job
description: This article shows you different methods for deleting your Azure Stream Analytics jobs. -+ Last updated 06/21/2019
stream-analytics Stream Analytics Compatibility Level https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-compatibility-level.md
Title: Azure Stream Analytics compatibility levels
description: Learn how to set a compatibility level for an Azure Stream Analytics job and major changes in the latest compatibility level -+ Last updated 03/18/2021
stream-analytics Stream Analytics Concepts Checkpoint Replay https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-concepts-checkpoint-replay.md
Title: Checkpoint and replay recovery concepts in Azure Stream Analytics
description: This article describes checkpoint and replay job recovery concepts in Azure Stream Analytics. -+ Last updated 05/09/2022
stream-analytics Stream Analytics Custom Path Patterns Blob Storage Output https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-custom-path-patterns-blob-storage-output.md
Title: Azure Stream Analytics custom blob output partitioning
description: This article describes the custom DateTime path patterns and the custom field or attributes features for Azure Blob Storage output from Azure Stream Analytics jobs. -+ Last updated 02/15/2023
stream-analytics Stream Analytics Define Inputs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-define-inputs.md
Title: Stream data as input into Azure Stream Analytics
description: Learn about setting up a data connection in Azure Stream Analytics. Inputs include a data stream from events, and also reference data. -+ Last updated 01/25/2024
stream-analytics Stream Analytics Define Kafka Input https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-define-kafka-input.md
Title: Stream data from Kafka into Azure Stream Analytics
description: Learn about setting up Azure Stream Analytics as a consumer from Kafka -+ Last updated 02/20/2024
stream-analytics Stream Analytics Define Outputs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-define-outputs.md
Title: Outputs from Azure Stream Analytics
description: This article describes data output options available for Azure Stream Analytics. -+ Last updated 01/25/2024
stream-analytics Stream Analytics Documentdb Output https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-documentdb-output.md
Title: Azure Stream Analytics output to Azure Cosmos DB
description: This article describes how to use Azure Stream Analytics to save output to Azure Cosmos DB for JSON output. -+ Last updated 03/29/2024
stream-analytics Stream Analytics Dotnet Management Sdk https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-dotnet-management-sdk.md
Title: Management .NET SDK for Azure Stream Analytics description: Get started with Stream Analytics Management .NET SDK. Learn how to set up and run analytics jobs. Create a project, inputs, outputs, and transformations.-+ Last updated 3/12/2021
stream-analytics Stream Analytics Edge Csharp Udf Methods https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-edge-csharp-udf-methods.md
Title: Develop .NET Standard functions for Azure Stream Analytics jobs (Preview)
description: Learn how to write C# user-defined functions for Stream Analytics jobs. -+ Last updated 02/26/2024
stream-analytics Stream Analytics Edge Csharp Udf https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-edge-csharp-udf.md
Title: Tutorial - Write C# user defined functions for Azure Stream Analytics job
description: This tutorial shows how to write C# user defined functions for Stream Analytics jobs in Visual Studio. -+ Last updated 02/26/2024
stream-analytics Stream Analytics Edge https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-edge.md
Title: Azure Stream Analytics on IoT Edge description: Create edge jobs in Azure Stream Analytics and deploy them to devices running Azure IoT Edge.-+
stream-analytics Stream Analytics Geospatial Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-geospatial-functions.md
Title: Introduction to Azure Stream Analytics geospatial functions description: This article describes geospatial functions that are used in Azure Stream Analytics jobs.-+
stream-analytics Stream Analytics Get Started With Azure Stream Analytics To Process Data From Iot Devices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-get-started-with-azure-stream-analytics-to-process-data-from-iot-devices.md
Title: Process real-time IoT data streams with Azure Stream Analytics
description: IoT sensor tags and data streams with stream analytics and real-time data processing -+ Last updated 08/15/2023
stream-analytics Stream Analytics High Frequency Trading https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-high-frequency-trading.md
Title: High-frequency trading using Azure Stream Analytics
description: How to perform linear regression model training and scoring in an Azure Stream Analytics job. -+ Last updated 03/16/2021
stream-analytics Stream Analytics How To Configure Azure Machine Learning Endpoints In Stream Analytics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-how-to-configure-azure-machine-learning-endpoints-in-stream-analytics.md
Title: Use Machine Learning Studio (classic) endpoints in Azure Stream Analytics description: This article describes how to use Machine Learning user-defined functions in Azure Stream Analytics.-+ Last updated 06/11/2019
stream-analytics Stream Analytics Introduction https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-introduction.md
Title: Introduction to Azure Stream Analytics description: Learn about Azure Stream Analytics, a managed service that helps you analyze streaming data from the Internet of Things (IoT) in real time.-+ Last updated 01/24/2024
stream-analytics Stream Analytics Javascript User Defined Aggregates https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-javascript-user-defined-aggregates.md
Title: JavaScript user-defined aggregates in Azure Stream Analytics description: This article describes how to perform advanced query mechanics with JavaScript user-defined aggregates in Azure Stream Analytics.-+ Last updated 10/28/2017
stream-analytics Stream Analytics Javascript User Defined Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-javascript-user-defined-functions.md
Title: Azure Stream Analytics JavaScript user-defined functions description: This article is an introduction to JavaScript user-defined functions in Stream Analytics.-+
stream-analytics Stream Analytics Job Analysis With Metric Dimensions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-job-analysis-with-metric-dimensions.md
Title: Analyze Stream Analytics job performance by using metrics and dimensions
description: This article describes how to use Azure Stream Analytics metrics and dimensions to analyze a job's performance. -+ Last updated 12/8/2022
stream-analytics Stream Analytics Job Diagnostic Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-job-diagnostic-logs.md
Title: Troubleshoot Azure Stream Analytics using resource logs description: This article describes how to analyze resource logs in Azure Stream Analytics.-+ Last updated 06/18/2020
stream-analytics Stream Analytics Job Diagram With Metrics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-job-diagram-with-metrics.md
Title: Data-driven debugging in Azure Stream Analytics description: This article describes how to troubleshoot your Azure Stream Analytics job by using the job diagram and metrics in the Azure portal. -+ Last updated 10/12/2022
stream-analytics Stream Analytics Job Logical Diagram With Metrics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-job-logical-diagram-with-metrics.md
description: This article describes how to troubleshoot your Azure Stream Analyt
-+ Last updated 10/12/2022
stream-analytics Stream Analytics Job Physical Diagram With Metrics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-job-physical-diagram-with-metrics.md
description: This article describes how to troubleshoot your Azure Stream Analyt
-+ Last updated 2/17/2023
stream-analytics Stream Analytics Job Reliability https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-job-reliability.md
Title: Avoid service interruptions in Azure Stream Analytics jobs
description: This article describes guidance on making your Stream Analytics jobs upgrade resilient. -+ Last updated 11/10/2022
stream-analytics Stream Analytics Live Data Local Testing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-live-data-local-testing.md
Title: Test live data with Azure Stream Analytics for Visual Studio
description: Learn how to test your Azure Stream Analytics job locally using live streaming data. -+ Last updated 12/07/2018
stream-analytics Stream Analytics Login Credentials Inputs Outputs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-login-credentials-inputs-outputs.md
Title: Rotate login credentials in Azure Stream Analytics jobs
description: This article describes how to update the credentials of inputs and output sinks in Azure Stream Analytics jobs. -+ Last updated 06/21/2019
stream-analytics Stream Analytics Machine Learning Anomaly Detection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-machine-learning-anomaly-detection.md
Title: Anomaly detection in Azure Stream Analytics description: This article describes how to use Azure Stream Analytics and Azure Machine Learning together to detect anomalies.-+ Last updated 01/09/2024
stream-analytics Stream Analytics Machine Learning Integration Tutorial https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-machine-learning-integration-tutorial.md
Title: Azure Stream Analytics integration with Machine Learning Studio (classic) description: This article describes how to quickly set up a simple Azure Stream Analytics job that integrates Azure Machine Learning Studio (classic), using a user-defined function.-+
stream-analytics Stream Analytics Managed Identities Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-managed-identities-overview.md
Title: Managed identities for Azure Stream Analytics
description: This article describes managed identities for Azure Stream Analytics. -+ Last updated 10/27/2022
stream-analytics Stream Analytics Monitor And Manage Jobs Use Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-monitor-and-manage-jobs-use-powershell.md
Title: Monitor and manage Azure Stream Analytics jobs with PowerShell description: This article describes how to use Azure PowerShell and cmdlets to monitor and manage Azure Stream Analytics jobs.-+ Last updated 03/28/2017
stream-analytics Stream Analytics Monitor Jobs Use Vs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-monitor-jobs-use-vs.md
description: This article describes how to use Visual Studio to monitor and mana
-+ Last updated 12/07/2018
stream-analytics Stream Analytics Monitor Jobs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-monitor-jobs.md
Title: Monitor and manage Azure Stream Analytics jobs programmatically description: This article describes how to programmatically monitor Stream Analytics jobs created via REST APIs, Azure SDK, or PowerShell.-+ Last updated 04/20/2017
stream-analytics Stream Analytics Monitoring https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-monitoring.md
Title: Monitor Stream Analytics job with Azure portal
description: This article describes how to monitor Azure Stream Analytics jobs in the Azure portal. -+ Last updated 12/21/2022
stream-analytics Stream Analytics Output Error Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-output-error-policy.md
Title: Output error policies in Azure Stream Analytics
description: Learn about the output error handling policies available in Azure Stream Analytics. -+ Last updated 05/30/2021
stream-analytics Stream Analytics Parallelization https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-parallelization.md
Title: Use query parallelization and scale in Azure Stream Analytics description: This article describes how to scale Stream Analytics jobs by configuring input partitions, tune the query definition, and set job streaming units.-+
stream-analytics Stream Analytics Parsing Json https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-parsing-json.md
Title: Parsing JSON and AVRO in Azure Stream Analytics description: This article describes how to operate on complex data types like arrays, JSON, CSV formatted data.-+
stream-analytics Stream Analytics Parsing Protobuf https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-parsing-protobuf.md
Title: Parse Protobuf description: This article describes how to use Azure Stream Analytics with Protobuf as data input.-+
stream-analytics Stream Analytics Previews https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-previews.md
Title: Azure Stream Analytics preview features
description: This article lists the Azure Stream Analytics features that are currently in preview -+ Last updated 06/10/2022
stream-analytics Stream Analytics Quick Create Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-quick-create-portal.md
Last updated 11/28/2023 -+ #Customer intent: As an IT admin/developer, I want to create a Stream Analytics job, configure input and output, and analyze data by using the Azure portal.
stream-analytics Stream Analytics Quick Create Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-quick-create-powershell.md
Last updated 06/07/2023 -+ #Customer intent: As an IT admin/developer I want to create a Stream Analytics job, configure input and output, analyze data by using Azure PowerShell.
stream-analytics Stream Analytics Quick Create Vs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-quick-create-vs.md
Last updated 06/07/2023 -+ #Customer intent: As an IT admin/developer, I want to create a Stream Analytics job, configure input and output, and analyze data by using Visual Studio.
stream-analytics Stream Analytics Real Time Event Processing Reference Architecture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-real-time-event-processing-reference-architecture.md
Title: Real-time event processing with Azure Stream Analytics description: This article describes the reference architecture to achieve real-time event processing and analytics by using Azure Stream Analytics. -+ Last updated 01/24/2017
stream-analytics Stream Analytics Real Time Fraud Detection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-real-time-fraud-detection.md
Title: Tutorial - Analyze fraudulent call data with Azure Stream Analytics and v
description: This tutorial provides an end-to-end demonstration of how to use Azure Stream Analytics to analyze fraudulent calls in a phone call stream. -+ Last updated 02/14/2024 #Customer intent: As an IT admin/developer, I want to run a Stream Analytics job to analyze phone call data and visualize results in a Power BI dashboard.
stream-analytics Stream Analytics Resource Model https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-resource-model.md
Title: Azure Stream Analytics resource model
description: This article describes Azure Stream Analytics resource model which includes the Azure Stream Analytics input, output, and query. -+ Last updated 07/08/2022
stream-analytics Stream Analytics Scale Jobs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-scale-jobs.md
Title: Scaling up and out in Azure Stream Analytics jobs description: This article describes how to scale a Stream Analytics job by partitioning input data, tune the query, and set job streaming units.-+
stream-analytics Stream Analytics Scale With Machine Learning Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-scale-with-machine-learning-functions.md
Title: Scale Machine Learning Studio (classic) functions in Azure Stream Analytics description: This article describes how to scale Stream Analytics jobs that use Machine Learning Studio (classic) functions, by configuring partitioning and stream units. -+ Last updated 01/15/2021
stream-analytics Stream Analytics Schema Registry Integration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-schema-registry-integration.md
Title: Azure Stream Analytics - Schema Registry
description: This article describes how to add Azure Event Hubs Schema Registry and connect with Event Hubs inputs -+ Last updated 05/08/2023
stream-analytics Stream Analytics Set Up Alerts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-set-up-alerts.md
Title: Set up monitoring alerts for Azure Stream Analytics jobs
description: This article describes how to use the Azure portal to set up monitoring and alerts for Azure Stream Analytics jobs. -+ Last updated 07/12/2022
stream-analytics Stream Analytics Solution Patterns https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-solution-patterns.md
Title: Azure Stream Analytics solution patterns
description: Learn about common solution patterns for Azure Stream Analytics, such as dashboarding, event messaging, data stores, reference data enrichment, and monitoring. -+ Last updated 02/27/2024
stream-analytics Stream Analytics Sql Output Perf https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-sql-output-perf.md
description: Learn about outputting data to SQL Azure from Azure Stream Analytic
-+ Last updated 03/18/2019
stream-analytics Stream Analytics Stream Analytics Query Patterns https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-stream-analytics-query-patterns.md
Title: Common query patterns in Azure Stream Analytics description: This article describes several common query patterns and designs that are useful in Azure Stream Analytics jobs.-+ Last updated 01/23/2024
stream-analytics Stream Analytics Streaming Unit Consumption https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-streaming-unit-consumption.md
Title: Understand and adjust Azure Stream Analytics streaming units
description: This article describes the streaming units setting and other factors that affect performance in Azure Stream Analytics. -+ Last updated 01/02/2024
stream-analytics Stream Analytics Test Query https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-test-query.md
Title: Test an Azure Stream Analytics job with sample data
description: This article describes how to use the Azure portal to test an Azure Stream Analytics job, sample input, and upload sample data. -+ Last updated 01/03/2022
stream-analytics Stream Analytics Threshold Based Rules https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-threshold-based-rules.md
Title: Configurable threshold-based rules in Azure Stream Analytics
description: This article describes how to use reference data to achieve an alerting solution that has configurable threshold based rules in Azure Stream Analytics. -+ Last updated 04/30/2018
stream-analytics Stream Analytics Time Handling https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-time-handling.md
Title: Understand time handling in Azure Stream Analytics
description: Learn how to choose the best start time, handle late and early events, and about time handling metrics in Azure Stream Analytics. -+ Last updated 01/23/2024
stream-analytics Stream Analytics Tools For Visual Studio Cicd https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-tools-for-visual-studio-cicd.md
description: This article describes how to use Azure Stream Analytics CI/CD NuGe
-+ Last updated 05/15/2019
stream-analytics Stream Analytics Tools For Visual Studio Edge Jobs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-tools-for-visual-studio-edge-jobs.md
description: This article describes how to author, debug, and create your Stream
-+ Last updated 12/07/2018
stream-analytics Stream Analytics Tools For Visual Studio Install https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-tools-for-visual-studio-install.md
description: This article describes installation requirements and how to set up
-+ Last updated 05/22/2018
stream-analytics Stream Analytics Troubleshoot Input https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-troubleshoot-input.md
Title: Troubleshooting inputs for Azure Stream Analytics
description: This article describes techniques to troubleshoot your input connections in Azure Stream Analytics jobs. -+ Last updated 12/15/2023
stream-analytics Stream Analytics Troubleshoot Output https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-troubleshoot-output.md
Title: Troubleshoot Azure Stream Analytics outputs
description: This article describes techniques to troubleshoot your output connections in Azure Stream Analytics jobs. -+ Last updated 12/15/2023
stream-analytics Stream Analytics Troubleshoot Query https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-troubleshoot-query.md
Title: Troubleshoot Azure Stream Analytics queries
description: This article describes techniques to troubleshoot your queries in Azure Stream Analytics jobs. -+ Last updated 03/31/2020
stream-analytics Stream Analytics Twitter Sentiment Analysis Trends https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-twitter-sentiment-analysis-trends.md
description: This article describes how to use Stream Analytics for social media
-+ Last updated 10/03/2022
stream-analytics Stream Analytics Use Reference Data https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-use-reference-data.md
Title: Use reference data for lookups in Azure Stream Analytics description: This article describes how to use reference data to look up or correlate data in an Azure Stream Analytics job's query design.-+ Last updated 02/26/2024
stream-analytics Stream Analytics User Assigned Managed Identity Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-user-assigned-managed-identity-overview.md
Title: User-assigned managed identities for Azure Stream Analytics
description: This article describes configuring user-assigned managed identities for Azure Stream Analytics. -+ Last updated 08/15/2023
stream-analytics Stream Analytics Vs Tools Local Run https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-vs-tools-local-run.md
description: This article describes how to test queries locally with Azure Strea
-+ Last updated 07/10/2018
stream-analytics Stream Analytics Vs Tools https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-vs-tools.md
description: Learn how to view, start and stop, test connections, check results,
-+ Last updated 07/10/2018
stream-analytics Stream Analytics Window Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-window-functions.md
Title: Introduction to Azure Stream Analytics windowing functions description: This article describes four windowing functions (tumbling, hopping, sliding, session) that are used in Azure Stream Analytics jobs.-+ Last updated 01/22/2024
stream-analytics Stream Analytics With Azure Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/stream-analytics-with-azure-functions.md
Title: Tutorial - Run Azure Functions in Azure Stream Analytics jobs
description: "In this tutorial, you learn how to configure Azure Functions as an output sink to Stream Analytics jobs." -+ Last updated 03/29/2024
stream-analytics Streaming Technologies https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/streaming-technologies.md
Title: Choose a real-time and stream processing solution on Azure
description: Learn about how to choose the right real-time analytics and streaming processing technology to build your application on Azure. -+ Last updated 01/29/2024
stream-analytics Table Storage Output https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/table-storage-output.md
Title: Table storage output from Azure Stream Analytics
description: This article describes Azure Table storage as output for Azure Stream Analytics. -+ Last updated 08/25/2020
stream-analytics Visual Studio Code Custom Deserializer https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/visual-studio-code-custom-deserializer.md
Title: Tutorial - Create custom .NET deserializers for Azure Stream Analytics cl
description: This tutorial demonstrates how to create a custom .NET deserializer for an Azure Stream Analytics cloud job using Visual Studio Code. -+ Last updated 01/21/2023
stream-analytics Visual Studio Code Explore Jobs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/visual-studio-code-explore-jobs.md
Title: Export and manage Azure Stream Analytics jobs in Visual Studio Code description: This article shows you how to export and manage an Azure Stream Analytics job with the Azure Stream Analytics extension for Visual Studio Code. -+ Last updated 05/24/2023
stream-analytics Visual Studio Code Local Run All https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/visual-studio-code-local-run-all.md
Title: Test Azure Stream Analytics queries locally with Visual Studio Code description: This article describes how to test queries locally by using Azure Stream Analytics Tools for Visual Studio Code.-+ Last updated 11/26/2021
stream-analytics Visual Studio Code Local Run Live Input https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/visual-studio-code-local-run-live-input.md
Title: Testing Azure Stream Analytics query locally against live stream input using Visual Studio Code extension. description: This article describes how to test query locally against live stream input using the Azure Stream Analytics Tools extension for Visual Studio Code.-+
stream-analytics Visual Studio Code Local Run https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/visual-studio-code-local-run.md
Title: Test an Azure Stream Analytics job locally with sample data using Visual Studio Code description: How to test queries locally with sample data using Azure Stream Analytics Tools for Visual Studio Code.-+ Last updated 12/27/2022
stream-analytics Vs Code Intellisense https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/vs-code-intellisense.md
Title: IntelliSense in Azure Stream Analytics tools for Visual Studio Code description: This article describes how to use IntelliSense features in Azure Stream Analytics tools for Visual Studio Code.-+ Last updated 12/27/2022
stream-analytics Write To Delta Lake https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/write-to-delta-lake.md
Title: 'Azure Stream Analytics: Write to a Delta Lake table'
description: This article describes how to write data to a Delta Lake table stored in Azure Data Lake Storage Gen2. -+ Last updated 10/12/2022
stream-analytics Write To Delta Table Adls Gen2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/stream-analytics/write-to-delta-table-adls-gen2.md
Title: Write to a Delta Table in Dale Lake Storage Gen2 (Azure Stream Analytics)
description: This article shows how to create an ASA job writing to a delta table stored in ADLS Gen2. -+ Last updated 01/29/2024
synapse-analytics Continuous Integration Delivery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/cicd/continuous-integration-delivery.md
Title: Continuous integration & delivery in Azure Synapse Analytics description: Learn how to use continuous integration and continuous delivery (CI/CD) to deploy changes between environments in an Azure Synapse Analytics workspace. --++ Last updated 01/25/2024
synapse-analytics Source Control https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/cicd/source-control.md
Title: Source control in Synapse Studio description: Learn how to configure source control in Azure Synapse Studio --++ Last updated 11/20/2020
synapse-analytics Get Started Visualize Power Bi https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/get-started-visualize-power-bi.md
Last updated 10/16/2023-+
synapse-analytics Implementation Success Assess Environment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/implementation-success-assess-environment.md
description: "Learn how to assess your environment to help evaluate the solution
-+ Last updated 05/31/2022
synapse-analytics Implementation Success Evaluate Data Integration Design https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/implementation-success-evaluate-data-integration-design.md
description: "Learn how to evaluate the data integration design and validate tha
-+ Last updated 05/31/2022
synapse-analytics Implementation Success Evaluate Dedicated Sql Pool Design https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/implementation-success-evaluate-dedicated-sql-pool-design.md
description: "Learn how to evaluate your dedicated SQL pool design to identify i
-+ Last updated 05/31/2022
synapse-analytics Implementation Success Evaluate Project Plan https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/implementation-success-evaluate-project-plan.md
description: "Learn how to evaluate your modern data warehouse project plan befo
-+ Last updated 05/31/2022
synapse-analytics Implementation Success Evaluate Serverless Sql Pool Design https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/implementation-success-evaluate-serverless-sql-pool-design.md
description: "Learn how to evaluate your serverless SQL pool design to identify
-+ Last updated 05/31/2022
synapse-analytics Implementation Success Evaluate Solution Development Environment Design https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/implementation-success-evaluate-solution-development-environment-design.md
description: "Learn how to set up multiple environments for your modern data war
-+ Last updated 05/31/2022
synapse-analytics Implementation Success Evaluate Spark Pool Design https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/implementation-success-evaluate-spark-pool-design.md
description: "Learn how to evaluate your Spark pool design to identify issues an
-+ Last updated 05/31/2022
synapse-analytics Implementation Success Evaluate Team Skill Sets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/implementation-success-evaluate-team-skill-sets.md
description: "Learn how to evaluate your team of skilled resources that will imp
-+ Last updated 05/31/2022
synapse-analytics Implementation Success Evaluate Workspace Design https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/implementation-success-evaluate-workspace-design.md
description: "Learn how to evaluate the Synapse workspace design and validate th
-+ Last updated 05/31/2022
synapse-analytics Implementation Success Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/implementation-success-overview.md
description: "Learn about the Azure Synapse success series of articles that's de
-+ Last updated 05/31/2022
synapse-analytics Implementation Success Perform Monitoring Review https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/implementation-success-perform-monitoring-review.md
description: "Learn how to perform monitoring of your Azure Synapse solution."
-+ Last updated 05/31/2022
synapse-analytics Implementation Success Perform Operational Readiness Review https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/implementation-success-perform-operational-readiness-review.md
description: "Learn how to perform an operational readiness review to evaluate y
-+ Last updated 05/31/2022
synapse-analytics Implementation Success Perform User Readiness And Onboarding Plan Review https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/implementation-success-perform-user-readiness-and-onboarding-plan-review.md
description: "Learn how to perform user readiness and onboarding of new users to
-+ Last updated 05/31/2022
synapse-analytics Proof Of Concept Playbook Data Explorer Pool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/proof-of-concept-playbook-data-explorer-pool.md
description: "A high-level methodology for preparing and running an effective Az
-+ Last updated 09/28/2022
synapse-analytics Proof Of Concept Playbook Dedicated Sql Pool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/proof-of-concept-playbook-dedicated-sql-pool.md
description: "A high-level methodology for preparing and running an effective Az
-+ Last updated 05/23/2022
synapse-analytics Proof Of Concept Playbook Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/proof-of-concept-playbook-overview.md
description: "Introduction to a series of articles that provide a high-level met
-+ Last updated 05/23/2022
synapse-analytics Proof Of Concept Playbook Serverless Sql Pool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/proof-of-concept-playbook-serverless-sql-pool.md
description: "A high-level methodology for preparing and running an effective Az
-+ Last updated 05/23/2022
synapse-analytics Proof Of Concept Playbook Spark Pool https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/proof-of-concept-playbook-spark-pool.md
description: "A high-level methodology for preparing and running an effective Az
-+ Last updated 05/23/2022
synapse-analytics Security White Paper Access Control https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/security-white-paper-access-control.md
description: Use different approaches or a combination of techniques to control
-+ Last updated 01/14/2022
synapse-analytics Security White Paper Authentication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/security-white-paper-authentication.md
description: Implement authentication mechanisms with Azure Synapse Analytics.
-+ Last updated 01/14/2022
synapse-analytics Security White Paper Data Protection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/security-white-paper-data-protection.md
description: Protect data to comply with federal, local, and company guidelines
-+ Last updated 01/14/2022
synapse-analytics Security White Paper Introduction https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/security-white-paper-introduction.md
description: Overview of the Azure Synapse Analytics security white paper series
-+ Last updated 01/14/2022
synapse-analytics Security White Paper Network Security https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/security-white-paper-network-security.md
description: Manage secure network access with Azure Synapse Analytics.
-+ Last updated 01/14/2022
synapse-analytics Security White Paper Threat Protection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/security-white-paper-threat-protection.md
description: Audit, protect, and monitor Azure Synapse Analytics.
-+ Last updated 01/14/2022
synapse-analytics Success By Design Introduction https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/guidance/success-by-design-introduction.md
description: Azure Synapse Customer Success Engineering Success by Design reposi
-+ Last updated 05/23/2022
synapse-analytics Monitor Articles https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/monitor-articles.md
Last updated 03/25/2024
-+ # Learn about monitoring
synapse-analytics Monitor Synapse Analytics Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/monitor-synapse-analytics-reference.md
-+ # Azure Synapse Analytics monitoring data reference
synapse-analytics Monitor Synapse Analytics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/monitor-synapse-analytics.md
-+ # Monitor Azure Synapse Analytics
synapse-analytics Policy Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/policy-reference.md
Last updated 02/06/2024
-+ # Azure Policy built-in definitions for Azure Synapse Analytics
synapse-analytics Quickstart Power Bi https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/quickstart-power-bi.md
Title: 'Quickstart: Linking a Power BI workspace to a Synapse workspace' description: Link a Power BI workspace to an Azure Synapse Analytics workspace by following the steps in this guide. -+ Last updated 10/27/2020
synapse-analytics Workspace Conditional Access https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/security/workspace-conditional-access.md
Title: Conditional Access in Azure Synapse Analytics
description: Articles explains conditional access in Azure Synapse Analytics -+ Last updated 09/07/2021 ms.sub-service: security
synapse-analytics Analyze Your Workload https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/analyze-your-workload.md
description: Techniques for analyzing query prioritization for dedicated SQL poo
Last updated 11/03/2021-+
synapse-analytics Cheat Sheet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/cheat-sheet.md
description: Find links and best practices to quickly build your dedicated SQL p
Last updated 11/04/2019-+
synapse-analytics Column Level Security https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/column-level-security.md
description: Column-Level Security allows customers to control access to databas
Last updated 09/19/2023-+
synapse-analytics Create Data Warehouse Azure Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/create-data-warehouse-azure-cli.md
Title: 'Quickstart: Create a Synapse SQL pool with Azure CLI' description: Quickly create a Synapse SQL pool with a server-level firewall rule using the Azure CLI. -+ Last updated 11/20/2020
synapse-analytics Design Guidance For Replicated Tables https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/design-guidance-for-replicated-tables.md
description: Recommendations for designing replicated tables in Synapse SQL pool
Last updated 01/09/2024-+
synapse-analytics Fivetran Quickstart https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/fivetran-quickstart.md
description: Get started with Fivetran and dedicated SQL pool (formerly SQL DW)
Last updated 10/12/2018-+
synapse-analytics Gen2 Migration Schedule https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/gen2-migration-schedule.md
Last updated 01/21/2020-+
synapse-analytics Manage Compute With Azure Functions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/manage-compute-with-azure-functions.md
description: How to use Azure Functions to manage the compute of your dedicated
Last updated 04/27/2018-+
synapse-analytics Massively Parallel Processing Mpp Architecture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/massively-parallel-processing-mpp-architecture.md
description: Learn how Dedicated SQL pool (formerly SQL DW) in Azure Synapse Ana
Last updated 07/20/2022-+
synapse-analytics Memory Concurrency Limits https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/memory-concurrency-limits.md
Last updated 04/04/2021-+
synapse-analytics Monitor Sql Pool Synapse Analytics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/monitor-sql-pool-synapse-analytics.md
-+ # Monitor dedicated SQL pool in Azure Synapse Analytics
synapse-analytics Pause And Resume Compute Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/pause-and-resume-compute-portal.md
description: Use the Azure portal to pause compute for dedicated SQL pool to sav
Last updated 01/05/2023-+
synapse-analytics Pause And Resume Compute Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/pause-and-resume-compute-powershell.md
description: You can use Azure PowerShell to pause and resume dedicated SQL pool
Last updated 01/05/2023-+
synapse-analytics Pause And Resume Compute Workspace Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/pause-and-resume-compute-workspace-powershell.md
description: You can use Azure PowerShell to pause and resume dedicated SQL pool
Last updated 02/21/2023-+
synapse-analytics Quickstart Arm Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/quickstart-arm-template.md
Title: Create a dedicated SQL pool (formerly SQL DW) by using Azure Resource Man
description: Learn how to create an Azure Synapse Analytics SQL pool by using Azure Resource Manager template. -+
synapse-analytics Quickstart Bulk Load Copy Tsql Examples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/quickstart-bulk-load-copy-tsql-examples.md
Title: Authentication mechanisms with the COPY statement description: Outlines the authentication mechanisms to bulk load data with the COPY statement in Synapse SQL. -+ Last updated 06/15/2022
synapse-analytics Quickstart Bulk Load Copy Tsql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/quickstart-bulk-load-copy-tsql.md
Last updated 11/20/2020-+
synapse-analytics Quickstart Configure Workload Isolation Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/quickstart-configure-workload-isolation-portal.md
Last updated 11/28/2022-+
synapse-analytics Quickstart Configure Workload Isolation Tsql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/quickstart-configure-workload-isolation-tsql.md
Last updated 04/27/2020-+
synapse-analytics Quickstart Create A Workload Classifier Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/quickstart-create-a-workload-classifier-portal.md
Last updated 05/04/2020-+
synapse-analytics Quickstart Create A Workload Classifier Tsql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/quickstart-create-a-workload-classifier-tsql.md
Last updated 02/04/2020-+
synapse-analytics Quickstart Scale Compute Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/quickstart-scale-compute-portal.md
Last updated 02/22/2023-+
synapse-analytics Quickstart Scale Compute Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/quickstart-scale-compute-powershell.md
Last updated 02/21/2023-+
synapse-analytics Quickstart Scale Compute Tsql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/quickstart-scale-compute-tsql.md
Last updated 02/22/2023-+
synapse-analytics Quickstart Scale Compute Workspace Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/quickstart-scale-compute-workspace-portal.md
Last updated 02/22/2023-+
synapse-analytics Quickstart Scale Compute Workspace Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/quickstart-scale-compute-workspace-powershell.md
Last updated 02/21/2023-+
synapse-analytics Release Notes 10 0 10106 0 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/release-notes-10-0-10106-0.md
Last updated 3/24/2022-+
synapse-analytics Resource Classes For Workload Management https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/resource-classes-for-workload-management.md
Last updated 07/29/2024-+
synapse-analytics Sql Data Warehouse Authentication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-authentication.md
description: Learn how to authenticate to dedicated SQL pool (formerly SQL DW) i
Last updated 04/02/2019-+ tag: azure-synapse
synapse-analytics Sql Data Warehouse Concept Recommendations https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-concept-recommendations.md
description: Learn about Synapse SQL recommendations and how they are generated
Last updated 06/26/2020-+
synapse-analytics Sql Data Warehouse Concept Resource Utilization Query Activity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-concept-resource-utilization-query-activity.md
Last updated 04/08/2024-+
synapse-analytics Sql Data Warehouse Continuous Integration And Deployment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-continuous-integration-and-deployment.md
description: Enterprise-class Database DevOps experience for dedicated SQL pool
Last updated 02/04/2020-+
synapse-analytics Sql Data Warehouse Develop User Defined Schemas https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-develop-user-defined-schemas.md
description: Tips for using T-SQL user-defined schemas to develop solutions for
Last updated 04/17/2018-+
synapse-analytics Sql Data Warehouse Encryption Tde Tsql https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-encryption-tde-tsql.md
description: Transparent data encryption (TDE) in Azure Synapse Analytics (T-SQL
Last updated 04/30/2019-+
synapse-analytics Sql Data Warehouse Encryption Tde https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-encryption-tde.md
description: Transparent Data Encryption (TDE) for dedicated SQL pool (formerly
Last updated 06/23/2021-+
synapse-analytics Sql Data Warehouse Get Started Create Support Ticket https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-get-started-create-support-ticket.md
Title: Request quota increases and get support description: How to create a support request in the Azure portal for Azure Synapse Analytics. Request quota increases or get problem resolution support.-+ Last updated 03/10/2020
synapse-analytics Sql Data Warehouse How To Configure Workload Importance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-how-to-configure-workload-importance.md
Last updated 05/15/2020-+
synapse-analytics Sql Data Warehouse How To Convert Resource Classes Workload Groups https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-how-to-convert-resource-classes-workload-groups.md
description: Learn how to create a workload group that is similar to a resource
Last updated 08/13/2020-+
synapse-analytics Sql Data Warehouse How To Find Queries Running Beyond Wlm Elapsed Timeout https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-how-to-find-queries-running-beyond-wlm-elapsed-timeout.md
Last updated 06/13/2022-+
synapse-analytics Sql Data Warehouse How To Manage And Monitor Workload Importance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-how-to-manage-and-monitor-workload-importance.md
Last updated 02/04/2020-+
synapse-analytics Sql Data Warehouse How To Monitor Cache https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-how-to-monitor-cache.md
description: Learn how to monitor your Gen2 cache using the Azure portal.
Last updated 11/20/2020-+
synapse-analytics Sql Data Warehouse How To Troubleshoot Missed Classification https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-how-to-troubleshoot-missed-classification.md
Last updated 07/29/2024-+
synapse-analytics Sql Data Warehouse Install Visual Studio https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-install-visual-studio.md
description: Install Visual Studio and SQL Server Development Tools (SSDT) for S
Last updated 05/11/2020-+
synapse-analytics Sql Data Warehouse Integrate Azure Stream Analytics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-integrate-azure-stream-analytics.md
description: Tips for using Azure Stream Analytics with dedicated SQL pool in Az
Last updated 10/07/2022-+
synapse-analytics Sql Data Warehouse Load From Azure Blob Storage With Polybase https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-load-from-azure-blob-storage-with-polybase.md
description: Use PolyBase and T-SQL commands to load two tables from the Contoso
Last updated 11/20/2020-+
synapse-analytics Sql Data Warehouse Load From Azure Data Lake Store https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-load-from-azure-data-lake-store.md
Last updated 09/02/2022-+
synapse-analytics Sql Data Warehouse Manage Compute Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-manage-compute-overview.md
description: Learn about performance scale out capabilities for dedicated SQL po
Last updated 11/12/2019-+
synapse-analytics Sql Data Warehouse Manage Compute Rest Api https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-manage-compute-rest-api.md
Last updated 03/09/2022-+
synapse-analytics Sql Data Warehouse Manage Monitor https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-manage-monitor.md
Last updated 11/09/2022-+
synapse-analytics Sql Data Warehouse Memory Optimizations For Columnstore Compression https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-memory-optimizations-for-columnstore-compression.md
description: Reduce memory requirements or increase the available memory to maxi
Last updated 10/18/2021-+
synapse-analytics Sql Data Warehouse Monitor Workload Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-monitor-workload-portal.md
Last updated 09/13/2022-+
synapse-analytics Sql Data Warehouse Overview Integrate https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-overview-integrate.md
description: Solution tools and partners that integrate with a dedicated SQL poo
Last updated 04/17/2018-+
synapse-analytics Sql Data Warehouse Overview Manage Security https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-overview-manage-security.md
description: Tips for securing a dedicated SQL pool (formerly SQL DW) and develo
Last updated 04/17/2018-+
synapse-analytics Sql Data Warehouse Overview Manageability Monitoring https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-overview-manageability-monitoring.md
description: Monitoring and manageability overview for resource utilization, log
Last updated 08/27/2018-+
synapse-analytics Sql Data Warehouse Overview What Is https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-overview-what-is.md
description: Dedicated SQL pool (formerly SQL DW) in Azure Synapse Analytics is
Last updated 07/19/2024-+
synapse-analytics Sql Data Warehouse Query Ssms https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-query-ssms.md
Title: Connect to dedicated SQL pool (formerly SQL DW) with SSMS description: Use SQL Server Management Studio (SSMS) to connect to and query a dedicated SQL pool (formerly SQL DW) in Azure Synapse Analytics.-+ Last updated 04/17/2018
synapse-analytics Sql Data Warehouse Query Visual Studio https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-query-visual-studio.md
description: Query dedicated SQL pool (formerly SQL DW) in Azure Synapse Analyti
Last updated 08/15/2019-+
synapse-analytics Sql Data Warehouse Reference Powershell Cmdlets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-reference-powershell-cmdlets.md
description: Top PowerShell cmdlets for dedicated SQL pool (formerly SQL DW) in
Last updated 04/17/2018-+
synapse-analytics Sql Data Warehouse Reference Tsql Statements https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-reference-tsql-statements.md
description: Links to the documentation for T-SQL statements supported for dedic
Last updated 05/01/2019-+
synapse-analytics Sql Data Warehouse Reference Tsql System Views https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-reference-tsql-system-views.md
Last updated 01/06/2020-+
synapse-analytics Sql Data Warehouse Restore Points https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-restore-points.md
description: How to create a restore point for dedicated SQL pool (formerly SQL
Last updated 07/03/2019-+
synapse-analytics Sql Data Warehouse Source Control Integration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-source-control-integration.md
description: Enterprise-class Database DevOps experience for dedicated SQL pool
Last updated 08/23/2019-+
synapse-analytics Sql Data Warehouse Tables Distribute https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-tables-distribute.md
Last updated 07/19/2024-+
synapse-analytics Sql Data Warehouse Tables Index https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-tables-index.md
description: Recommendations and examples for indexing tables in dedicated SQL p
Last updated 11/02/2021-+
synapse-analytics Sql Data Warehouse Tables Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-tables-overview.md
description: Introduction to designing tables using dedicated SQL pool.
Last updated 07/05/2023-+
synapse-analytics Sql Data Warehouse Tables Partition https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-tables-partition.md
description: Recommendations and examples for using table partitions in dedicate
Last updated 11/02/2021-+
synapse-analytics Sql Data Warehouse Tables Temporary https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-tables-temporary.md
description: Essential guidance for using temporary tables in dedicated SQL pool
Last updated 11/02/2021-+
synapse-analytics Sql Data Warehouse Troubleshoot Connectivity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-troubleshoot-connectivity.md
description: Troubleshooting connectivity in dedicated SQL pool (formerly SQL DW
Last updated 03/27/2019-+
synapse-analytics Sql Data Warehouse Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-troubleshoot.md
Last updated 09/02/2022-+
synapse-analytics Sql Data Warehouse Videos https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-videos.md
description: Links to various video playlists for Azure Synapse Analytics.
Last updated 07/18/2023-+
synapse-analytics Sql Data Warehouse Workload Classification https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-workload-classification.md
Last updated 07/29/2024-+
synapse-analytics Sql Data Warehouse Workload Importance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-workload-importance.md
Last updated 02/04/2020-+
synapse-analytics Sql Data Warehouse Workload Isolation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-workload-isolation.md
Last updated 11/16/2021-+
synapse-analytics Sql Data Warehouse Workload Management Portal Monitor https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-workload-management-portal-monitor.md
Last updated 03/01/2021-+
synapse-analytics Sql Data Warehouse Workload Management https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-workload-management.md
Last updated 02/04/2020-+
synapse-analytics Striim Quickstart https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/striim-quickstart.md
description: Get started quickly with Striim and Azure Synapse Analytics.
Last updated 02/15/2024-+
synapse-analytics Upgrade To Latest Generation https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/upgrade-to-latest-generation.md
Last updated 02/19/2019-+
synapse-analytics What Is A Data Warehouse Unit Dwu Cdwu https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql-data-warehouse/what-is-a-data-warehouse-unit-dwu-cdwu.md
description: Recommendations on choosing the ideal number of data warehouse unit
Last updated 04/17/2024-+
synapse-analytics Distribution Advisor https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql/distribution-advisor.md
description: This article describes how a user can receive advice on the best di
-+ Last updated 07/16/2023
synapse-analytics Query History Storage Analysis https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/synapse-analytics/sql/query-history-storage-analysis.md
description: Historic query analysis is one of the crucial needs of data enginee
-+ Last updated 10/28/2021
synapse-analytics Query History Storage Analysis https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/third-party-notices.md
Title: Legal notices
description: Legal notices for Azure documentation -+ Last updated 03/08/2019
trusted-signing How To Sign History https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/trusted-signing/how-to-sign-history.md
Last updated 04/12/2024
You can use diagnostic settings to route your Trusted Signing account platform metrics, resource logs, and activity log to various destinations. For each Azure resource that you use, you must configure a separate diagnostic setting. Similarly, each Trust Signing account should have its own settings configured.
-Currently, you can choose from four log routing options for Trusted Signing in Azure:
+Currently, you can choose from three log routing options for Trusted Signing in Azure:
- **Azure Storage account**: An Azure Storage account houses all your Storage data objects, including blobs, files, queues, and tables. It offers a unique namespace for your Storage data, and it's accessible globally via HTTP or HTTPS.
update-manager Query Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/update-manager/query-logs.md
description: This article provides details on how Access Azure Update Manager op
Previously updated : 08/01/2024 Last updated : 08/02/2024
The table `patchinstallationresources` includes resources related to machine pat
| `SKU` | Intentionally left blank for future use. | | `PLAN` | Intentionally left blank for future use. | | `PROPERTIES` | Captures details of operation in JSON format. More information follows this table.|
-| `TAGS` | Azure tags defined for the Azure VM or Azure Arc-enabled servers resource. |
+| `TAGS` | Intentionally left blank for future use. |
| `IDENTITY` | Intentionally left blank for future use. | | `ZONES` | Intentionally left blank for future use. | | `EXTENDEDLOCATION` | Intentionally left blank for future use. |
The table `maintenanceresources` includes resources related to maintenance confi
| `SKU` | Intentionally left blank for future use. | | `PLAN` | Intentionally left blank for future use. | | `PROPERTIES` | Captures details of operation in JSON format. More information follows this table.|
-| `TAGS` | Azure tags defined for the Azure VM or Azure Arc-enabled servers resource. |
+| `TAGS` | Intentionally left blank for future use. |
| `IDENTITY` | Intentionally left blank for future use. | | `ZONES` | Intentionally left blank for future use. | | `EXTENDEDLOCATION` | Intentionally left blank for future use. |
update-manager Support Matrix https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/update-manager/support-matrix.md
Following is the list of supported images and no other marketplace images releas
|microsoftwindowsserver | windowsserverdotnet | *| |microsoftwindowsserver | windowsserver-gen2preview | *| |microsoftwindowsserver | windowsserverupgrade | * |
-|microsoftwindowsserver | windowsserverhotpatch-previews | |
-| | microsoftserveroperatingsystems-previews | |
|microsoftwindowsserverhpcpack | windowsserverhpcpack | * | |microsoftsqlserver | sql2016sp1-ws2016 | standard | | | sql2016sp2-ws2016 | standard|
Following is the list of supported images and no other marketplace images releas
| |centos-ci | 7-ci | | |centos-lvm | 7-lvm-gen2 | |almalinux | almalinux </br> | 8-gen1, 8-gen2, 9-gen1, 9-gen2|
-||almalinux-x86_64 | 8-gen1, :8-gen2, 9-gen1, 9-gen2
+||almalinux-x86_64 | 8-gen1, 8-gen2, 9-gen1, 9-gen2
||almalinux-hpc | 8_6-hpc, 8_6-hpc-gen2 | | aviatrix-systems | aviatrix-bundle-payg | aviatrix-enterprise-bundle-byol| || aviatrix-copilot |avx-cplt-byol-01, avx-cplt-byol-02 |
Update Manager doesn't support driver updates.
#### Extended Security Updates (ESU) for Windows Server
-Using Azure Update Manager, you can deploy Extended Security Updates for your Azure Arc-enabled Windows Server 2012 / R2 machines. ESUs are available are default to Azure Virtual machines. To enroll in Windows Server 2012 Extended Security Updates on Arc connected machines, follow the guidance on [How to get Extended Security Updates (ESU) for Windows Server 2012 and 2012 R2 via Azure Arc](/windows-server/get-started/extended-security-updates-deploy#extended-security-updates-enabled-by-azure-arc).
+Using Azure Update Manager, you can deploy Extended Security Updates for your Azure Arc-enabled Windows Server 2012 / R2 machines. ESUs are available by default to Azure Virtual machines. To enroll in Windows Server 2012 Extended Security Updates on Arc connected machines, follow the guidance on [How to get Extended Security Updates (ESU) for Windows Server 2012 and 2012 R2 via Azure Arc](/windows-server/get-started/extended-security-updates-deploy#extended-security-updates-enabled-by-azure-arc).
#### Microsoft application updates on Windows
virtual-desktop Authentication https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-desktop/authentication.md
Title: Azure Virtual Desktop identities and authentication - Azure
description: Identities and authentication methods for Azure Virtual Desktop. -+ Last updated 07/16/2024
virtual-desktop Azure Ad Joined Session Hosts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-desktop/azure-ad-joined-session-hosts.md
description: Learn about using Microsoft Entra joined session hosts in Azure Vir
-+ Last updated 06/04/2024
virtual-desktop Configure Adfs Sso https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-desktop/configure-adfs-sso.md
-+ Last updated 06/30/2021
virtual-desktop Set Up Mfa https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-desktop/set-up-mfa.md
Title: Enforce Microsoft Entra multifactor authentication for Azure Virtual Desk
description: How to enforce Microsoft Entra multifactor authentication for Azure Virtual Desktop using Conditional Access to help make it more secure. Previously updated : 03/05/2024 Last updated : 07/26/2024
Here's how to create a Conditional Access policy that requires multifactor authe
## Configure sign-in frequency
-Sign-in frequency policies let you set the time period after which a user must prove their identity again when accessing Microsoft Entra-based resources. This can help secure your environment and is especially important for personal devices, where the local OS may not require MFA or may not lock automatically after inactivity.
+Sign-in frequency policies let you configure how often users are required to sign-in when accessing Microsoft Entra-based resources. This can help secure your environment and is especially important for personal devices, where the local OS may not require MFA or may not lock automatically after inactivity. Users are prompted to authenticate only when a new access token is requested from Microsoft Entra ID when accessing a resource.
Sign-in frequency policies result in different behavior based on the Microsoft Entra app selected:
To configure the time period after which a user is asked to sign-in again:
1. Under **Access controls** > **Session**, select **0 controls selected**. 1. In the **Session** pane, select **Sign-in frequency**. 1. Select **Periodic reauthentication** or **Every time**.
- - If you select **Periodic reauthentication**, set the value for the time period after which a user is asked to sign-in again, and then select **Select**. For example, setting the value to **1** and the unit to **Hours**, requires multifactor authentication if a connection is launched more than an hour after the last one.
- - The **Every time** option is currently available in preview and is only supported when applied to the **Microsoft Remote Desktop** and **Windows Cloud Login** apps when single sign-on is enabled for your host pool. If you select **Every time**, users are prompted to reauthenticate after a period of 5 to 15 minutes after the last time they authenticated for the Microsoft Remote Desktop and Windows Cloud Login apps.
+ - If you select **Periodic reauthentication**, set the value for the time period after which a user is asked to sign-in again when performing an action that requires a new access token, and then select **Select**. For example, setting the value to **1** and the unit to **Hours**, requires multifactor authentication if a connection is launched more than an hour after the last user authentication.
+ - The **Every time** option is currently available in preview and is only supported when applied to the **Microsoft Remote Desktop** and **Windows Cloud Login** apps when single sign-on is enabled for your host pool. If you select **Every time**, users are prompted to reauthenticate when launching a new connection after a period of 5 to 10 minutes since their last authentication.
1. At the bottom of the page, select **Save**. > [!NOTE]
-> - Reauthentication only happens when a user must authenticate to a resource. Once a connection is established, users aren't prompted even if the connection lasts longer than the sign-in frequency you've configured.
-> - Users need to reauthenticate if there is a network disruption that forces the session to be re-established after the sign-in frequency you've configured. This can lead to more frequent authentication requests on unstable networks.
+>
+> - Reauthentication only happens when a user must authenticate to a resource and a new access token is needed. After a connection is established, users aren't prompted even if the connection lasts longer than the sign-in frequency you've configured.
+> - Users must reauthenticate if there is a network disruption that forces the session to be re-established after the sign-in frequency you've configured. This can lead to more frequent authentication requests on unstable networks.
<a name='azure-ad-joined-session-host-vms'></a>
virtual-desktop Troubleshoot Device Redirections https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-desktop/troubleshoot-device-redirections.md
description: How to resolve issues with device redirections in Azure Virtual Des
-+ Last updated 11/14/2023
virtual-desktop Whats New Insights https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-desktop/whats-new-insights.md
Title: What's new in Azure Virtual Desktop Insights? description: New features and product updates in Azure Virtual Desktop Insights.-+ Last updated 05/02/2024-+ # What's new in Azure Virtual Desktop Insights?
The following table shows the latest available version of Azure Virtual Desktop
| Release | Latest version | Setup instructions | ||-|-|
-| Public | 3.3.1 | [Use Azure Virtual Desktop Insights to monitor your deployment](insights.md) |
+| Public | 3.5.0 | [Use Azure Virtual Desktop Insights to monitor your deployment](insights.md) |
## How to read version numbers
For example, a release with a version number of 1.2.31 is on the first major rel
When one of the numbers is increased, all numbers after it must change, too. One release has one version number. However, not all version numbers track releases. Patch numbers can be somewhat arbitrary, for example.
+## Version 3.5.0
+
+*Published: July 1, 2024*
+
+In this update, we made the following change:
+
+- Connection reliability tab now generally available.
+
+## Version 3.4.0
+
+*Published: May 13, 2024*
+
+In this update, we made the following changes:
+
+- Added HCI core count.
+- Updated reliability of users per core calculation.
+ ## Version 3.3.1 *Published: April 29, 2024*
virtual-machine-scale-sets Disk Encryption Azure Resource Manager https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machine-scale-sets/disk-encryption-azure-resource-manager.md
description: In this quickstart, you learn how to use Azure Resource Manager tem
-+ Last updated 06/14/2024
virtual-machine-scale-sets Disk Encryption Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machine-scale-sets/disk-encryption-cli.md
description: Learn how to use Azure CLI to encrypt VM instances and attached dis
-+ Last updated 06/14/2024
virtual-machine-scale-sets Disk Encryption Extension Sequencing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machine-scale-sets/disk-encryption-extension-sequencing.md
description: In this article, learn how to enable Microsoft Azure Disk Encryptio
-+ Last updated 06/14/2024
virtual-machine-scale-sets Disk Encryption Key Vault https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machine-scale-sets/disk-encryption-key-vault.md
description: This article provides steps for creating and configuring a key vaul
-+ Last updated 06/14/2024
virtual-machine-scale-sets Disk Encryption Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machine-scale-sets/disk-encryption-overview.md
description: This article provides instructions on enabling Microsoft Azure Disk
-+ Last updated 06/14/2024
virtual-machine-scale-sets Disk Encryption Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machine-scale-sets/disk-encryption-powershell.md
description: Learn how to use Azure PowerShell to encrypt VM instances and attac
-+ Last updated 06/14/2024
virtual-machine-scale-sets Flexible Virtual Machine Scale Sets Migration Resources https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machine-scale-sets/flexible-virtual-machine-scale-sets-migration-resources.md
description: Learn how to migrate deployments and resources to Virtual Machine S
-+ Last updated 06/14/2024
virtual-machine-scale-sets Instance Generalized Image Version https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machine-scale-sets/instance-generalized-image-version.md
Title: Create a scale set from a generalized image
description: Create a scale set using a generalized image in an Azure Compute Gallery. -+
virtual-machine-scale-sets Instance Specialized Image Version https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machine-scale-sets/instance-specialized-image-version.md
Title: Create a scale set from a specialized image version using the Azure CLI
description: Create a scale set using a specialized image version in an Azure Compute Gallery using the Azure CLI. -+ Last updated 06/14/2024
virtual-machine-scale-sets Share Images Across Tenants https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machine-scale-sets/share-images-across-tenants.md
description: Learn how to create scale sets using images that are shared across
-+ Last updated 06/14/2024
virtual-machine-scale-sets Tutorial Install Apps Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machine-scale-sets/tutorial-install-apps-cli.md
description: Learn how to use the Azure CLI to install applications into Virtual
-+ Last updated 06/14/2024
virtual-machine-scale-sets Tutorial Install Apps Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machine-scale-sets/tutorial-install-apps-powershell.md
description: Learn how to use Azure PowerShell to install applications into Virt
-+ Last updated 06/14/2024
virtual-machine-scale-sets Tutorial Use Disks Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machine-scale-sets/tutorial-use-disks-cli.md
description: Learn how to use the Azure CLI to create and use Managed Disks with
-+ Last updated 06/14/2024
virtual-machine-scale-sets Tutorial Use Disks Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machine-scale-sets/tutorial-use-disks-powershell.md
description: Learn how to use Azure PowerShell to create and use Managed Disks w
-+ Last updated 06/14/2024
virtual-machine-scale-sets Virtual Machine Scale Sets Attached Disks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machine-scale-sets/virtual-machine-scale-sets-attached-disks.md
description: Learn how to use attached data disks with Virtual Machine Scale Set
-+ Last updated 06/14/2024
virtual-machine-scale-sets Virtual Machine Scale Sets Automatic Instance Repairs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machine-scale-sets/virtual-machine-scale-sets-automatic-instance-repairs.md
description: Learn how to configure automatic repairs policy for VM instances in
-+ Last updated 06/14/2024
virtual-machine-scale-sets Virtual Machine Scale Sets Dsc https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machine-scale-sets/virtual-machine-scale-sets-dsc.md
description: Using Virtual Machine Scale Sets with the Azure Desired State Confi
-+ Last updated 06/14/2024
virtual-machine-scale-sets Virtual Machine Scale Sets Extension Sequencing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machine-scale-sets/virtual-machine-scale-sets-extension-sequencing.md
description: Learn how to sequence extension provisioning when deploying multipl
-+ Last updated 06/14/2024
virtual-machine-scale-sets Virtual Machine Scale Sets Health Extension https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machine-scale-sets/virtual-machine-scale-sets-health-extension.md
description: Learn how to use the Application Health extension to monitor the he
-+ Last updated 06/14/2024
virtual-machine-scale-sets Virtual Machine Scale Sets Instance Protection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machine-scale-sets/virtual-machine-scale-sets-instance-protection.md
description: Learn how to protect Azure Virtual Machine Scale Set instances from
-+ Last updated 06/14/2024
virtual-machine-scale-sets Virtual Machine Scale Sets Mvss Existing Vnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machine-scale-sets/virtual-machine-scale-sets-mvss-existing-vnet.md
description: Learn how to add a virtual network to an existing Azure Virtual Mac
-+ Last updated 06/14/2024
virtual-machine-scale-sets Virtual Machine Scale Sets Networking https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machine-scale-sets/virtual-machine-scale-sets-networking.md
description: How to configuration some of the more advanced networking propertie
-+ Last updated 06/14/2024
virtual-machines Automatic Vm Guest Patching https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/automatic-vm-guest-patching.md
Title: Automatic Guest Patching for Azure Virtual Machines and Scale Sets description: Learn how to automatically patch virtual machines in Azure. -+ Last updated 07/31/2024
virtual-machines Azure Compute Gallery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/azure-compute-gallery.md
Title: Overview of Azure Compute Gallery
description: Learn about the Azure Compute Gallery and how to share Azure resources. -+ Last updated 09/20/2023
virtual-machines Backup Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/backup-recovery.md
Title: Overview backup options for VMs description: Overview backup options for Azure virtual machines. -+ Last updated 01/12/2023
virtual-machines Boot Integrity Monitoring Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/boot-integrity-monitoring-overview.md
description: Learn how to use the Guest Attestation extension to secure boot you
-+ Last updated 04/10/2024
virtual-machines Capture Image Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/capture-image-portal.md
Title: Capture an image of a VM using the portal description: Create an image of a VM using the Azure portal. -+ Last updated 04/12/2022
virtual-machines Co Location https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/co-location.md
Title: Proximity placement groups
description: Learn about using proximity placement groups in Azure. -+ Last updated 09/12/2022
virtual-machines Compiling Scaling Applications https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/compiling-scaling-applications.md
Title: Scaling HPC applications - Azure Virtual Machines | Microsoft Docs description: Learn how to scale HPC applications on Azure VMs.-+
virtual-machines Compute Gallery Whats New https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/compute-gallery-whats-new.md
Title: What's new for Azure Compute Gallery description: Learn about what's new for Azure Compute Gallery in Azure. -+ Last updated 01/25/2023
virtual-machines Configure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/configure.md
Title: Configuration and Optimization of InfiniBand enabled H-series and N-series Azure Virtual Machines description: Learn about configuring and optimizing the InfiniBand enabled H-series and N-series VMs for HPC.-+
virtual-machines Create Fqdn https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/create-fqdn.md
Title: Create FQDN for a VM in the Azure portal description: Learn how to create a Fully Qualified Domain Name (FQDN) for a virtual machine in the Azure portal. -+ Last updated 02/25/2023
virtual-machines Create Gallery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/create-gallery.md
Title: Create an Azure Compute Gallery for sharing resources description: Learn how to create an Azure Compute Gallery. -+ Last updated 03/23/2023
virtual-machines Create Restore Points https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/create-restore-points.md
Title: Create Virtual Machine restore points
description: Creating Virtual Machine Restore Points with API -+ Last updated 02/14/2022
virtual-machines Custom Domain https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/custom-domain.md
Title: Create and use a custom domain description: Connect a custom domain to a virtual machine in Azure. -+ Last updated 02/23/2023
virtual-machines Ephemeral Os Disks Deploy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/ephemeral-os-disks-deploy.md
Title: Deploy Ephemeral OS disks description: Learn to deploy ephemeral OS disks for Azure VMs. -+ Last updated 07/23/2020
virtual-machines Ephemeral Os Disks Faq https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/ephemeral-os-disks-faq.md
Title: FAQ Ephemeral OS disks description: Frequently asked questions on ephemeral OS disks for Azure VMs. -+ Last updated 05/26/2022
virtual-machines Ephemeral Os Disks https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/ephemeral-os-disks.md
Title: Ephemeral OS disks description: Learn more about ephemeral OS disks for Azure VMs. -+ Last updated 07/23/2020
virtual-machines Azure Disk Enc Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/extensions/azure-disk-enc-linux.md
Title: Azure Disk Encryption for Linux description: Deploys Azure Disk Encryption for Linux to a virtual machine using a virtual machine extension. -+
virtual-machines Azure Disk Enc Windows https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/extensions/azure-disk-enc-windows.md
Title: Azure Disk Encryption for Windows description: Deploys Azure Disk Encryption to a Windows virtual machine using a virtual machine extension. -+
virtual-machines Dsc Credentials https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/extensions/dsc-credentials.md
Title: Pass credentials to Azure using Desired State Configuration description: Learn how to securely pass credentials to Azure virtual machines using PowerShell Desired State Configuration (DSC). -+
virtual-machines Dsc Windows https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/extensions/dsc-windows.md
Title: Azure Desired State Configuration Extension Handler description: Upload and apply a PowerShell DSC configuration on an Azure VM using DSC Extension -+
virtual-machines Enable Infiniband https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/extensions/enable-infiniband.md
Title: Enable InfiniBand on HPC VMs - Azure Virtual Machines | Microsoft Docs description: Learn how to enable InfiniBand on Azure HPC VMs.-+
virtual-machines Hpc Compute Infiniband Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/extensions/hpc-compute-infiniband-linux.md
Title: InfiniBand driver extension - Azure Linux VMs description: Microsoft Azure Extension for installing InfiniBand Drivers on HB- and N-series compute VMs running Linux. -+
virtual-machines Hpc Compute Infiniband Windows https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/extensions/hpc-compute-infiniband-windows.md
Title: InfiniBand driver extension - Azure Windows VMs description: Microsoft Azure Extension for installing InfiniBand Drivers on H- and N-series compute VMs running Windows. -+
virtual-machines Hpccompute Amd Gpu Windows https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/extensions/hpccompute-amd-gpu-windows.md
-+ vm-windows
virtual-machines Hpccompute Gpu Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/extensions/hpccompute-gpu-linux.md
Title: NVIDIA GPU Driver Extension - Azure Linux VMs
description: Microsoft Azure extension for installing NVIDIA GPU drivers on N-series compute VMs running Linux. -+
virtual-machines Hpccompute Gpu Windows https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/extensions/hpccompute-gpu-windows.md
Title: NVIDIA GPU Driver Extension - Azure Windows VMs description: Learn how to install the NVIDIA GPU Driver Extension on N-series virtual machines running Windows from the Azure portal or by using an ARM template. -+
virtual-machines Hb Hc Known Issues https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/hb-hc-known-issues.md
Title: Troubleshooting known issues with HPC and GPU VMs - Azure Virtual Machines | Microsoft Docs description: Learn about troubleshooting known issues with HPC and GPU VM sizes in Azure.-+
virtual-machines Hb Series Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/hb-series-overview.md
Title: HB-series VM overview - Azure Virtual Machines | Microsoft Docs description: Learn about the preview support for the HB-series VM size in Azure.-+
virtual-machines Hb Series Performance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/hb-series-performance.md
Title: HB-series VM size performance description: Learn about performance testing results for HB-series VM sizes in Azure.-+ Last updated 07/25/2024
virtual-machines Hb Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/hb-series.md
Title: HB-series description: Specifications for the HB-series VMs.-+ Last updated 07/25/2024
virtual-machines Hbv2 Performance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/hbv2-performance.md
Title: HBv2-series VM size performance description: Learn about performance testing results for HBv2-series VM sizes in Azure. -+
virtual-machines Hbv2 Series Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/hbv2-series-overview.md
Title: HBv2-series VM overview - Azure Virtual Machines | Microsoft Docs
description: Learn about the HBv2-series VM size in Azure. -+ Last updated 07/25/2024
virtual-machines Hbv2 Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/hbv2-series.md
Title: HBv2-series - Azure Virtual Machines description: Specifications for the HBv2-series VMs.-+ Last updated 07/25/2024
virtual-machines Hbv3 Performance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/hbv3-performance.md
Title: HBv3-series VM sizes performance and scalability description: Learn about performance and scalability of HBv3-series VM sizes in Azure. -+
virtual-machines Hbv3 Series Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/hbv3-series-overview.md
Title: HBv3-series VM overview, architecture, topology - Azure Virtual Machines
description: Learn about the HBv3-series VM size in Azure. -+ Last updated 07/25/2024
virtual-machines Hbv3 Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/hbv3-series.md
Title: HBv3-series - Azure Virtual Machines description: Specifications for the HBv3-series VMs.-+ Last updated 07/25/2024
virtual-machines Hbv4 Performance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/hbv4-performance.md
Title: HBv4-series VM sizes performance and scalability description: Learn about performance and scalability of HBv4-series VM sizes in Azure. -+ Last updated 07/25/2024
virtual-machines Hbv4 Series Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/hbv4-series-overview.md
Title: HBv4-series VM overview, architecture, topology - Azure Virtual Machines | Microsoft Docs description: Learn about the HBv4-series VM size in Azure. -+ Last updated 07/25/2024
virtual-machines Hbv4 Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/hbv4-series.md
Title: HBv4-series - Azure Virtual Machines description: Specifications for the HBv4-series VMs.-+
virtual-machines Hc Series Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/hc-series-overview.md
Title: HC-series VM overview - Azure Virtual Machines| Microsoft Docs description: Learn about the preview support for the HC-series VM size in Azure.-+
virtual-machines Hc Series Performance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/hc-series-performance.md
Title: HC-series VM size performance description: Learn about performance testing results for HC-series VM sizes in Azure.-+ Last updated 07/25/2024
virtual-machines Hc Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/hc-series.md
Title: HC-series - Azure Virtual Machines description: Specifications for the HC-series VMs.-+ Last updated 07/25/2024
virtual-machines How To Enable Write Accelerator https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/how-to-enable-write-accelerator.md
Title: Azure Write Accelerator
description: Documentation on how to enable and use Write Accelerator -+ Last updated 04/11/2023
virtual-machines Hx Performance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/hx-performance.md
Title: HX-series VM sizes performance and scalability description: Learn about performance and scalability of HX-series VM sizes in Azure. -+ Last updated 07/25/2024
virtual-machines Hx Series Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/hx-series-overview.md
Title: HX-series VM overview, architecture, topology - Azure Virtual Machines | Microsoft Docs description: Learn about the HX-series VM size in Azure. -+ Last updated 07/25/2024
virtual-machines Hx Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/hx-series.md
Title: HX-series - Azure Virtual Machines description: Specifications for the HX-series VMs.-+
virtual-machines Image Builder Triggers How To https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/image-builder-triggers-how-to.md
description: Use triggers in Azure Image Builder to set up automatic image build
-+ Last updated 11/10/2023
virtual-machines Image Version Encryption https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/image-version-encryption.md
Title: Create an encrypted image version with customer-managed keys description: Create an image version in an Azure Compute Gallery, by using customer-managed encryption keys. -+ Last updated 02/22/2023
virtual-machines Image Version https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/image-version.md
Title: Create an image definition and image version description: Learn how to create an image in an Azure Compute Gallery. -+ Last updated 09/20/2023
virtual-machines Build Image With Packer https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/build-image-with-packer.md
Title: Create Linux Azure VM Images with Packer description: Learn how to use Packer to create images of Linux virtual machines in Azure -+
virtual-machines Cli Ps Findimage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/cli-ps-findimage.md
Title: Find and use marketplace purchase plan information using the CLI description: Learn how to use the Azure CLI to find image URNs and purchase plan parameters, like the publisher, offer, SKU, and version, for Marketplace VM images.-+ Last updated 02/09/2023
virtual-machines Disable Provisioning https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/disable-provisioning.md
Title: Disable or remove the provisioning agent description: Learn how to disable or remove the provisioning agent in Linux VMs and images. -+
virtual-machines Disk Encryption Cli Quickstart https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/disk-encryption-cli-quickstart.md
Title: Create and encrypt a Linux VM with Azure CLI
description: In this quickstart, you learn how to use Azure CLI to create and encrypt a Linux virtual machine -+
virtual-machines Disk Encryption Upgrade https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/disk-encryption-upgrade.md
Title: How to upgrade Azure Disk Encryption on a disk description: This article provides instructions on upgrading Azure Disk Encryption on a disk -+
virtual-machines How To Configure Lvm Raid On Crypt https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/how-to-configure-lvm-raid-on-crypt.md
Title: Configure LVM and RAID on encrypted devices - Azure Disk Encryption description: This article provides instructions for configuring LVM and RAID on encrypted devices for Linux VMs. -+
virtual-machines How To Resize Encrypted Lvm https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/how-to-resize-encrypted-lvm.md
Title: How to resize disks encrypted using Azure Disk Encryption description: This article provides instructions for resizing ADE encrypted disks by using logical volume management. -+
virtual-machines How To Verify Encryption Status https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/how-to-verify-encryption-status.md
Title: Verify encryption status for Linux - Azure Disk Encryption description: This article provides instructions on verifying the encryption status from the platform and OS levels. -+
virtual-machines Image Builder Devops Task https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/image-builder-devops-task.md
Last updated 07/31/2023 -+ ms.devlang: azurecli
virtual-machines Image Builder Gallery Update Image Version https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/image-builder-gallery-update-image-version.md
Last updated 11/10/2020 -+
virtual-machines Image Builder Gallery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/image-builder-gallery.md
Last updated 11/10/2023 -+
virtual-machines Image Builder Json https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/image-builder-json.md
Last updated 10/03/2023 -+
virtual-machines Image Builder Networking https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/image-builder-networking.md
Last updated 07/25/2023 -+
virtual-machines Image Builder Permissions Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/image-builder-permissions-cli.md
Last updated 04/02/2021 -+
virtual-machines Image Builder Permissions Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/image-builder-permissions-powershell.md
Last updated 03/05/2021 -+
virtual-machines Image Builder Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/image-builder-troubleshoot.md
Last updated 11/27/2023 -+
virtual-machines Image Builder User Assigned Identity https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/image-builder-user-assigned-identity.md
Last updated 11/28/2022 -+
virtual-machines Image Builder Vnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/image-builder-vnet.md
Last updated 03/02/2021 -+
virtual-machines Image Builder https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/image-builder.md
Last updated 11/10/2023 -+
virtual-machines Imaging https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/imaging.md
Title: Overview of creating Linux images for Azure description: How to bring your Linux VM images or create new images to use in Azure. -+
virtual-machines Metrics Vm Usage Rest https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/metrics-vm-usage-rest.md
Title: Get Azure Virtual Machine usage data using the REST API description: Use the Azure REST APIs to collect utilization metrics for a Virtual Machine. -+
virtual-machines Multiple Nics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/multiple-nics.md
Title: Create a Linux VM in Azure with multiple NICs description: Learn how to create a Linux VM with multiple NICs attached to it using the Azure CLI or Resource Manager templates. -+
virtual-machines No Agent https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/no-agent.md
Title: Create Linux images without a provisioning agent description: Create generalized Linux images without a provisioning agent in Azure. -+
virtual-machines Openshift Container Platform 4X https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/openshift-container-platform-4x.md
Title: Deploy OpenShift Container Platform 4.x in Azure
description: Deploy OpenShift Container Platform 4.x in Azure. --++
virtual-machines Provisioning https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/provisioning.md
Title: Overview of Linux provisioning description: Overview of how to bring your Linux VM images or create new images to use in Azure. -+
virtual-machines Proximity Placement Groups https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/proximity-placement-groups.md
Title: Create a proximity placement group using the Azure CLI description: Learn about creating and using proximity placement groups for virtual machines in Azure. -+
virtual-machines Shared Images Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/shared-images-portal.md
Title: Create shared Azure Linux VM images using the portal description: Learn how to use Azure portal to create and share Linux virtual machine images.-+
virtual-machines Static Dns Name Resolution For Linux On Azure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/static-dns-name-resolution-for-linux-on-azure.md
Title: Use internal DNS for VM name resolution with the Azure CLI description: How to create virtual network interface cards and use internal DNS for VM name resolution on Azure with the Azure CLI. -+
virtual-machines Suse Create Upload Vhd https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/suse-create-upload-vhd.md
Title: Create and upload a SUSE Linux VHD in Azure description: Learn how to create and upload an Azure virtual hard disk (VHD) that contains a SUSE Linux operating system. -+
virtual-machines Tutorial Custom Images https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/tutorial-custom-images.md
Title: Tutorial - Create custom VM images with the Azure CLI description: In this tutorial, you learn how to use the Azure CLI to create a custom virtual machine image in Azure -+ Last updated 01/25/2023
virtual-machines Tutorial Disaster Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/tutorial-disaster-recovery.md
Title: Tutorial - Set up disaster recovery for Linux VMs with Azure Site Recovery description: Learn how to set up disaster recovery for Linux VMs to a different Azure region, using the Azure Site Recovery service. -+ Last updated 01/25/2023
virtual-machines Tutorial Virtual Network https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/tutorial-virtual-network.md
-+ Last updated 05/10/2017
virtual-machines Using Cloud Init https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/linux/using-cloud-init.md
Title: Overview of cloud-init support for Linux VMs in Azure description: Overview of cloud-init capabilities to configure a VM at provisioning time in Azure. -+
virtual-machines Maintenance Configurations Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/maintenance-configurations-cli.md
Title: Maintenance Configurations for Azure virtual machines using the Azure CLI description: Learn how to control when maintenance is applied to your Azure VMs by using Maintenance Configurations and the Azure CLI. -+
virtual-machines Maintenance Configurations Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/maintenance-configurations-portal.md
Title: Maintenance Configurations for Azure virtual machines using the Azure portal description: Learn how to control when maintenance is applied to your Azure VMs by using Maintenance Configurations and the Azure portal. -+ Last updated 03/24/2022
virtual-machines Maintenance Configurations Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/maintenance-configurations-powershell.md
Title: Maintenance Configurations for Azure virtual machines using Azure PowerShell description: Learn how to control when maintenance is applied to your Azure VMs by using Maintenance Configurations and Azure PowerShell. -+ Last updated 11/19/2020
virtual-machines Maintenance Configurations https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/maintenance-configurations.md
Title: Overview of Maintenance Configurations for Azure virtual machines description: Learn how to control when maintenance is applied to your Azure VMs by using Maintenance Configurations. -+ Last updated 10/06/2021
virtual-machines Maintenance Notifications Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/maintenance-notifications-cli.md
Title: Get maintenance notifications using the CLI description: View maintenance notifications for virtual machines running in Azure, and start self-service maintenance, using the Azure CLI.-+
virtual-machines Maintenance Notifications Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/maintenance-notifications-portal.md
Title: Use the portal for maintenance notifications description: View maintenance notifications for virtual machines running in Azure, and start self-service maintenance, using the portal.-+ Last updated 11/14/2022
virtual-machines Maintenance Notifications Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/maintenance-notifications-powershell.md
Title: Get maintenance notifications for Azure VMs using PowerShell description: View maintenance notifications for virtual machines running in Azure and start self-service maintenance using PowerShell.-+ Last updated 11/19/2019
virtual-machines Maintenance Notifications https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/maintenance-notifications.md
Title: Maintenance notifications description: Overview of maintenance notifications for virtual machines running in Azure.-+ Last updated 8/12/2020
virtual-machines Manage Restore Points https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/manage-restore-points.md
Title: Manage Virtual Machine restore points
description: Managing Virtual Machine Restore Points -+ Last updated 07/05/2022
virtual-machines Managed Disk From Image Version https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/managed-disk-from-image-version.md
Title: Export an image version to a managed disk description: Export an image version from an Azure Compute Gallery to a managed disk. -+ Last updated 12/12/2022
virtual-machines Marketplace Images https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/marketplace-images.md
Title: Specify Marketplace purchase plan information using Azure PowerShell description: Learn how to specify Azure Marketplace purchase plan details when creating images in an Azure Compute Gallery (formerly known as Shared Image Gallery). -+ Last updated 12/5/2022
virtual-machines Overview Hb Hc https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/overview-hb-hc.md
Title: High-performance computing on InfiniBand enabled HB-series and N-series VMs - Azure Virtual Machines description: Learn about the features and capabilities of InfiniBand enabled HB-series and N-series VMs optimized for HPC.-+ Last updated 07/25/2024
virtual-machines Virtual Machines Powershell Sample Copy Snapshot To Storage Account https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/scripts/virtual-machines-powershell-sample-copy-snapshot-to-storage-account.md
Title: PowerShell Sample - Export/Copy snapshot as VHD to a storage account in d
description: Azure PowerShell Script Sample - Export/Copy snapshot as VHD to a storage account in same different region -+
virtual-machines Virtual Machines Powershell Sample Create Managed Disk From Snapshot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/scripts/virtual-machines-powershell-sample-create-managed-disk-from-snapshot.md
description: Azure PowerShell Sample - restore a disk from a snapshot and learn
-+ vm-windows
virtual-machines Virtual Machines Powershell Sample Create Snapshot From Vhd https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/scripts/virtual-machines-powershell-sample-create-snapshot-from-vhd.md
Title: VHD snapshot to make many identical managed disks (Windows) - PowerShell
description: Azure PowerShell Script Sample - Create a snapshot from a VHD to create multiple identical managed disks in small amount of time -+ vm-windows
virtual-machines Security Controls Policy Image Builder https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/security-controls-policy-image-builder.md
-+
virtual-machines Set Up Hpc Vms https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/set-up-hpc-vms.md
Title: Set up Azure HPC or AI VMs
description: How to set up an Azure HPC or AI virtual machine with NVIDIA or AMD GPUs using the Azure portal. -+ Last updated 07/25/2024
virtual-machines Setup Mpi https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/setup-mpi.md
Title: Set up Message Passing Interface (MPI) for HPC - Azure Virtual Machines | Microsoft Docs description: Learn how to set up MPI for HPC on Azure.-+ Last updated 07/25/2024
virtual-machines Share Gallery Community https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/share-gallery-community.md
Title: Share Azure Compute Gallery resources with a community gallery description: Learn how to use a community gallery to share VM images stored in an Azure Compute Gallery. -+ Last updated 09/20/2023
virtual-machines Share Gallery Direct https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/share-gallery-direct.md
Title: Share Azure Compute Gallery resources directly with subscriptions and tenants description: Learn how to share Azure Compute Gallery resources explicitly with subscriptions and tenants. -+ Last updated 02/14/2023
virtual-machines Share Gallery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/share-gallery.md
Title: Share resources in an Azure Compute Gallery description: Learn how to share resources explicitly or to all Azure users using role-based access control. -+ Last updated 02/14/2023
virtual-machines Share Using App Registration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/share-using-app-registration.md
Title: "Share gallery images across tenants using an app registration" description: Learn how to share Azure Compute Gallery images across Azure tenants using an app registration.-+ Last updated 02/02/2023
virtual-machines Shared Image Galleries https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/shared-image-galleries.md
Title: Share VM images in a compute gallery
description: Learn how to use an Azure Compute Gallery to share VM images. -+
virtual-machines Np Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/fpga-accelerated/np-series.md
+
+ Title: NP size series
+description: Information on and specifications of the NP-series sizes
++++ Last updated : 07/31/2024++++
+# NP sizes series
++
+## Host specifications
+
+## Feature support
+[Premium Storage](../../premium-storage-performance.md): Supported <br>[Premium Storage caching](../../premium-storage-performance.md): Supported <br>[Live Migration](../../maintenance-and-updates.md): Not Supported <br>[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported <br>[Generation 2 VMs](../../generation-2.md): Not Supported <br>[Generation 1 VMs](../../generation-2.md): Supported <br>[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Not Supported <br>[Ephemeral OS Disk](../../ephemeral-os-disks.md): Supported <br>[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
+
+## Sizes in series
+
+### [Basics](#tab/sizebasic)
+
+vCPUs (Qty.) and Memory for each size
+
+| Size Name | vCPUs (Qty.) | Memory (GB) |
+| | | |
+| Standard_NP10s | 10 | 168 |
+| Standard_NP20s | 20 | 336 |
+| Standard_NP40s | 40 | 672 |
+
+#### VM Basics resources
+- [Check vCPU quotas](../../../virtual-machines/quotas.md)
+
+### [Local Storage](#tab/sizestoragelocal)
+
+Local (temp) storage info for each size
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) | Local-Special-Disk-Count | Local-Special-Disk-Size-GB | Local-Special-Disk-RR-IOPS | Local-Special-Disk-RR-MBps |
+| | | | | | | | | | | |
+| Standard_NP10s | 1 | 736 | | | | | | | | |
+| Standard_NP20s | 1 | 1474 | | | | | | | | |
+| Standard_NP40s | 1 | 2948 | | | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Temp disk speed often differs between RR (Random Read) and RW (Random Write) operations. RR operations are typically faster than RW operations. The RW speed is usually slower than the RR speed on series where only the RR speed value is listed.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
+
+### [Remote Storage](#tab/sizestorageremote)
+
+Remote (uncached) storage info for each size
+
+| Size Name | Max Remote Storage Disks (Qty.) | Uncached Disk IOPS | Uncached Disk Speed (MBps) | Uncached Disk Burst<sup>1</sup> IOPS | Uncached Disk Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Disk IOPS | Uncached Special<sup>2</sup> Disk Speed (MBps) | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk IOPS | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk Speed (MBps) |
+| | | | | | | | | | |
+| Standard_NP10s | 8 | | | | | | | | |
+| Standard_NP20s | 16 | | | | | | | | |
+| Standard_NP40s | 32 | | | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Some sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
+- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
++
+### [Network](#tab/sizenetwork)
+
+Network interface info for each size
+
+| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) |
+| | | |
+| Standard_NP10s | 1 | 7500 |
+| Standard_NP20s | 2 | 15000 |
+| Standard_NP40s | 4 | 30000 |
+
+#### Networking resources
+- [Virtual networks and virtual machines in Azure](../../../virtual-network/network-overview.md)
+- [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+
+#### Table definitions
+- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](../../../virtual-network/virtual-network-optimize-network-bandwidth.md).
+- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](../../../virtual-network/virtual-network-bandwidth-testing.md).
+
+### [Accelerators](#tab/sizeaccelerators)
+
+Accelerator (GPUs, FPGAs, etc.) info for each size
+
+| Size Name | Accelerators (Qty.) | Accelerator-Memory (GB) |
+| | | |
+| Standard_NP10s | 1 | 64 |
+| Standard_NP20s | 2 | 128 |
+| Standard_NP40s | 4 | 256 |
+++
+## Frequently asked questions
+**Q:** What's the difference between Xilinx U250 and the AMD Alveo U250?
+
+**A:** AMD Acquired Xilinx and renamed their FPGA line to Alveo. They are identical and use the same drivers, but the original Xilinx page redirects to AMD's new site.
+
+**Q:** How to request quota for NP VMs?
+
+**A:** Follow this page [Increase VM-family vCPU quotas](../../../azure-portal/supportability/per-vm-quota-requests.md). NP VMs are available in East US, West US2, SouthCentral US, West Europe, SouthEast Asia, Japan East, and Canada Central.
+
+**Q:** What version of Vitis should I use?
+
+**A:** Xilinx recommends [Vitis 2022.1](https://www.xilinx.com/products/design-tools/vitis/vitis-platform.html), you can also use the Development VM marketplace options (Vitis 2022.1 Development VM for Ubuntu 18.04, Ubuntu 20.04, and CentOS 7.8)
+
+**Q:** Do I need to use NP VMs to develop my solution?
+
+**A:** No, you can develop on-premises and deploy to the cloud. Make sure to follow the [attestation documentation](../../field-programmable-gate-arrays-attestation.md) to deploy on NP VMs.
+
+**Q:** What shell version is supported and how can I get the development files?
+
+**A:** The FPGAs in Azure NP VMs support Xilinx Shell 2.1 (gen3x16-xdma-shell_2.1). See Xilinx Page [Xilinx/Azure with Alveo U250](https://www.amd.com/en/where-to-buy/accelerators/alveo/cloud-solutions/microsoft-azure.html) to get the development shell files.
+
+**Q:** Which file returned from attestation should I use when programming my FPGA in an NP VM?
+
+**A:** Attestation returns two xclbins, **design.bit.xclbin** and **design.azure.xclbin**. Use **design.azure.xclbin**.
+
+**Q:** Where should I get all the XRT / Platform files?
+
+**A:** Visit Xilinx's [Microsoft-Azure](https://www.amd.com/en/where-to-buy/accelerators/alveo/cloud-solutions/microsoft-azure.html) site for all files.
+
+**Q:** What Version of XRT should I use?
+
+**A:** xrt_202210.2.13.479
+
+**Q:** What is the target deployment platform?
+
+**A:** Use the following platforms.
+- xilinx-u250-gen3x16-xdma-platform-2.1-3_all
+- xilinx-u250-gen3x16-xdma-validate_2.1-3005608.1
+
+**Q:** Which platform should I target for development?
+
+**A:** xilinx-u250-gen3x16-xdma-2.1-202010-1-dev_1-2954688_all
+
+**Q:** What are the supported Operating Systems?
+
+**A:** Xilinx and Microsoft validated Ubuntu 18.04 LTS, Ubuntu 20.04 LTS, and CentOS 7.8.
+
+>Xilinx has created the following marketplace images to simplify the deployment of these VMs:
+>
+>- Xilinx Alveo U250 2022.1 Deployment VM [Ubuntu18.04](https://portal.azure.com/#create/xilinx.vitis2022_1_ubuntu1804_development_imagevitis2022_1_ubuntu1804)
+>
+>- Xilinx Alveo U250 2022.1 Deployment VM [Ubuntu20.04](https://portal.azure.com/#create/xilinx.vitis2022_1_ubuntu2004_development_imagevitis2022_1_ubuntu2004)
+>
+>- Xilinx Alveo U250 2022.1 Deployment VM [CentOS7.8](https://portal.azure.com/#create/xilinx.vitis2022_1_centos78_development_imagevitis2022_1_centos78)
+
+**Q:** Can I deploy my Own Ubuntu / CentOS VMs and install XRT / Deployment Target Platform?
+
+**A:** Yes.
+
+**Q:** If I deploy my own Ubuntu18.04 VM then what are the required packages and steps?
+
+**A:** Follow the guidance in Xilinx XRT documentation [Xilinx XRT documentation](https://docs.xilinx.com/r/en-US/ug1451-xrt-release-notes/XRT-Operating-System-Support)
+
+>Install the following packages.
+>- xrt_202210.2.13.479_18.04-amd64-xrt.deb
+>
+>- xrt_202210.2.13.479_18.04-amd64-azure.deb
+>
+>- xilinx-u250-gen3x16-xdma-platform-2.1-3_all_18.04.deb.tar.gz
+>
+>- xilinx-u250-gen3x16-xdma-validate_2.1-3005608.1_all.deb
+
+**Q:** If I deploy my own Ubuntu20.04 VM then what are the required packages and steps?
+
+**A:** Follow the guidance in Xilinx XRT documentation [Xilinx XRT documentation](https://docs.xilinx.com/r/en-US/ug1451-xrt-release-notes/XRT-Operating-System-Support)
+
+>Install the following packages.
+>- xrt_202210.2.13.479_20.04-amd64-xrt.deb
+>
+>- xrt_202210.2.13.479_20.04-amd64-azure.deb
+>
+>- xilinx-u250-gen3x16-xdma-platform-2.1-3_all_18.04.deb.tar.gz
+>
+>- xilinx-u250-gen3x16-xdma-validate_2.1-3005608.1_all.deb
+
+**Q:** If I deploy my own CentOS7.8 VM then what are the required packages and steps?
+
+**A:** Follow the guidance in Xilinx XRT documentation [Xilinx XRT documentation](https://docs.xilinx.com/r/en-US/ug1451-xrt-release-notes/XRT-Operating-System-Support)
+
+ >Install the following packages.
+ >- xrt_202210.2.13.479_7.8.2003-x86_64-xrt.rpm
+ >
+ >- xrt_202210.2.13.479_7.8.2003-x86_64-azure.rpm
+ >
+ >- xilinx-u250-gen3x16-xdma-platform-2.1-3.noarch.rpm.tar.gz
+ >
+ >- xilinx-u250-gen3x16-xdma-validate-2.1-3005608.1.noarch.rpm
+
+**Q:** What are the differences between on-premises FPGAs and NP VMs?
+
+**A:**
+<br>
+<b>- Regarding XOCL/XCLMGMT: </b>
+<br>
+On Azure NP VMs, only the role endpoint (Device ID 5005), which uses the XOCL driver, is present.
+
+In on-premises FPGAs, both the management endpoint (Device ID 5004) and role endpoint (Device ID 5005), which use the XCLMGMT and XOCL drivers respectively, are present.
+
+<br>
+<b>- Regarding XRT: </b>
+<br>
+On Azure NP VMs, the XDMA 2.1 platform only supports Host_Mem(SB).
+<br>
+To enable Host_Mem(SB) (up to 1-Gb RAM): sudo xbutil host_mem --enable --size 1g
+<br>
+To disable Host_Mem(SB): sudo xbutil host_mem --disable
+<br>
+
+<br>
+Starting on XRT2021.1:
+
+On-premises FPGA in Linux exposes
+[M2M data transfer](https://xilinx.github.io/XRT/master/html/m2m.html).
+<br>
+This feature isn't supported in Azure NP VMs.
+
+**Q:** Can I run xbmgmt commands?
+
+**A:** No, on Azure VMs there's no management support directly from the Azure VM.
+
+ **Q:** Do I need to load a PLP?
+
+**A:** No, the PLP is loaded automatically for you, so there's no need to load via xbmgmt commands.
+
+
+**Q:** Does Azure support different PLPs?
+
+**A:** Not at this time. We only support the PLP provided in the deployment platform packages.
+
+**Q:** How can I query the PLP information?
+
+**A:** Need to run xbutil query and look at the lower portion.
+
+**Q:** Do Azure NP VMs support FPGA bitstreams with Networking GT Kernel connections?
+
+**A:** No. The FPGA Attestation service performs a series of validations on a design checkpoint file and generates an error if the user's application contains connections to the FPGA card's QSFP networking ports.
+
virtual-machines Nc Family https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/gpu-accelerated/nc-family.md
Title: NC family VM size series description: List of sizes in the NC family. -+ Last updated 06/06/2024
### NC-series V1 [!INCLUDE [nc-series-summary](./includes/nc-series-summary.md)]
-[View the full NC-series page](../../nc-series.md).
+[View the full NC-series page](./nc-series.md).
[!INCLUDE [nc-series-specs](./includes/nc-series-specs.md)] ### NCads_-_H100_v5-series
-[View the full NCads_-_H100_v5-series page](../../ncads-h100-v5.md).
+[View the full NCads_-_H100_v5-series page](./ncadsh100v5-series.md).
### NCv2-series [!INCLUDE [ncv2-series-summary](./includes/ncv2-series-summary.md)]
-[View the full NCv2-series page](../../ncv2-series.md).
+[View the full NCv2-series page](./ncv2-series.md).
[!INCLUDE [ncv2-series-specs](./includes/ncv2-series-specs.md)]
### NCv3-series [!INCLUDE [ncv3-series-summary](./includes/ncv3-series-summary.md)]
-[View the full NCv3-series page](../../ncv3-series.md).
+[View the full NCv3-series page](./ncv3-series.md).
[!INCLUDE [ncv3-series-specs](./includes/ncv3-series-specs.md)] ### NCasT4_v3-series
-[View the full NCasT4_v3-series page](../../nct4-v3-series.md).
+[View the full NCasT4_v3-series page](./ncast4v3-series.md).
### NC_A100_v4-series
-[View the full NC_A100_v4-series page](../../nc-a100-v4-series.md).
+[View the full NC_A100_v4-series page](./nca100v4-series.md).
### Previous-generation NC family series
virtual-machines Nc Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/gpu-accelerated/nc-series.md
+
+ Title: NC size series
+description: Information on and specifications of the NC-series sizes
++++ Last updated : 07/31/2024++++
+# NC sizes series
++
+## Host specifications
+
+## Feature support
+[Premium Storage](../../premium-storage-performance.md): Not Supported <br>[Premium Storage caching](../../premium-storage-performance.md): Not Supported <br>[Live Migration](../../maintenance-and-updates.md): Not Supported <br>[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported <br>[Generation 2 VMs](../../generation-2.md): Not Supported <br>[Generation 1 VMs](../../generation-2.md): Supported <br>[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Not Supported <br>[Ephemeral OS Disk](../../ephemeral-os-disks.md): Not Supported <br>[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
+
+## Sizes in series
+
+### [Basics](#tab/sizebasic)
+
+vCPUs (Qty.) and Memory for each size
+
+| Size Name | vCPUs (Qty.) | Memory (GB) |
+| | | |
+| Standard_NC6 | 6 | 56 |
+| Standard_NC12 | 12 | 112 |
+| Standard_NC24 | 24 | 224 |
+| Standard_NC24r | 24 | 224 |
+
+#### VM Basics resources
+- [Check vCPU quotas](../../../virtual-machines/quotas.md)
+
+### [Local Storage](#tab/sizestoragelocal)
+
+Local (temp) storage info for each size
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) |
+| | | | | | | |
+| Standard_NC6 | 1 | 340 | | | | |
+| Standard_NC12 | 1 | 680 | | | | |
+| Standard_NC24 | 1 | 1440 | | | | |
+| Standard_NC24r | 1 | 1440 | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Temp disk speed often differs between RR (Random Read) and RW (Random Write) operations. RR operations are typically faster than RW operations. The RW speed is usually slower than the RR speed on series where only the RR speed value is listed.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
+
+### [Remote Storage](#tab/sizestorageremote)
+
+Remote (uncached) storage info for each size
+
+| Size Name | Max Remote Storage Disks (Qty.) | Uncached Disk IOPS | Uncached Disk Speed (MBps) | Uncached Disk Burst<sup>1</sup> IOPS | Uncached Disk Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Disk IOPS | Uncached Special<sup>2</sup> Disk Speed (MBps) | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk IOPS | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk Speed (MBps) |
+| | | | | | | | | | |
+| Standard_NC6 | 24 | | | | | | | | |
+| Standard_NC12 | 48 | | | | | | | | |
+| Standard_NC24 | 64 | | | | | | | | |
+| Standard_NC24r | 64 | | | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Some sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
+- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
++
+### [Network](#tab/sizenetwork)
+
+Network interface info for each size
+
+| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) |
+| | | |
+| Standard_NC6 | 1 | |
+| Standard_NC12 | 2 | |
+| Standard_NC24 | 4 | |
+| Standard_NC24r | 4 | |
+
+#### Networking resources
+- [Virtual networks and virtual machines in Azure](../../../virtual-network/network-overview.md)
+- [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+
+#### Table definitions
+- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](../../../virtual-network/virtual-network-optimize-network-bandwidth.md).
+- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](../../../virtual-network/virtual-network-bandwidth-testing.md).
+
+### [Accelerators](#tab/sizeaccelerators)
+
+Accelerator (GPUs, FPGAs, etc.) info for each size
+
+| Size Name | Accelerators (Qty.) | Accelerator-Memory (GB) |
+| | | |
+| Standard_NC6 | 1 | 12 |
+| Standard_NC12 | 2 | 24 |
+| Standard_NC24 | 4 | 48 |
+| Standard_NC24r | 4 | 48 |
+++
virtual-machines Nca100v4 Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/gpu-accelerated/nca100v4-series.md
+
+ Title: NC_A100_v4 size series
+description: Information on and specifications of the NC_A100_v4-series sizes
++++ Last updated : 07/31/2024++++
+# NC_A100_v4 sizes series
++
+## Host specifications
+
+## Feature support
+[Premium Storage](../../premium-storage-performance.md): Supported <br>[Premium Storage caching](../../premium-storage-performance.md): Supported <br>[Live Migration](../../maintenance-and-updates.md): Not Supported <br>[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported <br>[Generation 2 VMs](../../generation-2.md): Supported <br>[Generation 1 VMs](../../generation-2.md): Not Supported <br>[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Supported <br>[Ephemeral OS Disk](../../ephemeral-os-disks.md): Supported <br>[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
+
+## Sizes in series
+
+### [Basics](#tab/sizebasic)
+
+vCPUs (Qty.) and Memory for each size
+
+| Size Name | vCPUs (Qty.) | Memory (GB) |
+| | | |
+| Standard_NC24ads_A100_v4 | 24 | 220 |
+| Standard_NC48ads_A100_v4 | 48 | 440 |
+| Standard_NC96ads_A100_v4 | 96 | 880 |
+
+#### VM Basics resources
+- [Check vCPU quotas](../../../virtual-machines/quotas.md)
+
+### [Local Storage](#tab/sizestoragelocal)
+
+Local (temp) storage info for each size
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) |
+| | | | | | | |
+| Standard_NC24ads_A100_v4 | 1 | 64 | | | | |
+| Standard_NC48ads_A100_v4 | 1 | 128 | | | | |
+| Standard_NC96ads_A100_v4 | 1 | 256 | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Temp disk speed often differs between RR (Random Read) and RW (Random Write) operations. RR operations are typically faster than RW operations. The RW speed is usually slower than the RR speed on series where only the RR speed value is listed.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
+
+### [Remote Storage](#tab/sizestorageremote)
+
+Remote (uncached) storage info for each size
+
+| Size Name | Max Remote Storage Disks (Qty.) | Uncached Disk IOPS | Uncached Disk Speed (MBps) | Uncached Disk Burst<sup>1</sup> IOPS | Uncached Disk Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Disk IOPS | Uncached Special<sup>2</sup> Disk Speed (MBps) | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk IOPS | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk Speed (MBps) |
+| | | | | | | | | | |
+| Standard_NC24ads_A100_v4 | 8 | 30000 | 1000 | | | | | | |
+| Standard_NC48ads_A100_v4 | 16 | 60000 | 2000 | | | | | | |
+| Standard_NC96ads_A100_v4 | 32 | 120000 | 4000 | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Some sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
+- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
++
+### [Network](#tab/sizenetwork)
+
+Network interface info for each size
+
+| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) |
+| | | |
+| Standard_NC24ads_A100_v4 | 2 | 20,000 |
+| Standard_NC48ads_A100_v4 | 4 | 40,000 |
+| Standard_NC96ads_A100_v4 | 8 | 80,000 |
+
+#### Networking resources
+- [Virtual networks and virtual machines in Azure](../../../virtual-network/network-overview.md)
+- [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+
+#### Table definitions
+- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](../../../virtual-network/virtual-network-optimize-network-bandwidth.md).
+- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](../../../virtual-network/virtual-network-bandwidth-testing.md).
+
+### [Accelerators](#tab/sizeaccelerators)
+
+Accelerator (GPUs, FPGAs, etc.) info for each size
+
+| Size Name | Accelerators (Qty.) | Accelerator-Memory (GB) |
+| | | |
+| Standard_NC24ads_A100_v4 | 1 | 80 |
+| Standard_NC48ads_A100_v4 | 2 | 160 |
+| Standard_NC96ads_A100_v4 | 4 | 320 |
+++
virtual-machines Ncadsh100v5 Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/gpu-accelerated/ncadsh100v5-series.md
+
+ Title: NCads_H100_v5 size series
+description: Information on and specifications of the NCads_H100_v5-series sizes
++++ Last updated : 07/31/2024++++
+# NCads_H100_v5 sizes series
++
+## Host specifications
+
+## Feature support
+[Premium Storage](../../premium-storage-performance.md): Supported <br>[Premium Storage caching](../../premium-storage-performance.md): Supported <br>[Live Migration](../../maintenance-and-updates.md): Not Supported <br>[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported <br>[Generation 2 VMs](../../generation-2.md): Supported <br>[Generation 1 VMs](../../generation-2.md): Not Supported <br>[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Supported <br>[Ephemeral OS Disk](../../ephemeral-os-disks.md): Supported <br>[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
+
+## Sizes in series
+
+### [Basics](#tab/sizebasic)
+
+vCPUs (Qty.) and Memory for each size
+
+| Size Name | vCPUs (Qty.) | Memory (GB) |
+| | | |
+| Standard_NC40ads_H100_v5 | 40 | 320 |
+| Standard_NC80adis_H100_v5 | 80 | 640 |
+
+#### VM Basics resources
+- [Check vCPU quotas](../../../virtual-machines/quotas.md)
+
+### [Local Storage](#tab/sizestoragelocal)
+
+Local (temp) storage info for each size
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) |
+| | | | | | | |
+| Standard_NC40ads_H100_v5 | 1 | 3576 | | | | |
+| Standard_NC80adis_H100_v5 | 1 | 7152 | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Temp disk speed often differs between RR (Random Read) and RW (Random Write) operations. RR operations are typically faster than RW operations. The RW speed is usually slower than the RR speed on series where only the RR speed value is listed.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
+
+### [Remote Storage](#tab/sizestorageremote)
+
+Remote (uncached) storage info for each size
+
+| Size Name | Max Remote Storage Disks (Qty.) | Uncached Disk IOPS | Uncached Disk Speed (MBps) | Uncached Disk Burst<sup>1</sup> IOPS | Uncached Disk Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Disk IOPS | Uncached Special<sup>2</sup> Disk Speed (MBps) | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk IOPS | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk Speed (MBps) |
+| | | | | | | | | | |
+| Standard_NC40ads_H100_v5 | 8 | 100000 | 3000 | | | | | | |
+| Standard_NC80adis_H100_v5 | 16 | 240000 | 7000 | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Some sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
+- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
++
+### [Network](#tab/sizenetwork)
+
+Network interface info for each size
+
+| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) |
+| | | |
+| Standard_NC40ads_H100_v5 | 2 | 40,000 |
+| Standard_NC80adis_H100_v5 | 4 | 80,000 |
+
+#### Networking resources
+- [Virtual networks and virtual machines in Azure](../../../virtual-network/network-overview.md)
+- [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+
+#### Table definitions
+- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](../../../virtual-network/virtual-network-optimize-network-bandwidth.md).
+- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](../../../virtual-network/virtual-network-bandwidth-testing.md).
+
+### [Accelerators](#tab/sizeaccelerators)
+
+Accelerator (GPUs, FPGAs, etc.) info for each size
+
+| Size Name | Accelerators (Qty.) | Accelerator-Memory (GB) |
+| | | |
+| Standard_NC40ads_H100_v5 | 1 | 94 |
+| Standard_NC80adis_H100_v5 | 2 | 188 |
+++
virtual-machines Ncast4v3 Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/gpu-accelerated/ncast4v3-series.md
+
+ Title: NCasT4_v3 size series
+description: Information on and specifications of the NCasT4_v3-series sizes
++++ Last updated : 07/31/2024++++
+# NCasT4_v3 sizes series
++
+## Host specifications
+
+## Feature support
+[Premium Storage](../../premium-storage-performance.md): Supported <br>[Premium Storage caching](../../premium-storage-performance.md): Supported <br>[Live Migration](../../maintenance-and-updates.md): Not Supported <br>[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported <br>[Generation 2 VMs](../../generation-2.md): Supported <br>[Generation 1 VMs](../../generation-2.md): Supported <br>[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Supported <br>[Ephemeral OS Disk](../../ephemeral-os-disks.md): Supported <br>[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
+
+## Sizes in series
+
+### [Basics](#tab/sizebasic)
+
+vCPUs (Qty.) and Memory for each size
+
+| Size Name | vCPUs (Qty.) | Memory (GB) |
+| | | |
+| Standard_NC4as_T4_v3 | 4 | 28 |
+| Standard_NC8as_T4_v3 | 8 | 56 |
+| Standard_NC16as_T4_v3 | 16 | 110 |
+| Standard_NC64as_T4_v3 | 64 | 440 |
+
+#### VM Basics resources
+- [Check vCPU quotas](../../../virtual-machines/quotas.md)
+
+### [Local Storage](#tab/sizestoragelocal)
+
+Local (temp) storage info for each size
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) |
+| | | | | | | |
+| Standard_NC4as_T4_v3 | 1 | 176 | | | | |
+| Standard_NC8as_T4_v3 | 1 | 352 | | | | |
+| Standard_NC16as_T4_v3 | 1 | 352 | | | | |
+| Standard_NC64as_T4_v3 | 1 | 2816 | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Temp disk speed often differs between RR (Random Read) and RW (Random Write) operations. RR operations are typically faster than RW operations. The RW speed is usually slower than the RR speed on series where only the RR speed value is listed.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
+
+### [Remote Storage](#tab/sizestorageremote)
+
+Remote (uncached) storage info for each size
+
+| Size Name | Max Remote Storage Disks (Qty.) | Uncached Disk IOPS | Uncached Disk Speed (MBps) | Uncached Disk Burst<sup>1</sup> IOPS | Uncached Disk Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Disk IOPS | Uncached Special<sup>2</sup> Disk Speed (MBps) | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk IOPS | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk Speed (MBps) |
+| | | | | | | | | | |
+| Standard_NC4as_T4_v3 | 8 | | | | | | | | |
+| Standard_NC8as_T4_v3 | 16 | | | | | | | | |
+| Standard_NC16as_T4_v3 | 32 | | | | | | | | |
+| Standard_NC64as_T4_v3 | 32 | | | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Some sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
+- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
++
+### [Network](#tab/sizenetwork)
+
+Network interface info for each size
+
+| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) |
+| | | |
+| Standard_NC4as_T4_v3 | 2 | 8000 |
+| Standard_NC8as_T4_v3 | 4 | 8000 |
+| Standard_NC16as_T4_v3 | 8 | 8000 |
+| Standard_NC64as_T4_v3 | 8 | 32000 |
+
+#### Networking resources
+- [Virtual networks and virtual machines in Azure](../../../virtual-network/network-overview.md)
+- [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+
+#### Table definitions
+- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](../../../virtual-network/virtual-network-optimize-network-bandwidth.md).
+- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](../../../virtual-network/virtual-network-bandwidth-testing.md).
+
+### [Accelerators](#tab/sizeaccelerators)
+
+Accelerator (GPUs, FPGAs, etc.) info for each size
+
+| Size Name | Accelerators (Qty.) | Accelerator-Memory (GB) |
+| | | |
+| Standard_NC4as_T4_v3 | 1 | 16 |
+| Standard_NC8as_T4_v3 | 1 | 16 |
+| Standard_NC16as_T4_v3 | 1 | 16 |
+| Standard_NC64as_T4_v3 | 4 | 64 |
+++
virtual-machines Ncv2 Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/gpu-accelerated/ncv2-series.md
+
+ Title: NCv2 size series
+description: Information on and specifications of the NCv2-series sizes
++++ Last updated : 07/31/2024++++
+# NCv2 sizes series
++
+## Host specifications
+
+## Feature support
+[Premium Storage](../../premium-storage-performance.md): Supported <br>[Premium Storage caching](../../premium-storage-performance.md): Supported <br>[Live Migration](../../maintenance-and-updates.md): Not Supported <br>[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported <br>[Generation 2 VMs](../../generation-2.md): Supported <br>[Generation 1 VMs](../../generation-2.md): Supported <br>[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Not Supported <br>[Ephemeral OS Disk](../../ephemeral-os-disks.md): Supported <br>[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
+
+## Sizes in series
+
+### [Basics](#tab/sizebasic)
+
+vCPUs (Qty.) and Memory for each size
+
+| Size Name | vCPUs (Qty.) | Memory (GB) |
+| | | |
+| Standard_NC6s_v2 | 6 | 112 |
+| Standard_NC12s_v2 | 12 | 224 |
+| Standard_NC24s_v2 | 24 | 448 |
+| Standard_NC24rs_v2 | 24 | 448 |
+
+#### VM Basics resources
+- [Check vCPU quotas](../../../virtual-machines/quotas.md)
+
+### [Local Storage](#tab/sizestoragelocal)
+
+Local (temp) storage info for each size
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) |
+| | | | | | | |
+| Standard_NC6s_v2 | 1 | 736 | | | | |
+| Standard_NC12s_v2 | 1 | 1474 | | | | |
+| Standard_NC24s_v2 | 1 | 2948 | | | | |
+| Standard_NC24rs_v2 | 1 | 2948 | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Temp disk speed often differs between RR (Random Read) and RW (Random Write) operations. RR operations are typically faster than RW operations. The RW speed is usually slower than the RR speed on series where only the RR speed value is listed.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
+
+### [Remote Storage](#tab/sizestorageremote)
+
+Remote (uncached) storage info for each size
+
+| Size Name | Max Remote Storage Disks (Qty.) | Uncached Disk IOPS | Uncached Disk Speed (MBps) | Uncached Disk Burst<sup>1</sup> IOPS | Uncached Disk Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Disk IOPS | Uncached Special<sup>2</sup> Disk Speed (MBps) | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk IOPS | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk Speed (MBps) |
+| | | | | | | | | | |
+| Standard_NC6s_v2 | 12 | 20000 | 200 | | | | | | |
+| Standard_NC12s_v2 | 24 | 40000 | 400 | | | | | | |
+| Standard_NC24s_v2 | 32 | 80000 | 800 | | | | | | |
+| Standard_NC24rs_v2 | 32 | 80000 | 800 | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Some sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
+- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
++
+### [Network](#tab/sizenetwork)
+
+Network interface info for each size
+
+| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) |
+| | | |
+| Standard_NC6s_v2 | 4 | |
+| Standard_NC12s_v2 | 8 | |
+| Standard_NC24s_v2 | 8 | |
+| Standard_NC24rs_v2 | 8 | |
+
+#### Networking resources
+- [Virtual networks and virtual machines in Azure](../../../virtual-network/network-overview.md)
+- [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+
+#### Table definitions
+- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](../../../virtual-network/virtual-network-optimize-network-bandwidth.md).
+- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](../../../virtual-network/virtual-network-bandwidth-testing.md).
+
+### [Accelerators](#tab/sizeaccelerators)
+
+Accelerator (GPUs, FPGAs, etc.) info for each size
+
+| Size Name | Accelerators (Qty.) | Accelerator-Memory (GB) |
+| | | |
+| Standard_NC6s_v2 | 1 | 16 |
+| Standard_NC12s_v2 | 2 | 32 |
+| Standard_NC24s_v2 | 4 | 64 |
+| Standard_NC24rs_v2 | 4 | 64 |
+++
virtual-machines Ncv3 Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/gpu-accelerated/ncv3-series.md
+
+ Title: NCv3 size series
+description: Information on and specifications of the NCv3-series sizes
++++ Last updated : 07/31/2024++++
+# NCv3 sizes series
++
+## Host specifications
+
+## Feature support
+[Premium Storage](../../premium-storage-performance.md): Supported <br>[Premium Storage caching](../../premium-storage-performance.md): Supported <br>[Live Migration](../../maintenance-and-updates.md): Not Supported <br>[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported <br>[Generation 2 VMs](../../generation-2.md): Supported <br>[Generation 1 VMs](../../generation-2.md): Supported <br>[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Not Supported <br>[Ephemeral OS Disk](../../ephemeral-os-disks.md): Supported <br>[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
+
+## Sizes in series
+
+### [Basics](#tab/sizebasic)
+
+vCPUs (Qty.) and Memory for each size
+
+| Size Name | vCPUs (Qty.) | Memory (GB) |
+| | | |
+| Standard_NC6s_v3 | 6 | 112 |
+| Standard_NC12s_v3 | 12 | 224 |
+| Standard_NC24s_v3 | 24 | 448 |
+| Standard_NC24rs_v3 | 24 | 448 |
+
+#### VM Basics resources
+- [Check vCPU quotas](../../../virtual-machines/quotas.md)
+
+### [Local Storage](#tab/sizestoragelocal)
+
+Local (temp) storage info for each size
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) |
+| | | | | | | |
+| Standard_NC6s_v3 | 1 | 736 | | | | |
+| Standard_NC12s_v3 | 1 | 1474 | | | | |
+| Standard_NC24s_v3 | 1 | 2948 | | | | |
+| Standard_NC24rs_v3 | 1 | 2948 | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Temp disk speed often differs between RR (Random Read) and RW (Random Write) operations. RR operations are typically faster than RW operations. The RW speed is usually slower than the RR speed on series where only the RR speed value is listed.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
+
+### [Remote Storage](#tab/sizestorageremote)
+
+Remote (uncached) storage info for each size
+
+| Size Name | Max Remote Storage Disks (Qty.) | Uncached Disk IOPS | Uncached Disk Speed (MBps) | Uncached Disk Burst<sup>1</sup> IOPS | Uncached Disk Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Disk IOPS | Uncached Special<sup>2</sup> Disk Speed (MBps) | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk IOPS | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk Speed (MBps) |
+| | | | | | | | | | |
+| Standard_NC6s_v3 | 12 | 20000 | 200 | | | | | | |
+| Standard_NC12s_v3 | 24 | 40000 | 400 | | | | | | |
+| Standard_NC24s_v3 | 32 | 80000 | 800 | | | | | | |
+| Standard_NC24rs_v3 | 32 | 80000 | 800 | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Some sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
+- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
++
+### [Network](#tab/sizenetwork)
+
+Network interface info for each size
+
+| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) |
+| | | |
+| Standard_NC6s_v3 | 4 | |
+| Standard_NC12s_v3 | 8 | |
+| Standard_NC24s_v3 | 8 | |
+| Standard_NC24rs_v3 | 8 | |
+
+#### Networking resources
+- [Virtual networks and virtual machines in Azure](../../../virtual-network/network-overview.md)
+- [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+
+#### Table definitions
+- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](../../../virtual-network/virtual-network-optimize-network-bandwidth.md).
+- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](../../../virtual-network/virtual-network-bandwidth-testing.md).
+
+### [Accelerators](#tab/sizeaccelerators)
+
+Accelerator (GPUs, FPGAs, etc.) info for each size
+
+| Size Name | Accelerators (Qty.) | Accelerator-Memory (GB) |
+| | | |
+| Standard_NC6s_v3 | 1 | 16 |
+| Standard_NC12s_v3 | 2 | 32 |
+| Standard_NC24s_v3 | 4 | 64 |
+| Standard_NC24rs_v3 | 4 | 64 |
+++
virtual-machines Nd Family https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/gpu-accelerated/nd-family.md
Title: ND family virtual machine size series description: List of sizes in the ND family. -+ - build-2024
### ND-series V1 [!INCLUDE [nd-series-summary](./includes/nd-series-summary.md)]
-[View the full ND-series page](../../nd-series.md).
+[View the full ND-series page](./nd-series.md).
[!INCLUDE [nd-series-specs](./includes/nd-series-specs.md)]
### NDv2-series [!INCLUDE [ndv2-series-summary](./includes/ndv2-series-summary.md)]
-[View the full NDv2-series page](../../ndv2-series.md)
+[View the full NDv2-series page](./ndv2-series.md)
[!INCLUDE [ndv2-series-specs](./includes/ndv2-series-specs.md)] ### ND_A100_v4-series
-[View the full ND_A100_v4-series page](../../nda100-v4-series.md).
+[View the full ND_A100_v4-series page](./ndasra100v4-series.md).
### NDm_A100_v4-series
-[View the full NDm_A100_v4-series page](../../ndm-a100-v4-series.md).
+[View the full NDm_A100_v4-series page](./ndma100v4-series.md).
### ND_H100_v5-series
-[View the full ND_H100_v5-series page](../../nd-h100-v5-series.md).
+[View the full ND_H100_v5-series page](./ndh100v5-series.md).
### ND_MI300X_v5-series
-[View the full ND_MI300X_v5-series page](./nd-mi300x-v5-series.md).
+[View the full ND_MI300X_v5-series page](./ndmi300xv5-series.md).
### Previous-generation ND family series
virtual-machines Nd Mi300x V5 Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/gpu-accelerated/nd-mi300x-v5-series.md
- Title: ND MI300X v5-series
-description: Specifications for the ND MI300X v5-series VMs
-----
- - build-2024
- Previously updated : 05/21/2024--
-# ND MI300X v5-series
-
-**Applies to:** :heavy_check_mark: Linux VMs :heavy_check_mark: Flexible scale sets :heavy_check_mark: Uniform scale sets
--
-## Host specifications
-
-## Feature support
-[Premium Storage](../../premium-storage-performance.md): Supported<br>
-[Premium Storage caching](../../premium-storage-performance.md): Supported<br>
-[Ultra disk](../../disks-types.md#ultra-disks): Supported [Learn more](https://techcommunity.microsoft.com/t5/azure-compute/ultra-disk-storage-for-hpc-and-gpu-vms/ba-p/2189312) about availability, usage, and performance <br>
-[Live Migration](../../maintenance-and-updates.md): Not Supported<br>
-[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported<br>
-[VM Generation Support](../../generation-2.md): Generation 2<br>
-[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Supported <br>
-[Ephemeral OS Disks](../../ephemeral-os-disks.md): Supported <br>
-Infiniband: Supported, GPUDirect RDMA, 8x400 Gigabit NDR <br>
-[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
-<br>
-
->[!IMPORTANT]
->To get started with ND MI300X v5 VMs, refer to HPC Workload Configuration and Optimization for steps including driver and network configuration. Due to increased GPU memory I/O footprint, the ND MI300X v5 requires the use of Generation 2 VMs and marketplace images.
-
-## Sizes in series
-
-| Size | vCPU | Memory: GiB | Temp storage (SSD) GiB | GPU | GPU Memory GiB | Max data disks | Max uncached disk throughput: IOPS/MBps | Max network bandwidth | Max NICs |
-|||||-|-|-|--||-|
-| Standard_ND96isr_MI300X_v5 | 96 | 1850 | 1000 | 8 MI300X | 192 | 32 | 40800/612 | 80,000 Mbps | 8 |
--
virtual-machines Nd Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/gpu-accelerated/nd-series.md
+
+ Title: ND size series
+description: Information on and specifications of the ND-series sizes
++++ Last updated : 07/31/2024++++
+# ND sizes series
++
+## Host specifications
+
+## Feature support
+[Premium Storage](../../premium-storage-performance.md): Supported <br>[Premium Storage caching](../../premium-storage-performance.md): Supported <br>[Live Migration](../../maintenance-and-updates.md): Not Supported <br>[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported <br>[Generation 2 VMs](../../generation-2.md): Supported <br>[Generation 1 VMs](../../generation-2.md): Supported <br>[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Not Supported <br>[Ephemeral OS Disk](../../ephemeral-os-disks.md): Supported <br>[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
+
+## Sizes in series
+
+### [Basics](#tab/sizebasic)
+
+vCPUs (Qty.) and Memory for each size
+
+| Size Name | vCPUs (Qty.) | Memory (GB) |
+| | | |
+| Standard_ND6s | 6 | 112 |
+| Standard_ND12s | 12 | 224 |
+| Standard_ND24s | 24 | 448 |
+| Standard_ND24rs | 24 | 448 |
+
+#### VM Basics resources
+- [Check vCPU quotas](../../../virtual-machines/quotas.md)
+
+### [Local Storage](#tab/sizestoragelocal)
+
+Local (temp) storage info for each size
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) |
+| | | | | | | |
+| Standard_ND6s | 1 | 736 | | | | |
+| Standard_ND12s | 1 | 1474 | | | | |
+| Standard_ND24s | 1 | 2948 | | | | |
+| Standard_ND24rs | 1 | 2948 | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Temp disk speed often differs between RR (Random Read) and RW (Random Write) operations. RR operations are typically faster than RW operations. The RW speed is usually slower than the RR speed on series where only the RR speed value is listed.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
+
+### [Remote Storage](#tab/sizestorageremote)
+
+Remote (uncached) storage info for each size
+
+| Size Name | Max Remote Storage Disks (Qty.) | Uncached Disk IOPS | Uncached Disk Speed (MBps) | Uncached Disk Burst<sup>1</sup> IOPS | Uncached Disk Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Disk IOPS | Uncached Special<sup>2</sup> Disk Speed (MBps) | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk IOPS | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk Speed (MBps) |
+| | | | | | | | | | |
+| Standard_ND6s | 12 | 20000 | 200 | | | | | | |
+| Standard_ND12s | 24 | 40000 | 400 | | | | | | |
+| Standard_ND24s | 32 | 80000 | 800 | | | | | | |
+| Standard_ND24rs | 32 | 80000 | 800 | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Some sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
+- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
++
+### [Network](#tab/sizenetwork)
+
+Network interface info for each size
+
+| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) |
+| | | |
+| Standard_ND6s | 4 | |
+| Standard_ND12s | 8 | |
+| Standard_ND24s | 8 | |
+| Standard_ND24rs | 8 | |
+
+#### Networking resources
+- [Virtual networks and virtual machines in Azure](../../../virtual-network/network-overview.md)
+- [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+
+#### Table definitions
+- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](../../../virtual-network/virtual-network-optimize-network-bandwidth.md).
+- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](../../../virtual-network/virtual-network-bandwidth-testing.md).
+
+### [Accelerators](#tab/sizeaccelerators)
+
+Accelerator (GPUs, FPGAs, etc.) info for each size
+
+| Size Name | Accelerators (Qty.) | Accelerator-Memory (GB) |
+| | | |
+| Standard_ND6s | 1 | 24 |
+| Standard_ND12s | 2 | 48 |
+| Standard_ND24s | 4 | 96 |
+| Standard_ND24rs | 4 | 96 |
+++
virtual-machines Ndasra100v4 Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/gpu-accelerated/ndasra100v4-series.md
+
+ Title: NDasrA100_v4 size series
+description: Information on and specifications of the NDasrA100_v4-series sizes
++++ Last updated : 07/31/2024++++
+# NDasrA100_v4 sizes series
++
+## Host specifications
+
+## Feature support
+[Premium Storage](../../premium-storage-performance.md): Supported <br>[Premium Storage caching](../../premium-storage-performance.md): Supported <br>[Live Migration](../../maintenance-and-updates.md): Not Supported <br>[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported <br>[Generation 2 VMs](../../generation-2.md): Supported <br>[Generation 1 VMs](../../generation-2.md): Not Supported <br>[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Supported <br>[Ephemeral OS Disk](../../ephemeral-os-disks.md): Supported <br>[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
+
+## Sizes in series
+
+### [Basics](#tab/sizebasic)
+
+vCPUs (Qty.) and Memory for each size
+
+| Size Name | vCPUs (Qty.) | Memory (GB) |
+| | | |
+| Standard_ND96asr_A100_v4 | 96 | 900 |
+
+#### VM Basics resources
+- [Check vCPU quotas](../../../virtual-machines/quotas.md)
+
+### [Local Storage](#tab/sizestoragelocal)
+
+Local (temp) storage info for each size
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) |
+| | | | | | | |
+| Standard_ND96asr_A100_v4 | 1 | 6000 | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Temp disk speed often differs between RR (Random Read) and RW (Random Write) operations. RR operations are typically faster than RW operations. The RW speed is usually slower than the RR speed on series where only the RR speed value is listed.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
+
+### [Remote Storage](#tab/sizestorageremote)
+
+Remote (uncached) storage info for each size
+
+| Size Name | Max Remote Storage Disks (Qty.) | Uncached Disk IOPS | Uncached Disk Speed (MBps) | Uncached Disk Burst<sup>1</sup> IOPS | Uncached Disk Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Disk IOPS | Uncached Special<sup>2</sup> Disk Speed (MBps) | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk IOPS | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk Speed (MBps) |
+| | | | | | | | | | |
+| Standard_ND96asr_A100_v4 | 32 | 80000 | 800 | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Some sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
+- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
++
+### [Network](#tab/sizenetwork)
+
+Network interface info for each size
+
+| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) |
+| | | |
+| Standard_ND96asr_A100_v4 | 8 | 24000 |
+
+#### Networking resources
+- [Virtual networks and virtual machines in Azure](../../../virtual-network/network-overview.md)
+- [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+
+#### Table definitions
+- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](../../../virtual-network/virtual-network-optimize-network-bandwidth.md).
+- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](../../../virtual-network/virtual-network-bandwidth-testing.md).
+
+### [Accelerators](#tab/sizeaccelerators)
+
+Accelerator (GPUs, FPGAs, etc.) info for each size
+
+| Size Name | Accelerators (Qty.) | Accelerator-Memory (GB) |
+| | | |
+| Standard_ND96asr_A100_v4 | 8 | 320 |
+++
virtual-machines Ndh100v5 Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/gpu-accelerated/ndh100v5-series.md
+
+ Title: ND-H100-v5 size series
+description: Information on and specifications of the ND-H100-v5-series sizes
++++ Last updated : 08/01/2024++++
+# ND-H100-v5 sizes series
++
+## Host specifications
+
+## Feature support
+[Premium Storage](../../premium-storage-performance.md): Supported <br>[Premium Storage caching](../../premium-storage-performance.md): Supported <br>[Live Migration](../../maintenance-and-updates.md): Not Supported <br>[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported <br>[Generation 2 VMs](../../generation-2.md): Supported <br>[Generation 1 VMs](../../generation-2.md): Not Supported <br>[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Supported <br>[Ephemeral OS Disk](../../ephemeral-os-disks.md): Supported <br>[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
+
+## Sizes in series
+
+### [Basics](#tab/sizebasic)
+
+vCPUs (Qty.) and Memory for each size
+
+| Size Name | vCPUs (Qty.) | Memory (GB) |
+| | | |
+| Standard_ND96isr_H100_v5 | 96 | 1900 |
+
+#### VM Basics resources
+- [Check vCPU quotas](../../../virtual-machines/quotas.md)
+
+### [Local storage](#tab/sizestoragelocal)
+
+Local (temp) storage info for each size
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) | Local-Special-Disk-Count | Local-Special-Disk-Size-GB | Local-Special-Disk-RR-IOPS | Local-Special-Disk-RR-MBps |
+| | | | | | | | | | | |
+| Standard_ND96isr_H100_v5 | 1 | 28000 | | | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Temp disk speed often differs between RR (Random Read) and RW (Random Write) operations. RR operations are typically faster than RW operations. The RW speed is usually slower than the RR speed on series where only the RR speed value is listed.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
+
+### [Remote storage](#tab/sizestorageremote)
+
+Remote (uncached) storage info for each size
+
+| Size Name | Max Remote Storage Disks (Qty.) | Uncached Disk IOPS | Uncached Disk Speed (MBps) | Uncached Disk Burst<sup>1</sup> IOPS | Uncached Disk Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Disk IOPS | Uncached Special<sup>2</sup> Disk Speed (MBps) | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk IOPS | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk Speed (MBps) |
+| | | | | | | | | | |
+| Standard_ND96isr_H100_v5 | 32 | 40800 | 612 | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Some sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
+- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
++
+### [Network](#tab/sizenetwork)
+
+Network interface info for each size
+
+| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) |
+| | | |
+| Standard_ND96isr_H100_v5 | 8 | 80000 |
+
+#### Networking resources
+- [Virtual networks and virtual machines in Azure](../../../virtual-network/network-overview.md)
+- [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+
+#### Table definitions
+- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](../../../virtual-network/virtual-network-optimize-network-bandwidth.md).
+- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](../../../virtual-network/virtual-network-bandwidth-testing.md).
+
+### [Accelerators](#tab/sizeaccelerators)
+
+Accelerator (GPUs, FPGAs, etc.) info for each size
+
+| Size Name | Accelerators (Qty.) | Accelerator-Memory (GB) |
+| | | |
+| Standard_ND96isr_H100_v5 | 8 | 640 |
+++
virtual-machines Ndma100v4 Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/gpu-accelerated/ndma100v4-series.md
+
+ Title: NDm_A100_v4 size series
+description: Information on and specifications of the NDm_A100_v4-series sizes
++++ Last updated : 07/31/2024++++
+# NDm_A100_v4 sizes series
++
+## Host specifications
+
+## Feature support
+[Premium Storage](../../premium-storage-performance.md): Supported <br>[Premium Storage caching](../../premium-storage-performance.md): Supported <br>[Live Migration](../../maintenance-and-updates.md): Not Supported <br>[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported <br>[Generation 2 VMs](../../generation-2.md): Supported <br>[Generation 1 VMs](../../generation-2.md): Not Supported <br>[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Supported <br>[Ephemeral OS Disk](../../ephemeral-os-disks.md): Supported <br>[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
+
+## Sizes in series
+
+### [Basics](#tab/sizebasic)
+
+vCPUs (Qty.) and Memory for each size
+
+| Size Name | vCPUs (Qty.) | Memory (GB) |
+| | | |
+| Standard_ND96amsr_A100_v4 | 96 | 1900 |
+
+#### VM Basics resources
+- [Check vCPU quotas](../../../virtual-machines/quotas.md)
+
+### [Local Storage](#tab/sizestoragelocal)
+
+Local (temp) storage info for each size
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) |
+| | | | | | | |
+| Standard_ND96amsr_A100_v4 | 1 | 6400 | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Temp disk speed often differs between RR (Random Read) and RW (Random Write) operations. RR operations are typically faster than RW operations. The RW speed is usually slower than the RR speed on series where only the RR speed value is listed.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
+
+### [Remote Storage](#tab/sizestorageremote)
+
+Remote (uncached) storage info for each size
+
+| Size Name | Max Remote Storage Disks (Qty.) | Uncached Disk IOPS | Uncached Disk Speed (MBps) | Uncached Disk Burst<sup>1</sup> IOPS | Uncached Disk Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Disk IOPS | Uncached Special<sup>2</sup> Disk Speed (MBps) | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk IOPS | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk Speed (MBps) |
+| | | | | | | | | | |
+| Standard_ND96amsr_A100_v4 | 32 | 80000 | 800 | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Some sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
+- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
++
+### [Network](#tab/sizenetwork)
+
+Network interface info for each size
+
+| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) |
+| | | |
+| Standard_ND96amsr_A100_v4 | 8 | 24000 |
+
+#### Networking resources
+- [Virtual networks and virtual machines in Azure](../../../virtual-network/network-overview.md)
+- [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+
+#### Table definitions
+- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](../../../virtual-network/virtual-network-optimize-network-bandwidth.md).
+- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](../../../virtual-network/virtual-network-bandwidth-testing.md).
+
+### [Accelerators](#tab/sizeaccelerators)
+
+Accelerator (GPUs, FPGAs, etc.) info for each size
+
+| Size Name | Accelerators (Qty.) | Accelerator-Memory (GB) |
+| | | |
+| Standard_ND96amsr_A100_v4 | 8 | 80 |
+++
virtual-machines Ndmi300xv5 Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/gpu-accelerated/ndmi300xv5-series.md
+
+ Title: ND-MI300X-v5 size series
+description: Information on and specifications of the ND-MI300X-v5-series sizes
++++ Last updated : 08/01/2024++++
+# ND-MI300X-v5 sizes series
++
+## Host specifications
+
+## Feature support
+[Premium Storage](../../premium-storage-performance.md): Supported <br>[Premium Storage caching](../../premium-storage-performance.md): Supported <br>[Live Migration](../../maintenance-and-updates.md): Not Supported <br>[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported <br>[Generation 2 VMs](../../generation-2.md): Supported <br>[Generation 1 VMs](../../generation-2.md): Not Supported <br>[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Supported <br>[Ephemeral OS Disk](../../ephemeral-os-disks.md): Supported <br>[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
+
+## Sizes in series
+
+### [Basics](#tab/sizebasic)
+
+vCPUs (Qty.) and Memory for each size
+
+| Size Name | vCPUs (Qty.) | Memory (GB) |
+| | | |
+| Standard_ND96isr_MI300X_v5 | 96 | 1850 |
+
+#### VM Basics resources
+- [Check vCPU quotas](../../../virtual-machines/quotas.md)
+
+### [Local storage](#tab/sizestoragelocal)
+
+Local (temp) storage info for each size
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) |
+| | | | | | | |
+| Standard_ND96isr_MI300X_v5 | 1 | 1000 | | | | |
+
+### [Remote storage](#tab/sizestorageremote)
+
+Remote (uncached) storage info for each size
+
+| Size Name | Max Remote Storage Disks (Qty.) | Uncached Disk IOPS | Uncached Disk Speed (MBps) | Uncached Disk Burst<sup>1</sup> IOPS | Uncached Disk Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Disk IOPS | Uncached Special<sup>2</sup> Disk Speed (MBps) | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk IOPS | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk Speed (MBps) |
+| | | | | | | | | | |
+| Standard_ND96isr_MI300X_v5 | 32 | 40800 | 612 | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Some sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
+- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
++
+### [Network](#tab/sizenetwork)
+
+Network interface info for each size
+
+| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) |
+| | | |
+| Standard_ND96isr_MI300X_v5 | 8 | 80000 |
+
+#### Networking resources
+- [Virtual networks and virtual machines in Azure](../../../virtual-network/network-overview.md)
+- [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+
+#### Table definitions
+- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](../../../virtual-network/virtual-network-optimize-network-bandwidth.md).
+- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](../../../virtual-network/virtual-network-bandwidth-testing.md).
+
+### [Accelerators](#tab/sizeaccelerators)
+
+Accelerator (GPUs, FPGAs, etc.) info for each size
+
+| Size Name | Accelerators (Qty.) | Accelerator-Memory (GB) |
+| | | |
+| Standard_ND96isr_MI300X_v5 | 8 | 1535 |
+++
virtual-machines Ndv2 Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/gpu-accelerated/ndv2-series.md
+
+ Title: NDv2 size series
+description: Information on and specifications of the NDv2-series sizes
++++ Last updated : 08/01/2024++++
+# NDv2 sizes series
++
+## Host specifications
+
+## Feature support
+[Premium Storage](../../premium-storage-performance.md): Supported <br>[Premium Storage caching](../../premium-storage-performance.md): Supported <br>[Live Migration](../../maintenance-and-updates.md): Not Supported <br>[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported <br>[Generation 2 VMs](../../generation-2.md): Supported <br>[Generation 1 VMs](../../generation-2.md): Not Supported <br>[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Supported <br>[Ephemeral OS Disk](../../ephemeral-os-disks.md): Supported <br>[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
+
+## Sizes in series
+
+### [Basics](#tab/sizebasic)
+
+vCPUs (Qty.) and Memory for each size
+
+| Size Name | vCPUs (Qty.) | Memory (GB) |
+| | | |
+| Standard_ND40rs_v2 | 40 | 672 |
+
+#### VM Basics resources
+- [Check vCPU quotas](../../../virtual-machines/quotas.md)
+
+### [Local storage](#tab/sizestoragelocal)
+
+Local (temp) storage info for each size
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) | Local-Special-Disk-Count | Local-Special-Disk-Size-GB | Local-Special-Disk-RR-IOPS | Local-Special-Disk-RR-MBps |
+| | | | | | | | | | | |
+| Standard_ND40rs_v2 | 1 | 2948 | | | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Temp disk speed often differs between RR (Random Read) and RW (Random Write) operations. RR operations are typically faster than RW operations. The RW speed is usually slower than the RR speed on series where only the RR speed value is listed.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
+
+### [Remote storage](#tab/sizestorageremote)
+
+Remote (uncached) storage info for each size
+
+| Size Name | Max Remote Storage Disks (Qty.) | Uncached Disk IOPS | Uncached Disk Speed (MBps) | Uncached Disk Burst<sup>1</sup> IOPS | Uncached Disk Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Disk IOPS | Uncached Special<sup>2</sup> Disk Speed (MBps) | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk IOPS | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk Speed (MBps) |
+| | | | | | | | | | |
+| Standard_ND40rs_v2 | 32 | 80000 | 800 | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Some sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
+- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
++
+### [Network](#tab/sizenetwork)
+
+Network interface info for each size
+
+| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) |
+| | | |
+| Standard_ND40rs_v2 | 8 | 24000 |
+
+#### Networking resources
+- [Virtual networks and virtual machines in Azure](../../../virtual-network/network-overview.md)
+- [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+
+#### Table definitions
+- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](../../../virtual-network/virtual-network-optimize-network-bandwidth.md).
+- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](../../../virtual-network/virtual-network-bandwidth-testing.md).
+
+### [Accelerators](#tab/sizeaccelerators)
+
+Accelerator (GPUs, FPGAs, etc.) info for each size
+
+| Size Name | Accelerators (Qty.) | Accelerator-Memory (GB) |
+| | | |
+| Standard_ND40rs_v2 | 8 | 256 |
+++
virtual-machines Ng Family https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/gpu-accelerated/ng-family.md
Title: NG family VM size series description: List of sizes in the NG family. -+ Last updated 06/06/2024
## Series in family ### NGads V620-series
-[View the full NGads v620-series page](../../ngads-v-620-series.md).
+[View the full NGads v620-series page](./ngadsv620-series.md).
### Previous-generation NG family series
virtual-machines Ngadsv620 Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/gpu-accelerated/ngadsv620-series.md
+
+ Title: NGads_V620 size series
+description: Information on and specifications of the NGads_V620-series sizes
++++ Last updated : 07/31/2024++++
+# NGads_V620 sizes series
++
+## Host specifications
+
+## Feature support
+[Premium Storage](../../premium-storage-performance.md): Supported <br>[Premium Storage caching](../../premium-storage-performance.md): Supported <br>[Live Migration](../../maintenance-and-updates.md): Not Supported <br>[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported <br>[Generation 2 VMs](../../generation-2.md): Supported <br>[Generation 1 VMs](../../generation-2.md): Supported <br>[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Supported <br>[Ephemeral OS Disk](../../ephemeral-os-disks.md): Supported <br>[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
+
+## Sizes in series
+
+### [Basics](#tab/sizebasic)
+
+vCPUs (Qty.) and Memory for each size
+
+| Size Name | vCPUs (Qty.) | Memory (GB) |
+| | | |
+| Standard_NG8ads_V620_v1 | 8 | 16 |
+| Standard_NG16ads_V620_v1 | 16 | 32 |
+| Standard_NG32ads_V620_v1 | 32 | 64 |
+| Standard_NG32adms_V620_v1 | 32 | 176 |
+
+#### VM Basics resources
+- [Check vCPU quotas](../../../virtual-machines/quotas.md)
+
+### [Local Storage](#tab/sizestoragelocal)
+
+Local (temp) storage info for each size
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) |
+| | | | | | | |
+| Standard_NG8ads_V620_v1 | 1 | 256 | | | | |
+| Standard_NG16ads_V620_v1 | 1 | 512 | | | | |
+| Standard_NG32ads_V620_v1 | 1 | 1024 | | | | |
+| Standard_NG32adms_V620_v1 | 1 | 1024 | | | | |
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) | Max NVMe Disks (Qty.) | NVMe Disk Size (GiB) | NVMe Disk IOPS | NVMe Disk Speed (MBps) |
+| | | | | | | | | | | |
+| Standard_NG8ads_V620_v1 | 1 | 256 | | | | | 1 | 960 | | |
+| Standard_NG16ads_V620_v1 | 1 | 512 | | | | | 2 | 960 | | |
+| Standard_NG32ads_V620_v1 | 1 | 1024 | | | | | 4 | 960 | | |
+| Standard_NG32adms_V620_v1 | 1 | 1024 | | | | | 4 | 960 | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Temp disk speed often differs between RR (Random Read) and RW (Random Write) operations. RR operations are typically faster than RW operations. The RW speed is usually slower than the RR speed on series where only the RR speed value is listed.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
+
+### [Remote Storage](#tab/sizestorageremote)
+
+Remote (uncached) storage info for each size
+
+| Size Name | Max Remote Storage Disks (Qty.) | Uncached Disk IOPS | Uncached Disk Speed (MBps) | Uncached Disk Burst<sup>1</sup> IOPS | Uncached Disk Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Disk IOPS | Uncached Special<sup>2</sup> Disk Speed (MBps) | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk IOPS | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk Speed (MBps) |
+| | | | | | | | | | |
+| Standard_NG8ads_V620_v1 | 8 | 12800 | 200 | | | | | | |
+| Standard_NG16ads_V620_v1 | 16 | 25600 | 384 | | | | | | |
+| Standard_NG32ads_V620_v1 | 32 | 51200 | 768 | | | | | | |
+| Standard_NG32adms_V620_v1 | 32 | 51200 | 768 | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Some sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
+- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
++
+### [Network](#tab/sizenetwork)
+
+Network interface info for each size
+
+| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) |
+| | | |
+| Standard_NG8ads_V620_v1 | 2 | 10000 |
+| Standard_NG16ads_V620_v1 | 4 | 20000 |
+| Standard_NG32ads_V620_v1 | 8 | 40000 |
+| Standard_NG32adms_V620_v1 | 8 | 40000 |
+
+#### Networking resources
+- [Virtual networks and virtual machines in Azure](../../../virtual-network/network-overview.md)
+- [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+
+#### Table definitions
+- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](../../../virtual-network/virtual-network-optimize-network-bandwidth.md).
+- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](../../../virtual-network/virtual-network-bandwidth-testing.md).
+
+### [Accelerators](#tab/sizeaccelerators)
+
+Accelerator (GPUs, FPGAs, etc.) info for each size
+
+| Size Name | Accelerators (Qty.) | Accelerator-Memory (GB) |
+| | | |
+| Standard_NG8ads_V620_v1 | 1/4 | |
+| Standard_NG16ads_V620_v1 | 1/2 | |
+| Standard_NG32ads_V620_v1 | 1 | |
+| Standard_NG32adms_V620_v1 | 1 | |
+++
virtual-machines Nv Family https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/gpu-accelerated/nv-family.md
Title: NV family VM size series description: List of sizes in the NV family. -+ Last updated 06/06/2024
### NV-series V1 [!INCLUDE [nv-series-summary](./includes/nv-series-summary.md)]
-[View the full NV-series page](../../nv-series.md).
+[View the full NV-series page](./nv-series.md).
[!INCLUDE [nv-series-specs](./includes/nv-series-specs.md)]
### NVads-A10 v5-series [View the full NVads-A10 v5-series page](../../nva10v5-series.md). ### Previous-generation NV family series
virtual-machines Nv Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/gpu-accelerated/nv-series.md
+
+ Title: NV size series
+description: Information on and specifications of the NV-series sizes
++++ Last updated : 07/31/2024++++
+# NV sizes series
++
+## Host specifications
+
+## Feature support
+[Premium Storage](../../premium-storage-performance.md): Not Supported <br>[Premium Storage caching](../../premium-storage-performance.md): Not Supported <br>[Live Migration](../../maintenance-and-updates.md): Not Supported <br>[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported <br>[Generation 2 VMs](../../generation-2.md): Not Supported <br>[Generation 1 VMs](../../generation-2.md): Supported <br>[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Not Supported <br>[Ephemeral OS Disk](../../ephemeral-os-disks.md): Not Supported <br>[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
+
+## Sizes in series
+
+### [Basics](#tab/sizebasic)
+
+vCPUs (Qty.) and Memory for each size
+
+| Size Name | vCPUs (Qty.) | Memory (GB) |
+| | | |
+| Standard_NV6 | 6 | 56 |
+| Standard_NV12 | 12 | 112 |
+| Standard_NV24 | 24 | 224 |
+
+#### VM Basics resources
+- [Check vCPU quotas](../../../virtual-machines/quotas.md)
+
+### [Local Storage](#tab/sizestoragelocal)
+
+Local (temp) storage info for each size
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) | Local-Special-Disk-Count | Local-Special-Disk-Size-GB | Local-Special-Disk-RR-IOPS | Local-Special-Disk-RR-MBps |
+| | | | | | | | | | | |
+| Standard_NV6 | 1 | 340 | | | | | | | | |
+| Standard_NV12 | 1 | 680 | | | | | | | | |
+| Standard_NV24 | 1 | 1440 | | | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Temp disk speed often differs between RR (Random Read) and RW (Random Write) operations. RR operations are typically faster than RW operations. The RW speed is usually slower than the RR speed on series where only the RR speed value is listed.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
+
+### [Remote Storage](#tab/sizestorageremote)
+
+Remote (uncached) storage info for each size
+
+| Size Name | Max Remote Storage Disks (Qty.) | Uncached Disk IOPS | Uncached Disk Speed (MBps) | Uncached Disk Burst<sup>1</sup> IOPS | Uncached Disk Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Disk IOPS | Uncached Special<sup>2</sup> Disk Speed (MBps) | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk IOPS | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk Speed (MBps) |
+| | | | | | | | | | |
+| Standard_NV6 | 24 | | | | | | | | |
+| Standard_NV12 | 48 | | | | | | | | |
+| Standard_NV24 | 64 | | | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Some sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
+- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
++
+### [Network](#tab/sizenetwork)
+
+Network interface info for each size
+
+| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) |
+| | | |
+| Standard_NV6 | 1 | |
+| Standard_NV12 | 2 | |
+| Standard_NV24 | 4 | |
+
+#### Networking resources
+- [Virtual networks and virtual machines in Azure](../../../virtual-network/network-overview.md)
+- [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+
+#### Table definitions
+- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](../../../virtual-network/virtual-network-optimize-network-bandwidth.md).
+- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](../../../virtual-network/virtual-network-bandwidth-testing.md).
+
+### [Accelerators](#tab/sizeaccelerators)
+
+Accelerator (GPUs, FPGAs, etc.) info for each size
+
+| Size Name | Accelerators (Qty.) | Accelerator-Memory (GB) |
+| | | |
+| Standard_NV6 | 1/2 | 8 |
+| Standard_NV12 | 1 | 16 |
+| Standard_NV24 | 2 | 32 |
+++
virtual-machines Nvadsa10v5 Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/gpu-accelerated/nvadsa10v5-series.md
+
+ Title: NVadsA10_v5 size series
+description: Information on and specifications of the NVadsA10_v5-series sizes
++++ Last updated : 07/31/2024++++
+# NVadsA10_v5 sizes series
++
+## Host specifications
+
+## Feature support
+[Premium Storage](../../premium-storage-performance.md): Supported <br>[Premium Storage caching](../../premium-storage-performance.md): Supported <br>[Live Migration](../../maintenance-and-updates.md): Supported <br>[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported <br>[Generation 2 VMs](../../generation-2.md): Supported <br>[Generation 1 VMs](../../generation-2.md): Supported <br>[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Supported <br>[Ephemeral OS Disk](../../ephemeral-os-disks.md): Supported <br>[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
+
+## Sizes in series
+
+### [Basics](#tab/sizebasic)
+
+vCPUs (Qty.) and Memory for each size
+
+| Size Name | vCPUs (Qty.) | Memory (GB) |
+| | | |
+| Standard_NV6ads_A10_v5 | 6 | 55 |
+| Standard_NV12ads_A10_v5 | 12 | 110 |
+| Standard_NV18ads_A10_v5 | 18 | 220 |
+| Standard_NV36ads_A10_v5 | 36 | 440 |
+| Standard_NV36adms_A10_v5 | 36 | 880 |
+| Standard_NV72ads_A10_v5 | 72 | 880 |
+
+#### VM Basics resources
+- [Check vCPU quotas](../../../virtual-machines/quotas.md)
+
+### [Local Storage](#tab/sizestoragelocal)
+
+Local (temp) storage info for each size
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) | Local-Special-Disk-Count | Local-Special-Disk-Size-GB | Local-Special-Disk-RR-IOPS | Local-Special-Disk-RR-MBps |
+| | | | | | | | | | | |
+| Standard_NV6ads_A10_v5 | 1 | 180 | | | | | | | | |
+| Standard_NV12ads_A10_v5 | 1 | 360 | | | | | | | | |
+| Standard_NV18ads_A10_v5 | 1 | 720 | | | | | | | | |
+| Standard_NV36ads_A10_v5 | 1 | 1440 | | | | | | | | |
+| Standard_NV36adms_A10_v5 | 1 | 2880 | | | | | | | | |
+| Standard_NV72ads_A10_v5 | 1 | 2880 | | | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Temp disk speed often differs between RR (Random Read) and RW (Random Write) operations. RR operations are typically faster than RW operations. The RW speed is usually slower than the RR speed on series where only the RR speed value is listed.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
+
+### [Remote Storage](#tab/sizestorageremote)
+
+Remote (uncached) storage info for each size
+
+| Size Name | Max Remote Storage Disks (Qty.) | Uncached Disk IOPS | Uncached Disk Speed (MBps) | Uncached Disk Burst<sup>1</sup> IOPS | Uncached Disk Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Disk IOPS | Uncached Special<sup>2</sup> Disk Speed (MBps) | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk IOPS | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk Speed (MBps) |
+| | | | | | | | | | |
+| Standard_NV6ads_A10_v5 | 4 | 6400 | 100 | | | | | | |
+| Standard_NV12ads_A10_v5 | 4 | 12800 | 200 | | | | | | |
+| Standard_NV18ads_A10_v5 | 8 | 25600 | 384 | | | | | | |
+| Standard_NV36ads_A10_v5 | 16 | 51200 | 768 | | | | | | |
+| Standard_NV36adms_A10_v5 | 32 | 51200 | 768 | | | | | | |
+| Standard_NV72ads_A10_v5 | 32 | 80000 | 1200 | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Some sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
+- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
++
+### [Network](#tab/sizenetwork)
+
+Network interface info for each size
+
+| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) |
+| | | |
+| Standard_NV6ads_A10_v5 | 1 | 5000 |
+| Standard_NV12ads_A10_v5 | 2 | 10000 |
+| Standard_NV18ads_A10_v5 | 4 | 20000 |
+| Standard_NV36ads_A10_v5 | 4 | 40000 |
+| Standard_NV36adms_A10_v5 | 8 | 80000 |
+| Standard_NV72ads_A10_v5 | 8 | 80000 |
+
+#### Networking resources
+- [Virtual networks and virtual machines in Azure](../../../virtual-network/network-overview.md)
+- [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+
+#### Table definitions
+- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](../../../virtual-network/virtual-network-optimize-network-bandwidth.md).
+- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](../../../virtual-network/virtual-network-bandwidth-testing.md).
+
+### [Accelerators](#tab/sizeaccelerators)
+
+Accelerator (GPUs, FPGAs, etc.) info for each size
+
+| Size Name | Accelerators (Qty.) | Accelerator-Memory (GB) |
+| | | |
+| Standard_NV6ads_A10_v5 | 1/6 | 4 |
+| Standard_NV12ads_A10_v5 | 1/3 | 8 |
+| Standard_NV18ads_A10_v5 | 1/2 | 12 |
+| Standard_NV36ads_A10_v5 | 1 | 24 |
+| Standard_NV36adms_A10_v5 | 1 | 24 |
+| Standard_NV72ads_A10_v5 | 2 | 48 |
+++
virtual-machines Nvv3 Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/gpu-accelerated/nvv3-series.md
+
+ Title: NVv3 size series
+description: Information on and specifications of the NVv3-series sizes
++++ Last updated : 07/31/2024++++
+# NVv3 sizes series
++
+## Host specifications
+
+## Feature support
+[Premium Storage](../../premium-storage-performance.md): Supported <br>[Premium Storage caching](../../premium-storage-performance.md): Supported <br>[Live Migration](../../maintenance-and-updates.md): Not Supported <br>[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported <br>[Generation 2 VMs](../../generation-2.md): Supported <br>[Generation 1 VMs](../../generation-2.md): Supported <br>[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Supported <br>[Ephemeral OS Disk](../../ephemeral-os-disks.md): Supported <br>[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
+
+## Sizes in series
+
+### [Basics](#tab/sizebasic)
+
+vCPUs (Qty.) and Memory for each size
+
+| Size Name | vCPUs (Qty.) | Memory (GB) |
+| | | |
+| Standard_NV12s_v3 | 12 | 112 |
+| Standard_NV24s_v3 | 24 | 224 |
+| Standard_NV48s_v3 | 48 | 448 |
+
+#### VM Basics resources
+- [Check vCPU quotas](../../../virtual-machines/quotas.md)
+
+### [Local Storage](#tab/sizestoragelocal)
+
+Local (temp) storage info for each size
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) | Local-Special-Disk-Count | Local-Special-Disk-Size-GB | Local-Special-Disk-RR-IOPS | Local-Special-Disk-RR-MBps |
+| | | | | | | | | | | |
+| Standard_NV12s_v3 | 1 | 320 | | | | | | | | |
+| Standard_NV24s_v3 | 1 | 640 | | | | | | | | |
+| Standard_NV48s_v3 | 1 | 1280 | | | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Temp disk speed often differs between RR (Random Read) and RW (Random Write) operations. RR operations are typically faster than RW operations. The RW speed is usually slower than the RR speed on series where only the RR speed value is listed.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
+
+### [Remote Storage](#tab/sizestorageremote)
+
+Remote (uncached) storage info for each size
+
+| Size Name | Max Remote Storage Disks (Qty.) | Uncached Disk IOPS | Uncached Disk Speed (MBps) | Uncached Disk Burst<sup>1</sup> IOPS | Uncached Disk Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Disk IOPS | Uncached Special<sup>2</sup> Disk Speed (MBps) | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk IOPS | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk Speed (MBps) |
+| | | | | | | | | | |
+| Standard_NV12s_v3 | 12 | | | | | | | | |
+| Standard_NV24s_v3 | 24 | | | | | | | | |
+| Standard_NV48s_v3 | 32 | | | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Some sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
+- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
++
+### [Network](#tab/sizenetwork)
+
+Network interface info for each size
+
+| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) |
+| | | |
+| Standard_NV12s_v3 | 4 | 6000 |
+| Standard_NV24s_v3 | 8 | 12000 |
+| Standard_NV48s_v3 | 8 | 24000 |
+
+#### Networking resources
+- [Virtual networks and virtual machines in Azure](../../../virtual-network/network-overview.md)
+- [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+
+#### Table definitions
+- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](../../../virtual-network/virtual-network-optimize-network-bandwidth.md).
+- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](../../../virtual-network/virtual-network-bandwidth-testing.md).
+
+### [Accelerators](#tab/sizeaccelerators)
+
+Accelerator (GPUs, FPGAs, etc.) info for each size
+
+| Size Name | Accelerators (Qty.) | Accelerator-Memory (GB) |
+| | | |
+| Standard_NV12s_v3 | 1 | 8 |
+| Standard_NV24s_v3 | 2 | 16 |
+| Standard_NV48s_v3 | 4 | 32 |
+++
virtual-machines Nvv4 Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/gpu-accelerated/nvv4-series.md
+
+ Title: NVv4 size series
+description: Information on and specifications of the NVv4-series sizes
++++ Last updated : 07/31/2024++++
+# NVv4 sizes series
++
+## Host specifications
+
+## Feature support
+[Premium Storage](../../premium-storage-performance.md): Supported <br>[Premium Storage caching](../../premium-storage-performance.md): Supported <br>[Live Migration](../../maintenance-and-updates.md): Not Supported <br>[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported <br>[Generation 2 VMs](../../generation-2.md): Supported <br>[Generation 1 VMs](../../generation-2.md): Supported <br>[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Supported <br>[Ephemeral OS Disk](../../ephemeral-os-disks.md): Supported <br>[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
+
+## Sizes in series
+
+### [Basics](#tab/sizebasic)
+
+vCPUs (Qty.) and Memory for each size
+
+| Size Name | vCPUs (Qty.) | Memory (GB) |
+| | | |
+| Standard_NV4as_v4 | 4 | 14 |
+| Standard_NV8as_v4 | 8 | 28 |
+| Standard_NV16as_v4 | 16 | 56 |
+| Standard_NV32as_v4 | 32 | 112 |
+
+#### VM Basics resources
+- [Check vCPU quotas](../../../virtual-machines/quotas.md)
+
+### [Local Storage](#tab/sizestoragelocal)
+
+Local (temp) storage info for each size
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) | Local-Special-Disk-Count | Local-Special-Disk-Size-GB | Local-Special-Disk-RR-IOPS | Local-Special-Disk-RR-MBps |
+| | | | | | | | | | | |
+| Standard_NV4as_v4 | 1 | 88 | | | | | | | | |
+| Standard_NV8as_v4 | 1 | 176 | | | | | | | | |
+| Standard_NV16as_v4 | 1 | 352 | | | | | | | | |
+| Standard_NV32as_v4 | 1 | 704 | | | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Temp disk speed often differs between RR (Random Read) and RW (Random Write) operations. RR operations are typically faster than RW operations. The RW speed is usually slower than the RR speed on series where only the RR speed value is listed.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
+
+### [Remote Storage](#tab/sizestorageremote)
+
+Remote (uncached) storage info for each size
+
+| Size Name | Max Remote Storage Disks (Qty.) | Uncached Disk IOPS | Uncached Disk Speed (MBps) | Uncached Disk Burst<sup>1</sup> IOPS | Uncached Disk Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Disk IOPS | Uncached Special<sup>2</sup> Disk Speed (MBps) | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk IOPS | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk Speed (MBps) |
+| | | | | | | | | | |
+| Standard_NV4as_v4 | 4 | 6400 | 96 | | | | | | |
+| Standard_NV8as_v4 | 8 | 12800 | 192 | | | | | | |
+| Standard_NV16as_v4 | 16 | 25600 | 384 | | | | | | |
+| Standard_NV32as_v4 | 32 | 51200 | 768 | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Some sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
+- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
++
+### [Network](#tab/sizenetwork)
+
+Network interface info for each size
+
+| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) |
+| | | |
+| Standard_NV4as_v4 | 2 | 1000 |
+| Standard_NV8as_v4 | 4 | 2000 |
+| Standard_NV16as_v4 | 8 | 4000 |
+| Standard_NV32as_v4 | 8 | 8000 |
+
+#### Networking resources
+- [Virtual networks and virtual machines in Azure](../../../virtual-network/network-overview.md)
+- [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+
+#### Table definitions
+- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](../../../virtual-network/virtual-network-optimize-network-bandwidth.md).
+- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](../../../virtual-network/virtual-network-bandwidth-testing.md).
+
+### [Accelerators](#tab/sizeaccelerators)
+
+Accelerator (GPUs, FPGAs, etc.) info for each size
+
+| Size Name | Accelerators (Qty.) | Accelerator-Memory (GB) |
+| | | |
+| Standard_NV4as_v4 | 1/8 | 2 |
+| Standard_NV8as_v4 | 1/4 | 4 |
+| Standard_NV16as_v4 | 1/2 | 8 |
+| Standard_NV32as_v4 | 1 | 16 |
+++
virtual-machines Hb Family https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/high-performance-compute/hb-family.md
Title: HB family VM size series description: List of sizes in the HB family. -+ Last updated 06/06/2024
### HB-series V1 [!INCLUDE [hb-series-summary](./includes/hb-series-summary.md)]
-[View the full hb-series page](../../hb-series.md).
+[View the full hb-series page](./hb-series.md).
[!INCLUDE [hb-series-specs](./includes/hb-series-specs.md)]
### HBv2-series [!INCLUDE [hbv2-series-summary](./includes/hbv2-series-summary.md)]
-[View the full hbv2-series page](../../hbv2-series.md).
+[View the full hbv2-series page](./hbv2-series.md).
[!INCLUDE [hbv2-series-specs](./includes/hbv2-series-specs.md)]
### HBv3-series [!INCLUDE [hbv3-series-summary](./includes/hbv3-series-summary.md)]
-[View the full hbv3-series page](../../hbv3-series.md).
+[View the full hbv3-series page](./hbv3-series.md).
[!INCLUDE [hbv3-series-specs](./includes/hbv3-series-specs.md)]
### HBv4-series [!INCLUDE [hbv4-series-summary](./includes/hbv4-series-summary.md)]
-[View the full hbv4-series page](../../hbv4-series.md).
+[View the full hbv4-series page](./hbv4-series.md).
[!INCLUDE [hbv4-series-specs](./includes/hbv4-series-specs.md)]
virtual-machines Hb Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/high-performance-compute/hb-series.md
+
+ Title: HB size series
+description: Information on and specifications of the HB-series sizes
++++ Last updated : 07/31/2024++++
+# HB sizes series
++
+## Host specifications
+
+## Feature support
+[Premium Storage](../../premium-storage-performance.md): Supported <br>[Premium Storage caching](../../premium-storage-performance.md): Supported <br>[Live Migration](../../maintenance-and-updates.md): Not Supported <br>[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported <br>[Generation 2 VMs](../../generation-2.md): Supported <br>[Generation 1 VMs](../../generation-2.md): Supported <br>[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Supported <br>[Ephemeral OS Disk](../../ephemeral-os-disks.md): Supported <br>[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
+
+## Sizes in series
+
+### [Basics](#tab/sizebasic)
+
+vCPUs (Qty.) and Memory for each size
+
+| Size Name | vCPUs (Qty.) | Memory (GB) | Base CPU Frequency (GHz) | Single-core Frequency Peak (GHz) | All-core Frequency Peak (GHz) | Memory Bandwidth (GBps) |
+| | | | | | | |
+| Standard_HB60rs | 60 | 263 | 2.0 | 2.55 | 2.55 | 228 |
+| Standard_HB60-45rs | 45 | 263 | 2.0 | 2.55 | 2.55 | 228 |
+| Standard_HB60-30rs | 30 | 263 | 2.0 | 2.55 | 2.55 | 228 |
+| Standard_HB60-15rs | 15 | 263 | 2.0 | 2.55 | 2.55 | 228 |
+
+#### VM Basics resources
+- [Check vCPU quotas](../../../virtual-machines/quotas.md)
+
+### [Local storage](#tab/sizestoragelocal)
+
+Local (temp) storage info for each size
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) | Local-Special-Disk-Count | Local-Special-Disk-Size-GB | Local-Special-Disk-RR-IOPS | Local-Special-Disk-RR-MBps |
+| | | | | | | | | | | |
+| Standard_HB60rs | 1 | 700 | | | | | | | | |
+| Standard_HB60-45rs | 1 | 700 | | | | | | | | |
+| Standard_HB60-30rs | 1 | 700 | | | | | | | | |
+| Standard_HB60-15rs | 1 | 700 | | | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Temp disk speed often differs between RR (Random Read) and RW (Random Write) operations. RR operations are typically faster than RW operations. The RW speed is usually slower than the RR speed on series where only the RR speed value is listed.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
+
+### [Remote storage](#tab/sizestorageremote)
+
+Remote (uncached) storage info for each size
+
+| Size Name | Max Remote Storage Disks (Qty.) | Uncached Disk IOPS | Uncached Disk Speed (MBps) | Uncached Disk Burst<sup>1</sup> IOPS | Uncached Disk Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Disk IOPS | Uncached Special<sup>2</sup> Disk Speed (MBps) | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk IOPS | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk Speed (MBps) |
+| | | | | | | | | | |
+| Standard_HB60rs | 4 | | | | | | | | |
+| Standard_HB60-45rs | 4 | | | | | | | | |
+| Standard_HB60-30rs | 4 | | | | | | | | |
+| Standard_HB60-15rs | 4 | | | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Some sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
+- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
++
+### [Network](#tab/sizenetwork)
+
+Network interface info for each size
+
+| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) | RDMA Performance (GBps) |
+| | | | |
+| Standard_HB60rs | 8 | | 100 |
+| Standard_HB60-45rs | 8 | | 100 |
+| Standard_HB60-30rs | 8 | | 100 |
+| Standard_HB60-15rs | 8 | | 100 |
+
+#### Networking resources
+- [Virtual networks and virtual machines in Azure](../../../virtual-network/network-overview.md)
+- [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+
+#### Table definitions
+- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](../../../virtual-network/virtual-network-optimize-network-bandwidth.md).
+- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](../../../virtual-network/virtual-network-bandwidth-testing.md).
+
+### [Accelerators](#tab/sizeaccelerators)
+
+Accelerator (GPUs, FPGAs, etc.) info for each size
+
+> [!NOTE]
+> No accelerators are present in this series.
+++
virtual-machines Hbv2 Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/high-performance-compute/hbv2-series.md
+
+ Title: HBv2 size series
+description: Information on and specifications of the HBv2-series sizes
++++ Last updated : 08/01/2024++++
+# HBv2 sizes series
++
+## Host specifications
+
+## Feature support
+[Premium Storage](../../premium-storage-performance.md): Supported <br>[Premium Storage caching](../../premium-storage-performance.md): Supported <br>[Live Migration](../../maintenance-and-updates.md): Not Supported <br>[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported <br>[Generation 2 VMs](../../generation-2.md): Supported <br>[Generation 1 VMs](../../generation-2.md): Supported <br>[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Supported <br>[Ephemeral OS Disk](../../ephemeral-os-disks.md): Supported <br>[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
+
+## Sizes in series
+
+### [Basics](#tab/sizebasic)
+
+vCPUs (Qty.) and Memory for each size
+
+| Size Name | vCPUs (Qty.) | Memory (GB) | Memory Bandwidth (GBps) | Base CPU Frequency (GHz) | Single-core Frequency Peak (GHz) | All-core Frequency Peak (GHz) |
+| | | | | | | |
+| Standard_HB120rs_v2 | 120 | 456 | 350 | 2.45 | 3.3 | 3.1 |
+| Standard_HB120-96rs_v2 | 96 | 456 | 350 | 2.45 | 3.3 | 3.1 |
+| Standard_HB120-64rs_v2 | 64 | 456 | 350 | 2.45 | 3.3 | 3.1 |
+| Standard_HB120-32rs_v2 | 32 | 456 | 350 | 2.45 | 3.3 | 3.1 |
+| Standard_HB120-16rs_v2 | 16 | 456 | 350 | 2.45 | 3.3 | 3.1 |
+
+#### VM Basics resources
+- [Check vCPU quotas](../../../virtual-machines/quotas.md)
+
+### [Local storage](#tab/sizestoragelocal)
+
+Local (temp) storage info for each size
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) | Local-Special-Disk-Count | Local-Special-Disk-Size-GB | Local-Special-Disk-RR-IOPS | Local-Special-Disk-RR-MBps |
+| | | | | | | | | | | |
+| Standard_HB120rs_v2 | 1 | 480 | | | | | 1 | 960 | | |
+| Standard_HB120-96rs_v2 | 1 | 480 | | | | | 1 | 960 | | |
+| Standard_HB120-64rs_v2 | 1 | 480 | | | | | 1 | 960 | | |
+| Standard_HB120-32rs_v2 | 1 | 480 | | | | | 1 | 960 | | |
+| Standard_HB120-16rs_v2 | 1 | 480 | | | | | 1 | 960 | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Temp disk speed often differs between RR (Random Read) and RW (Random Write) operations. RR operations are typically faster than RW operations. The RW speed is usually slower than the RR speed on series where only the RR speed value is listed.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
+
+### [Remote storage](#tab/sizestorageremote)
+
+Remote (uncached) storage info for each size
+
+| Size Name | Max Remote Storage Disks (Qty.) | Uncached Disk IOPS | Uncached Disk Speed (MBps) | Uncached Disk Burst<sup>1</sup> IOPS | Uncached Disk Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Disk IOPS | Uncached Special<sup>2</sup> Disk Speed (MBps) | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk IOPS | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk Speed (MBps) |
+| | | | | | | | | | |
+| Standard_HB120rs_v2 | 8 | | | | | | | | |
+| Standard_HB120-96rs_v2 | 8 | | | | | | | | |
+| Standard_HB120-64rs_v2 | 8 | | | | | | | | |
+| Standard_HB120-32rs_v2 | 8 | | | | | | | | |
+| Standard_HB120-16rs_v2 | 8 | | | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Some sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
+- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
++
+### [Network](#tab/sizenetwork)
+
+Network interface info for each size
+
+| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) | RDMA Performance (GBps) |
+| | | | |
+| Standard_HB120rs_v2 | 8 | | 200 |
+| Standard_HB120-96rs_v2 | 8 | | 200 |
+| Standard_HB120-64rs_v2 | 8 | | 200 |
+| Standard_HB120-32rs_v2 | 8 | | 200 |
+| Standard_HB120-16rs_v2 | 8 | | 200 |
+
+#### Networking resources
+- [Virtual networks and virtual machines in Azure](../../../virtual-network/network-overview.md)
+- [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+
+#### Table definitions
+- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](../../../virtual-network/virtual-network-optimize-network-bandwidth.md).
+- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](../../../virtual-network/virtual-network-bandwidth-testing.md).
+
+### [Accelerators](#tab/sizeaccelerators)
+
+Accelerator (GPUs, FPGAs, etc.) info for each size
+
+> [!NOTE]
+> No accelerators are present in this series.
+++
virtual-machines Hbv3 Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/high-performance-compute/hbv3-series.md
+
+ Title: HBv3 size series
+description: Information on and specifications of the HBv3-series sizes
++++ Last updated : 08/01/2024++++
+# HBv3 sizes series
++
+## Host specifications
+
+## Feature support
+[Premium Storage](../../premium-storage-performance.md): Supported <br>[Premium Storage caching](../../premium-storage-performance.md): Supported <br>[Live Migration](../../maintenance-and-updates.md): Not Supported <br>[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported <br>[Generation 2 VMs](../../generation-2.md): Supported <br>[Generation 1 VMs](../../generation-2.md): Supported <br>[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Supported <br>[Ephemeral OS Disk](../../ephemeral-os-disks.md): Supported <br>[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
+
+## Sizes in series
+
+### [Basics](#tab/sizebasic)
+
+vCPUs (Qty.) and Memory for each size
+
+| Size Name | vCPUs (Qty.) | Memory (GB) | Memory Bandwidth (GBps) | Base CPU Frequency (GHz) | Single-core Frequency Peak (GHz) | All-core Frequency Peak (GHz) |
+| | | | | | | |
+| Standard_HB120rs_v3 | 120 | 448 | 350 | 1.9 | 3.5 | 3 |
+| Standard_HB120-96rs_v3 | 96 | 448 | 350 | 1.9 | 3.5 | 3 |
+| Standard_HB120-64rs_v3 | 64 | 448 | 350 | 1.9 | 3.5 | 3 |
+| Standard_HB120-32rs_v3 | 32 | 448 | 350 | 1.9 | 3.5 | 3 |
+| Standard_HB120-16rs_v3 | 16 | 448 | 350 | 1.9 | 3.5 | 3 |
+
+#### VM Basics resources
+- [Check vCPU quotas](../../../virtual-machines/quotas.md)
+
+### [Local storage](#tab/sizestoragelocal)
+
+Local (temp) storage info for each size
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) | Local-Special-Disk-Count | Local-Special-Disk-Size-GB | Local-Special-Disk-RR-IOPS | Local-Special-Disk-RR-MBps |
+| | | | | | | | | | | |
+| Standard_HB120rs_v3 | 1 | 480 | | | | | 2 | 960 | | |
+| Standard_HB120-96rs_v3 | 1 | 480 | | | | | 2 | 960 | | |
+| Standard_HB120-64rs_v3 | 1 | 480 | | | | | 2 | 960 | | |
+| Standard_HB120-32rs_v3 | 1 | 480 | | | | | 2 | 960 | | |
+| Standard_HB120-16rs_v3 | 1 | 480 | | | | | 2 | 960 | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Temp disk speed often differs between RR (Random Read) and RW (Random Write) operations. RR operations are typically faster than RW operations. The RW speed is usually slower than the RR speed on series where only the RR speed value is listed.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
+
+### [Remote storage](#tab/sizestorageremote)
+
+Remote (uncached) storage info for each size
+
+| Size Name | Max Remote Storage Disks (Qty.) | Uncached Disk IOPS | Uncached Disk Speed (MBps) | Uncached Disk Burst<sup>1</sup> IOPS | Uncached Disk Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Disk IOPS | Uncached Special<sup>2</sup> Disk Speed (MBps) | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk IOPS | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk Speed (MBps) |
+| | | | | | | | | | |
+| Standard_HB120rs_v3 | 32 | | | | | | | | |
+| Standard_HB120-96rs_v3 | 32 | | | | | | | | |
+| Standard_HB120-64rs_v3 | 32 | | | | | | | | |
+| Standard_HB120-32rs_v3 | 32 | | | | | | | | |
+| Standard_HB120-16rs_v3 | 32 | | | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Some sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
+- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
++
+### [Network](#tab/sizenetwork)
+
+Network interface info for each size
+
+| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) | RDMA Performance (GBps) |
+| | | | |
+| Standard_HB120rs_v3 | 8 | | 200 |
+| Standard_HB120-96rs_v3 | 8 | | 200 |
+| Standard_HB120-64rs_v3 | 8 | | 200 |
+| Standard_HB120-32rs_v3 | 8 | | 200 |
+| Standard_HB120-16rs_v3 | 8 | | 200 |
+
+#### Networking resources
+- [Virtual networks and virtual machines in Azure](../../../virtual-network/network-overview.md)
+- [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+
+#### Table definitions
+- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](../../../virtual-network/virtual-network-optimize-network-bandwidth.md).
+- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](../../../virtual-network/virtual-network-bandwidth-testing.md).
+
+### [Accelerators](#tab/sizeaccelerators)
+
+Accelerator (GPUs, FPGAs, etc.) info for each size
+
+> [!NOTE]
+> No accelerators are present in this series.
+++
virtual-machines Hbv4 Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/high-performance-compute/hbv4-series.md
+
+ Title: HBv4 size series
+description: Information on and specifications of the HBv4-series sizes
++++ Last updated : 08/01/2024++++
+# HBv4 sizes series
++
+## Host specifications
+
+## Feature support
+[Premium Storage](../../premium-storage-performance.md): Supported <br>[Premium Storage caching](../../premium-storage-performance.md): Supported <br>[Live Migration](../../maintenance-and-updates.md): Not Supported <br>[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported <br>[Generation 2 VMs](../../generation-2.md): Supported <br>[Generation 1 VMs](../../generation-2.md): Not Supported <br>[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Supported <br>[Ephemeral OS Disk](../../ephemeral-os-disks.md): Supported <br>[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
+
+## Sizes in series
+
+### [Basics](#tab/sizebasic)
+
+vCPUs (Qty.) and Memory for each size
+
+| Size Name | vCPUs (Qty.) | Memory (GB) | Memory Bandwidth (GBps) | Base CPU Frequency (GHz) | Single-core Frequency Peak (GHz) | All-core Frequency Peak (GHz) |
+| | | | | | | |
+| Standard_HB176rs_v4 | 176 | 768 | 780 | 2.4 | 3.7 | |
+| Standard_HB176-144rs_v4 | 144 | 768 | 780 | 2.4 | 3.7 | |
+| Standard_HB176-96rs_v4 | 96 | 768 | 780 | 2.4 | 3.7 | |
+| Standard_HB176-48rs_v4 | 48 | 768 | 780 | 2.4 | 3.7 | |
+| Standard_HB176-24rs_v4 | 24 | 768 | 780 | 2.4 | 3.7 | |
+
+#### VM Basics resources
+- [Check vCPU quotas](../../../virtual-machines/quotas.md)
+
+### [Local storage](#tab/sizestoragelocal)
+
+Local (temp) storage info for each size
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) | Local-Special-Disk-Count | Local-Special-Disk-Size-GB | Local-Special-Disk-RR-IOPS | Local-Special-Disk-RR-MBps |
+| | | | | | | | | | | |
+| Standard_HB176rs_v4 | 1 | 480 | | | | | 2 | 1800 | | |
+| Standard_HB176-144rs_v4 | 1 | 480 | | | | | 2 | 1800 | | |
+| Standard_HB176-96rs_v4 | 1 | 480 | | | | | 2 | 1800 | | |
+| Standard_HB176-48rs_v4 | 1 | 480 | | | | | 2 | 1800 | | |
+| Standard_HB176-24rs_v4 | 1 | 480 | | | | | 2 | 1800 | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Temp disk speed often differs between RR (Random Read) and RW (Random Write) operations. RR operations are typically faster than RW operations. The RW speed is usually slower than the RR speed on series where only the RR speed value is listed.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
+
+### [Remote storage](#tab/sizestorageremote)
+
+Remote (uncached) storage info for each size
+
+| Size Name | Max Remote Storage Disks (Qty.) | Uncached Disk IOPS | Uncached Disk Speed (MBps) | Uncached Disk Burst<sup>1</sup> IOPS | Uncached Disk Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Disk IOPS | Uncached Special<sup>2</sup> Disk Speed (MBps) | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk IOPS | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk Speed (MBps) |
+| | | | | | | | | | |
+| Standard_HB176rs_v4 | 32 | | | | | | | | |
+| Standard_HB176-144rs_v4 | 32 | | | | | | | | |
+| Standard_HB176-96rs_v4 | 32 | | | | | | | | |
+| Standard_HB176-48rs_v4 | 32 | | | | | | | | |
+| Standard_HB176-24rs_v4 | 32 | | | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Some sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
+- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
++
+### [Network](#tab/sizenetwork)
+
+Network interface info for each size
+
+| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) | RDMA Performance (GBps) |
+| | | | |
+| Standard_HB176rs_v4 | 8 | | 400 |
+| Standard_HB176-144rs_v4 | 8 | | 400 |
+| Standard_HB176-96rs_v4 | 8 | | 400 |
+| Standard_HB176-48rs_v4 | 8 | | 400 |
+| Standard_HB176-24rs_v4 | 8 | | 400 |
+
+#### Networking resources
+- [Virtual networks and virtual machines in Azure](../../../virtual-network/network-overview.md)
+- [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+
+#### Table definitions
+- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](../../../virtual-network/virtual-network-optimize-network-bandwidth.md).
+- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](../../../virtual-network/virtual-network-bandwidth-testing.md).
+
+### [Accelerators](#tab/sizeaccelerators)
+
+Accelerator (GPUs, FPGAs, etc.) info for each size
+
+> [!NOTE]
+> No accelerators are present in this series.
+++
virtual-machines Hc Family https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/high-performance-compute/hc-family.md
Title: HC family VM size series description: List of sizes in the HC family. -+ Last updated 06/06/2024
### HC-series [!INCLUDE [hc-series-summary](./includes/hc-series-summary.md)]
-[View the full HC-series page](../../hc-series.md).
+[View the full HC-series page](./hc-series.md).
[!INCLUDE [hc-series-specs](./includes/hc-series-specs.md)]
virtual-machines Hc Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/high-performance-compute/hc-series.md
+
+ Title: HC size series
+description: Information on and specifications of the HC-series sizes
++++ Last updated : 08/01/2024++++
+# HC sizes series
++
+## Host specifications
+
+## Feature support
+[Premium Storage](../../premium-storage-performance.md): Supported <br>[Premium Storage caching](../../premium-storage-performance.md): Supported <br>[Live Migration](../../maintenance-and-updates.md): Not Supported <br>[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported <br>[Generation 2 VMs](../../generation-2.md): Supported <br>[Generation 1 VMs](../../generation-2.md): Supported <br>[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Supported <br>[Ephemeral OS Disk](../../ephemeral-os-disks.md): Supported <br>[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
+
+## Sizes in series
+
+### [Basics](#tab/sizebasic)
+
+vCPUs (Qty.) and Memory for each size
+
+| Size Name | vCPUs (Qty.) | Memory (GB) | Memory Bandwidth (GBps) | Base CPU Frequency (GHz) | Single-core Frequency Peak (GHz) | All-core Frequency Peak (GHz) |
+| | | | | | | |
+| Standard_HC44rs | 44 | 352 | 191 | 2.7 | 3.7 | 3.4 |
+| Standard_HC44-16rs | 16 | 352 | 191 | 2.7 | 3.7 | 3.4 |
+| Standard_HC44-32rs | 32 | 352 | 191 | 2.7 | 3.7 | 3.4 |
+
+#### VM Basics resources
+- [Check vCPU quotas](../../../virtual-machines/quotas.md)
+
+### [Local storage](#tab/sizestoragelocal)
+
+Local (temp) storage info for each size
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) | Local-Special-Disk-Count | Local-Special-Disk-Size-GB | Local-Special-Disk-RR-IOPS | Local-Special-Disk-RR-MBps |
+| | | | | | | | | | | |
+| Standard_HC44rs | 1 | 700 | | | | | | | | |
+| Standard_HC44-16rs | 1 | 700 | | | | | | | | |
+| Standard_HC44-32rs | 1 | 700 | | | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Temp disk speed often differs between RR (Random Read) and RW (Random Write) operations. RR operations are typically faster than RW operations. The RW speed is usually slower than the RR speed on series where only the RR speed value is listed.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
+
+### [Remote storage](#tab/sizestorageremote)
+
+Remote (uncached) storage info for each size
+
+| Size Name | Max Remote Storage Disks (Qty.) | Uncached Disk IOPS | Uncached Disk Speed (MBps) | Uncached Disk Burst<sup>1</sup> IOPS | Uncached Disk Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Disk IOPS | Uncached Special<sup>2</sup> Disk Speed (MBps) | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk IOPS | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk Speed (MBps) |
+| | | | | | | | | | |
+| Standard_HC44rs | 4 | | | | | | | | |
+| Standard_HC44-16rs | 4 | | | | | | | | |
+| Standard_HC44-32rs | 4 | | | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Some sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
+- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
++
+### [Network](#tab/sizenetwork)
+
+Network interface info for each size
+
+| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) | RDMA Performance (GBps) |
+| | | | |
+| Standard_HC44rs | 8 | | 100 |
+| Standard_HC44-16rs | 8 | | 100 |
+| Standard_HC44-32rs | 8 | | 100 |
+
+#### Networking resources
+- [Virtual networks and virtual machines in Azure](../../../virtual-network/network-overview.md)
+- [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+
+#### Table definitions
+- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](../../../virtual-network/virtual-network-optimize-network-bandwidth.md).
+- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](../../../virtual-network/virtual-network-bandwidth-testing.md).
+
+### [Accelerators](#tab/sizeaccelerators)
+
+Accelerator (GPUs, FPGAs, etc.) info for each size
+
+> [!NOTE]
+> No accelerators are present in this series.
+++
virtual-machines Hx Family https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/high-performance-compute/hx-family.md
Title: HX family VM size series description: List of sizes in the HX family. -+ Last updated 06/06/2024
### HX-series [!INCLUDE [hx-series-summary](./includes/hx-series-summary.md)]
-[View the full HX-series page](../../hx-series.md).
+[View the full HX-series page](./hx-series.md).
[!INCLUDE [hx-series-specs](./includes/hx-series-specs.md)]
virtual-machines Hx Series https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/high-performance-compute/hx-series.md
+
+ Title: HX size series
+description: Information on and specifications of the HX-series sizes
++++ Last updated : 08/01/2024++++
+# HX sizes series
++
+## Host specifications
+
+## Feature support
+[Premium Storage](../../premium-storage-performance.md): Supported <br>[Premium Storage caching](../../premium-storage-performance.md): Supported <br>[Live Migration](../../maintenance-and-updates.md): Not Supported <br>[Memory Preserving Updates](../../maintenance-and-updates.md): Not Supported <br>[Generation 2 VMs](../../generation-2.md): Supported <br>[Generation 1 VMs](../../generation-2.md): Not Supported <br>[Accelerated Networking](../../../virtual-network/create-vm-accelerated-networking-cli.md): Supported <br>[Ephemeral OS Disk](../../ephemeral-os-disks.md): Supported <br>[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
+
+## Sizes in series
+
+### [Basics](#tab/sizebasic)
+
+vCPUs (Qty.) and Memory for each size
+
+| Size Name | vCPUs (Qty.) | Memory (GB) | Memory Bandwidth (GBps) | Base CPU Frequency (GHz) | Single-core Frequency Peak (GHz) | All-core Frequency Peak (GHz) |
+| | | | | | | |
+| Standard_HX176rs | 176 | 1408 | 780 | 2.4 | 3.7 | |
+| Standard_HX176-144rs | 144 | 1408 | 780 | 2.4 | 3.7 | |
+| Standard_HX176-96rs | 96 | 1408 | 780 | 2.4 | 3.7 | |
+| Standard_HX176-48rs | 48 | 1408 | 780 | 2.4 | 3.7 | |
+| Standard_HX176-24rs | 24 | 1408 | 780 | 2.4 | 3.7 | |
+
+#### VM Basics resources
+- [Check vCPU quotas](../../../virtual-machines/quotas.md)
+
+### [Local storage](#tab/sizestoragelocal)
+
+Local (temp) storage info for each size
+
+| Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)<sup>1</sup> IOPS | Temp Disk Random Read (RR)<sup>1</sup> Speed (MBps) | Temp Disk Random Write (RW)<sup>1</sup> IOPS | Temp Disk Random Write (RW)<sup>1</sup> Speed (MBps) | Local-Special-Disk-Count | Local-Special-Disk-Size-GB | Local-Special-Disk-RR-IOPS | Local-Special-Disk-RR-MBps |
+| | | | | | | | | | | |
+| Standard_HX176rs | 1 | 480 | | | | | 2 | 1800 | | |
+| Standard_HX176-144rs | 1 | 480 | | | | | 2 | 1800 | | |
+| Standard_HX176-96rs | 1 | 480 | | | | | 2 | 1800 | | |
+| Standard_HX176-48rs | 1 | 480 | | | | | 2 | 1800 | | |
+| Standard_HX176-24rs | 1 | 480 | | | | | 2 | 1800 | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Temp disk speed often differs between RR (Random Read) and RW (Random Write) operations. RR operations are typically faster than RW operations. The RW speed is usually slower than the RR speed on series where only the RR speed value is listed.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
+
+### [Remote storage](#tab/sizestorageremote)
+
+Remote (uncached) storage info for each size
+
+| Size Name | Max Remote Storage Disks (Qty.) | Uncached Disk IOPS | Uncached Disk Speed (MBps) | Uncached Disk Burst<sup>1</sup> IOPS | Uncached Disk Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Disk IOPS | Uncached Special<sup>2</sup> Disk Speed (MBps) | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk IOPS | Uncached Burst<sup>1</sup> Special<sup>2</sup> Disk Speed (MBps) |
+| | | | | | | | | | |
+| Standard_HX176rs | 32 | | | | | | | | |
+| Standard_HX176-144rs | 32 | | | | | | | | |
+| Standard_HX176-96rs | 32 | | | | | | | | |
+| Standard_HX176-48rs | 32 | | | | | | | | |
+| Standard_HX176-24rs | 32 | | | | | | | | |
+
+#### Storage resources
+- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
+- [Azure managed disk types](../../../virtual-machines/disks-types.md)
+- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
+
+#### Table definitions
+- <sup>1</sup>Some sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
+- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
+- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
+- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
+- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
+- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
++
+### [Network](#tab/sizenetwork)
+
+Network interface info for each size
+
+| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) | RDMA Performance (GBps) |
+| | | | |
+| Standard_HX176rs | 8 | | 400 |
+| Standard_HX176-144rs | 8 | | 400 |
+| Standard_HX176-96rs | 8 | | 400 |
+| Standard_HX176-48rs | 8 | | 400 |
+| Standard_HX176-24rs | 8 | | 400 |
+
+#### Networking resources
+- [Virtual networks and virtual machines in Azure](../../../virtual-network/network-overview.md)
+- [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+
+#### Table definitions
+- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](../../../virtual-network/virtual-machine-network-throughput.md)
+- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](../../../virtual-network/virtual-network-optimize-network-bandwidth.md).
+- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](../../../virtual-network/virtual-network-bandwidth-testing.md).
+
+### [Accelerators](#tab/sizeaccelerators)
+
+Accelerator (GPUs, FPGAs, etc.) info for each size
+
+> [!NOTE]
+> No accelerators are present in this series.
+++
virtual-machines Hb Series Retirement https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/sizes/migration-guides/hb-series-retirement.md
Title: HB-series retirement description: HB-series retirement started September 1, 2021.-+
virtual-machines Troubleshoot Maintenance Configurations https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/troubleshoot-maintenance-configurations.md
Title: Troubleshoot problems with Maintenance Configurations description: This article provides details on known and fixed issues and how to troubleshoot problems with Maintenance Configurations. -+ Last updated 10/13/2023
virtual-machines Troubleshooting Shared Images https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/troubleshooting-shared-images.md
Title: Troubleshoot problems with shared images in Azure description: Learn how to troubleshoot problems with shared images in Azure Compute Galleries.-+
virtual-machines Trusted Launch Faq https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/trusted-launch-faq.md
description: Get answers to the most frequently asked questions about Azure Trus
-+ Last updated 01/29/2024
virtual-machines Trusted Launch Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/trusted-launch-portal.md
description: Deploy a VM that uses Trusted Launch.
-+ Last updated 05/21/2024
virtual-machines Trusted Launch Secure Boot Custom Uefi https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/trusted-launch-secure-boot-custom-uefi.md
Title: Secure Boot UEFI keys
description: Customers can bind UEFI keys (db/dbx/pk/kek) for drivers/kernel modules that are signed by using a private key that's owned by an Azure partner's or customer's third-party vendors. -+ Last updated 04/10/2024
virtual-machines Trusted Launch https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/trusted-launch.md
Title: Trusted Launch for Azure VMs
description: Learn about Trusted Launch for Azure virtual machines. -+ Last updated 11/06/2023
virtual-machines Update Image Resources https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/update-image-resources.md
description: List, update, and delete resources in your Azure Compute Gallery.
-+ Last updated 03/23/2023
virtual-machines Using Managed Disks Template Deployments https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/using-managed-disks-template-deployments.md
Title: Deploying disks with Azure Resource Manager templates description: Details how to use managed and unmanaged disks in Azure Resource Manager templates for Azure VMs.-+ Last updated 06/01/2017
virtual-machines Virtual Machines Copy Restore Points How To https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/virtual-machines-copy-restore-points-how-to.md
Title: Copy VM restore points to another region
description: Learn how to copy virtual machine (VM) restore points to another region. -+ Last updated 10/31/2023
virtual-machines Virtual Machines Create Restore Points Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/virtual-machines-create-restore-points-cli.md
Title: Creating Virtual Machine Restore Points using Azure CLI
description: Creating Virtual Machine Restore Points using Azure CLI -+ Last updated 06/30/2022
virtual-machines Virtual Machines Create Restore Points Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/virtual-machines-create-restore-points-portal.md
Title: Creating Virtual Machine Restore Points using Azure portal
description: Creating Virtual Machine Restore Points using Azure portal -+ Last updated 06/30/2022
virtual-machines Virtual Machines Create Restore Points Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/virtual-machines-create-restore-points-powershell.md
Title: Creating Virtual Machine Restore Points using PowerShell
description: Creating Virtual Machine Restore Points using PowerShell -+ Last updated 06/30/2022
virtual-machines Virtual Machines Create Restore Points https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/virtual-machines-create-restore-points.md
Title: Use virtual machine restore points
description: Learn how to use virtual machine restore points. -+ Last updated 11/06/2023
virtual-machines Virtual Machines Restore Points Copy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/virtual-machines-restore-points-copy.md
Title: Use cross-region copy of virtual machine restore points
description: Learn how to use cross-region copy of virtual machine (VM) restore points. -+ Last updated 11/2/2023
virtual-machines Virtual Machines Restore Points Vm Snapshot Extension https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/virtual-machines-restore-points-vm-snapshot-extension.md
Title: VM Snapshot extension using VM restore points
description: VM Snapshot extension using VM restore points -+ Last updated 11/2/2023
virtual-machines Vm Boot Optimization https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/vm-boot-optimization.md
Last updated 06/07/2023 -+
virtual-machines Vm Generalized Image Version https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/vm-generalized-image-version.md
Title: Create a VM from a generalized image in a gallery description: Create a VM from a generalized image in a gallery. -+ Last updated 08/15/2023
virtual-machines Vm Specialized Image Version https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/vm-specialized-image-version.md
Title: Create a VM from a specialized image version description: Create a VM using a specialized image version in an Azure Compute Gallery. -+ Last updated 08/15/2023
virtual-machines Build Image With Packer https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/windows/build-image-with-packer.md
Title: PowerShell - How to create VM Images with Packer description: Learn how to use Packer and PowerShell to create images of virtual machines in Azure -+
virtual-machines Change Drive Letter https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/windows/change-drive-letter.md
Title: 'Make the D: drive of a VM a data disk '
description: 'Describes how to change drive letters for a Windows VM so that you can use the D: drive as a data drive.' -+
virtual-machines Cli Ps Findimage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/windows/cli-ps-findimage.md
Title: Find and use marketplace purchase plan information using PowerShell description: Use Azure PowerShell to find image URNs and purchase plan parameters, like the publisher, offer, SKU, and version, for Marketplace VM images.-+ Last updated 03/17/2021
virtual-machines Client Images https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/windows/client-images.md
description: How to use Visual Studio subscription benefits to deploy Windows 7,
-+ Last updated 12/15/2017
virtual-machines Image Builder Gallery Update Image Version https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/windows/image-builder-gallery-update-image-version.md
Last updated 11/10/2023 -+
virtual-machines Image Builder Gallery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/windows/image-builder-gallery.md
Last updated 11/10/2023 -+
virtual-machines Image Builder Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/windows/image-builder-powershell.md
Last updated 11/10/2022 -+
virtual-machines Image Builder Virtual Desktop https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/windows/image-builder-virtual-desktop.md
Last updated 11/10/2023 -+
virtual-machines Image Builder Vnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/windows/image-builder-vnet.md
Last updated 03/27/2023 -+
virtual-machines Image Builder https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/windows/image-builder.md
Last updated 11/10/2023 -+
virtual-machines Prepare For Upload Vhd Image https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/windows/prepare-for-upload-vhd-image.md
Title: Prepare a Windows VHD to upload to Azure
description: Learn how to prepare and generalize a Windows VHD or VHDX to upload it to Azure. -+ Last updated 08/04/2022
virtual-machines Proximity Placement Groups Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/windows/proximity-placement-groups-portal.md
Title: Create a proximity placement group using the portal description: Learn how to create a proximity placement group using the Azure portal. -+ Last updated 3/12/2023
virtual-machines Proximity Placement Groups https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/windows/proximity-placement-groups.md
Title: Create a proximity placement group using Azure PowerShell description: Learn about creating and using proximity placement groups using Azure PowerShell. -+ Last updated 3/12/2023
virtual-machines Ps Common Network Ref https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/windows/ps-common-network-ref.md
Title: Common PowerShell commands for Azure Virtual Networks description: Common PowerShell commands to get you started creating a virtual network and its associated resources for VMs. -+ Last updated 07/17/2017
virtual-machines Tutorial Custom Images https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/windows/tutorial-custom-images.md
Title: Tutorial - Create custom VM images with Azure PowerShell description: In this tutorial, you learn how to use Azure PowerShell to create a Windows custom virtual machine image stored in an Azure Compute Gallery. -+ Last updated 02/24/2023
virtual-machines Tutorial Disaster Recovery https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/windows/tutorial-disaster-recovery.md
Title: Tutorial - Set up disaster recovery for Windows VMs with Azure Site Recovery description: Learn how to enable disaster recovery for Windows VMs to a different Azure region, using the Azure Site Recovery service. -+ Last updated 05/18/2020
virtual-machines Tutorial Virtual Network https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/windows/tutorial-virtual-network.md
Title: Tutorial - Create and manage Azure virtual networks for Windows VMs description: In this tutorial, you learn how to use Azure PowerShell to create and manage Azure virtual networks for Windows virtual machines -+
virtual-machines Workload Guidelines Best Practices Storage https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/workload-guidelines-best-practices-storage.md
Last updated 05/09/2024-+
virtual-machines Mainframe Compute Azure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/workloads/mainframe-rehosting/concepts/mainframe-compute-azure.md
Last updated 04/02/2019 -+
virtual-machines Mainframe Storage Azure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/workloads/mainframe-rehosting/concepts/mainframe-storage-azure.md
Last updated 04/02/2019 -+ # Move mainframe storage to Azure
virtual-machines Demo https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/workloads/mainframe-rehosting/ibm/demo.md
Title: Set up an Application Developers Controlled Distribution (ADCD) in IBM zD&T v1 | Microsoft Docs description: Run an IBM Z Development and Test Environment (zD&T) environment on Azure Virtual Machines (VMs). -+
virtual-machines Deploy Ibm Db2 Purescale Azure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/workloads/mainframe-rehosting/ibm/deploy-ibm-db2-purescale-azure.md
description: Learn how to deploy an example architecture used recently to migrat
-+
virtual-machines Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/workloads/mainframe-rehosting/ibm/get-started.md
Title: IBM workloads on Azure | Microsoft Docs description: Use a mainframe emulator and other services from Microsoft partners to rehost your IBM z/OS workloads using Microsoft Azure. -+
virtual-machines Ibm Db2 Purescale Azure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/workloads/mainframe-rehosting/ibm/ibm-db2-purescale-azure.md
description: In this article, we show an architecture for running an IBM DB2 pur
-+ Last updated 11/09/2018
virtual-machines Install Ibm Z Environment https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/workloads/mainframe-rehosting/ibm/install-ibm-z-environment.md
Title: Install IBM zD&T dev/test environment on Azure | Microsoft Docs description: Deploy IBM Z Development and Test Environment (zD&T) on Azure Virtual Machine (VM) infrastructure as a service (IaaS). -+
virtual-machines Mainframe White Papers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/workloads/mainframe-rehosting/mainframe-white-papers.md
Title: Azure white papers about mainframe topics using Azure Virtual Machines and Azure Storage description: Get resources about mainframe migration, rehosting, and moving IBM Z-based systems to Microsoft Azure. -+
virtual-machines Demo https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/workloads/mainframe-rehosting/microfocus/demo.md
Last updated 03/30/2020 -+
virtual-machines Deploy Micro Focus Enterprise Server https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/workloads/mainframe-rehosting/microfocus/deploy-micro-focus-enterprise-server.md
Last updated 06/29/2020-+
virtual-machines Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/workloads/mainframe-rehosting/microfocus/get-started.md
Last updated 03/30/2020 -+
virtual-machines Run Enterprise Server Container https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/workloads/mainframe-rehosting/microfocus/run-enterprise-server-container.md
Last updated 06/29/2020-+
virtual-machines Set Up Micro Focus Azure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/workloads/mainframe-rehosting/microfocus/set-up-micro-focus-azure.md
Last updated 06/29/2020-+
virtual-machines Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/workloads/mainframe-rehosting/overview.md
Title: Mainframe rehosting on Azure virtual machines description: Rehost your mainframe workloads such as IBM Z-based systems using virtual machines (VMs) on Microsoft Azure.-+
virtual-machines Partner Workloads https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/workloads/mainframe-rehosting/partner-workloads.md
Title: Mainframe workloads supported on Azure | Microsoft Docs description: Use a mainframe emulator and other services from Microsoft partners to rehost your mainframe workloads such as IBM Z-based systems using Microsoft Azure. -+
virtual-machines Get Started https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/workloads/mainframe-rehosting/tmaxsoft/get-started.md
Last updated 04/02/2019 -+
virtual-machines Install Openframe Azure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-machines/workloads/mainframe-rehosting/tmaxsoft/install-openframe-azure.md
Last updated 04/19/2023 -+
virtual-network Virtual Network Optimize Network Bandwidth https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-network/virtual-network-optimize-network-bandwidth.md
Title: Optimize Azure VM network throughput
-description: Optimize network throughput for Microsoft Azure Windows and Linux virtual machines, including major distributions such as Ubuntu, CentOS, and Red Hat.
+description: Optimize network throughput for Microsoft Azure Windows and Linux virtual machines, including major distributions such as Ubuntu and Red Hat.
Previously updated : 03/24/2023 Last updated : 08/02/2024 # Optimize network throughput for Azure virtual machines
-> [!CAUTION]
-> This article references CentOS, a Linux distribution that is End Of Life (EOL) status. Please consider your use and plan accordingly. For more information, see the [CentOS End Of Life guidance](~/articles/virtual-machines/workloads/centos/centos-end-of-life.md).
-
-Azure Virtual Machines (VMs) have default network settings that can be further optimized for network throughput. This article describes how to optimize network throughput for Microsoft Azure Windows and Linux VMs, including major distributions such as Ubuntu, CentOS, and Red Hat.
+Azure Virtual Machines (VMs) have default network settings that can be further optimized for network throughput. This article describes how to optimize network throughput for Microsoft Azure Windows and Linux VMs, including major distributions such as Ubuntu and Red Hat.
## Windows virtual machines
sudo apt-get install "linux-azure"
sudo reboot ```
-### CentOS
-
-In order to get the latest optimizations, we recommend that you create a virtual machine with the latest supported version by specifying the following parameters:
-
-```json
-"Publisher": "OpenLogic",
-"Offer": "CentOS",
-"Sku": "7.7",
-"Version": "latest"
-```
-
-Both new and existing VMs can benefit from installing the latest Linux Integration Services (LIS). The throughput optimization is in LIS, starting from 4.2.2-2. Later versions contain further improvements. Enter the following
-commands to install the latest LIS:
-
-```bash
-sudo yum update
-sudo reboot
-sudo yum install microsoft-hyper-v
-```
- ### Red Hat In order to get the optimizations, we recommend that you create a virtual machine with the latest supported version by specifying the following parameters:
virtual-network Virtual Networks Name Resolution Ddns https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-network/virtual-networks-name-resolution-ddns.md
ms.assetid: c315961a-fa33-45cf-82b9-4551e70d32dd-+ Last updated 04/27/2023
virtual-network Virtual Networks Name Resolution For Vms And Role Instances https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-network/virtual-networks-name-resolution-for-vms-and-role-instances.md
description: Name resolution scenarios for Azure IaaS, hybrid solutions, between
Previously updated : 04/02/2024 Last updated : 08/02/2024 # Name resolution for resources in Azure virtual networks
-> [!CAUTION]
-> This article references CentOS, a Linux distribution that is End Of Life (EOL) status. Please consider your use and plan accordingly. For more information, see the [CentOS End Of Life guidance](~/articles/virtual-machines/workloads/centos/centos-end-of-life.md).
- Azure can be used to host IaaS, PaaS, and hybrid solutions. In order to facilitate communication between the virtual machines (VMs) and other resources deployed in a virtual network, it may be necessary to allow them to communicate with each other. The use of easily remembered and unchanging names simplifies the communication process, rather than relying on IP addresses. When resources deployed in virtual networks need to resolve domain names to internal IP addresses, they can use one of four methods:
The default Windows DNS client has a DNS cache built-in. Some Linux distribution
There are many different DNS caching packages available (such as dnsmasq). Here's how to install dnsmasq on the most common distributions:
-# [RHEL, CentOS](#tab/redhat)
+# [RHEL](#tab/redhat)
-**RHEL/CentOS (uses NetworkManager)**:
+**RHEL (uses NetworkManager)**:
1. Install the dnsmasq package with the following command:
options timeout:1 attempts:5
The resolv.conf file is autogenerated, and shouldn't be edited. The specific steps for adding the *options* line vary by distribution:
-# [RHEL, CentOS](#tab/redhat)
+# [RHEL](#tab/redhat)
-**RHEL/CentOS (uses NetworkManager)**:
+**RHEL (uses NetworkManager)**:
1. Use a text editor to add the line **`RES_OPTIONS="options timeout:1 attempts:5"`** to the file **/etc/sysconfig/network-scripts/ifcfg-eth0**.
This section covers VMs, role instances, and web apps.
### VMs and role instances
-Your name resolution needs might go beyond the features provided by Azure. For example, you might need to use Microsoft Windows Server Active Directory domains, resolve DNS names between virtual networks. To cover these scenarios, Azure enables you to use your own DNS servers.
+Your name resolution needs might go beyond the features provided by Azure. For example, you might need to use Microsoft Windows Server Active Directory domains to resolve DNS names between virtual networks. To cover these scenarios, Azure enables you to use your own DNS servers.
DNS servers within a virtual network can forward DNS queries to the recursive resolvers in Azure. This procedure enables you to resolve host names within that virtual network. For example, a domain controller (DC) running in Azure can respond to DNS queries for its domains, and forward all other queries to Azure. Forwarding queries allows VMs to see both your on-premises resources (via the DC) and Azure-provided host names (via the forwarder). Access to the recursive resolvers in Azure is provided via the virtual IP 168.63.129.16.
virtual-wan About Client Address Pools https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/about-client-address-pools.md
Title: 'About client address pools for P2S User VPN'
description: Learn about client address pools for P2S User VPN. -+ Last updated 02/15/2023
virtual-wan About Nva Hub https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/about-nva-hub.md
Title: 'About Network Virtual Appliances - Virtual WAN hub'
description: Learn about Network Virtual Appliances in a Virtual WAN hub. -+ Last updated 11/02/2023
virtual-wan About Virtual Hub Routing Preference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/about-virtual-hub-routing-preference.md
Title: 'Virtual WAN virtual hub routing preference'
description: Learn about Virtual WAN virtual hub routing preference. -+ Last updated 03/27/2024
virtual-wan About Virtual Hub Routing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/about-virtual-hub-routing.md
description: Learn about Virtual WAN virtual hub routing. -+ Last updated 01/09/2024
virtual-wan About Vpn Profile Download https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/about-vpn-profile-download.md
description: This helps you work with the client profile file
-+ Last updated 08/24/2023
virtual-wan Azure Monitor Insights https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/azure-monitor-insights.md
description: Learn about monitoring Azure Virtual WAN by using Azure Monitor Ins
-+ Last updated 06/09/2022
virtual-wan Azure Vpn Client Optional Configurations Windows https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/azure-vpn-client-optional-configurations-windows.md
Title: 'Azure VPN Client optional configuration steps: OpenVPN protocol'
description: Learn how to configure the Azure VPN Client optional configuration parameters for P2S OpenVPN connections. -+ Last updated 08/24/2023
virtual-wan Certificates Point To Site https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/certificates-point-to-site.md
Title: 'Generate and export certificates for User VPN P2S connections: PowerShel
description: Learn how to create a self-signed root certificate, export a public key, and generate client certificates for Virtual WAN User VPN (point-to-site) connections using PowerShell. -+ Last updated 08/23/2023
virtual-wan Connect Virtual Network Gateway Vwan https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/connect-virtual-network-gateway-vwan.md
Title: 'Connect a virtual network gateway to an Azure Virtual WAN' description: Learn how to connect an Azure VPN gateway (virtual network gateway) to an Azure Virtual WAN VPN gateway. -+ Last updated 07/28/2023
virtual-wan Create Bgp Peering Hub Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/create-bgp-peering-hub-portal.md
Title: 'Configure BGP peering to an NVA: Azure portal'
description: Learn how to create a BGP peering with Virtual WAN hub router. -+ Last updated 10/30/2023
virtual-wan Create Bgp Peering Hub Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/create-bgp-peering-hub-powershell.md
Title: 'Configure BGP peering to an NVA: PowerShell'
description: Learn how to create a BGP peering with Virtual WAN hub router using Azure PowerShell. -+ Last updated 11/21/2023
virtual-wan Cross Tenant Vnet Az Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/cross-tenant-vnet-az-cli.md
description: This article helps you connect cross-tenant virtual networks to a v
-+ Last updated 09/12/2023
virtual-wan Cross Tenant Vnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/cross-tenant-vnet.md
description: This article helps you connect cross-tenant virtual networks to a v
-+ Last updated 08/24/2023
virtual-wan Customer Controlled Gateway Maintenance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/customer-controlled-gateway-maintenance.md
Title: 'Configure customer-controlled maintenance for your Virtual WAN gateways'
description: Learn how to configure customer-controlled maintenance for your Virtual WAN gateways using the Azure portal or PowerShell. -+ Last updated 11/01/2023
virtual-wan Disaster Recovery Design https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/disaster-recovery-design.md
Title: 'Disaster recovery design for Azure Virtual WAN'
description: Learn about architectural recommendations for disaster recovery while using Azure Virtual WAN. -+ Last updated 01/25/2022
virtual-wan Effective Routes Virtual Hub https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/effective-routes-virtual-hub.md
description: Learn how to view effective routes for a virtual hub in Azure Virtu
-+ Last updated 07/28/2023
virtual-wan Expressroute Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/expressroute-powershell.md
Title: 'Create an ExpressRoute association to Azure Virtual WAN - PowerShell' description: Learn how to create an ExpressRoute association from your branch site to Azure Virtual WAN using PowerShell. -+ Last updated 11/21/2023
virtual-wan Gateway Settings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/gateway-settings.md
Title: 'About gateway settings for Virtual WAN'
description: This article answers common questions about Virtual WAN gateway settings. -+ Last updated 07/28/2023
virtual-wan Global Hub Profile https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/global-hub-profile.md
Title: 'Download global (WAN-level) or hub User VPN client configuration profile
description: Learn about how to generate and download global and hub-level User VPN client configuration profiles. -+ Last updated 11/21/2023
virtual-wan How To Forced Tunnel https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/how-to-forced-tunnel.md
Title: 'Configure forced tunneling for Virtual WAN Point-to-site VPN'
description: Learn to configure forced tunneling for P2S VPN in Virtual WAN. -+ Last updated 08/24/2023
virtual-wan How To Network Virtual Appliance Inbound https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/how-to-network-virtual-appliance-inbound.md
Title: 'Azure Virtual WAN: Configure Destination NAT for Network Virtual Appliance (NVA) in the hub' description: Learn how to use Destination NAT with a Network Virtual Appliance in the Virtual WAN hub. -+ Last updated 01/04/2023
virtual-wan How To Network Virtual Appliance Restart https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/how-to-network-virtual-appliance-restart.md
Title: 'Azure Virtual WAN: Restart a Network Virtual Appliance (NVA) in the hub' description: Learn how to restart a Network Virtual Appliance in the Virtual WAN hub. -+ Last updated 04/08/2024
virtual-wan How To Nva Hub https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/how-to-nva-hub.md
Title: 'Azure Virtual WAN: Create a Network Virtual Appliance (NVA) in the hub' description: Learn how to deploy a Network Virtual Appliance in the Virtual WAN hub. -+ Last updated 07/28/2023
virtual-wan How To Palo Alto Cloud Ngfw https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/how-to-palo-alto-cloud-ngfw.md
description: Learn how to configure Palo Alto Networks Cloud NGFW in a Virtual W
-+ Last updated 07/31/2023
virtual-wan How To Routing Policies https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/how-to-routing-policies.md
Title: 'How to configure Virtual WAN Hub routing policies'
description: Learn how to configure Virtual WAN routing policies -+ Last updated 09/21/2023
virtual-wan How To Virtual Hub Routing Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/how-to-virtual-hub-routing-powershell.md
description: Learn how to configure Virtual WAN virtual hub routing using Azure PowerShell. -+ Last updated 11/21/2023
virtual-wan How To Virtual Hub Routing Preference Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/how-to-virtual-hub-routing-preference-powershell.md
Title: 'Configure virtual hub routing preference: Azure PowerShell'
description: Learn how to configure Virtual WAN virtual hub routing preference using Azure PowerShell. -+ Last updated 11/21/2023
virtual-wan How To Virtual Hub Routing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/how-to-virtual-hub-routing.md
description: Learn how to configure Virtual WAN virtual hub routing using the Azure portal. -+ Last updated 01/10/2024
virtual-wan Howto Always On Device Tunnel https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/howto-always-on-device-tunnel.md
description: Learn how to configure Always On VPN device tunnel for Virtual WAN.
-+ Last updated 08/24/2023
virtual-wan Howto Always On User Tunnel https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/howto-always-on-user-tunnel.md
description: Learn how to configure an Always On VPN user tunnel for your Virtua
-+ Last updated 11/21/2023
virtual-wan Howto Connect Vnet Hub Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/howto-connect-vnet-hub-powershell.md
Title: 'Connect a VNet to a Virtual WAN hub - PowerShell'
description: Learn how to connect a VNet to a Virtual WAN hub using PowerShell. -+ Last updated 06/15/2023
virtual-wan Howto Connect Vnet Hub https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/howto-connect-vnet-hub.md
Title: 'Connect a VNet to a Virtual WAN hub - portal'
description: Learn how to connect a VNet to a Virtual WAN hub using the portal. -+ Last updated 06/14/2023
virtual-wan Howto Firewall https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/howto-firewall.md
description: Learn how to configure Azure Firewall in a Virtual WAN hub.
-+ Last updated 02/13/2023
virtual-wan Howto Openvpn Clients https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/howto-openvpn-clients.md
Title: 'Configure OpenVPN clients for Azure Virtual WAN'
description: Learn how to configure OpenVPN clients for Azure Virtual WAN. This article includes Windows, Mac, iOS, and Linux client configuration steps. -+ Last updated 05/04/2023
virtual-wan Howto Private Link https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/howto-private-link.md
description: Steps to configure Private Link in Virtual WAN
-+ Last updated 03/30/2023
virtual-wan Howto Virtual Hub Routing Preference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/howto-virtual-hub-routing-preference.md
Title: 'Configure virtual hub routing preference: Azure portal'
description: Learn how to configure Virtual WAN virtual hub routing preference using the Azure portal. -+ Last updated 11/21/2023
virtual-wan Hub Settings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/hub-settings.md
Title: 'About virtual hub settings'
description: This article answers common questions about virtual hub settings and routing infrastructure units. -+ Last updated 08/24/2023
virtual-wan Install Client Certificates https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/install-client-certificates.md
Title: 'Install a User VPN P2S client certificate'
description: Learn how to install client certificates for User VPN P2S certificate authentication - Windows, Mac, Linux. -+ Last updated 05/15/2024
virtual-wan Interconnect China https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/interconnect-china.md
Title: 'Architecture: Interconnect with China using Azure Virtual WAN and secure Hub' description: Learn how to interconnect with China using Azure Virtual WAN and a secured hub. -+ Last updated 02/13/2023
virtual-wan Manage Secure Access Resources Spoke P2s https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/manage-secure-access-resources-spoke-p2s.md
description: This article helps you use Azure Virtual WAN and Azure Firewall rul
-+ Last updated 11/21/2023
virtual-wan Migrate From Hub Spoke Topology https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/migrate-from-hub-spoke-topology.md
Title: 'Architecture: Migrate to Azure Virtual WAN' description: Learn how to migrate from an existing customer-managed hub-and-spoke topology, to a design that leverages Microsoft-managed Virtual WAN hubs. -+ Last updated 10/13/2022
virtual-wan Monitor Bgp Dashboard https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/monitor-bgp-dashboard.md
Title: 'Monitor S2S VPN BGP routes - BGP dashboard'
description: Learn how to monitor BGP peers for site-to-site VPNs using the BGP dashboard. -+ Last updated 06/06/2022
virtual-wan Monitor Point To Site Connections https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/monitor-point-to-site-connections.md
description: Learn how to set up an Azure workbook for P2S monitoring. -+ Last updated 07/28/2023
virtual-wan Monitor Virtual Wan Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/monitor-virtual-wan-reference.md
Title: 'Monitoring Azure Virtual WAN - Data reference' description: Learn about Azure Virtual WAN logs and metrics using Azure Monitor. -+ Last updated 02/15/2024
virtual-wan Monitor Virtual Wan https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/monitor-virtual-wan.md
description: Start here to learn how to monitor Virtual WAN. -+ Last updated 02/15/2024
virtual-wan Monitoring Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/monitoring-best-practices.md
description: This article helps you learn Monitoring best practices for Virtual WAN. -+ Last updated 01/12/2024
virtual-wan Nat Rules Vpn Gateway Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/nat-rules-vpn-gateway-powershell.md
description: Learn how to configure NAT rules for your VWAN VPN gateway using PowerShell. -+ Last updated 08/24/2023
virtual-wan Nat Rules Vpn Gateway https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/nat-rules-vpn-gateway.md
description: Learn how to configure NAT rules for your VWAN VPN gateway. -+ Last updated 07/28/2023
virtual-wan Openvpn Azure Ad Client Mac https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/openvpn-azure-ad-client-mac.md
description: 'Preview: Learn how to configure a macOS VPN client to connect to a
-+ Last updated 11/21/2023
virtual-wan Openvpn Azure Ad Client https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/openvpn-azure-ad-client.md
description: Learn how to use P2S VPN to connect to your VNet using Microsoft En
-+ Last updated 07/28/2023
virtual-wan Openvpn Azure Ad Mfa https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/openvpn-azure-ad-mfa.md
description: Learn how to enable Microsoft Entra multifactor authentication (MFA
-+ Last updated 08/23/2023
virtual-wan Openvpn Azure Ad Tenant Multi App https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/openvpn-azure-ad-tenant-multi-app.md
description: Set up a Microsoft Entra tenant for P2S OpenVPN authentication, and
-+ Last updated 04/24/2023
virtual-wan Openvpn Azure Ad Tenant https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/openvpn-azure-ad-tenant.md
Title: 'Microsoft Entra tenant for User VPN connections: Microsoft Entra authent
description: You can use Azure Virtual WAN User VPN (point-to-site) to connect to your VNet using Microsoft Entra authentication -+ Last updated 11/21/2023
virtual-wan Packet Capture Site To Site Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/packet-capture-site-to-site-portal.md
description: Learn how to configure site-to-site packet capture for Azure Virtua
-+ Last updated 11/21/2023
virtual-wan Packet Capture Site To Site Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/packet-capture-site-to-site-powershell.md
description: Learn how to perform packet capture on a Virtual WAN site-to-site V
-+ Last updated 11/21/2023
virtual-wan Path Selection Multiple Links https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/path-selection-multiple-links.md
description: Learn how Azure Virtual WAN can include link information to steer t
-+ Last updated 04/27/2021
virtual-wan Point To Site Concepts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/point-to-site-concepts.md
Title: 'User VPN (point-to-site) Concepts'
description: Learn about Virtual WAN User VPN P2S VPN concepts. -+ Last updated 12/05/2022
virtual-wan Point To Site Ipsec https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/point-to-site-ipsec.md
description: Learn about Azure Virtual WAN Point-to-site IPsec connectivity policies. -+ Last updated 08/24/2023
virtual-wan Point To Site Vpn Client Cert Mac https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/point-to-site-vpn-client-cert-mac.md
Title: 'Configure P2S User VPN clients -certificate authentication - macOS and i
description: Learn how to configure the VPN client for Virtual WAN User VPN configurations that use certificate authentication and IKEv2 or OpenVPN tunnel. This article applies to macOS and iOS. -+ Last updated 04/28/2023
virtual-wan Pricing Concepts https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/pricing-concepts.md
description: This article answers common Virtual WAN pricing questions.
-+ Last updated 07/28/2023
virtual-wan Quickstart Any To Any Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/quickstart-any-to-any-template.md
Title: 'Quickstart: Create an any-to-any configuration using an ARM template'
description: Learn how to create an any-to-any configuration using an Azure Resource Manager template (ARM template). -+ Last updated 08/24/2023
virtual-wan Quickstart Route Shared Services Vnet Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/quickstart-route-shared-services-vnet-template.md
Title: 'Quickstart: Route to shared services using an ARM template'
description: Learn about how to set up routes to access a shared service VNet with a workload that you want every VNet and Branch to access using an Azure Resource Manager template (ARM template). -+ Last updated 03/03/2023
virtual-wan Route Maps About https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/route-maps-about.md
Title: 'About Route-maps'
description: Learn about Virtual WAN Route-maps. -+ Last updated 03/04/2024
virtual-wan Route Maps Dashboard https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/route-maps-dashboard.md
Title: 'Monitor Route-maps using the Route Map Dashboard'
description: Learn how to use the Route Map dashboard to monitor routes, AS Path, and BGP communities. -+ Last updated 03/04/2024
virtual-wan Route Maps How To https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/route-maps-how-to.md
Title: 'Configure Route-maps for virtual hubs'
description: Learn how to configure Route-maps for Virtual WAN virtual hubs. -+ Last updated 03/04/2024
virtual-wan Routing Deep Dive https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/routing-deep-dive.md
description: Learn about how Virtual WAN routing works in detail. -+ Last updated 08/24/2023
virtual-wan Scenario 365 Expressroute Private https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/scenario-365-expressroute-private.md
description: Learn about how to connect to Microsoft 365 through Virtual WAN usi
-+ Last updated 08/24/2023
virtual-wan Scenario Any To Any https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/scenario-any-to-any.md
description: Learn about Virtual WAN any-to-any routing scenarios, where any spo
-+ Last updated 08/24/2023
virtual-wan Scenario Bgp Peering Hub https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/scenario-bgp-peering-hub.md
Title: 'About BGP peering with a virtual hub'
description: Learn about BGP peering with an Azure Virtual WAN virtual hub. -+ Last updated 10/30/2023
virtual-wan Scenario Isolate Virtual Networks Branches https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/scenario-isolate-virtual-networks-branches.md
description: Learn about Virtual WAN routing scenarios to prevent selected VNets
-+ Last updated 04/27/2021
virtual-wan Scenario Isolate Vnets Custom https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/scenario-isolate-vnets-custom.md
description: Learn about Virtual WAN routing custom isolation scenarios to preve
-+ Last updated 08/24/2023
virtual-wan Scenario Isolate Vnets https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/scenario-isolate-vnets.md
description: Learn about Virtual WAN routing scenarios to prevent VNets from bei
-+ Last updated 08/24/2023
virtual-wan Scenario Route Between Vnets Firewall https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/scenario-route-between-vnets-firewall.md
Title: 'Scenario: Azure Firewall custom routing for Virtual WAN'
description: Learn about routing scenarios to route traffic between VNets directly, but use Azure Firewall for VNet -> Internet/Branch and Branch to VNet traffic flows. -+ Last updated 02/13/2023
virtual-wan Scenario Route Through Nva https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/scenario-route-through-nva.md
Title: 'Scenario: Route traffic through a Network Virtual Appliance (NVA)'
description: Learn about Virtual WAN routing scenarios to route traffic through a Network Virtual Appliance (NVA). -+ Last updated 02/13/2023
virtual-wan Scenario Route Through Nvas Custom https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/scenario-route-through-nvas-custom.md
description: Learn about Virtual WAN routing scenarios to route traffic through Network Virtual Appliances (NVAs). In this scenario, you route traffic through NVAs by using a different NVA for internet-bound traffic and custom settings. -+ Last updated 02/13/2023
virtual-wan Scenario Secured Hub App Gateway https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/scenario-secured-hub-app-gateway.md
description: Learn about Virtual WAN routing scenarios for secure traffic travel
-+ Last updated 04/27/2021
virtual-wan Scenario Shared Services Vnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/scenario-shared-services-vnet.md
description: Learn about Virtual WAN routing scenarios. In this scenario, you se
-+ Last updated 08/24/2023
virtual-wan Sd Wan Connectivity Architecture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/sd-wan-connectivity-architecture.md
description: Learn about interconnecting a private SD-WAN with Azure Virtual WAN
-+ Last updated 08/24/2023
virtual-wan Site To Site Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/site-to-site-powershell.md
-+ Last updated 06/15/2023
virtual-wan Third Party Integrations https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/third-party-integrations.md
Title: 'About Third Party Integrations - Virtual WAN hub'
description: Learn about third-party integrations available in a Virtual WAN hub. -+ Last updated 04/26/2024
virtual-wan Upgrade Virtual Wan https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/upgrade-virtual-wan.md
Title: 'Upgrade Virtual WAN - Basic SKU type to Standard'
description: You can upgrade your virtual WAN SKU type from Basic to Standard for greater functionality. -+ Last updated 07/28/2023
virtual-wan User Groups About https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/user-groups-about.md
Title: 'About user groups and IP address pools for point-to-site User VPN'
description: Learn about using user groups to assign IP addresses from specific address pools based on identity or authentication credentials. -+ Last updated 07/31/2023
virtual-wan User Groups Create https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/user-groups-create.md
Title: 'Configure user groups and IP address pools for point-to-site User VPNs'
description: Learn how to configure user groups and assign IP addresses from specific address pools based on identity or authentication credentials. -+ Last updated 01/22/2024
virtual-wan User Groups Radius https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/user-groups-radius.md
Title: 'Configure vender-specific attributes for P2S User Groups - RADIUS'
description: Learn how to configure RADIUS/NPS for user groups to assign IP addresses from specific address pools based on identity or authentication credentials. -+ Last updated 07/16/2024
virtual-wan Virtual Wan About https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/virtual-wan-about.md
Title: 'Azure Virtual WAN Overview'
description: Learn about Virtual WAN automated scalable branch-to-branch connectivity, available regions, and partners. -+ Last updated 01/09/2024
virtual-wan Virtual Wan Configure Automation Providers https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/virtual-wan-configure-automation-providers.md
description: Set up an automation environment to connect and configure an on-pre
-+ Last updated 06/29/2020
virtual-wan Virtual Wan Custom Ipsec Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/virtual-wan-custom-ipsec-portal.md
description: Learn how to configure a custom IPsec policy for Azure Virtual WAN
-+ Last updated 02/02/2023
virtual-wan Virtual Wan Expressroute About https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/virtual-wan-expressroute-about.md
Title: 'About ExpressRoute Connections in Azure Virtual WAN' description: Learn about using ExpressRoute in Azure Virtual WAN to connect your Azure and on-premises environments. -+ Last updated 11/21/2023
virtual-wan Virtual Wan Expressroute Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/virtual-wan-expressroute-portal.md
Title: 'Tutorial: Create an ExpressRoute association to Azure Virtual WAN' description: In this tutorial, learn how to use Azure Virtual WAN to create ExpressRoute connections to Azure and on-premises environments. -+ Last updated 04/28/2023
virtual-wan Virtual Wan Faq https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/virtual-wan-faq.md
Title: 'Azure Virtual WAN FAQ' description: See answers to frequently asked questions about Azure Virtual WAN networks, clients, gateways, devices, partners, and connections. -+ Last updated 03/27/2024
virtual-wan Virtual Wan Global Transit Network Architecture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/virtual-wan-global-transit-network-architecture.md
description: Learn how Azure Virtual WAN allows a global transit network architecture by enabling ubiquitous, any-to-any connectivity between globally distributed sets of cloud workloads in VNets, branch sites, SaaS and PaaS applications, and users. -+ Last updated 09/25/2023
virtual-wan Virtual Wan Ipsec https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/virtual-wan-ipsec.md
description: Learn about Azure Virtual WAN IPsec connectivity policies, including default initiator and responder policies, and custom policy combinations. -+ Last updated 07/28/2023
virtual-wan Virtual Wan Locations Partners https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/virtual-wan-locations-partners.md
Title: 'Azure Virtual WAN partners, regions, and available locations'
description: This article contains a list of Azure Virtual WAN partners and available locations. -+ Last updated 03/05/2024
virtual-wan Virtual Wan Point To Site Azure Ad https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/virtual-wan-point-to-site-azure-ad.md
description: Learn how to configure Microsoft Entra authentication for Virtual W
-+ Last updated 11/21/2023
virtual-wan Virtual Wan Point To Site Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/virtual-wan-point-to-site-portal.md
Title: 'Tutorial: Create a User VPN connection to Azure using Azure Virtual WAN'
description: In this tutorial, learn how to use Azure Virtual WAN to create a User VPN (point-to-site) connection to Azure. -+ Last updated 08/09/2023
virtual-wan Virtual Wan Point To Site Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/virtual-wan-point-to-site-powershell.md
description: Learn how to use Azure Virtual WAN to create a User VPN (point-to-s
-+ Last updated 08/24/2023
virtual-wan Virtual Wan Route Table Nva Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/virtual-wan-route-table-nva-portal.md
Title: 'Virtual WAN: Create virtual hub route table to NVA: Azure portal'
description: Virtual WAN virtual hub route table to steer traffic to a network virtual appliance using the portal. -+ Last updated 08/24/2023
virtual-wan Virtual Wan Route Table Nva https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/virtual-wan-route-table-nva.md
description: Virtual WAN virtual hub route table to steer traffic to a network v
-+ Last updated 08/24/2023
virtual-wan Virtual Wan Site To Site Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/virtual-wan-site-to-site-portal.md
Title: 'Tutorial: Create site-to-site connections using Virtual WAN'
description: Learn how to use Azure Virtual WAN to create a site-to-site VPN connection to Azure. -+ Last updated 01/31/2024
virtual-wan Vpn Client Certificate Windows https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/vpn-client-certificate-windows.md
Title: 'User VPN client configuration: certificate authentication - Windows'
description: Learn how to configure VPN clients on Windows computers for User VPN connections that use certificate authentication. -+ Last updated 08/24/2023
virtual-wan Vpn Over Expressroute https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/vpn-over-expressroute.md
description: Learn how to use Azure Virtual WAN to create a site-to-site VPN con
-+ Last updated 08/24/2023
virtual-wan Vpn Profile Intune https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/vpn-profile-intune.md
description: Learn how to create an Intune custom profile to deploy Azure Virtual WAN VPN client profiles -+ Last updated 08/24/2023
virtual-wan Whats New https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/whats-new.md
Title: What's new in Azure Virtual WAN? description: Learn what's new with Azure Virtual WAN such as the latest release notes, known issues, bug fixes, deprecated functionality, and upcoming changes. -+ Last updated 03/04/2024
virtual-wan Work Remotely Support https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/virtual-wan/work-remotely-support.md
description: Learn how you can leverage Azure Virtual WAN to enable working remo
-+ Last updated 02/03/2023
vpn-gateway About Active Active Gateways https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/about-active-active-gateways.md
Title: 'About active-active VPN gateways'
description: Learn about active-active VPN gateways, including configuration and design. -+ Last updated 07/22/2024
vpn-gateway About Gateway Skus https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/about-gateway-skus.md
Title: 'About gateway SKUs' description: Learn about VPN Gateway SKUs. -+ Last updated 07/23/2024
vpn-gateway About Site To Site Tunneling https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/about-site-to-site-tunneling.md
Title: 'About forced tunneling for site-to-site'
description: Learn about forced tunneling methods for VPN Gateway site-to-site connections. -+ Last updated 09/22/2023
vpn-gateway About Vpn Profile Download https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/about-vpn-profile-download.md
Title: 'P2S VPN client profile configuration files - Microsoft Entra authenticat
description: Learn how to generate P2S VPN client profile configuration files for Microsoft Entra ID authentication. -+ Last updated 05/15/2024
vpn-gateway About Zone Redundant Vnet Gateways https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/about-zone-redundant-vnet-gateways.md
Title: 'About zone-redundant virtual network gateway in Azure availability zones
description: Learn about zone-redundant virtual network gateways in Azure availability zones. -+ Last updated 12/04/2023
vpn-gateway Active Active Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/active-active-portal.md
Title: 'Configure active-active VPN gateways: Azure portal'
description: Learn how to configure active-active virtual network gateways using the Azure portal. -+ Last updated 04/17/2024
vpn-gateway Add Remove Site To Site Connections https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/add-remove-site-to-site-connections.md
Title: 'Add or remove site-to-site connections'
description: Learn how to add or remove site-to-site connections from a VPN gateway. -+ Last updated 07/08/2024
vpn-gateway Azure Vpn Client Optional Configurations https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/azure-vpn-client-optional-configurations.md
Title: 'Configure Azure VPN Client optional settings'
description: Learn how to configure optional configuration settings for the Azure VPN Client. Settings include DNS suffixes, custom DNS servers, custom routes, and VPN client forced tunneling. -+ Last updated 05/15/2024
vpn-gateway Azure Vpn Client Versions https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/azure-vpn-client-versions.md
Title: 'Azure VPN Client versions'
description: This article shows the Azure VPN Client versions. -+ Last updated 06/13/2024
vpn-gateway Bgp Diagnostics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/bgp-diagnostics.md
Title: 'View BGP status and metrics'
description: Learn how to view important BGP-related information for troubleshooting. -+ Last updated 03/10/2021
vpn-gateway Bgp How To Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/bgp-how-to-cli.md
Title: 'Configure BGP for VPN Gateway: CLI'
description: Learn how to configure BGP for VPN gateways using CLI. -+ Last updated 01/09/2023
vpn-gateway Bgp Howto https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/bgp-howto.md
Title: 'Configure BGP for VPN Gateway: Portal'
description: Learn how to configure BGP for Azure VPN Gateway using the Azure portal. -+ Last updated 04/20/2023
vpn-gateway Create Custom Policies P2s Ps https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/create-custom-policies-p2s-ps.md
Title: 'Create and set custom IPsec policies for Point-to-Site: PowerShell'
description: This article helps you create and set custom IPSec policies for VPN Gateway P2S configurations. -+ Last updated 04/29/2024
vpn-gateway Create Gateway Basic Sku Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/create-gateway-basic-sku-powershell.md
Title: 'Create a Basic SKU virtual network gateway: PowerShell'
description: Learn how to create a Basic SKU virtual network gateway for a VPN connection to your on-premises network, or to connect virtual networks. Use these instructions to create either a policy-based, or route-based VPN gateway. -+ Last updated 07/17/2024
vpn-gateway Create Gateway Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/create-gateway-powershell.md
Title: 'Create a virtual network gateway: PowerShell'
description: Learn how to create a route-based virtual network gateway for a VPN connection to your on-premises network, or to connect virtual networks. -+ Last updated 07/23/2024
vpn-gateway Create Routebased Vpn Gateway Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/create-routebased-vpn-gateway-cli.md
Title: 'Create a route-based virtual network gateway: CLI'
description: Learn how to create a route-based virtual network gateway for a VPN connection to an on-premises network, or to connect virtual networks. -+ Last updated 03/12/2024
vpn-gateway Create Zone Redundant Vnet Gateway https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/create-zone-redundant-vnet-gateway.md
Title: 'Create a zone-redundant virtual network gateway in Azure availability zo
description: Learn how to deploy zone-redundant VPN Gateways and ExpressRoute gateways in Azure availability zones. -+ Last updated 03/15/2024
vpn-gateway Customer Controlled Gateway Maintenance https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/customer-controlled-gateway-maintenance.md
Title: 'Configure customer-controlled maintenance for your virtual network gatew
description: Learn how to configure customer-controlled maintenance for your VPN Gateway virtual network gateways using the Azure portal, or PowerShell. -+ Last updated 11/01/2023
vpn-gateway Design https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/design.md
Title: 'Azure VPN Gateway topologies and design' description: Learn about VPN Gateway topologies and designs you can use to connect on-premises locations to virtual networks. -+ Last updated 07/30/2024
vpn-gateway Feedback Hub Azure Vpn Client https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/feedback-hub-azure-vpn-client.md
Title: 'Report an Azure VPN Client problem via Feedback Hub' description: Learn how to report problems for the Azure VPN Client using the Microsoft Feedback Hub app. -+ Last updated 07/16/2024
vpn-gateway Gateway Change Active Active https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/gateway-change-active-active.md
Title: 'Change a gateway to active-active mode'
description: Learn how to change a VPN gateway from active-standby to active-active. -+ Last updated 07/29/2024
vpn-gateway Gateway Sku Change https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/gateway-sku-change.md
Title: 'Change a gateway SKU'
description: Learn how to change a gateway SKU. -+ Last updated 10/24/2023
vpn-gateway Gateway Sku Resize https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/gateway-sku-resize.md
Title: 'Resize a gateway SKU'
description: Learn how to resize a gateway SKU. -+ Last updated 11/29/2023
vpn-gateway Ikev2 Openvpn From Sstp https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/ikev2-openvpn-from-sstp.md
Title: 'How to transition to OpenVPN or IKEv2 from SSTP'
description: Learn how to transition to OpenVPN protocol or IKEv2 from SSTP to overcome the 128 concurrent connection SSTP limit. -+ Last updated 05/15/2024
vpn-gateway Ipsec Ike Policy Howto https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/ipsec-ike-policy-howto.md
-
+ Title: 'Configure custom IPsec/IKE connection policies for S2S VPN & VNet-to-VNet: Azure portal' description: Learn how to configure IPsec/IKE custom policy for S2S or VNet-to-VNet connections with Azure VPN Gateways using the Azure portal. -+ Last updated 04/04/2024
vpn-gateway Monitor Vpn Gateway Reference https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/monitor-vpn-gateway-reference.md
Title: 'Monitoring Azure VPN Gateway - Data reference' description: Learn about Azure VPN Gateway logs and metrics using Azure Monitor. -+ Last updated 07/25/2022
vpn-gateway Monitor Vpn Gateway https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/monitor-vpn-gateway.md
Title: 'Monitoring Azure VPN Gateway' description: Learn how to view VPN Gateway metrics using Azure Monitor. -+ Last updated 07/25/2022
vpn-gateway Nat Howto https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/nat-howto.md
Title: 'Configure NAT on VPN Gateway'
description: Learn how to configure NAT for Azure VPN Gateway. -+ Last updated 05/02/2023
vpn-gateway Nat Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/nat-overview.md
Title: 'About NAT (Network Address Translation) on VPN Gateway'
description: Learn about NAT (Network Address Translation) in Azure VPN to connect networks with overlapping address spaces. -+ Last updated 05/02/2023
vpn-gateway Nva Work Remotely Support https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/nva-work-remotely-support.md
Title: 'Working remotely: Network Virtual Appliance (NVA) considerations for rem
description: Learn about the things that you should take into consideration working with Network Virtual Appliances (NVAs) in Azure during the COVID-19 pandemic. -+ Last updated 05/05/2023
vpn-gateway Openvpn Azure Ad Mfa https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/openvpn-azure-ad-mfa.md
Title: 'Enable MFA for VPN users: Microsoft Entra ID authentication'
description: Learn how to enable multifactor authentication (MFA) for VPN users. -+ Last updated 05/15/2024
vpn-gateway Openvpn Azure Ad Tenant Multi App https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/openvpn-azure-ad-tenant-multi-app.md
Title: 'Configure P2S for different user and group access: Microsoft Entra ID au
description: Learn how to set up a Microsoft Entra tenant for P2S OpenVPN authentication and register multiple apps in Microsoft Entra ID to allow different access for different users and groups. -+ Last updated 07/09/2024
vpn-gateway Openvpn Azure Ad Tenant https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/openvpn-azure-ad-tenant.md
Title: 'Configure P2S VPN gateway for Microsoft Entra ID authentication - manual
description: Learn how to set up a Microsoft Entra tenant and P2S gateway for P2S Microsoft Entra authentication - OpenVPN protocol. -+ Last updated 05/15/2024
vpn-gateway P2s Session Management https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/p2s-session-management.md
Title: 'Point-to-site VPN session management'
description: Learn how to view and disconnect Point-to-Site VPN sessions. -+ Last updated 11/27/2023
vpn-gateway Packet Capture https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/packet-capture.md
Title: 'Configure packet capture for VPN Gateway'
description: Learn about packet capture functionality that you can use on VPN gateways to help narrow down the cause of a problem. -+ Last updated 08/24/2023
vpn-gateway Point To Site About https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/point-to-site-about.md
Title: 'About Azure Point-to-Site VPN connections'
description: Learn about Point-to-Site VPN. -+ Last updated 05/23/2024
vpn-gateway Point To Site Certificate Client Linux Azure Vpn Client https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/point-to-site-certificate-client-linux-azure-vpn-client.md
Title: 'Configure P2S VPN clients - certificate authentication - Azure VPN Clien
description: Learn how to configure a Linux client to connect to Azure using a point-to-site connection, Open VPN, and the Azure VPN Client for Linux. -+ Last updated 06/05/2024
vpn-gateway Point To Site Certificates Linux Openssl https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/point-to-site-certificates-linux-openssl.md
Title: 'Generate and export certificates for point-to-site: Linux - OpenSSL'
description: Learn how to create a self-signed root certificate, export the public key, and generate client certificates using OpenSSL. -+ Last updated 06/24/2024
vpn-gateway Point To Site Entra Gateway Update https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/point-to-site-entra-gateway-update.md
Title: 'Migrate manually registered Azure VPN client to Microsoft-registered for
description: Learn how to update Audience values for P2S VPN gateway connections that use Microsoft Entra ID authentication. -+ Last updated 07/24/2024
vpn-gateway Point To Site Entra Gateway https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/point-to-site-entra-gateway.md
Title: 'Configure P2S VPN gateway for Microsoft Entra ID authentication: Microso
description: Learn how to configure P2S gateway settings and Microsoft Entra ID authentication using Microsoft-registered Azure VPN Client. -+ Last updated 07/24/2024
vpn-gateway Point To Site Entra Vpn Client Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/point-to-site-entra-vpn-client-linux.md
Title: 'Configure Azure VPN Client - Microsoft Entra ID authentication - Linux'
description: Learn how to configure the Linux Azure VPN Client for Microsoft Entra ID authentication for gateways configured to use the Microsoft-registered Azure VPN Client App ID. -+ Last updated 06/05/2024
vpn-gateway Point To Site Entra Vpn Client Mac https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/point-to-site-entra-vpn-client-mac.md
Title: 'Configure P2S Azure VPN Client - Microsoft Entra ID authentication - macOS' description: Learn how to configure macOS client computers to connect to Azure using the Azure VPN Client. These steps are for gateways configured to use Microsoft Entra ID authentication. -+ Last updated 07/24/2024
vpn-gateway Point To Site Entra Vpn Client Windows https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/point-to-site-entra-vpn-client-windows.md
Title: 'Configure Azure VPN Client - Microsoft Entra ID authentication - Microso
description: Learn how to configure the Azure VPN Client to connect to a VNet using VPN Gateway point-to-site VPN, OpenVPN protocol connections, and Microsoft Entra ID authentication from a Windows computer. This article applies to P2S gateways configured with the Microsoft-registered App ID. -+ Last updated 06/05/2024
vpn-gateway Point To Site How To Radius Ps https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/point-to-site-how-to-radius-ps.md
Title: 'Connect to a virtual network using P2S and RADIUS authentication: PowerS
description: Learn how to connect VPN clients securely to a virtual network using P2S and RADIUS authentication. -+ Last updated 06/20/2024
vpn-gateway Point To Site How To Vpn Client Install Azure Cert https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/point-to-site-how-to-vpn-client-install-azure-cert.md
Title: 'Install a Point-to-Site client certificate'
description: Learn how to install client certificates for P2S certificate authentication - Windows, Mac, Linux. -+ Last updated 05/15/2024
vpn-gateway Point To Site Vpn Client Cert Mac https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/point-to-site-vpn-client-cert-mac.md
Title: 'Configure P2S VPN clients - certificate authentication - macOS native cl
description: Learn how to configure the VPN client for VPN Gateway P2S configurations that use certificate authentication. This article applies to macOS native client. -+ Last updated 06/18/2024
vpn-gateway Point To Site Vpn Client Certificate Ike Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/point-to-site-vpn-client-certificate-ike-linux.md
Title: 'Configure P2S VPN clients - certificate authentication IKEv2 - Linux'
description: Learn how to configure an Ubuntu Linux strongSwan VPN client solution for VPN Gateway P2S configurations that use certificate authentication. -+ Last updated 05/22/2024
vpn-gateway Point To Site Vpn Client Certificate Openvpn Ios https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/point-to-site-vpn-client-certificate-openvpn-ios.md
Title: 'Configure P2S VPN clients - certificate authentication - iOS OpenVPN cli
description: Learn how to configure the VPN client for VPN Gateway P2S configurations that use certificate authentication. This article applies to iOS OpenVPN client. -+ Last updated 06/18/2024
vpn-gateway Point To Site Vpn Client Certificate Openvpn Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/point-to-site-vpn-client-certificate-openvpn-linux.md
Title: 'Configure P2S VPN clients - certificate authentication -OpenVPN - Linux'
description: Learn how to configure a Linux VPN client solution for VPN Gateway P2S configurations that use certificate authentication and an OpenVPN client. -+ Last updated 06/24/2024
vpn-gateway Point To Site Vpn Client Certificate Openvpn Mac https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/point-to-site-vpn-client-certificate-openvpn-mac.md
Title: 'Configure P2S VPN clients - certificate authentication - macOS OpenVPN c
description: Learn how to configure the VPN client for VPN Gateway P2S configurations that use certificate authentication. This article applies to macOS OpenVPN client. -+ Last updated 06/18/2024
vpn-gateway Point To Site Vpn Client Certificate Windows Azure Vpn Client https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/point-to-site-vpn-client-certificate-windows-azure-vpn-client.md
Title: 'Configure P2S VPN clients: certificate authentication: Azure VPN client:
description: Learn how to configure VPN clients for P2S configurations that use certificate authentication. This article applies to Windows and the Azure VPN client. -+ Last updated 05/20/2024
vpn-gateway Point To Site Vpn Client Certificate Windows Native https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/point-to-site-vpn-client-certificate-windows-native.md
description: Learn how to configure the native VPN client on a Windows computer for point-to-site certificate authentication connections. -+ Last updated 05/14/2024
vpn-gateway Point To Site Vpn Client Certificate Windows Openvpn Client https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/point-to-site-vpn-client-certificate-windows-openvpn-client.md
Title: 'Configure P2S VPN clients: certificate authentication: OpenVPN Client -
description: Learn how to configure VPN clients for P2S configurations that use certificate authentication. This article applies to Windows and the OpenVPN Client. -+ Last updated 05/14/2024
vpn-gateway Point To Site Vpn Client Configuration Radius Certificate https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/point-to-site-vpn-client-configuration-radius-certificate.md
Title: 'Configure a VPN client for P2S RADIUS: certificate authentication' description: Learn how to configure a VPN client for point-to-site VPN configurations that use RADIUS certificate authentication.-+
vpn-gateway Point To Site Vpn Client Configuration Radius Other https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/point-to-site-vpn-client-configuration-radius-other.md
Title: 'Configure a VPN client for P2S RADIUS: other authentication methods' description: Learn how to configure a VPN client for point-to-site VPN configurations that use RADIUS authentication for methods other than certificate or password.-+
vpn-gateway Point To Site Vpn Client Configuration Radius Password https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/point-to-site-vpn-client-configuration-radius-password.md
Title: 'Configure a VPN client for P2S RADIUS: password authentication' description: Learn how to configure a VPN client for point-to-site VPN configurations that use RADIUS username/password authentication.-+
vpn-gateway Reset Gateway https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/reset-gateway.md
Title: 'Reset a VPN gateway or connection to reestablish IPsec tunnels'
description: Learn how to reset a gateway or a gateway connection to reestablish IPsec tunnels. -+ Last updated 04/17/2024
vpn-gateway Site To Site Tunneling https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/site-to-site-tunneling.md
Title: 'Configure forced tunneling for S2S connections - Default Site: PowerShel
description: Learn how to force tunnel traffic for VPN Gateway site-to-site connections by specifying the Default Site setting - PowerShell. Also learn how to specify Internet-bound traffic routing for specific subnets. -+ Last updated 09/22/2023
vpn-gateway Site To Site Vpn Private Peering https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/site-to-site-vpn-private-peering.md
Title: 'Site-to-Site VPN connections over ExpressRoute private peering'
description: Learn how to configure site-to-site VPN connections over ExpressRoute private peering in order to encrypt traffic. -+ Last updated 07/28/2023
vpn-gateway Troubleshoot Ad Vpn Client https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/troubleshoot-ad-vpn-client.md
Title: 'Troubleshoot Point-to-Site VPN clients - Microsoft Entra authentication'
description: Learn how to troubleshoot VPN Gateway Point-to-Site clients that use Microsoft Entra authentication. -+ Last updated 04/29/2021
vpn-gateway Troubleshoot Vpn With Azure Diagnostics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/troubleshoot-vpn-with-azure-diagnostics.md
Title: 'Troubleshooting Azure VPN Gateway using diagnostic logs' description: Learn how to troubleshoot Azure VPN Gateway using diagnostic logs. -+ Last updated 03/15/2021
vpn-gateway Tutorial Create Gateway Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/tutorial-create-gateway-portal.md
description: In this tutorial, learn how to create and manage an Azure VPN gateway by using the Azure portal. -+ Previously updated : 07/05/2024 Last updated : 08/01/2024
In this tutorial, you learn how to:
> * Resize a VPN gateway (resize SKU). > * Reset a VPN gateway. + ## Prerequisites You need an Azure account with an active subscription. If you don't have one, [create one for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
vpn-gateway Tutorial Site To Site Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/tutorial-site-to-site-portal.md
description: In this tutorial, you learn how to create a VPN Gateway site-to-sit
-+ Last updated 04/16/2024
vpn-gateway Vpn Gateway 3Rdparty Device Config Cisco Asa https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-3rdparty-device-config-cisco-asa.md
Title: 'Sample configuration for connecting Cisco ASA devices to VPN gateways'
description: View sample configurations for connecting Cisco ASA devices to Azure VPN gateways. -+ Last updated 04/29/2021
vpn-gateway Vpn Gateway 3Rdparty Device Config Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-3rdparty-device-config-overview.md
Title: 'Partner VPN device configurations for connecting to Azure VPN gateways' description: Learn about partner VPN device configurations for connecting to Azure VPN gateways. -+ Last updated 07/28/2023
vpn-gateway Vpn Gateway About Compliance Crypto https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-about-compliance-crypto.md
Title: 'Cryptographic requirements for VPN gateways'
description: Learn how to configure Azure VPN gateways to satisfy cryptographic requirements for both cross-premises S2S VPN tunnels, and Azure VNet-to-VNet connections. -+ Last updated 01/26/2024
vpn-gateway Vpn Gateway About Forced Tunneling https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-about-forced-tunneling.md
Title: 'Configure forced tunneling - Site-to-Site connections: classic'
description: Learn how to configure forced tunneling for virtual networks created using the classic deployment model. -+ Last updated 06/09/2023
vpn-gateway Vpn Gateway About Point To Site Routing https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-about-point-to-site-routing.md
Title: 'Azure VPN Gateway: About P2S routing'
description: Learn about Azure Point-to-Site VPN routing for different operating systems, remote access protocols, and virtual network configurations. -+ Last updated 07/28/2023
vpn-gateway Vpn Gateway About Skus Legacy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-about-skus-legacy.md
Title: VPN Gateway legacy SKUs description: How to work with the old virtual network gateway SKUs; Basic, Standard, and High Performance. -+ Last updated 12/20/2023
vpn-gateway Vpn Gateway About Vpn Devices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-about-vpn-devices.md
Title: 'About VPN devices for connections'
description: Learn about VPN devices and IPsec parameters for Site-to-Site cross-premises connections. Links are provided to configuration instructions and samples. -+ Last updated 10/06/2023
vpn-gateway Vpn Gateway About Vpn Gateway Settings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-about-vpn-gateway-settings.md
Title: 'Azure VPN Gateway configuration settings' description: Learn about VPN Gateway resources and configuration settings. -+ Last updated 07/29/2024
vpn-gateway Vpn Gateway About Vpngateways https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-about-vpngateways.md
Title: 'About Azure VPN Gateway' description: Learn what VPN Gateway is, and how to use a VPN gateway to connect to IPsec IKE site-to-site, VNet-to-VNet, and point-to-site VPN virtual networks. -+ Last updated 07/23/2024
vpn-gateway Vpn Gateway Activeactive Rm Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-activeactive-rm-powershell.md
Title: 'Configure active-active S2S VPN connections'
description: Learn how to configure active-active connections with VPN gateways using PowerShell. -+ Last updated 07/19/2023
vpn-gateway Vpn Gateway Bgp Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-bgp-overview.md
Title: 'About BGP with VPN Gateway'
description: Learn about Border Gateway Protocol (BGP) in Azure VPN, the standard internet protocol to exchange routing and reachability information between networks. -+ Last updated 05/02/2023
vpn-gateway Vpn Gateway Bgp Resource Manager Ps https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-bgp-resource-manager-ps.md
Title: 'Configure BGP for VPN Gateway: PowerShell'
description: Learn how to configure BGP for VPN gateways using PowerShell. -+ Last updated 07/12/2023
vpn-gateway Vpn Gateway Certificates Point To Site Linux https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-certificates-point-to-site-linux.md
Title: 'Generate and export certificates for point-to-site: Linux - strongSwan'
description: Learn how to create a self-signed root certificate, export the public key, and generate client certificates using the Linux (strongSwan) CLI. -+ Last updated 06/24/2024
vpn-gateway Vpn Gateway Certificates Point To Site Makecert https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-certificates-point-to-site-makecert.md
Title: 'Generate & export certificates for P2S: MakeCert'
description: Learn how to create a self-signed root certificate, export a public key, and generate client certificates using MakeCert. -+ Last updated 06/24/2024
vpn-gateway Vpn Gateway Certificates Point To Site https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-certificates-point-to-site.md
Title: 'Generate and export certificates for P2S: PowerShell'
description: Learn how to create a self-signed root certificate, export a public key, and generate client certificates for VPN Gateway point-to-site connections. -+ Last updated 06/24/2024
vpn-gateway Vpn Gateway Classic Resource Manager Migration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-classic-resource-manager-migration.md
description: Learn about migrating VPN Gateway resources from the classic deployment model to the Resource Manager deployment model. -+ Last updated 11/02/2023
vpn-gateway Vpn Gateway Connect Different Deployment Models Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-connect-different-deployment-models-portal.md
Title: 'Connect classic virtual networks to Azure Resource Manager VNets: Portal
description: Learn how to connect classic VNets to Resource Manager VNets using the portal. -+ Last updated 03/12/2024
vpn-gateway Vpn Gateway Connect Different Deployment Models Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-connect-different-deployment-models-powershell.md
Title: 'Connect classic virtual networks to Azure Resource Manager VNets: PowerS
description: Learn how to connect classic VNets to Resource Manager VNets using PowerShell. -+ Last updated 03/12/2024
vpn-gateway Vpn Gateway Connect Multiple Policybased Rm Ps https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-connect-multiple-policybased-rm-ps.md
Title: 'Connect VPN gateways to multiple on-premises policy-based VPN devices'
description: Learn how to configure an Azure route-based VPN gateway to multiple policy-based VPN devices using PowerShell. -+ Last updated 11/20/2023
vpn-gateway Vpn Gateway Create Site To Site Rm Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-create-site-to-site-rm-powershell.md
Title: 'Connect your on-premises network to an Azure VNet: site-to-site VPN: Pow
description: Learn how to create a site-to-site VPN Gateway connection between your on-premises network and an Azure VNet using PowerShell. -+ Last updated 11/20/2023
vpn-gateway Vpn Gateway Delete Vnet Gateway Classic Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-delete-vnet-gateway-classic-powershell.md
Title: 'Delete a virtual network gateway: Azure classic'
description: Learn how to delete a virtual network gateway using PowerShell in the classic deployment model. -+ Last updated 10/31/2023
vpn-gateway Vpn Gateway Delete Vnet Gateway Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-delete-vnet-gateway-portal.md
Title: 'Delete a virtual network gateway: portal'
description: Learn how to delete a virtual network gateway using the Azure portal. -+ Last updated 08/22/2023
vpn-gateway Vpn Gateway Delete Vnet Gateway Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-delete-vnet-gateway-powershell.md
Title: 'Delete a virtual network gateway: PowerShell'
description: Learn how to delete a virtual network gateway using PowerShell. -+ Last updated 08/23/2023
vpn-gateway Vpn Gateway Download Vpndevicescript https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-download-vpndevicescript.md
Title: 'Download VPN device configuration scripts for S2S VPN connections'
description: Learn how to download VPN device configuration scripts for S2S VPN connections with Azure VPN Gateways. -+ Last updated 03/18/2024
vpn-gateway Vpn Gateway Highlyavailable https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-highlyavailable.md
Title: 'Design highly available gateway connectivity'
description: Learn about highly available configuration options for VPN Gateway. -+ Last updated 07/24/2024
vpn-gateway Vpn Gateway Howto Always On Device Tunnel https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-howto-always-on-device-tunnel.md
Title: 'Configure an Always-On VPN tunnel'
description: Learn how to use gateways with Windows 10 or later Always On to establish and configure persistent device tunnels to Azure. -+ Last updated 07/28/2023
vpn-gateway Vpn Gateway Howto Always On User Tunnel https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-howto-always-on-user-tunnel.md
Title: 'Configure an Always-On VPN user tunnel'
description: Learn how to configure an Always On VPN user tunnel for your VPN gateway. -+ Last updated 08/11/2023
vpn-gateway Vpn Gateway Howto Aws Bgp https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-howto-aws-bgp.md
description: In this tutorial, learn how to connect Azure and AWS using an activ
-+ Last updated 08/10/2023
vpn-gateway Vpn Gateway Howto Point To Site Classic Azure Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-howto-point-to-site-classic-azure-portal.md
Title: 'Connect a computer to a virtual network using P2S: certificate authentic
description: Learn how to create a classic Point-to-Site VPN Gateway connection using the Azure portal. -+ Last updated 10/31/2023
vpn-gateway Vpn Gateway Howto Point To Site Resource Manager Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-howto-point-to-site-resource-manager-portal.md
Title: 'Configure P2S server configuration - certificate authentication: Azure p
description: Learn how to configure VPN Gateway server settings for P2S configurations - certificate authentication. -+ Last updated 06/20/2024
vpn-gateway Vpn Gateway Howto Point To Site Rm Ps https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-howto-point-to-site-rm-ps.md
Title: 'Configure P2S server configuration - certificate authentication: PowerSh
description: Learn how to connect Windows and macOS clients securely to Azure virtual network using P2S and self-signed or CA issued certificates. -+ Last updated 05/15/2024
vpn-gateway Vpn Gateway Howto Setup Alerts Virtual Network Gateway Log https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-howto-setup-alerts-virtual-network-gateway-log.md
Title: 'Configure alerts on diagnostic resource log events'
description: Learn how to set up alerts based on resource log events from Azure VPN Gateway, using Azure Monitor Log Analytics. -+ Last updated 03/12/2024
vpn-gateway Vpn Gateway Howto Setup Alerts Virtual Network Gateway Metric https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-howto-setup-alerts-virtual-network-gateway-metric.md
Title: 'Set up alerts on Azure VPN Gateway metrics' description: Learn about alerts based on metrics for virtual network VPN gateways. -+ Last updated 03/12/2024
vpn-gateway Vpn Gateway Howto Site To Site Classic Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-howto-site-to-site-classic-portal.md
Title: 'Connect your on-premises network to a VNet: Site-to-Site VPN (classic):
description: Learn how to create an IPsec connection between your on-premises network and a classic Azure virtual network over the public Internet. -+ Last updated 10/31/2023
vpn-gateway Vpn Gateway Howto Site To Site Resource Manager Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-howto-site-to-site-resource-manager-cli.md
Title: ' Connect an on-premises network and a virtual network: S2S VPN: CLI'
description: Learn how to create a site-to-site VPN Gateway IPsec connection between your on-premises network to a VNet using Azure CLI. -+ Last updated 05/07/2024
vpn-gateway Vpn Gateway Howto Vnet Vnet Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-howto-vnet-vnet-cli.md
Title: 'Connect a VNet to a VNet using a VNet-to-VNet connection: Azure CLI'
description: Learn how to connect virtual networks together by using a VNet-to-VNet connection and Azure CLI. -+ Last updated 07/11/2024
vpn-gateway Vpn Gateway Howto Vnet Vnet Portal Classic https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-howto-vnet-vnet-portal-classic.md
Title: 'Create a connection between VNets: classic: Azure portal'
description: Learn how to connect classic Azure virtual networks together using PowerShell and the Azure portal. -+ Last updated 10/31/2023
vpn-gateway Vpn Gateway Howto Vnet Vnet Resource Manager Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-howto-vnet-vnet-resource-manager-portal.md
Title: 'Configure a VNet-to-VNet VPN gateway connection: Azure portal'
description: Learn how to create a VPN gateway connection between VNets. -+ Last updated 12/11/2023
vpn-gateway Vpn Gateway Ipsecikepolicy Rm Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-ipsecikepolicy-rm-powershell.md
Title: 'Configure custom IPsec/IKE connection policies for S2S VPN & VNet-to-VNe
description: Learn how to configure IPsec/IKE custom policy for S2S or VNet-to-VNet connections with Azure VPN Gateways using PowerShell. -+ Last updated 05/29/2024
vpn-gateway Vpn Gateway Modify Local Network Gateway Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-modify-local-network-gateway-cli.md
Title: 'Modify gateway IP address settings: Azure CLI'
description: Learn how to change IP address prefixes for your local network gateway using the Azure CLI. -+ Last updated 10/28/2021
vpn-gateway Vpn Gateway Modify Local Network Gateway Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-modify-local-network-gateway-portal.md
Title: 'Modify gateway IP address settings: Azure portal'
description: Learn how to change IP address prefixes and configure BGP Settings for your local network gateway using the Azure portal. -+ Last updated 07/28/2023
vpn-gateway Vpn Gateway Modify Local Network Gateway https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-modify-local-network-gateway.md
Title: 'Modify gateway IP address settings: PowerShell'
description: Learn how to change IP address prefixes for your local network gateway using PowerShell. -+ Last updated 10/28/2021
vpn-gateway Vpn Gateway Multi Site https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-multi-site.md
Title: 'Connect a VNet to multiple sites using VPN Gateway: Classic'
description: Learn how to connect multiple on-premises sites to a classic virtual network using a VPN gateway. -+ Last updated 08/21/2023
vpn-gateway Vpn Gateway P2s Advertise Custom Routes https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-p2s-advertise-custom-routes.md
Title: 'Advertise custom routes for point-to-site VPN Gateway clients'
description: Learn how to advertise custom routes to your VPN Gateway point-to-site clients. This article includes steps for VPN client forced tunneling. -+ Last updated 07/28/2023
vpn-gateway Vpn Gateway Peering Gateway Transit https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-peering-gateway-transit.md
Title: 'Configure VPN gateway transit for virtual network peering'
description: Learn how to configure gateway transit for virtual network peering in order to seamlessly connect two Azure virtual networks into one for connectivity purposes. -+ Last updated 06/19/2024
vpn-gateway Vpn Gateway Radius Mfa Nsp https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-radius-mfa-nsp.md
description: Learn about integrating Azure VPN Gateway RADIUS authentication with NPS server for multifactor authentication. -+ Last updated 09/16/2019
vpn-gateway Vpn Gateway Third Party Settings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-third-party-settings.md
Title: 'Community-suggested third-party VPN or firewall device settings for Azur
description: Learn about community-suggested third-party VPN or firewall device settings for Azure VPN gateway. -+ Last updated 02/10/2021
vpn-gateway Vpn Gateway Troubleshoot Point To Site Osx Ikev2 https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-troubleshoot-point-to-site-osx-ikev2.md
Title: 'Troubleshoot Point-to-Site connections: Mac OS X clients'
description: Learn how to troubleshoot point-to-site connectivity issues from Mac OS X using the native VPN client and IKEv2. -+ Last updated 02/10/2021
vpn-gateway Vpn Gateway Troubleshoot Site To Site Cannot Connect https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-troubleshoot-site-to-site-cannot-connect.md
Title: Troubleshoot an Azure S2S VPN connection that cannot connect
description: Learn how to troubleshoot a site-to-site VPN connection that suddenly stops working and can't be reconnected. -+ Last updated 07/31/2023
vpn-gateway Vpn Gateway Troubleshoot Site To Site Disconnected Intermittently https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-troubleshoot-site-to-site-disconnected-intermittently.md
Title: 'Troubleshoot Azure Site-to-Site VPN disconnects intermittently'
description: Learn how to troubleshoot the problem in which the Site-to-Site VPN connection disconnected regularly. -+ Last updated 02/13/2023
vpn-gateway Vpn Gateway Troubleshoot Vpn Point To Site Connection Problems https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-troubleshoot-vpn-point-to-site-connection-problems.md
Title: 'Troubleshoot Azure point-to-site connection problems'
description: Learn to troubleshoot and solve common point-to-site connection problems and other virtual private network errors and issues. -+ Last updated 04/03/2024
vpn-gateway Vpn Gateway Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-troubleshoot.md
Title: 'Troubleshoot configurations and connections'
description: This article helps link you to articles to troubleshoot your VPN Gateway configuration, connection, and to validate throughput. -+ Last updated 04/28/2021
vpn-gateway Vpn Gateway Validate Throughput To Vnet https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-validate-throughput-to-vnet.md
description: Learn how to validate the network throughput from your on-premises
-+ Last updated 02/13/2023
vpn-gateway Vpn Gateway Verify Connection Resource Manager https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-verify-connection-resource-manager.md
Title: 'Verify a gateway connection'
description: Learn how to verify a virtual network VPN Gateway connection. -+ Last updated 06/13/2022
vpn-gateway Vpn Gateway Vnet Vnet Rm Ps https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-vnet-vnet-rm-ps.md
Title: 'Connect a VNet to another VNet using a VPN Gateway VNet-to-VNet connecti
description: Learn how to connect virtual networks together using a VNet-to-VNet connection and PowerShell. -+ Last updated 07/11/2024
vpn-gateway Vpn Gateway Vpn Faq https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-gateway-vpn-faq.md
Title: Azure VPN Gateway FAQ description: Get answers to frequently asked questions about VPN Gateway connections and configuration settings. -+ Last updated 07/10/2024
vpn-gateway Vpn Profile Intune https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/vpn-profile-intune.md
Title: 'Create an Intune profile for Azure VPN clients'
description: Learn how to create an Intune custom profile to deploy Azure VPN client profiles. -+ Last updated 07/28/2023
vpn-gateway Whats New https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/whats-new.md
Title: What's new in Azure VPN Gateway? description: Learn what's new with Azure VPN Gateway such as the latest release notes, known issues, bug fixes, deprecated functionality, and upcoming changes. -+ Last updated 06/07/2024
vpn-gateway Work Remotely Support https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/vpn-gateway/work-remotely-support.md
Title: 'Remote work and point-to-site VPN gateways'
description: Learn how you can use VPN Gateway point-to-site connections in order to work remotely. -+ Last updated 07/10/2024
web-application-firewall Afds Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/afds/afds-overview.md
Title: What is Azure Web Application Firewall on Azure Front Door?
description: Learn how Azure Web Application Firewall on Azure Front Door protects your web applications from malicious attacks. -+ Last updated 10/04/2023
web-application-firewall Automated Detection Response With Sentinel https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/afds/automated-detection-response-with-sentinel.md
Title: Automated detection and response for Azure WAF with Microsoft Sentinel
description: Use WAF detection templates in Sentinel, deploy a playbook, and configure the detection and response in Sentinel. -+ Last updated 09/27/2023
web-application-firewall Protect Api Hosted Apim By Waf https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/afds/protect-api-hosted-apim-by-waf.md
Title: Protect APIs hosted in APIM using Azure Web Application Firewall w
description: This article guides you through a process of creating an API in APIM and protects it from a web application attack using Azure Web Application Firewall integrated with Azure Front Door. -+ Last updated 07/13/2023
web-application-firewall Protect Azure Open Ai https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/afds/protect-azure-open-ai.md
Title: Protect Azure OpenAI using Azure Web Application Firewall on Azure Front
description: Learn how to Protect Azure OpenAI using Azure Web Application Firewall on Azure Front Door -+ Last updated 08/28/2023
web-application-firewall Waf Front Door Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/afds/waf-front-door-best-practices.md
Title: Best practices for Azure Web Application Firewall in Azure Front Door
description: In this article, you learn about the best practices for using Azure Web Application Firewall in Azure Front Door. -+ Last updated 10/12/2023
web-application-firewall Waf Front Door Configure Custom Response Code https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/afds/waf-front-door-configure-custom-response-code.md
Title: Configure custom responses for Web Application Firewall with Azure Front
description: Learn how to configure a custom response code and message when Azure Web Application Firewall blocks a request. -+ Last updated 08/16/2022
web-application-firewall Waf Front Door Configure Ip Restriction https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/afds/waf-front-door-configure-ip-restriction.md
Title: Configure an IP restriction WAF rule for Azure Front Door
description: Learn how to configure an Azure Web Application Firewall rule to restrict IP addresses for an existing Azure Front Door endpoint. -+ Last updated 05/29/2024
web-application-firewall Waf Front Door Create Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/afds/waf-front-door-create-portal.md
Title: 'Tutorial: Create a WAF policy for Azure Front Door - Azure portal' description: In this tutorial, you learn how to create a web application firewall (WAF) policy by using the Azure portal. -+ Last updated 07/15/2024
web-application-firewall Waf Front Door Custom Rules Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/afds/waf-front-door-custom-rules-powershell.md
Title: Configure WAF custom rules and the Default Rule Set for Azure Front Door
description: Learn how to configure a web application firewall (WAF) policy that consists of custom and managed rules for an existing Azure Front Door endpoint. -+ Last updated 09/05/2019
web-application-firewall Waf Front Door Custom Rules https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/afds/waf-front-door-custom-rules.md
Title: Web application firewall custom rule for Azure Front Door description: Learn how to use web application firewall (WAF) custom rules to protect your web applications from malicious attacks. -+ Last updated 05/31/2024
web-application-firewall Waf Front Door Drs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/afds/waf-front-door-drs.md
Title: Azure Web Application Firewall DRS rule groups and rules description: This article provides information on Azure Web Application Firewall DRS rule groups and rules.-+
web-application-firewall Waf Front Door Exclusion Configure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/afds/waf-front-door-exclusion-configure.md
Title: Configure WAF exclusion lists for Azure Front Door
description: Learn how to configure a web application firewall (WAF) exclusion list for an existing Azure Front Door endpoint. -+ Last updated 10/18/2022
web-application-firewall Waf Front Door Exclusion https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/afds/waf-front-door-exclusion.md
Title: Web application firewall exclusion lists in Azure Front Door
description: This article provides information on exclusion list configuration in Azure Front Door. -+ Last updated 03/07/2023
web-application-firewall Waf Front Door Geo Filtering https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/afds/waf-front-door-geo-filtering.md
Title: Geo-filtering on a domain for Azure Front Door
description: In this article, you learn about the geo-filtering policy for Azure Front Door. -+ Last updated 09/05/2023
web-application-firewall Waf Front Door Monitor https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/afds/waf-front-door-monitor.md
Title: Azure Web Application Firewall monitoring and logging description: Learn about Azure Web Application Firewall in Azure Front Door monitoring and logging. -+
web-application-firewall Waf Front Door Policy Configure Bot Protection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/afds/waf-front-door-policy-configure-bot-protection.md
Title: Configure bot protection for Web Application Firewall with Azure Front Door description: Learn how to configure bot protection rule in Azure Web Application Firewall (WAF) for Front Door by using Azure portal. -+
web-application-firewall Waf Front Door Policy Settings https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/afds/waf-front-door-policy-settings.md
Title: Policy settings for Web Application Firewall in Azure Front Door description: Learn about policy settings for Azure Web Application Firewall in Azure Front Door. -+ Last updated 10/12/2023
web-application-firewall Waf Front Door Rate Limit Configure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/afds/waf-front-door-rate-limit-configure.md
Title: Configure a WAF rate-limit rule for Azure Front Door description: Learn how to configure a rate-limit rule for an existing Azure Front Door endpoint. -+ Last updated 05/19/2023
web-application-firewall Waf Front Door Rate Limit https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/afds/waf-front-door-rate-limit.md
Title: Web application firewall rate limiting for Azure Front Door description: Learn how to use web application firewall rate limiting to protect your web applications from malicious attacks. -+ Last updated 07/29/2024
web-application-firewall Waf Front Door Tuning https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/afds/waf-front-door-tuning.md
Title: Tune Azure Web Application Firewall for Azure Front Door
description: In this article, you learn how to tune Azure Web Application Firewall for Azure Front Door. -+ Last updated 08/28/2022
web-application-firewall Waf Front Door Tutorial Geo Filtering https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/afds/waf-front-door-tutorial-geo-filtering.md
Title: Configure a geo-filtering WAF policy for Azure Front Door
description: In this tutorial, you learn how to create a geo-filtering policy and associate the policy with your existing Azure Front Door front-end host. -+ Last updated 03/10/2020
web-application-firewall Waf Sensitive Data Protection Configure Frontdoor https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/afds/waf-sensitive-data-protection-configure-frontdoor.md
Title: How to mask sensitive data on Azure Web Application Firewall on Azure Fro
description: Learn how to mask sensitive data on Azure Web Application Firewall on Azure Front Door. -+ Last updated 06/24/2024
web-application-firewall Waf Sensitive Data Protection Frontdoor https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/afds/waf-sensitive-data-protection-frontdoor.md
Title: Azure Web Application Firewall on Azure Front Door Sensitive Data Protect
description: Learn about Azure Web Application Firewall Azure Front Door Sensitive Data Protection. -+ Last updated 06/24/2024
web-application-firewall Ag Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/ag-overview.md
description: This article provides an overview of Web Application Firewall (WAF) on Application Gateway -+ Last updated 01/26/2024
web-application-firewall Application Gateway Crs Rulegroups Rules https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/application-gateway-crs-rulegroups-rules.md
description: This page provides information on web application firewall CRS rule groups and rules. -+ Last updated 05/30/2024
web-application-firewall Application Gateway Customize Waf Rules Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/application-gateway-customize-waf-rules-cli.md
Title: Customize rules using CLI - Azure Web Application Firewall
description: This article provides information on how to customize Web Application Firewall rules in Application Gateway with the Azure CLI. -+ Last updated 08/25/2023
web-application-firewall Application Gateway Customize Waf Rules Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/application-gateway-customize-waf-rules-portal.md
Title: Customize rules using portal - Azure Web Application Firewall
description: This article provides information on how to customize Web Application Firewall rules in Application Gateway with the Azure portal. -+ Last updated 11/07/2022
web-application-firewall Application Gateway Customize Waf Rules Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/application-gateway-customize-waf-rules-powershell.md
description: This article provides information on how to customize Web Application Firewall rules in Application Gateway with PowerShell. -+ Last updated 11/14/2019
web-application-firewall Application Gateway Waf Configuration https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/application-gateway-waf-configuration.md
Title: Web application firewall exclusion lists in Azure Application Gateway - A
description: This article provides information on Web Application Firewall exclusion lists configuration in Application Gateway with the Azure portal. -+ Last updated 05/17/2023
web-application-firewall Application Gateway Waf Metrics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/application-gateway-waf-metrics.md
description: This article describes the Azure Application Gateway WAF monitoring
-+ Last updated 07/14/2022
web-application-firewall Application Gateway Waf Request Size Limits https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/application-gateway-waf-request-size-limits.md
Title: Web application firewall request size limits in Azure Application Gateway
description: This article provides information on Web Application Firewall request size limits in Application Gateway with the Azure portal. -+ Last updated 07/16/2024
web-application-firewall Application Gateway Web Application Firewall Portal https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/application-gateway-web-application-firewall-portal.md
Title: 'Tutorial: Create an application gateway with a Web Application Firewall
description: In this tutorial, you learn how to create an application gateway with a Web Application Firewall by using the Azure portal. -+ Last updated 05/23/2024
web-application-firewall Associate Waf Policy Existing Gateway https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/associate-waf-policy-existing-gateway.md
description: Learn how to associate a Web Application Firewall policy with an ex
-+ Last updated 10/25/2019
web-application-firewall Best Practices https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/best-practices.md
Title: Best practices for Azure Web Application Firewall (WAF) on Azure Applicat
description: In this article, you learn about the best practices for using the Azure Web Application Firewall (WAF) on Azure Application Gateway. -+ Last updated 08/28/2023
web-application-firewall Bot Protection Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/bot-protection-overview.md
description: This article provides an overview of web application firewall (WAF) on Application Gateway bot protection -+ Last updated 10/12/2023
web-application-firewall Bot Protection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/bot-protection.md
description: Learn how to configure bot protection for Web Application Firewall
-+ Last updated 06/01/2023
web-application-firewall Configure Waf Custom Rules https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/configure-waf-custom-rules.md
description: Learn how to configure Web Application Firewall (WAF) v2 custom rules using Azure PowerShell. You can create your own rules evaluated for each request that passes through the firewall. -+ Last updated 05/21/2020
web-application-firewall Create Custom Waf Rules https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/create-custom-waf-rules.md
description: This article provides information on how to create Web Application
-+ Last updated 04/06/2023
web-application-firewall Create Waf Policy Ag https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/create-waf-policy-ag.md
description: Learn how to create Web Application Firewall policies for Applicati
-+ Last updated 08/24/2023
web-application-firewall Custom Waf Rules Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/custom-waf-rules-overview.md
description: This article provides an overview of Web Application Firewall (WAF)
-+ Last updated 01/30/2024
web-application-firewall Geomatch Custom Rules https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/geomatch-custom-rules.md
description: This article is an overview of Web Application Firewall (WAF) geoma
-+ Last updated 09/05/2023
web-application-firewall Log Analytics https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/log-analytics.md
Title: Use Azure Log Analytics to examine Application Gateway Web Application Fi
description: This article shows you how you can use Azure Log Analytics to examine Application Gateway Web Application Firewall logs -+ Last updated 09/06/2019
web-application-firewall Migrate Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/migrate-policy.md
description: Learn how to upgrade Azure Web Application Firewall policies using
-+ Last updated 05/18/2023
web-application-firewall Per Site Policies https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/per-site-policies.md
description: Learn how to configure per-site Web Application Firewall policies on an application gateway using Azure PowerShell. -+ Last updated 12/09/2020
web-application-firewall Policy Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/policy-overview.md
description: This article is an overview of Web Application Firewall (WAF) globa
-+ Last updated 10/06/2023
web-application-firewall Quick Create Bicep https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/quick-create-bicep.md
description: Learn how to use Bicep to create a Web Application Firewall v2 on Azure Application Gateway. -+ Last updated 10/16/2023
web-application-firewall Quick Create Template https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/quick-create-template.md
description: Use a quickstart Azure Resource Manager template (ARM template) to create a Web Application Firewall v2 on Azure Application Gateway. -+ Last updated 09/20/2022
web-application-firewall Rate Limiting Configure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/rate-limiting-configure.md
description: Learn how to configure rate limit custom rules for Application Gateway WAF v2. -+ Last updated 11/01/2023
web-application-firewall Rate Limiting Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/rate-limiting-overview.md
description: This article is an overview of Azure Web Application Firewall (WAF)
-+ Last updated 11/01/2023
web-application-firewall Tutorial Restrict Web Traffic Cli https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/tutorial-restrict-web-traffic-cli.md
Title: Enable Web Application Firewall - Azure CLI
description: Learn how to restrict web traffic with a Web Application Firewall on an application gateway using the Azure CLI. -+ Last updated 06/23/2022
web-application-firewall Tutorial Restrict Web Traffic Powershell https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/tutorial-restrict-web-traffic-powershell.md
description: Learn how to restrict web traffic with a Web Application Firewall on an application gateway using Azure PowerShell. -+ Last updated 03/26/2021
web-application-firewall Upgrade Ag Waf Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/upgrade-ag-waf-policy.md
description: Learn how to upgrade Azure Application Gateway WAF policy.
-+ Last updated 03/07/2024
web-application-firewall Waf Engine https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/waf-engine.md
description: This article provides an overview of the Azure WAF engine. -+ Last updated 03/05/2024
web-application-firewall Waf Sensitive Data Protection Configure https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/waf-sensitive-data-protection-configure.md
Title: How to mask sensitive data on Azure Web Application Firewall
description: Learn how to mask sensitive data on Azure Web Application Firewall -+ Last updated 09/05/2023
web-application-firewall Waf Sensitive Data Protection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/waf-sensitive-data-protection.md
Title: Azure Web Application Firewall Sensitive Data Protection
description: Learn about Azure Web Application Firewall Sensitive Data Protection. -+ Last updated 04/10/2024
web-application-firewall Web Application Firewall Logs https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/web-application-firewall-logs.md
Title: Monitor logs for Azure Web Application Firewall
description: Learn how to enable and manage logs and for Azure Web Application Firewall -+ Last updated 08/24/2023
web-application-firewall Web Application Firewall Troubleshoot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/ag/web-application-firewall-troubleshoot.md
Title: Troubleshoot - Azure Web Application Firewall
description: This article provides troubleshooting information for Web Application Firewall (WAF) for Azure Application Gateway -+ Last updated 03/05/2024
web-application-firewall Cdn Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/cdn/cdn-overview.md
Title: What is Azure web application firewall on Azure CDN?
description: Learn how Azure web application firewall on Azure CDN service protects your web applications from malicious attacks. -+ Last updated 10/16/2023
web-application-firewall Geomatch Custom Rules Examples https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/geomatch-custom-rules-examples.md
Title: Use Azure WAF geomatch custom rules to enhance network security
description: This article shows you how to use Microsoft Azure Web Application Firewall (WAF) geomatch customer rules to enhance network security. -+ Last updated 02/13/2024
web-application-firewall Overview https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/overview.md
Title: Introduction to Azure Web Application Firewall
description: This article provides an overview of Azure Web Application Firewall (WAF) -+ Last updated 08/23/2023
web-application-firewall Application Ddos Protection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/shared/application-ddos-protection.md
description: This article explains how you can use Azure Web Application Firewall with Azure Front Door or Azure Application Gateway to protect your web applications against application layer DDoS attacks. -+ Last updated 06/16/2023
web-application-firewall Manage Policies https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/shared/manage-policies.md
Title: Use Azure Firewall Manager to manage Web Application Firewall policies
description: Learn about managing Azure Web Application Firewall policies using Azure Firewall Manager -+ Last updated 06/15/2022
web-application-firewall Waf Azure Policy https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/shared/waf-azure-policy.md
Title: Azure Web Application Firewall and Azure Policy description: Azure Web Application Firewall (WAF) combined with Azure Policy can help enforce organizational standards and assess compliance at-scale for WAF resources -+ Last updated 05/25/2023
web-application-firewall Waf Copilot https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/waf-copilot.md
Last updated 05/20/2024 -+ ms.localizationpriority: high
web-application-firewall Waf Javascript Challenge https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/waf-javascript-challenge.md
Title: Azure Web Application Firewall JavaScript challenge (preview) overview
description: This article is an overview of the Azure Web Application Firewall JavaScript challenge feature. -+ Last updated 06/12/2024
web-application-firewall Waf New Threat Detection https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/waf-new-threat-detection.md
Title: Detect new threats using Microsoft Sentinel with Azure Web Application Fi
description: This article shows you how to use Microsoft Sentinel with Azure Web Application Firewall (WAF) to detect new threats to your network. -+ Last updated 01/19/2024
web-application-firewall Waf Sentinel https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/web-application-firewall/waf-sentinel.md
Title: Using Microsoft Sentinel with Azure Web Application Firewall
description: This article shows you how to use Microsoft Sentinel with Azure Web Application Firewall (WAF) -+ Last updated 06/19/2023