RGCOPY/SUPPORT.md

36 строки
1.9 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

2021-12-13 18:46:28 +03:00
# Support
2021-12-14 13:00:55 +03:00
## Troubleshooting tips
#### Keep Software up-to-date
RGCOPY relies on several PowerShell modules. A malfunction of these modules might directly result in a failure of RGCOPY. Therefore, you should make sure that you always use the newest version of:
- PowerShell
2022-12-16 19:07:56 +03:00
- PowerShell modules **Az** and **Az.NetAppFiles**
2021-12-14 13:00:55 +03:00
- RGCOPY
#### Analyze deployment errors
2022-03-28 10:05:41 +03:00
The most important feature of RGCOPY is deploying an ARM template. This might fail for various reasons that are not under control of RGCOPY. In case of an error, check the following log files:
2021-12-14 13:00:55 +03:00
- **RGCOPY log file**<BR>All error messages and the call stack are displayed on the console and are written to the RGCOPY log file.
- **Activity log**<BR>This is available in Azure Portal for the resource group and for each resource.
- **Deployments log**<BR>This is available in Azure Portal for the resource group.
2022-03-28 10:05:41 +03:00
#### Supported Azure resource types
2021-12-14 13:00:55 +03:00
2023-03-05 19:06:42 +03:00
Azure is permanently releasing new resource types and new features for existing resources. RGCOPY only supports a limited set of resource types. It is simply impossible to support all of them. In particular, RGCOPY does not support *classic* VMs. Some features are only supported for very specific boundary conditions. Adding support for further resource types to RGCOPY might or might not happen in the future.
2021-12-14 13:00:55 +03:00
A new feature of a supported resource might cause issues with RGCOPY in the future. Therefore, you should always use the newest version of RGCOPY.
2021-12-13 18:46:28 +03:00
## How to file issues and get help
This project uses GitHub Issues to track bugs and feature requests. Please search the existing
2021-12-14 13:00:55 +03:00
issues before filing new issues to avoid duplicates. For new issues, file your bug or
feature request as a new Issue. For better analysis, the RGCOPY zip file might be needed.
2021-12-13 18:46:28 +03:00
## Microsoft Support Policy
2021-12-13 18:58:17 +03:00
Support for rgcopy.ps1 is limited to the resources listed above.