Skip to content

Commit 695c2b7

Browse files
committed
updated readme
1 parent fc6f8b0 commit 695c2b7

2 files changed

Lines changed: 12 additions & 17 deletions

File tree

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Each sample project is organized by Azure service and includes:
4747
To validate all samples locally, you can run the same test suite used in the CI. This script will start LocalStack, configure the Azure CLI cloud profile, and execute the deployment and test scripts for each sample.
4848

4949
```bash
50+
cd localstack-azure-samples
51+
5052
# Set your LOCALSTACK_AUTH_TOKEN
5153
export LOCALSTACK_AUTH_TOKEN=<your-token>
5254

@@ -56,13 +58,6 @@ export LOCALSTACK_AUTH_TOKEN=<your-token>
5658
./run-samples.sh
5759
```
5860

59-
## Cleanup
60-
61-
To stop LocalStack and all associated containers, and revert your Azure CLI configuration, run:
62-
```bash
63-
./cleanup.sh
64-
```
65-
6661
### Troubleshooting: Line Endings
6762
If you encounter errors like `invalid option name` or `: command not found` when running on Linux/WSL, it's likely due to Windows-style line endings (CRLF). You can fix this by running:
6863
```bash
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
RESOURCE_GROUP="rg-testafd-16405"
2-
PROFILE_NAME="afd-testafd-16405"
3-
EP_BASIC="ep-testafd-basic-16405"
4-
EP_MULTI="ep-testafd-multi-16405"
5-
EP_SPEC="ep-testafd-spec-16405"
6-
EP_RULES="ep-testafd-rules-16405"
7-
EP_STATE="ep-testafd-state-16405"
8-
FUNC_MAIN="fa-testafd-16405"
9-
FUNC_A="fa-testafda-16405"
10-
FUNC_B="fa-testafdb-16405"
1+
RESOURCE_GROUP="rg-testafd-30236"
2+
PROFILE_NAME="afd-testafd-30236"
3+
EP_BASIC="ep-testafd-basic-30236"
4+
EP_MULTI="ep-testafd-multi-30236"
5+
EP_SPEC="ep-testafd-spec-30236"
6+
EP_RULES="ep-testafd-rules-30236"
7+
EP_STATE="ep-testafd-state-30236"
8+
FUNC_MAIN="fa-testafd-30236"
9+
FUNC_A="fa-testafda-30236"
10+
FUNC_B="fa-testafdb-30236"

0 commit comments

Comments
 (0)