You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-fabric/service-fabric-local-linux-cluster-windows.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ To set up a local Docker container and have a Service Fabric cluster running on
80
80
```
81
81
82
82
>[!TIP]
83
-
> By default, this will pull the image with the latest version of Service Fabric. For particular revisions, please visit the [Docker Hub](https://hub.docker.com/r/microsoft/service-fabric-onebox/) page.
83
+
> By default, this will pull the image with the latest version of Service Fabric. For particular revisions, please visit the [Docker Hub](https://hub.docker.com/_/microsoft-service-fabric-onebox) page.
84
84
85
85
To build your reusable image from the `Dockerfile`, open a terminal and `cd` to the directly holding your `Dockerfile` then run:
Copy file name to clipboardExpand all lines: articles/site-recovery/reporting-log-analytics.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,21 +12,21 @@ author: ankitaduttaMSFT
12
12
13
13
This article describes the Log Analytics data model for Azure Site Recover that's added to the Azure Diagnostics table (if your vaults are configured with diagnostics settings to send data to a Log Analytics workspace in Azure Diagnostics mode). You can use this data model to write queries on Log Analytics data to create custom alerts or reporting dashboards.
14
14
15
-
To understand the fields of each Site Recovery table in Log Analytics, review the details for the Azure Site Recovery Replicated Item Details and Azure Site Recovery Jobs tables. You can find information about the diagnostic tables [here](https://learn.microsoft.com/azure/azure-monitor/reference/tables/azurediagnostics).
15
+
To understand the fields of each Site Recovery table in Log Analytics, review the details for the Azure Site Recovery Replicated Item Details and Azure Site Recovery Jobs tables. You can find information about the diagnostic tables [here](/azure/azure-monitor/reference/tables/azurediagnostics).
16
16
17
17
> [!TIP]
18
18
> Expand this table for better readability.
19
19
20
20
| Category | Category Display Name | Log Table |[Supports basic log plan](../azure-monitor/logs/basic-logs-configure.md#compare-the-basic-and-analytics-log-data-plans)|[Supports ingestion-time transformation](../azure-monitor/essentials/data-collection-transformations.md)| Example queries | Costs to export |
21
21
| --- | --- | --- | --- | --- | --- | --- |
22
-
|*ASRReplicatedItems*| Azure Site Recovery Replicated Item Details |[ASRReplicatedItems](https://learn.microsoft.com/azure/azure-monitor/reference/tables/asrreplicateditems) <br> This table contains details of Azure Site Recovery replicated items, such as associated vault, policy, replication health, failover readiness. etc. Data is pushed once a day to this table for all replicated items, to provide the latest information for each item. | No | No |[Queries](https://learn.microsoft.com/azure/azure-monitor/reference/queries/asrreplicateditems)| Yes |
23
-
|*AzureSiteRecoveryJobs*| Azure Site Recovery Jobs |[ASRJobs](https://learn.microsoft.com/azure/azure-monitor/reference/tables/asrjobs) <br> This table contains records of Azure Site Recovery jobs such as failover, test failover, reprotection etc., with key details for monitoring and diagnostics, such as the replicated item information, duration, status, description, and so on. Whenever an Azure Site Recovery job is completed (that is, succeeded or failed), a corresponding record for the job is sent to this table. You can view history of Azure Site Recovery jobs by querying this table over a larger time range, provided your workspace has the required retention configured. | No | No |[Queries](https://learn.microsoft.com/azure/azure-monitor/reference/queries/asrjobs)| No |
24
-
|*AzureSiteRecoveryEvents*| Azure Site Recovery Events |[AzureDiagnostics](https://learn.microsoft.com/azure/azure-monitor/reference/tables/azurediagnostics) <br> Logs from multiple Azure resources. | No | No |[Queries](https://learn.microsoft.com/azure/azure-monitor/reference/queries/azurediagnostics)| No |
25
-
|*AzureSiteRecoveryProtectedDiskDataChurn*| Azure Site Recovery Protected Disk Data Churn |[AzureDiagnostics](https://learn.microsoft.com/azure/azure-monitor/reference/tables/azurediagnostics) <br> Logs from multiple Azure resources. | No | No |[Queries](https://learn.microsoft.com/azure/azure-monitor/reference/queries/azurediagnostics#queries-for-microsoftrecoveryservices)| No |
26
-
|*AzureSiteRecoveryRecoveryPoints*| Azure Site Recovery Points |[AzureDiagnostics](https://learn.microsoft.com/azure/azure-monitor/reference/tables/azurediagnostics) <br> Logs from multiple Azure resources. | No | No |[Queries](https://learn.microsoft.com/azure/azure-monitor/reference/queries/azurediagnostics#queries-for-microsoftrecoveryservices)| No |
27
-
|*AzureSiteRecoveryReplicatedItems*| Azure Site Recovery Replicated Items |[AzureDiagnostics](https://learn.microsoft.com/azure/azure-monitor/reference/tables/azurediagnostics) <br> Logs from multiple Azure resources. | No | No |[Queries](https://learn.microsoft.com/azure/azure-monitor/reference/queries/azurediagnostics#queries-for-microsoftrecoveryservices)| No |
28
-
|*AzureSiteRecoveryReplicationDataUploadRate*| Azure Site Recovery Replication Data Upload Rate |[AzureDiagnostics](https://learn.microsoft.com/azure/azure-monitor/reference/tables/azurediagnostics) <br> Logs from multiple Azure resources. | No | No |[Queries](https://learn.microsoft.com/azure/azure-monitor/reference/queries/azurediagnostics#queries-for-microsoftrecoveryservices)| No |
29
-
|*AzureSiteRecoveryReplicationStats*| Azure Site Recovery Replication Stats |[AzureDiagnostics](https://learn.microsoft.com/azure/azure-monitor/reference/tables/azurediagnostics) <br> Logs from multiple Azure resources. | No | No |[Queries](https://learn.microsoft.com/azure/azure-monitor/reference/queries/azurediagnostics#queries-for-microsoftrecoveryservices)| No |
22
+
|*ASRReplicatedItems*| Azure Site Recovery Replicated Item Details |[ASRReplicatedItems](/azure/azure-monitor/reference/tables/asrreplicateditems) <br> This table contains details of Azure Site Recovery replicated items, such as associated vault, policy, replication health, failover readiness. etc. Data is pushed once a day to this table for all replicated items, to provide the latest information for each item. | No | No |[Queries](/azure/azure-monitor/reference/queries/asrreplicateditems)| Yes |
23
+
|*AzureSiteRecoveryJobs*| Azure Site Recovery Jobs |[ASRJobs](/azure/azure-monitor/reference/tables/asrjobs) <br> This table contains records of Azure Site Recovery jobs such as failover, test failover, reprotection etc., with key details for monitoring and diagnostics, such as the replicated item information, duration, status, description, and so on. Whenever an Azure Site Recovery job is completed (that is, succeeded or failed), a corresponding record for the job is sent to this table. You can view history of Azure Site Recovery jobs by querying this table over a larger time range, provided your workspace has the required retention configured. | No | No |[Queries](/azure/azure-monitor/reference/queries/asrjobs)| No |
24
+
|*AzureSiteRecoveryEvents*| Azure Site Recovery Events |[AzureDiagnostics](/azure/azure-monitor/reference/tables/azurediagnostics) <br> Logs from multiple Azure resources. | No | No |[Queries](/azure/azure-monitor/reference/queries/azurediagnostics)| No |
25
+
|*AzureSiteRecoveryProtectedDiskDataChurn*| Azure Site Recovery Protected Disk Data Churn |[AzureDiagnostics](/azure/azure-monitor/reference/tables/azurediagnostics) <br> Logs from multiple Azure resources. | No | No |[Queries](/azure/azure-monitor/reference/queries/azurediagnostics#queries-for-microsoftrecoveryservices)| No |
26
+
|*AzureSiteRecoveryRecoveryPoints*| Azure Site Recovery Points |[AzureDiagnostics](/azure/azure-monitor/reference/tables/azurediagnostics) <br> Logs from multiple Azure resources. | No | No |[Queries](/azure/azure-monitor/reference/queries/azurediagnostics#queries-for-microsoftrecoveryservices)| No |
27
+
|*AzureSiteRecoveryReplicatedItems*| Azure Site Recovery Replicated Items |[AzureDiagnostics](/azure/azure-monitor/reference/tables/azurediagnostics) <br> Logs from multiple Azure resources. | No | No |[Queries](/azure/azure-monitor/reference/queries/azurediagnostics#queries-for-microsoftrecoveryservices)| No |
28
+
|*AzureSiteRecoveryReplicationDataUploadRate*| Azure Site Recovery Replication Data Upload Rate |[AzureDiagnostics](/azure/azure-monitor/reference/tables/azurediagnostics) <br> Logs from multiple Azure resources. | No | No |[Queries](/azure/azure-monitor/reference/queries/azurediagnostics#queries-for-microsoftrecoveryservices)| No |
29
+
|*AzureSiteRecoveryReplicationStats*| Azure Site Recovery Replication Stats |[AzureDiagnostics](/azure/azure-monitor/reference/tables/azurediagnostics) <br> Logs from multiple Azure resources. | No | No |[Queries](/azure/azure-monitor/reference/queries/azurediagnostics#queries-for-microsoftrecoveryservices)| No |
Copy file name to clipboardExpand all lines: articles/storage/solution-integration/validated-partners/backup-archive-disaster-recovery/partner-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ This article highlights Microsoft partners that are integrated with Azure Storag
25
25
 |**Tiger Technology**<br>Tiger Technology offers high-performance, secure, data management software solutions. Tiger Technology enables organizations of any size to manage their digital assets on-premises, in any public cloud, or through a hybrid model. <br><br> Tiger Bridge is a non-proprietary, software-only data, and storage management system. It blends on-premises and multi-tier cloud storage into a single space, and enables hybrid workflows. This transparent file server extension lets you benefit from Azure scale and services, while preserving legacy applications and workflows. Tiger Bridge addresses several data management challenges, including: file server extension, disaster recovery, cloud migration, backup and archive, remote collaboration, and multi-site sync. It also offers continuous data protection. |[Partner page](https://www.tiger-technology.com/partners/microsoft-azure/)<br>[Azure Marketplace](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/tiger-technology.tiger_bridge_saas_soft_only)|
26
26
|  |**Veeam**<br> Veeam Backup for Microsoft Azure delivers everything you need to natively protect your Azure VMs automatically. The solution also integrates with Veeam Backup & Replication for transparent hybrid cloud data management across Azure and your private cloud. <br><br>Veeam Backup & Replication delivers protection of all your cloud, virtual and physical workloads. Achieve fast, flexible, and reliable backup with fast restores. This ensures low recovery time objective (RTO) recovery and replication for all your applications and data. |Partner pages:<br>[Backup for Azure](https://www.veeam.com/backup-azure.html)<br>[Backup and Replication](https://www.veeam.com/vm-backup-recovery-replication-software.html) <br>Azure Marketplace: [Backup for Azure](https://azuremarketplace.microsoft.com/marketplace/apps/veeam.azure_backup_free?tab=Overview)<br>[Backup and Replication](https://azuremarketplace.microsoft.com/marketplace/apps/veeam.veeam-backup-replication)<br>[Getting started guide](./veeam/veeam-solution-guide.md)|
27
27
|  |**Veritas**<br>Veritas Technologies solutions cover multi-cloud data management, data protection, storage optimization as well as compliance readiness and workload portability.<br><br>NetBackup offers a unified data protection and recovery solution. NetBackup helps you standardize across your environment, greatly reducing complexity and risk regardless of workload or cloud. NetBackup offers push-button orchestrated disaster recovery, seamless workload and data portability, and resiliency and mobility between Azure Stack environments, or between Azure regions.<br><br>Veritas Backup Exec provides simple, rapid, and secure offsite backup to Azure for your in-house virtual and physical environments. It also protects cloud-based workloads in Azure.|[Partner page](https://www.veritas.com/partners/microsoft-azure)<br>Azure Marketplace:<br>[NetBackup](https://azuremarketplace.microsoft.com/marketplace/apps/veritas.veritas-netbackup-8-s?tab=Overview)<br>[Backup Exec](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/veritas.backup-exec-20)|
28
-
||**Zerto**<br>Zerto helps customers accelerate IT transformation through a single platform for cloud data management and protection. Zerto enables an always-on customer experience by simplifying the protection, recovery, and mobility of applications and data across private, public, hybrid clouds and is optimized for Azure.|[Partner page](https://www.zerto.com/azure)<br>[Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/zerto.zerto?tab=overview)|
28
+
||**Zerto**<br>Zerto helps customers accelerate IT transformation through a single platform for cloud data management and protection. Zerto enables an always-on customer experience by simplifying the protection, recovery, and mobility of applications and data across private, public, hybrid clouds and is optimized for Azure.|[Partner page](https://www.zerto.com/solutions/use-cases/cloud/microsoft-azure/)<br>[Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/zerto.zerto?tab=overview)|
29
29
30
30
Are you a storage partner but your solution isn't listed yet? Send us your info [here](https://forms.office.com/pages/responsepage.aspx?id=v4j5cvGGr0GRqy180BHbR3i8TQB_XnRAsV3-7XmQFpFUQjY4QlJYUzFHQ0ZBVDNYWERaUlNRVU5IMyQlQCN0PWcu).
Copy file name to clipboardExpand all lines: articles/storage/solution-integration/validated-partners/data-management/komprise-tiering-guide.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Read the Azure blog post: [How to Save 70% on File Data Costs](https://techcommu
58
58
59
59
Your local Komprise team will assist with setting up your Komprise Director console and on-premises grid. It's an easy process that includes a preinstallation review, a deployment phase and initial training. Preparation for the installation should be ~1 hour from power-up to seeing the first analysis results.
60
60
61
-
[Komprise Intelligent Tiering for Azure on the Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/komprise_inc.komprise_tiering_transactable_license?tab=Overview)
61
+
[Komprise Intelligent Tiering for Azure](https://www.komprise.com/azure-intelligent-tiering/)
62
62
63
63
#### Komprise Grid
64
64
@@ -167,6 +167,6 @@ In addition to overall cost savings, some of the benefits of hybrid cloud tierin
167
167
-__Works Across Heterogeneous Vendor Storage:__ Komprise works across all file and object storage to analyze and transparently tier data to Azure file and object tiers.
168
168
-__Ongoing Lifecycle Management in Azure:__ Komprise continues to manage data lifecycles in Azure. As data gets colder it can move from Azure Blob Cool to Azure Blob Archive based on policies you set.
169
169
170
-
To learn more and get a customized assessment of your savings, visit [Komprise on the Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/komprise_inc.komprise_tiering_transactable_license?tab=Overview)
170
+
To learn more and get a customized assessment of your savings, visit [Komprise](https://www.komprise.com/azure-intelligent-tiering/).
0 commit comments