-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Readme Update - Draft 1 #257
base: master
Are you sure you want to change the base?
Conversation
vmarcelli-eng
commented
Feb 14, 2025
- Prerequisites
- Installation: 2 options for installing, either from PSGallery or from Zip file
- Uninstall: Instructions for uninstalling based on the installation chosen previously
AzFilesHybrid/readme.md
Outdated
[Download latest release from our Releases Page](https://github.com/Azure-Samples/azure-files-samples/releases) \ | ||
Extract the zip folder in desired directory |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also mention .\CopyToPath.ps1
2. Paste the following code snippet below and run \ | ||
`Uninstall-Module AzFilesHybrid` | ||
### If Installed From Zip File | ||
1. Find the directory where the zip file was extracted |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should give some instructions on how to do that. Let's sync offline
The AzFilesHybrid PowerShell module provides cmdlets for deploying and configuring Azure Files. It offers cmdlets for domain joining storage accounts to your on-premises Active Directory, configuring your DNS servers, and troubleshooting authentication issues. | ||
The AzFilesHybrid PowerShell module provides cmdlets for deploying and configuring Azure Files. It offers cmdlets for domain joining storage accounts to your on-premises Active Directory, configuring your DNS servers, and troubleshooting authentication issues. | ||
## Installation | ||
### Prerequisites |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the prerequisites, we should also mention the execution policy stuff
Co-authored-by: Maxime Kjaer <[email protected]>
Co-authored-by: Maxime Kjaer <[email protected]>
Co-authored-by: Maxime Kjaer <[email protected]>