Skip to content

Commit

Permalink
/web/pixel-server/ -> /tools/pixel-server/ (Azure#5624)
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Jamrozik authored Mar 6, 2023
1 parent 59c1c8b commit 83e289a
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 34 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/.azure-pipelines/ @azure/azure-sdk-eng
/scripts/ @azure/azure-sdk-eng
/src/ @azure/azure-sdk-eng
/web/ @azure/azure-sdk-eng

################
# Automation
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This repository contains useful tools that the Azure SDK team utilizes across th
| http-fault-injector | [Readme](tools/http-fault-injector/README.md) | HTTP proxy server for testing HTTP clients during "faults" like "connection closed in middle of body". | [![Build Status](https://dev.azure.com/azure-sdk/internal/_apis/build/status/tools/tools%20-%20http-fault-injector?branchName=main)](https://dev.azure.com/azure-sdk/internal/_build/latest?definitionId=2340&branchName=main) |
| Maven Plugin for Snippets | [Readme](packages/java-packages/snippet-replacer-maven-plugin/README.md) | A Maven plugin that that updates code snippets referenced from javadoc comments. | Not Yet Enabled |
| pixel insertion tool | [Readme](scripts/python/readme_tracking/readme.md) | A tool used to insert the requests for images served by `pixel server`. | Not Yet Enabled |
| pixel-server | [Readme](web/pixel-server/README.md) | A tiny ASP.NET Core site used to serve a pixel and record impressions. | Not Yet Enabled |
| pixel-server | [Readme](tools/pixel-server/README.md) | A tiny ASP.NET Core site used to serve a pixel and record impressions. | Not Yet Enabled |

[1] Check Enforcer is located in `azure-sdk-actions` repo.

Expand Down
4 changes: 2 additions & 2 deletions scripts/python/readme_tracking/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ This python script inserts a pixel image whos _name corresponds to the location
### Before Running, Some Details
This script was built and tested on Python 3.6/

[This project](../../../web/pixel-server/README.md) is the code involved for counting the number of impressions per rendered readme view. Update it however you want to store the data. Currently it leverages `Application Insights` as the data store.
[This project](../../../tools/pixel-server/README.md) is the code involved for counting the number of impressions per rendered readme view. Update it however you want to store the data. Currently it leverages `Application Insights` as the data store.

So there are prep steps before running this tool:

1. Go [host the code](https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/?view=aspnetcore-2.2) from the [folder above](../../../web/pixel-server/README.md) in a publically accessible location.
1. Go [host the code](https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/?view=aspnetcore-2.2) from the [folder above](../../../tools/pixel-server/README.md) in a publicly accessible location.
2. Update the `HOSTNAME` variable to point at wherever your site is hosted.
3. Run the script against your repository

Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
30 changes: 0 additions & 30 deletions web/pixel-server/PixelServer/Properties/launchSettings.json

This file was deleted.

0 comments on commit 83e289a

Please sign in to comment.