diff --git a/README.md b/README.md index 00cc0dc..ac87787 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +This project is licensed under the MIT License.