Update README.md

This commit is contained in:
Oli Passey
2025-01-28 17:29:59 +00:00
committed by GitHub
parent 54ee3029f1
commit cd2512ff28

View File

@@ -10,18 +10,6 @@ This Azure Function App fetches Azure App Registrations, checks for expiring sec
- Azure DevOps account
- Self-hosted agent (optional)
## Project Structure
```
azure-function-app
├── aio
│ ├── __init__.py # Contains the main logic for the Azure Function
│ └── function.json # Configuration for the Azure Function
├── local.settings.json # Local configuration settings
├── requirements.txt # Required Python packages
└── README.md # Project documentation
```
## Setup
### Local Development
@@ -29,8 +17,8 @@ azure-function-app
1. **Clone the repository:**
```sh
git clone https://github.com/your-repo/AzFuncAppNotify.git
cd AzFuncAppNotify/azure-function-app
git clone https://github.com/OliPassey/AzAppRegistrationExpiry.git
cd AzAppRegistrationExpiry
```
2. **Create local dev environment & Install dependencies**:
@@ -73,4 +61,4 @@ Once the function is running, you can trigger it by sending an HTTP request to t
## License
This project is licensed under the MIT License.
This project is licensed under the MIT License.