Skip to content

Commit 156c21e

Browse files
authored
Merge pull request #297736 from MicrosoftDocs/main
4/7/2025 AM Publish
2 parents fba0df0 + c21800d commit 156c21e

25 files changed

+124
-80
lines changed

.openpublishing.redirection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6740,7 +6740,7 @@
67406740
"redirect_document_id": false
67416741
},
67426742
{
6743-
"source_path": "articles/work-with-styx-objects-and-indicators.md",
6743+
"source_path": "articles/sentinel/work-with-styx-objects-and-indicators.md",
67446744
"redirect_url": "/azure/sentinel/work-with-styx-objects-indicators",
67456745
"redirect_document_id": false
67466746
},

articles/app-service/tutorial-sidecar-local-small-language-model.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ This section assumes that you already built a Phi-3 Docker image and uploaded it
7575
- **Image type**: **Public**
7676
- **Registry server URL**: *mcr.microsoft.com*
7777
- **Image and tag**: *appsvc/docs/sidecars/sample-experiment:phi3-python-1.0*
78+
- **Port**: *8000*
7879
1. Select **Apply**.
7980

8081
## 4. Verify the running app
@@ -144,4 +145,4 @@ To upload the built image to Azure Container Registry, see [Push your first imag
144145
145146
## More resources
146147
147-
- [Try out sidecars in this guided lab](https://mslabs.cloudguides.com/guides/Sidecars%20in%20Azure%20App%20Service)
148+
- [Try out sidecars in this guided lab](https://mslabs.cloudguides.com/guides/Sidecars%20in%20Azure%20App%20Service)

articles/azure-app-configuration/feature-management-javascript-reference.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,35 @@ const featureProvider = new ConfigurationMapFeatureFlagProvider(appConfig);
130130
const featureManager = new FeatureManager(featureProvider);
131131
```
132132

133+
#### Use Azure App Configuration to dynamically control the state of the feature flag
134+
135+
Azure App Configuration is not only a solution to externalize storage and centralized management of your feature flags, but also it allows to dynamically turn on/off the feature flags.
136+
137+
To enable the dynamic refresh for feature flags, you need to configure the `refresh` property of `featureFlagOptions` when loading feature flags from Azure App Configuration.
138+
139+
``` typescript
140+
const appConfig = await load("YOUR_APP-CONFIG-ENDPOINT", new DefaultAzureCredential(), {
141+
featureFlagOptions: {
142+
enabled: true,
143+
refresh: {
144+
enabled: true, // enable the dynamic refresh for feature flags
145+
refreshIntervalInMs: 30_000
146+
}
147+
}
148+
});
149+
150+
const featureProvider = new ConfigurationMapFeatureFlagProvider(appConfig);
151+
const featureManager = new FeatureManager(featureProvider);
152+
```
153+
154+
You need to call the `refresh` method to get the latest feature flag state.
155+
156+
```typescript
157+
await appConfig.refresh(); // Refresh to get the latest feature flags
158+
const isBetaEnabled = await featureManager.isEnabled("Beta");
159+
console.log(`Beta is enabled: ${isBetaEnabled}`);
160+
```
161+
133162
> [!NOTE]
134163
> For more information about how to use feature management library with Azure App Configuration, please go to the [quickstart](./quickstart-javascript.md).
135164

articles/azure-maps/power-bi-visual-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ The Azure Maps Power BI visual is available in the following services and applic
159159
| Power BI export | No |
160160
| Power BI subscriptions | No |
161161

162-
**Where is Azure Maps available?**
162+
**Where is Azure Maps Visual for Power BI available?**
163163

164164
At this time, Azure Maps is currently available in all countries and regions except:
165165

articles/azure-netapp-files/backup-restore-new-volume.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-hchen
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 10/17/2023
8+
ms.date: 04/07/2025
99
ms.author: anfdocs
1010
---
1111
# Restore a backup to a new volume
@@ -14,27 +14,27 @@ Restoring a backup creates a new volume with the same protocol type. This articl
1414

1515
## Considerations
1616

17-
* You can restore backups only within the same NetApp account. Restoring backups across NetApp accounts are not supported.
17+
* You can restore backups only within the same NetApp account. Restoring backups across NetApp accounts isn't supported.
1818

1919
* You can restore backups to a different capacity pool within the same NetApp account.
2020

21-
* You can restore a backup only to a new volume. You cannot overwrite the existing volume with the backup.
21+
* You can restore a backup only to a new volume. You can't overwrite the existing volume with the backup.
2222

23-
* The new volume created by the restore operation cannot be mounted until the restore completes.
23+
* The new volume created by the restore operation can't be mounted until the restore completes.
2424

2525
* You should trigger the restore operation when there are no baseline backups. Otherwise, the restore might increase the load on the Azure Blob account where your data is backed up.
2626

2727
* For volumes greater than 10 TiB, it can take multiple hours to transfer all the data from the backup media.
2828

29-
* Restoring a backup to a new volume is not dependent on the networking type used by the source volume. You can restore the backup of a volume configured with Basic networking to a volume configured with Standard networking and vice versa.
29+
* Restoring a backup to a new volume isn't dependent on the networking type used by the source volume. You can restore the backup of a volume configured with Basic networking to a volume configured with Standard networking and vice versa.
3030

3131
* In the Volume overview page, refer to the **Originated from** field to see the name of the snapshot used to create the volume.
3232

3333
* See [Restoring volume backups from vaulted snapshots](snapshots-introduction.md#restoring-volume-backups-from-vaulted-snapshots) for more information.
3434

3535

3636
> [!IMPORTANT]
37-
> Running multiple concurrent volume restores using Azure NetApp Files backup may increase the time it takes for each individual, in-progress restore to complete. As such, if time is a factor to you, you should prioritize and sequentialize the most important volume restores and wait until the restores are complete before starting another, lower priority, volume restores.
37+
> Running multiple concurrent volume restores using Azure NetApp Files backup may increase the time it takes for each individual, in-progress restore to complete. I time is a factor, prioritize and sequentialize the most important volume restores and wait until the restores are complete before starting other, lower priority volume restores.
3838
3939
See [Requirements and considerations for Azure NetApp Files backup](backup-requirements-considerations.md) for more considerations about using Azure NetApp Files backup. See [Resource limits for Azure NetApp Files](azure-netapp-files-resource-limits.md) for information about minimums and maximums.
4040

articles/azure-netapp-files/manage-file-access-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 04/04/2025
8+
ms.date: 04/07/2025
99
ms.author: anfdocs
1010
ms.custom: references_regions
1111
---
@@ -24,7 +24,7 @@ File access logs provide file access logging for individual volumes, capturing f
2424
* File access logs occasionally create duplicate log entries that must be filtered manually.
2525
* Deleting any diagnostic settings configured for `ANFFileAccess` causes any file access logs for any volume with that setting to become disabled. See the [diagnostic setting configuration](#diagnostic) for more information.
2626
* Before enabling file access logs on a volume, either [access control lists (ACLs)](configure-access-control-lists.md) or Audit access control entries (ACEs) need to be set on a file or directory. You must set ACLs or Audit ACEs after mounting a volume.
27-
* File access logs provide no explicit or implicit expectations or guarantees around logging for auditing and compliance purposes.
27+
* Azure NetApp Files file access logs provide detailed information about successful and failed requests to the storage service. This information can be used to monitor individual requests and to diagnose file access issues. Requests are logged on a best-effort basis, meaning that most requests result in a log record, but the completeness and timeliness of file access logs aren't guaranteed. The Azure NetApp Files file access logs feature doesn't provide explicit or implicit expectations or guarantees around logging for auditing and compliance purposes.
2828

2929
### Performance considerations
3030

articles/azure-resource-manager/templates/deployment-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In incremental mode, Resource Manager **leaves unchanged** resources that exist
2323

2424
> [!IMPORTANT]
2525
>
26-
> Incremental mode is the recommended deployment dode. If there is a need to delete resources as part of a Bicep file or ARM JSON template, use [deployment stacks](../bicep/deployment-stacks.md).
26+
> Incremental mode is the recommended deployment mode. If there is a need to delete resources as part of a Bicep file or ARM JSON template, use [deployment stacks](../bicep/deployment-stacks.md).
2727
>
2828
> When redeploying an existing resource in incremental mode, all properties are reapplied. The **properties aren't incrementally added**. A common misunderstanding is to think properties that aren't specified in the template are left unchanged. If you don't specify certain properties, Resource Manager interprets the deployment as overwriting those values. Properties that aren't included in the template are reset to the default values. Specify all non-default values for the resource, not just the ones you're updating. The resource definition in the template always contains the final state of the resource. It can't represent a partial update to an existing resource.
2929

articles/azure-vmware/deploy-disaster-recovery-using-jetstream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ This cmdlet disables JetStream DR only on one of the clusters and doesn't comple
324324

325325
JetStream DR is a solution that [JetStream Software](https://www.jetstreamsoft.com/) supports. For any product or support issues with JetStream, contact [email protected].
326326

327-
Azure VMware Solution uses the Run command to automate both the install and uninstall of JetStream DR. Contact Microsoft support for any issue with the run commands. For issues with JetStream install and uninstall cmdlets, contact JetStream for support.
327+
Azure VMware Solution uses the Run command to automate both the install and uninstall of JetStream DR. Contact Microsoft support for any issue with the run commands. For issues with JetStream install and uninstall cmdlets, contact JetStream for [support](https://jetstreamsoft.com/portal/online-docs/contactJS/ContactJetStreamSoftware.html).
328328

329329

330330

articles/bastion/native-client.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to configure Bastion for native client connections.
55
author: cherylmc
66
ms.service: azure-bastion
77
ms.topic: how-to
8-
ms.date: 01/28/2025
8+
ms.date: 04/07/2025
99
ms.author: cherylmc
1010
---
1111

@@ -15,7 +15,7 @@ This article helps you configure your Bastion deployment to accept connections f
1515

1616
:::image type="content" source="./media/native-client/native-client-architecture.png" alt-text="Diagram shows a connection via native client." lightbox="./media/native-client/native-client-architecture.png":::
1717

18-
You can configure this feature by modifying an existing Bastion deployment, or you can deploy Bastion with the feature configuration already specified. Your capabilities on the VM when connecting via native client are dependent on what is enabled on the native client.
18+
You can configure this feature by modifying an existing Bastion deployment, or you can deploy Bastion with the feature configuration already specified. Your capabilities on the VM when connecting via native client are dependent on what is enabled on the native client. Keep in mind that at this time, [session recording](session-recording.md) isn't available for native client.
1919

2020
> [!NOTE]
2121
> [!INCLUDE [Pricing](~/reusable-content/ce-skilling/azure/includes/bastion-pricing.md)]

articles/communication-services/concepts/analytics/logs/call-summary-log-schema.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ This table describes each property.
7474
| `ParticipantEndSubCode`| Represents the Calling SDK error subcode that the SDK emits (when relevant) for each `participantId` value. |
7575
| `ResultCategory`| Represents the category of the participant ending the call. It can be one of these four values: Success, ExpectedError, UnexpectedClientError, UnexpectedServerError. |
7676
| `DiagnosticOptions`| This value allows developers to attach custom tags to their client telemetry, which can then be viewed in the Call Diagnostics section. This helps in identifying and troubleshooting issues more effectively. To learn how to add custom tags to this value, refer to [Tutorial on adding custom tags to your client telemetry](../../../tutorials/voice-video-calling/diagnostic-options-tag.md) |
77+
| `callDebuggingInfo`| This value contains json object with key-value pairs that represent internal properties of the call used for Microsoft debugging purposes.|
7778

7879
### Error codes
7980

@@ -336,4 +337,4 @@ If you have multiple Azure Communications Services resource IDs, you must enable
336337
- Learn about the [insights dashboard to monitor Voice Calling and Video Calling logs](/azure/communication-services/concepts/analytics/insights/voice-and-video-insights).
337338

338339
- Learn how to use call logs to diagnose call quality and reliability
339-
issues with Call Diagnostics, see: [Call Diagnostics](../../voice-video-calling/call-diagnostics.md)
340+
issues with Call Diagnostics, see: [Call Diagnostics](../../voice-video-calling/call-diagnostics.md)

0 commit comments

Comments
 (0)